Deleted Added
full compact
NOTES (47350) NOTES (47425)
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.601 1999/05/20 20:02:35 n_hibma Exp $
5# $Id: LINT,v 1.602 1999/05/21 04:37:36 wpaul 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

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

1096#
1097# This option allow you to override the default probe time for IDE
1098# devices, to get a faster probe. Setting this below 10000 violate
1099# the IDE specs, but may still work for you (it will work for most
1100# people).
1101#
1102options IDE_DELAY=8000 # Be optimistic about Joe IDE device
1103
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

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

1096#
1097# This option allow you to override the default probe time for IDE
1098# devices, to get a faster probe. Setting this below 10000 violate
1099# the IDE specs, but may still work for you (it will work for most
1100# people).
1101#
1102options IDE_DELAY=8000 # Be optimistic about Joe IDE device
1103
1104# IDE CD-ROM & CD-R/RW driver - requires wdc controller and ATAPI option
1104# IDE CD-ROM & CD-R/RW driver - requires wdc controller
1105device wcd0
1106
1105device wcd0
1106
1107# IDE floppy driver - requires wdc controller and ATAPI option
1107# IDE floppy driver - requires wdc controller
1108device wfd0
1109
1108device wfd0
1109
1110# IDE tape driver - requires wdc controller and ATAPI option
1110# IDE tape driver - requires wdc controller
1111device wst0
1112
1113
1114#
1115# Standard floppy disk controllers and floppy tapes: `fdc', `fd', and `ft'
1116#
1117controller fdc0 at isa? port IO_FD1 irq 6 drq 2
1118#

--- 1036 unchanged lines hidden ---
1111device wst0
1112
1113
1114#
1115# Standard floppy disk controllers and floppy tapes: `fdc', `fd', and `ft'
1116#
1117controller fdc0 at isa? port IO_FD1 irq 6 drq 2
1118#

--- 1036 unchanged lines hidden ---