Supermicro AOC-ATG-i2T2SM User Manual page 26

Table of Contents

Advertisement

8. If you want the driver to load automatically when the system is booted:
cd ixl-x.x.x/src
make
make install
9. Edit /boot/loader.conf, and add the following line:
ixl_load="YES"
or
compile the driver into the kernel (see item 10)
Edit /etc/rc.conf, and create the appropriate ifconfig_ixl<interface_num> entry:
ifconfig_ix<interface_num>
Example usage:
ifconfig_ix0="inet 192.168.10.1 netmask 255.255.255.0"
Note: For assistance, see the ifconfig main page.
10. If you want to compile the driver into the kernel, enter:
FreeBSD 7 or later:
cd ixl-x.x.x/src
cp *.[ch] /user/src/sys/dev/ixl
cp Makefile.kernel /usr/src/sys/modules/ixl/Makefile
Edit the kernel configuration file (i.e., GENERIC or MYKERNEL) in /usr/src/sys/
i386/conf (replace "i386" with the approriate system architecture if necessary,
and ensure the following line is present:
device ixl
Compile and install the kernel. The system must be reboot for the kernel updates
to take effect. For additional information on compiling the kernel, consult the
FreeBSD operating system documentation.
3-9
Chapter 3: Installation

Advertisement

Table of Contents
loading

Table of Contents