mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
Add "sctarg" and document new SCSI_REPORT_GEOMETRY option for ache
This commit is contained in:
parent
81e01d44ce
commit
8909a72b5d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7817
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user