summaryrefslogtreecommitdiffstats
path: root/sys/modules/twa
diff options
context:
space:
mode:
authorvkashyap <vkashyap@FreeBSD.org>2004-04-10 02:41:22 +0000
committervkashyap <vkashyap@FreeBSD.org>2004-04-10 02:41:22 +0000
commit2446732eb08a61f7b9b527c1fcc3352fc1a3ee24 (patch)
tree8baaa81f531305ee9c3e0f5e2360d294b0e40913 /sys/modules/twa
parent5a496233ecdf94c77442ca8ef628eedea62f093b (diff)
downloadFreeBSD-src-2446732eb08a61f7b9b527c1fcc3352fc1a3ee24.zip
FreeBSD-src-2446732eb08a61f7b9b527c1fcc3352fc1a3ee24.tar.gz
Changed comments following changes to not bundle firmware by default.
Approved by: re
Diffstat (limited to 'sys/modules/twa')
-rw-r--r--sys/modules/twa/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/sys/modules/twa/Makefile b/sys/modules/twa/Makefile
index 9aca733..36456e5 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
OpenPOWER on IntegriCloud