Changed comments following changes to not bundle firmware by default.

Approved by: re
This commit is contained in:
Vinod Kashyap 2004-04-10 02:41:22 +00:00
parent 85f5fe4183
commit b64d6f9ac2

View File

@ -1,11 +1,12 @@
# $FreeBSD$ # $FreeBSD$
# #
# Uncomment the following line to bundle firmware with the driver, # In the line following this comment, a value of 0 on the right hand
# which may be flashed onto the controller, if the firmware on the # side will not cause firmware to be bundled. Change this value to 1
# controller is older than the one bundled, and needs to be upgraded. # to bundle the firmware with the driver, which may be flashed onto
# The size of the driver will increase significantly (to over 500KB) # the controller, if the firmware on the controller is older than the
# if this option is selected. # 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 TWA_FLASH_FIRMWARE?=0