diff options
| author | Peter Dufault <dufault@FreeBSD.org> | 1995-03-15 14:27:01 +0000 |
|---|---|---|
| committer | Peter Dufault <dufault@FreeBSD.org> | 1995-03-15 14:27:01 +0000 |
| commit | de6a307ec707934c6cb3251abe5c8787db9cbb14 (patch) | |
| tree | 6359985d32d280a2cab22aeb50461d646a3d3811 | |
| parent | 7a162ba1507b7fb012820d201ebc4f6e596edb13 (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 10 | ||||
| -rw-r--r-- | sys/i386/conf/LINT | 10 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 10 |
3 files changed, 24 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 1b34a5077cfce..cb93c1fc01c2e 100644 --- a/sys/conf/NOTES +++ b/sys/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 diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 1b34a5077cfce..cb93c1fc01c2e 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 1b34a5077cfce..cb93c1fc01c2e 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 |
