Supermicro AOC-ATG-i2T User Manual page 30

Table of Contents

Advertisement

Example usage:
ifconfig_ixgbe0="inet 192.168.10.1 netmask 255.255.255.0"
8. If you want to compile the driver into the kernel, enter:
cd ixgbe-x.x.x/src
mkdir /usr/src/sys/dev/ixgbe
cp if_ixgbe* /usr/src/sys/dev/ixgbe
cp ixgbe* /usr/src/sys/dev/ixgbe
cp Makefile.kernel /usr/src/sys/modules/ixgbe/Makefile
Edit the /usr/src/sys/conf/files.i386 file, and add the following line:
dev/ixgbe/ixgbe_hw.c optional ixgbe
dev/ixgbe/ixgbe_ee.c optional ixgbe
dev/ixgbe/if_ixgbe.c optional ixgbe
Remove the following lines from the /usr/src/sys/conf/files.i386 file if they exist:
/dev/ixgbe/if_ixgbe_fx_hw.c optional ixgbe
/dev/ixgbe/if_ixgbe_phy.c optional ixgbe
Edit the kernel configuration file (i.e., GENERIC or MYKERNEL) in /usr/src/sys/
i386/conf and ensure the following line is present:
device ixgbe
Compile and install the kernel. Reboot the system for the kernel updates to
take affect.
3-13
Chapter 3: Installation

Advertisement

Table of Contents
loading

This manual is also suitable for:

Aoc-atg-i2tm

Table of Contents