Driver Installation Under FreeBSD94 3ware 9000 Series Serial ATA RAID Controller Installation Guideh Add the following line to “Makefile.i386’CFLAGS+=-I/sys/dev/twai If you intend to bundle the firmware image with the driver,add the following line to /sys/conf/options:TWA_FIRMWARE_FLASH opt_twa.hand the following line to your kernel configuration file(“custom” in the example above):options TWA_FLASH_FIRMWAREj If you intend to enable printing of debug messages in thedriver, add the following line to /sys/conf/options:TWA_DEBUG opt_twa.hand the following line to your kernel configuration file(“custom” in the example above):options TWA_DEBUG=Specifying 0 in the above line prints no debug messages,whereas specifying 10 prints a LOT of debug messages.5 Rebuild the kernel and install the new kernel.6 Reboot with the rebuilt kernel.Compiling the Driver as a LoadableModuleIf you wish to compile the driver yourself (for a different kernelversion that you are running), then perform the following steps.1 Create the directories /sys/modules/twa and /sys/dev/twamkdir /sys/modules/twamkdir /sys/dev/twa2 Copy the 3ware driver source file archive (twa.tgz) to/sys/dev/twa.