diff options
| author | Stefan Eßer <se@FreeBSD.org> | 1997-03-12 19:11:59 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 1997-03-12 19:11:59 +0000 |
| commit | 2928e6b5fd015f5d19a10e88c30128a3ca042ef3 (patch) | |
| tree | 2c4624b517b393a235f884dd6a7292e663677e88 /sys | |
| parent | f5cd278ca4adade79be4d96e17c5b49089953094 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/NOTES | 8 | ||||
| -rw-r--r-- | sys/i386/conf/LINT | 8 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 8 |
3 files changed, 21 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 86d1021515cb..1be05cf94719 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -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.314 1997/02/22 09:31:37 peter Exp $ +# $Id: LINT,v 1.315 1997/03/12 17:41:33 joerg 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 @@ -614,6 +614,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 diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 86d1021515cb..1be05cf94719 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.314 1997/02/22 09:31:37 peter Exp $ +# $Id: LINT,v 1.315 1997/03/12 17:41:33 joerg 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 @@ -614,6 +614,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 diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 86d1021515cb..1be05cf94719 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -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.314 1997/02/22 09:31:37 peter Exp $ +# $Id: LINT,v 1.315 1997/03/12 17:41:33 joerg 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 @@ -614,6 +614,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 |
