diff options
| author | Vinod Kashyap <vkashyap@FreeBSD.org> | 2004-04-10 02:41:22 +0000 |
|---|---|---|
| committer | Vinod Kashyap <vkashyap@FreeBSD.org> | 2004-04-10 02:41:22 +0000 |
| commit | b64d6f9ac229e83b01b1f897b607011808149f4b (patch) | |
| tree | 8baaa81f531305ee9c3e0f5e2360d294b0e40913 | |
| parent | 85f5fe4183defc33643be390b6782ecb1fc3a9fb (diff) | |
Notes
| -rw-r--r-- | sys/modules/twa/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/sys/modules/twa/Makefile b/sys/modules/twa/Makefile index 9aca733ed2af..36456e53f785 100644 --- a/sys/modules/twa/Makefile +++ b/sys/modules/twa/Makefile @@ -1,11 +1,12 @@ # $FreeBSD$ # -# Uncomment the following line to bundle firmware with the driver, -# which may be flashed onto the controller, if the firmware on the -# controller is older than the one bundled, and needs to be upgraded. -# The size of the driver will increase significantly (to over 500KB) -# if this option is selected. +# In the line following this comment, a value of 0 on the right hand +# side will not cause firmware to be bundled. Change this value to 1 +# to bundle the firmware with the driver, which may be flashed onto +# the controller, if the firmware on the controller is older than the +# one bundled, and needs to be upgraded. The size of the driver will +# increase significantly (to over 500kB) if this option is selected. # TWA_FLASH_FIRMWARE?=0 |
