summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-12-16 16:09:57 +0000
committerobrien <obrien@FreeBSD.org>1999-12-16 16:09:57 +0000
commit9f40643d81bbfd026db70ca9dc1da6f39f3e9c3b (patch)
treea20e1405b197f0c4290d3d4ed318b76827f73d80 /sys
parent46681c5ccbf5891a0aee0820ad3c0f8d457a57af (diff)
downloadFreeBSD-src-9f40643d81bbfd026db70ca9dc1da6f39f3e9c3b.zip
FreeBSD-src-9f40643d81bbfd026db70ca9dc1da6f39f3e9c3b.tar.gz
Add options used by the `sym' (Symbios SCSI) driver.
SYM_SETUP_LP_PROBE_MAP Low Priority Probe Map (bits) SYM_SETUP_SCSI_DIFF HVD support for 825a, 875, 885 SYM_SETUP_PCI_PARITY PCI parity checking SYM_SETUP_MAX_LUN Number of LUNs supported Submitted by: Gerard Roudier <groudier@club-internet.fr>
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/options13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index ca00981..8b62b35 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -174,6 +174,19 @@ SA_1FM_AT_EOD opt_sa.h
# Options used only in cam/scsi/scsi_pt.c
SCSI_PT_DEFAULT_TIMEOUT opt_pt.h
+# Options used in dev/sym/ (Symbios SCSI driver).
+SYM_SETUP_LP_PROBE_MAP opt_sym.h #-Low Priority Probe Map (bits)
+ # Allows the ncr to take precedence
+ # 1 (1<<0) -> 810a, 860
+ # 2 (1<<1) -> 825a, 875, 885, 895
+ # 4 (1<<2) -> 895a, 896, 1510d
+SYM_SETUP_SCSI_DIFF opt_sym.h #-HVD support for 825a, 875, 885
+ # disabled:0 (default), enabled:1
+SYM_SETUP_PCI_PARITY opt_sym.h #-PCI parity checking
+ # disabled:0, enabled:1 (default)
+SYM_SETUP_MAX_LUN opt_sym.h #-Number of LUNs supported
+ # default:8, range:[1..64]
+
# Options used only in pci/ncr.c
SCSI_NCR_DEBUG opt_ncr.h
SCSI_NCR_MAX_SYNC opt_ncr.h
OpenPOWER on IntegriCloud