summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authordufault <dufault@FreeBSD.org>1995-03-15 14:27:01 +0000
committerdufault <dufault@FreeBSD.org>1995-03-15 14:27:01 +0000
commit0c96fcbafefb16916711a06b7329df97b5ef42b9 (patch)
tree6359985d32d280a2cab22aeb50461d646a3d3811 /sys/i386/conf
parent70dcd74c76ebcdac90658edbf6e76987b3760fac (diff)
downloadFreeBSD-src-0c96fcbafefb16916711a06b7329df97b5ef42b9.zip
FreeBSD-src-0c96fcbafefb16916711a06b7329df97b5ef42b9.tar.gz
Document scsi options
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/LINT10
-rw-r--r--sys/i386/conf/NOTES10
2 files changed, 16 insertions, 4 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 1b34a50..cb93c1f 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.155 1995/03/13 18:49:24 swallace Exp $
+# $Id: LINT,v 1.156 1995/03/14 09:14:05 davidg 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
@@ -247,9 +247,15 @@ options QUOTA #enable disk quotas
#####################################################################
+# SCSI DEVICES
+
+# SCSI OPTIONS:
+
+# SCSIDEBUG: When defined enables debugging macros
+# NO_SCSI_SENSE: When defined disables sense descriptions (about 4k)
+
# SCSI DEVICE CONFIGURATION
-#
# The SCSI subsystem consists of the `base' SCSI code, a number of
# high-level SCSI device `type' drivers, and the low-level host-adapter
# device drivers. The host adapters are listed in the ISA and PCI
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 1b34a50..cb93c1f 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.155 1995/03/13 18:49:24 swallace Exp $
+# $Id: LINT,v 1.156 1995/03/14 09:14:05 davidg 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
@@ -247,9 +247,15 @@ options QUOTA #enable disk quotas
#####################################################################
+# SCSI DEVICES
+
+# SCSI OPTIONS:
+
+# SCSIDEBUG: When defined enables debugging macros
+# NO_SCSI_SENSE: When defined disables sense descriptions (about 4k)
+
# SCSI DEVICE CONFIGURATION
-#
# The SCSI subsystem consists of the `base' SCSI code, a number of
# high-level SCSI device `type' drivers, and the low-level host-adapter
# device drivers. The host adapters are listed in the ISA and PCI
OpenPOWER on IntegriCloud