LINT (c740608242ffa2e4725a5b7cbb12823f7e0368d4) LINT (d2fb48929a4984996e65d084adcaf39f1820fb24)
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.364 1997/09/10 03:07:13 peter Exp $
5# $Id: LINT,v 1.365 1997/09/14 21:45:01 jmg 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

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

789# IDE CD-ROM driver - requires wdc controller and ATAPI option
790device wcd0
791
792#
793# Standard floppy disk controllers and floppy tapes: `fdc', `fd', and `ft'
794#
795controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
796#
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

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

789# IDE CD-ROM driver - requires wdc controller and ATAPI option
790device wcd0
791
792#
793# Standard floppy disk controllers and floppy tapes: `fdc', `fd', and `ft'
794#
795controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
796#
797# FDC_DEBUG enables floppy debugging. Since the debug output is huge, you
798# gotta turn it actually on by setting the variable fd_debug with DDB,
799# however.
800options FDC_DEBUG
801# This option is undocumented on purpose.
802options FDC_PRINT_BOGUS_CHIPTYPE
803#
797# Activate this line instead of the fdc0 line above if you happen to
798# have an Insight floppy tape. Probing them proved to be dangerous
799# for people with floppy disks only, so it's "hidden" behind a flag:
800#controller fdc0 at isa? port "IO_FD1" bio flags 1 irq 6 drq 2 vector fdintr
801
802disk fd0 at fdc0 drive 0
803disk fd1 at fdc0 drive 1
804tape ft0 at fdc0 drive 2

--- 544 unchanged lines hidden ---
804# Activate this line instead of the fdc0 line above if you happen to
805# have an Insight floppy tape. Probing them proved to be dangerous
806# for people with floppy disks only, so it's "hidden" behind a flag:
807#controller fdc0 at isa? port "IO_FD1" bio flags 1 irq 6 drq 2 vector fdintr
808
809disk fd0 at fdc0 drive 0
810disk fd1 at fdc0 drive 1
811tape ft0 at fdc0 drive 2

--- 544 unchanged lines hidden ---