diff options
author | peter <peter@FreeBSD.org> | 1999-05-23 11:11:31 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-05-23 11:11:31 +0000 |
commit | e29941bde7ecd091b903658243ee690f5ace26ad (patch) | |
tree | f462e59ec889d2bae2b6fd9216ae03f38a00fae9 | |
parent | 46db87a1e419b1c77d616f221dab956228910cf3 (diff) | |
download | FreeBSD-src-e29941bde7ecd091b903658243ee690f5ace26ad.zip FreeBSD-src-e29941bde7ecd091b903658243ee690f5ace26ad.tar.gz |
Don't reference non-existant ATAPI option..
PR: 11814
Submitted by: Sheldon Hearn <sheldonh@uunet.co.za>
-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, 12 insertions, 12 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 7904560..f4a36e9 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.601 1999/05/20 20:02:35 n_hibma Exp $ +# $Id: LINT,v 1.602 1999/05/21 04:37:36 wpaul 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 @@ -1101,13 +1101,13 @@ disk wd3 at wdc1 drive 1 # options IDE_DELAY=8000 # Be optimistic about Joe IDE device -# IDE CD-ROM & CD-R/RW driver - requires wdc controller and ATAPI option +# IDE CD-ROM & CD-R/RW driver - requires wdc controller device wcd0 -# IDE floppy driver - requires wdc controller and ATAPI option +# IDE floppy driver - requires wdc controller device wfd0 -# IDE tape driver - requires wdc controller and ATAPI option +# IDE tape driver - requires wdc controller device wst0 diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 7904560..f4a36e9 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.601 1999/05/20 20:02:35 n_hibma Exp $ +# $Id: LINT,v 1.602 1999/05/21 04:37:36 wpaul 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 @@ -1101,13 +1101,13 @@ disk wd3 at wdc1 drive 1 # options IDE_DELAY=8000 # Be optimistic about Joe IDE device -# IDE CD-ROM & CD-R/RW driver - requires wdc controller and ATAPI option +# IDE CD-ROM & CD-R/RW driver - requires wdc controller device wcd0 -# IDE floppy driver - requires wdc controller and ATAPI option +# IDE floppy driver - requires wdc controller device wfd0 -# IDE tape driver - requires wdc controller and ATAPI option +# IDE tape driver - requires wdc controller device wst0 diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 7904560..f4a36e9 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.601 1999/05/20 20:02:35 n_hibma Exp $ +# $Id: LINT,v 1.602 1999/05/21 04:37:36 wpaul 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 @@ -1101,13 +1101,13 @@ disk wd3 at wdc1 drive 1 # options IDE_DELAY=8000 # Be optimistic about Joe IDE device -# IDE CD-ROM & CD-R/RW driver - requires wdc controller and ATAPI option +# IDE CD-ROM & CD-R/RW driver - requires wdc controller device wcd0 -# IDE floppy driver - requires wdc controller and ATAPI option +# IDE floppy driver - requires wdc controller device wfd0 -# IDE tape driver - requires wdc controller and ATAPI option +# IDE tape driver - requires wdc controller device wst0 |