Pre 3.0 branch cleanup sos#1: wcd
Superceded by acd driver...
This commit is contained in:
parent
6c6e9b3514
commit
303c78f8b7
@ -11,7 +11,7 @@
|
||||
# device lines is present in the ./LINT configuration file. If you are
|
||||
# in doubt as to the purpose or necessity of a line, check first in LINT.
|
||||
#
|
||||
# $Id: GENERIC,v 1.138 1998/12/27 13:12:59 phk Exp $
|
||||
# $Id: GENERIC,v 1.139 1998/12/27 13:40:55 phk Exp $
|
||||
|
||||
machine "i386"
|
||||
cpu "I386_CPU"
|
||||
@ -70,7 +70,7 @@ disk wd3 at wdc1 drive 1
|
||||
|
||||
options ATAPI #Enable ATAPI support for IDE bus
|
||||
options ATAPI_STATIC #Don't do it as an LKM
|
||||
device wcd0 #IDE CD-ROM
|
||||
device acd0 #IDE CD-ROM
|
||||
device wfd0 #IDE Floppy (e.g. LS-120)
|
||||
|
||||
# A single entry for any of these controllers (ncr, ahb, ahc) is
|
||||
|
@ -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.516 1998/12/27 13:06:40 phk Exp $
|
||||
# $Id: LINT,v 1.517 1998/12/27 13:40:55 phk 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
|
||||
@ -982,13 +982,9 @@ options ATAPI_STATIC #Don't do it as an LKM
|
||||
#
|
||||
options IDE_DELAY=8000 # Be optimistic about Joe IDE device
|
||||
|
||||
# Use either the acd or the wcd device, not both!
|
||||
# IDE CD-ROM & CD-R/RW driver - requires wdc controller and ATAPI option
|
||||
device acd0
|
||||
|
||||
# IDE CD-ROM driver - requires wdc controller and ATAPI option
|
||||
device wcd0
|
||||
|
||||
# IDE floppy driver - requires wdc controller and ATAPI option
|
||||
device wfd0
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# This file tells config what files go into building a kernel,
|
||||
# files marked standard are always included.
|
||||
#
|
||||
# $Id: files.i386,v 1.211 1998/12/27 13:06:41 phk Exp $
|
||||
# $Id: files.i386,v 1.212 1998/12/27 13:40:56 phk Exp $
|
||||
#
|
||||
# The long compile-with and dependency lines are required because of
|
||||
# limitations in config: backslash-newline doesn't work in strings, and
|
||||
@ -239,7 +239,6 @@ i386/isa/wd.c optional wdc device-driver
|
||||
i386/isa/wd.c optional wd device-driver
|
||||
i386/isa/atapi.c optional atapi device-driver
|
||||
i386/isa/atapi-cd.c optional acd device-driver
|
||||
i386/isa/wcd.c optional wcd device-driver
|
||||
i386/isa/wfd.c optional wfd device-driver
|
||||
i386/isa/wst.c optional wst device-driver
|
||||
i386/isa/wt.c optional wt device-driver
|
||||
|
@ -1,4 +1,4 @@
|
||||
$Id: majors.i386,v 1.54 1998/12/02 21:26:11 jkh Exp $
|
||||
$Id: majors.i386,v 1.55 1998/12/03 08:32:49 jkh Exp $
|
||||
|
||||
Hopefully, this list will one day be obsoleted by DEVFS, but for now
|
||||
this is the current allocation of device major numbers.
|
||||
@ -32,7 +32,7 @@ blkdev name comments
|
||||
16 scd Sony CDROM interface
|
||||
17 matcd Matsushita/Panasonic/Creative(SB) CDROM interface
|
||||
18 ata "device independent" ATA/IDE driver
|
||||
19 wcdb ATAPI CDROM client of "ata"
|
||||
19 acdb ATAPI CDROM client of "ata"
|
||||
21 ccd concatenated disk
|
||||
22 gd Geometry disk.
|
||||
24 wstb ATAPI tape client of "ata"
|
||||
|
@ -11,7 +11,7 @@
|
||||
# device lines is present in the ./LINT configuration file. If you are
|
||||
# in doubt as to the purpose or necessity of a line, check first in LINT.
|
||||
#
|
||||
# $Id: GENERIC,v 1.138 1998/12/27 13:12:59 phk Exp $
|
||||
# $Id: GENERIC,v 1.139 1998/12/27 13:40:55 phk Exp $
|
||||
|
||||
machine "i386"
|
||||
cpu "I386_CPU"
|
||||
@ -70,7 +70,7 @@ disk wd3 at wdc1 drive 1
|
||||
|
||||
options ATAPI #Enable ATAPI support for IDE bus
|
||||
options ATAPI_STATIC #Don't do it as an LKM
|
||||
device wcd0 #IDE CD-ROM
|
||||
device acd0 #IDE CD-ROM
|
||||
device wfd0 #IDE Floppy (e.g. LS-120)
|
||||
|
||||
# A single entry for any of these controllers (ncr, ahb, ahc) is
|
||||
|
@ -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.516 1998/12/27 13:06:40 phk Exp $
|
||||
# $Id: LINT,v 1.517 1998/12/27 13:40:55 phk 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
|
||||
@ -982,13 +982,9 @@ options ATAPI_STATIC #Don't do it as an LKM
|
||||
#
|
||||
options IDE_DELAY=8000 # Be optimistic about Joe IDE device
|
||||
|
||||
# Use either the acd or the wcd device, not both!
|
||||
# IDE CD-ROM & CD-R/RW driver - requires wdc controller and ATAPI option
|
||||
device acd0
|
||||
|
||||
# IDE CD-ROM driver - requires wdc controller and ATAPI option
|
||||
device wcd0
|
||||
|
||||
# IDE floppy driver - requires wdc controller and ATAPI option
|
||||
device wfd0
|
||||
|
||||
|
@ -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.516 1998/12/27 13:06:40 phk Exp $
|
||||
# $Id: LINT,v 1.517 1998/12/27 13:40:55 phk 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
|
||||
@ -982,13 +982,9 @@ options ATAPI_STATIC #Don't do it as an LKM
|
||||
#
|
||||
options IDE_DELAY=8000 # Be optimistic about Joe IDE device
|
||||
|
||||
# Use either the acd or the wcd device, not both!
|
||||
# IDE CD-ROM & CD-R/RW driver - requires wdc controller and ATAPI option
|
||||
device acd0
|
||||
|
||||
# IDE CD-ROM driver - requires wdc controller and ATAPI option
|
||||
device wcd0
|
||||
|
||||
# IDE floppy driver - requires wdc controller and ATAPI option
|
||||
device wfd0
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# This file tells what major numbers the various possible swap devices have.
|
||||
#
|
||||
# $Id: devices.i386,v 1.13 1998/02/17 11:33:31 sos Exp $
|
||||
# $Id: devices.i386,v 1.14 1998/09/15 10:01:13 gibbs Exp $
|
||||
#
|
||||
wd 0
|
||||
wfd 1
|
||||
@ -13,5 +13,5 @@ mcd 7
|
||||
vn 15
|
||||
scd 16
|
||||
pcd 17
|
||||
wcd 19
|
||||
acd 19
|
||||
wst 24
|
||||
|
@ -1,7 +1,7 @@
|
||||
# This file tells config what files go into building a kernel,
|
||||
# files marked standard are always included.
|
||||
#
|
||||
# $Id: files.i386,v 1.211 1998/12/27 13:06:41 phk Exp $
|
||||
# $Id: files.i386,v 1.212 1998/12/27 13:40:56 phk Exp $
|
||||
#
|
||||
# The long compile-with and dependency lines are required because of
|
||||
# limitations in config: backslash-newline doesn't work in strings, and
|
||||
@ -239,7 +239,6 @@ i386/isa/wd.c optional wdc device-driver
|
||||
i386/isa/wd.c optional wd device-driver
|
||||
i386/isa/atapi.c optional atapi device-driver
|
||||
i386/isa/atapi-cd.c optional acd device-driver
|
||||
i386/isa/wcd.c optional wcd device-driver
|
||||
i386/isa/wfd.c optional wfd device-driver
|
||||
i386/isa/wst.c optional wst device-driver
|
||||
i386/isa/wt.c optional wt device-driver
|
||||
|
@ -1,4 +1,4 @@
|
||||
$Id: majors.i386,v 1.54 1998/12/02 21:26:11 jkh Exp $
|
||||
$Id: majors.i386,v 1.55 1998/12/03 08:32:49 jkh Exp $
|
||||
|
||||
Hopefully, this list will one day be obsoleted by DEVFS, but for now
|
||||
this is the current allocation of device major numbers.
|
||||
@ -32,7 +32,7 @@ blkdev name comments
|
||||
16 scd Sony CDROM interface
|
||||
17 matcd Matsushita/Panasonic/Creative(SB) CDROM interface
|
||||
18 ata "device independent" ATA/IDE driver
|
||||
19 wcdb ATAPI CDROM client of "ata"
|
||||
19 acdb ATAPI CDROM client of "ata"
|
||||
21 ccd concatenated disk
|
||||
22 gd Geometry disk.
|
||||
24 wstb ATAPI tape client of "ata"
|
||||
|
1400
sys/i386/isa/wcd.c
1400
sys/i386/isa/wcd.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user