summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>1999-06-27 19:35:23 +0000
committermjacob <mjacob@FreeBSD.org>1999-06-27 19:35:23 +0000
commit63f64fbefe2ebeae52f6381654b9c8449b84e77b (patch)
tree71c417f63b93ad7a800ef96ca09122aa4f711b66 /sys/i386/conf
parentdb2d7d3fb63ac416da574c0197bb63210e06f314 (diff)
downloadFreeBSD-src-63f64fbefe2ebeae52f6381654b9c8449b84e77b.zip
FreeBSD-src-63f64fbefe2ebeae52f6381654b9c8449b84e77b.tar.gz
add description of Qlogic ISP FC Full Duplex option
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/LINT8
-rw-r--r--sys/i386/conf/NOTES8
2 files changed, 14 insertions, 2 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 90896f2..01ab89e 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.608 1999/06/22 14:13:35 yokota Exp $
+# $Id: LINT,v 1.609 1999/06/24 03:54:54 jlemon Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -1679,6 +1679,10 @@ controller isp0
# course, this can fail if the PCI implement-
# ation doesn't support what you want.
#
+# SCSI_ISP_FCDUPLEX - mask of isp unit numbers (obviously
+# a max of 32) that you wish to set fibre
+# channel full duplex mode on.
+# to disable the loading of firmware on.
# SCSI_ISP_FABRIC enable loading of Fabric f/w flavor (2100).
# SCSI_ISP_SCCLUN enable loading of expanded lun f/w (2100).
#
@@ -1690,6 +1694,8 @@ controller isp0
options SCSI_ISP_NO_FWLOAD_MASK=0x12 # disable FW load for isp1 and isp4
options SCSI_ISP_NO_NVRAM_MASK=0x1 # disable NVRAM for isp0
options SCSI_ISP_PREFER_MEM_MAP=0 # prefer I/O mapping
+options SCSI_ISP_FCDUPLEX=0x4 # isp2 is a Fibre Channel card
+ # we want in full duplex mode.
#options ISP_DISABLE_1020_SUPPORT
#options ISP_DISABLE_1080_SUPPORT
#options ISP_DISABLE_2100_SUPPORT
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 90896f2..01ab89e 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.608 1999/06/22 14:13:35 yokota Exp $
+# $Id: LINT,v 1.609 1999/06/24 03:54:54 jlemon Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -1679,6 +1679,10 @@ controller isp0
# course, this can fail if the PCI implement-
# ation doesn't support what you want.
#
+# SCSI_ISP_FCDUPLEX - mask of isp unit numbers (obviously
+# a max of 32) that you wish to set fibre
+# channel full duplex mode on.
+# to disable the loading of firmware on.
# SCSI_ISP_FABRIC enable loading of Fabric f/w flavor (2100).
# SCSI_ISP_SCCLUN enable loading of expanded lun f/w (2100).
#
@@ -1690,6 +1694,8 @@ controller isp0
options SCSI_ISP_NO_FWLOAD_MASK=0x12 # disable FW load for isp1 and isp4
options SCSI_ISP_NO_NVRAM_MASK=0x1 # disable NVRAM for isp0
options SCSI_ISP_PREFER_MEM_MAP=0 # prefer I/O mapping
+options SCSI_ISP_FCDUPLEX=0x4 # isp2 is a Fibre Channel card
+ # we want in full duplex mode.
#options ISP_DISABLE_1020_SUPPORT
#options ISP_DISABLE_1080_SUPPORT
#options ISP_DISABLE_2100_SUPPORT
OpenPOWER on IntegriCloud