diff options
| -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 |
