Deleted Added
full compact
NOTES (7783) NOTES (7817)
1#
2# LINT -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
1#
2# LINT -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
5# $Id: LINT,v 1.167 1995/04/08 21:41:52 phk Exp $
5# $Id: LINT,v 1.168 1995/04/12 22:02:51 phk Exp $
6#
7# NB: You probably don't want to try running a kernel built from this
8# file. Instead, you should start from GENERIC, and add options from
9# this file as required.
10#
11
12#
13# This directive is mandatory; it defines the architecture to be

--- 239 unchanged lines hidden (view full) ---

253
254#####################################################################
255# SCSI DEVICES
256
257# SCSI OPTIONS:
258
259# SCSIDEBUG: When defined enables debugging macros
260# NO_SCSI_SENSE: When defined disables sense descriptions (about 4k)
6#
7# NB: You probably don't want to try running a kernel built from this
8# file. Instead, you should start from GENERIC, and add options from
9# this file as required.
10#
11
12#
13# This directive is mandatory; it defines the architecture to be

--- 239 unchanged lines hidden (view full) ---

253
254#####################################################################
255# SCSI DEVICES
256
257# SCSI OPTIONS:
258
259# SCSIDEBUG: When defined enables debugging macros
260# NO_SCSI_SENSE: When defined disables sense descriptions (about 4k)
261# SCSI_REPORT_GEOMETRY: Always report disk geometry at boot up instead
262# only when booting verbosely.
261
262# SCSI DEVICE CONFIGURATION
263
264# The SCSI subsystem consists of the `base' SCSI code, a number of
265# high-level SCSI device `type' drivers, and the low-level host-adapter
266# device drivers. The host adapters are listed in the ISA and PCI
267# device configuration sections below.
268#

--- 28 unchanged lines hidden (view full) ---

297# configuration and doesn't have to be explicitly configured.
298
299controller scbus0 #base SCSI code
300device ch0 #SCSI media changers
301device sd0 #SCSI disks
302device st0 #SCSI tapes
303device cd0 #SCSI CD-ROMs
304
263
264# SCSI DEVICE CONFIGURATION
265
266# The SCSI subsystem consists of the `base' SCSI code, a number of
267# high-level SCSI device `type' drivers, and the low-level host-adapter
268# device drivers. The host adapters are listed in the ISA and PCI
269# device configuration sections below.
270#

--- 28 unchanged lines hidden (view full) ---

299# configuration and doesn't have to be explicitly configured.
300
301controller scbus0 #base SCSI code
302device ch0 #SCSI media changers
303device sd0 #SCSI disks
304device st0 #SCSI tapes
305device cd0 #SCSI CD-ROMs
306
307device worm0 at scbus? # SCSI worm
308device pt0 at scbus? # SCSI processor type
309device sctarg0 at scbus? # SCSI target
310
305
306#####################################################################
307# MISCELLANEOUS DEVICES AND OPTIONS
308
309#
310# Of these, only the `log' device is truly mandatory. The `pty'
311# device usually turns out to be ``effectively mandatory'', as it is
312# required for `telnetd', `rlogind', `screen', `emacs', and `xterm',

--- 347 unchanged lines hidden ---
311
312#####################################################################
313# MISCELLANEOUS DEVICES AND OPTIONS
314
315#
316# Of these, only the `log' device is truly mandatory. The `pty'
317# device usually turns out to be ``effectively mandatory'', as it is
318# required for `telnetd', `rlogind', `screen', `emacs', and `xterm',

--- 347 unchanged lines hidden ---