diff options
| author | cube <cube@NetBSD.org> | 2007-01-09 21:59:08 +0000 |
|---|---|---|
| committer | cube <cube@NetBSD.org> | 2007-01-09 21:59:08 +0000 |
| commit | 747e90f203a50e0418472fecfe336f727403c62b (patch) | |
| tree | d249c48940f7a52e8b052e17d8e3c9027f977ca8 /sys/dev | |
| parent | 5959243a1b296a212ca42645623dc461aa48b907 (diff) | |
Remove traces of scd(4), which apparently never actually had a driver in
the tree.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/DEVNAMES | 3 | ||||
| -rw-r--r-- | sys/dev/isa/files.isa | 9 |
2 files changed, 3 insertions, 9 deletions
diff --git a/sys/dev/DEVNAMES b/sys/dev/DEVNAMES index 2945cab1a78..2e33b00a745 100644 --- a/sys/dev/DEVNAMES +++ b/sys/dev/DEVNAMES @@ -1,4 +1,4 @@ -# $NetBSD: DEVNAMES,v 1.223 2007/01/09 21:53:53 cube Exp $ +# $NetBSD: DEVNAMES,v 1.224 2007/01/09 21:59:08 cube Exp $ # # This file contains all used device names and defined attributes in # alphabetical order. New devices added to the system somewhere should first @@ -1139,7 +1139,6 @@ sbus playstation2 sc MI sc newsmips sc vax -scd MI sci amiga Attribute sci amigappc Attribute sci evbsh3 diff --git a/sys/dev/isa/files.isa b/sys/dev/isa/files.isa index 06774c33622..16fc66afb8d 100644 --- a/sys/dev/isa/files.isa +++ b/sys/dev/isa/files.isa @@ -1,4 +1,4 @@ -# $NetBSD: files.isa,v 1.147 2007/01/09 19:19:09 cube Exp $ +# $NetBSD: files.isa,v 1.148 2007/01/09 21:59:08 cube Exp $ # # Config file and device description for machine-independent ISA code. # Included by ports that need it. Requires that the SCSI files be @@ -6,7 +6,7 @@ # ports should specify appropriate major numbers for the following # devices: -# mcd, scd, wd, wt +# mcd, wd, wt device isa {[port = -1], [size = 0], [iomem = -1], [iosiz = 0], @@ -145,11 +145,6 @@ attach mcd at isa file dev/isa/mcd.c mcd needs-flag defflag MCD_PROMISC # enable "promiscuous" match -# Sony CDU-3[13]A CD-ROM drives -device scd: disk -attach scd at isa -file dev/isa/scd.c scd needs-flag - attach wdc at isa with wdc_isa file dev/isa/wdc_isa.c wdc_isa |
