AMCC 3ware Installation Manual page 103

Sata raid controller
Hide thumbs Also See for 3ware:
Table of Contents

Advertisement

Installing the 3ware Driver on a FreeBSD System that Boots from a Differ-
4
Move the Makefile to /sys/modules/twa
mv Makefile /sys/modules/twa
5
Change the directory to /sys/modules/twa/
cd /sys/modules/twa
6
Uncomment or comment the following line in Makefile, based
on whether or not you intend to bundle the firmware image
with the driver:
FLASH_FIRMWARE=1
7
If you intend to enable printing of debug messages in the driver,
uncomment the following line in Makefile:
CFLAGS+=-DTWA_DEBUG=<number from 0 to 10>
Specifying 0 in the above line prints no debug messages,
whereas specifying 10 prints a LOT of debug messages.
8
Build the driver
make clean
make depend
make
9
Copy the driver to the appropriate directory.
For FreeBSD 4.x, copy it to
cp twa.ko /modules/twa.ko
For FreeBSD 5.x, copy it to
cp twa.ko /boot/kernel/twa.ko
10 Unload the existing driver, if any
kldunload twa.ko
11 Load the new driver.
kldload twa.ko
www.3ware.com
95

Advertisement

Table of Contents
loading

Table of Contents