diff options
| author | Stefan Eßer <se@FreeBSD.org> | 1997-03-11 23:30:50 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 1997-03-11 23:30:50 +0000 |
| commit | ecad4f29560a7317b5554ac3aa86138cf4eaba4d (patch) | |
| tree | d9df47a8b102ed1d3d05c295b041cc7bdc5f5705 /sys | |
| parent | 4791321c6b4837d2dd830b45dbf3a0e269edca3e (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/i386/conf/LINT | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index fe7b433aa4c6..01256faf1d1d 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.286.2.15 1997/02/28 11:11:41 bde Exp $ +# $Id: LINT,v 1.286.2.16 1997/02/28 16:09:01 bde 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 @@ -620,7 +620,6 @@ controller wds0 at isa? port 0x350 bio irq 15 drq 6 vector wdsintr # transfers up to the maximum that the drive supports. # -# controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 @@ -631,6 +630,12 @@ disk wd3 at wdc1 drive 1 # # Options for `wdc': # +# CMD640 enables serializing access to primary and secondary channel +# of the CMD640B IDE Chip. The serializing will only take place +# if this option is set *and* the chip is probed by the pci-system. +# +options "CMD640" #Enable work around for CMD640 h/w bug +# # ATAPI enables the support for ATAPI-compatible IDE devices # options ATAPI #Enable ATAPI support for IDE bus |
