summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2000-02-15 01:08:27 +0000
committermjacob <mjacob@FreeBSD.org>2000-02-15 01:08:27 +0000
commit217354565ed25ac52dc8adc82beddf6de1529270 (patch)
treec9a1c4e1361c8dec8b5301a0e445aadd193b8abe /sys/i386
parente05b233ca4624f8fb494e64ab758cc650ae7ebed (diff)
downloadFreeBSD-src-217354565ed25ac52dc8adc82beddf6de1529270.zip
FreeBSD-src-217354565ed25ac52dc8adc82beddf6de1529270.tar.gz
Add comments about 12160 options.
Approved: jkh
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/LINT12
-rw-r--r--sys/i386/conf/NOTES12
2 files changed, 16 insertions, 8 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 4dd1918..ba01fd2 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -1637,8 +1637,9 @@ device pci
# self-contained SCSI host adapters.
#
# The `isp' device provides support for the Qlogic ISP 1020, 1040
-# nd 1040B PCI SCSI host adapters, as well as the Qlogic ISP 2100
-# FC/AL Host Adapter.
+# nd 1040B PCI SCSI host adapters, ISP 1240 Dual Ultra SCSI,
+# ISP 1080 and 1280 (Dual) Ultra2, ISP 12160 Ultra3 SCSI, as well as
+# the Qlogic ISP 2100 and ISP 2200 Fibre Channel Host Adapters.
#
# The `dc' device provides support for PCI fast ethernet adapters
# based on the DEC/Intel 21143 and various workalikes including:
@@ -1818,13 +1819,15 @@ device sym # NCR/Symbios Logic (newer chipsets)
#
# ISP_DISABLE_1020_SUPPORT Disable support for 1020/1040 cards
# ISP_DISABLE_1080_SUPPORT Disable support for 1080/1240 cards
+# ISP_DISABLE_12160_SUPPORT Disable support for 12160 cards
# ISP_DISABLE_2100_SUPPORT Disable support for 2100 cards
-# (these really just to save code space)
-# (use of all three will cause the driver to not compile)
+# (these really just to save some code space)
+# (use of all four will cause the kernel to not compile)
#
# ISP_COMPILE_FW - compile all firmware in
# ISP_COMPILE_1020_FW - compile in 1020/1040 firmware
# ISP_COMPILE_1080_FW - compile in 1080/1240/1280 firmware
+# ISP_COMPILE_12160_FW - compile in 12160 firmware
# ISP_COMPILE_2100_FW - compile in 2100 firmware
# ISP_COMPILE_2200_FW - compile in 2200 firmware
#
@@ -1838,6 +1841,7 @@ options SCSI_ISP_FCDUPLEX=0x4 # isp2 is a Fibre Channel card
options SCSI_ISP_WWN="0x5000000099990000"
#options ISP_DISABLE_1020_SUPPORT
#options ISP_DISABLE_1080_SUPPORT
+#options ISP_DISABLE_12160_SUPPORT
#options ISP_DISABLE_2100_SUPPORT
#options ISP_COMPILE_1020_FW=1
#options ISP_COMPILE_1080_FW=1
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 4dd1918..ba01fd2 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -1637,8 +1637,9 @@ device pci
# self-contained SCSI host adapters.
#
# The `isp' device provides support for the Qlogic ISP 1020, 1040
-# nd 1040B PCI SCSI host adapters, as well as the Qlogic ISP 2100
-# FC/AL Host Adapter.
+# nd 1040B PCI SCSI host adapters, ISP 1240 Dual Ultra SCSI,
+# ISP 1080 and 1280 (Dual) Ultra2, ISP 12160 Ultra3 SCSI, as well as
+# the Qlogic ISP 2100 and ISP 2200 Fibre Channel Host Adapters.
#
# The `dc' device provides support for PCI fast ethernet adapters
# based on the DEC/Intel 21143 and various workalikes including:
@@ -1818,13 +1819,15 @@ device sym # NCR/Symbios Logic (newer chipsets)
#
# ISP_DISABLE_1020_SUPPORT Disable support for 1020/1040 cards
# ISP_DISABLE_1080_SUPPORT Disable support for 1080/1240 cards
+# ISP_DISABLE_12160_SUPPORT Disable support for 12160 cards
# ISP_DISABLE_2100_SUPPORT Disable support for 2100 cards
-# (these really just to save code space)
-# (use of all three will cause the driver to not compile)
+# (these really just to save some code space)
+# (use of all four will cause the kernel to not compile)
#
# ISP_COMPILE_FW - compile all firmware in
# ISP_COMPILE_1020_FW - compile in 1020/1040 firmware
# ISP_COMPILE_1080_FW - compile in 1080/1240/1280 firmware
+# ISP_COMPILE_12160_FW - compile in 12160 firmware
# ISP_COMPILE_2100_FW - compile in 2100 firmware
# ISP_COMPILE_2200_FW - compile in 2200 firmware
#
@@ -1838,6 +1841,7 @@ options SCSI_ISP_FCDUPLEX=0x4 # isp2 is a Fibre Channel card
options SCSI_ISP_WWN="0x5000000099990000"
#options ISP_DISABLE_1020_SUPPORT
#options ISP_DISABLE_1080_SUPPORT
+#options ISP_DISABLE_12160_SUPPORT
#options ISP_DISABLE_2100_SUPPORT
#options ISP_COMPILE_1020_FW=1
#options ISP_COMPILE_1080_FW=1
OpenPOWER on IntegriCloud