summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authordufault <dufault@FreeBSD.org>1995-04-14 15:12:24 +0000
committerdufault <dufault@FreeBSD.org>1995-04-14 15:12:24 +0000
commite6d068ab0bffa402f69c28119d086e79db5cdc61 (patch)
tree203930134e5e6cc015ee8f6455238a4415f4b929 /sys/i386/conf
parenta644aba5017dfc9956e335d54cbdc4f68b763576 (diff)
downloadFreeBSD-src-e6d068ab0bffa402f69c28119d086e79db5cdc61.zip
FreeBSD-src-e6d068ab0bffa402f69c28119d086e79db5cdc61.tar.gz
Add "sctarg" and document new SCSI_REPORT_GEOMETRY option for ache
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 c1eff3d..a268378 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.167 1995/04/08 21:41:52 phk Exp $
+# $Id: LINT,v 1.168 1995/04/12 22:02:51 phk 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
@@ -258,6 +258,8 @@ options QUOTA #enable disk quotas
# SCSIDEBUG: When defined enables debugging macros
# NO_SCSI_SENSE: When defined disables sense descriptions (about 4k)
+# SCSI_REPORT_GEOMETRY: Always report disk geometry at boot up instead
+# only when booting verbosely.
# SCSI DEVICE CONFIGURATION
@@ -302,6 +304,10 @@ device sd0 #SCSI disks
device st0 #SCSI tapes
device cd0 #SCSI CD-ROMs
+device worm0 at scbus? # SCSI worm
+device pt0 at scbus? # SCSI processor type
+device sctarg0 at scbus? # SCSI target
+
#####################################################################
# MISCELLANEOUS DEVICES AND OPTIONS
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index c1eff3d..a268378 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.167 1995/04/08 21:41:52 phk Exp $
+# $Id: LINT,v 1.168 1995/04/12 22:02:51 phk 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
@@ -258,6 +258,8 @@ options QUOTA #enable disk quotas
# SCSIDEBUG: When defined enables debugging macros
# NO_SCSI_SENSE: When defined disables sense descriptions (about 4k)
+# SCSI_REPORT_GEOMETRY: Always report disk geometry at boot up instead
+# only when booting verbosely.
# SCSI DEVICE CONFIGURATION
@@ -302,6 +304,10 @@ device sd0 #SCSI disks
device st0 #SCSI tapes
device cd0 #SCSI CD-ROMs
+device worm0 at scbus? # SCSI worm
+device pt0 at scbus? # SCSI processor type
+device sctarg0 at scbus? # SCSI target
+
#####################################################################
# MISCELLANEOUS DEVICES AND OPTIONS
OpenPOWER on IntegriCloud