diff options
author | 1998-07-05 07:15:32 +0000 | |
---|---|---|
committer | 1998-07-05 07:15:32 +0000 | |
commit | c4210ea28b3c63c7357011b9833fda9955c228a6 (patch) | |
tree | 46a0533fa8b5ee207f6c6dcdc4b703e5cc5d6d91 /sys/dev | |
parent | s/2\.3/OSREV/g (diff) | |
download | wireguard-openbsd-c4210ea28b3c63c7357011b9833fda9955c228a6.tar.xz wireguard-openbsd-c4210ea28b3c63c7357011b9833fda9955c228a6.zip |
Uncommit wdc.
Note that the Soundblaster uses this code, even though it's port isn't
fully compatible with the driver.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/isa/pnpdevs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/pnpdevs b/sys/dev/isa/pnpdevs index 25352517497..7c14e6363eb 100644 --- a/sys/dev/isa/pnpdevs +++ b/sys/dev/isa/pnpdevs @@ -1,4 +1,4 @@ -# $OpenBSD: pnpdevs,v 1.14 1998/06/02 18:45:33 deraadt Exp $ +# $OpenBSD: pnpdevs,v 1.15 1998/07/05 07:15:32 downsj Exp $ # # NOTE: All `com' devices also need pccom identifiers. @@ -61,7 +61,7 @@ pccom PNP0501 #16550A-compatible COM port # PNP0510 #Generic IRDA-compatible device #--Disk Controllers-- -# PNP0600 #Generic ESDI/IDE/ATA compatible hard disk controller +wdc PNP0600 #Generic ESDI/IDE/ATA compatible hard disk controller # PNP0601 #Plus Hardcard II # PNP0602 #Plus Hardcard IIXL/EZ # PNP0603 #Generic IDE supporting Microsoft Device Bay Specification |