summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2005-01-04 11:04:03 +0000
committernyan <nyan@FreeBSD.org>2005-01-04 11:04:03 +0000
commitfa189c3dd0bb91745949786f5886b284636ae445 (patch)
tree8c82deb5ba8dbeee9d1d8c491c8dcc0919a97ba2 /usr.sbin
parent47d6053d3cc84136db854e2f924ab78248dc9b32 (diff)
downloadFreeBSD-src-fa189c3dd0bb91745949786f5886b284636ae445.zip
FreeBSD-src-fa189c3dd0bb91745949786f5886b284636ae445.tar.gz
Remove old wdc driver completely.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sade/devices.c6
-rw-r--r--usr.sbin/sysinstall/devices.c6
2 files changed, 0 insertions, 12 deletions
diff --git a/usr.sbin/sade/devices.c b/usr.sbin/sade/devices.c
index a2318c8..7401b1b 100644
--- a/usr.sbin/sade/devices.c
+++ b/usr.sbin/sade/devices.c
@@ -139,12 +139,6 @@ static struct _devname {
{ DEVICE_TYPE_NETWORK, "lp", "Parallel Port IP (PLIP) peer connection" },
{ DEVICE_TYPE_NETWORK, "lo", "Loop-back (local) network interface" },
{ DEVICE_TYPE_NETWORK, "disc", "Software discard network interface" },
-#ifdef PC98
- { DEVICE_TYPE_DISK, "wd%d", "IDE disk device", 3, 65538, 8, 16 },
- { DEVICE_TYPE_CDROM, "wcd%dc", "ATAPI IDE CDROM", 69, 2, 8, 4 },
- { DEVICE_TYPE_FLOPPY, "wfd%d", "ATAPI floppy drive unit A", 87, 0, 8, 4 },
- { DEVICE_TYPE_DISK, "wfd%d", "ATAPI floppy device", 87, 65538, 8, 4 },
-#endif
{ 0 },
};
diff --git a/usr.sbin/sysinstall/devices.c b/usr.sbin/sysinstall/devices.c
index a2318c8..7401b1b 100644
--- a/usr.sbin/sysinstall/devices.c
+++ b/usr.sbin/sysinstall/devices.c
@@ -139,12 +139,6 @@ static struct _devname {
{ DEVICE_TYPE_NETWORK, "lp", "Parallel Port IP (PLIP) peer connection" },
{ DEVICE_TYPE_NETWORK, "lo", "Loop-back (local) network interface" },
{ DEVICE_TYPE_NETWORK, "disc", "Software discard network interface" },
-#ifdef PC98
- { DEVICE_TYPE_DISK, "wd%d", "IDE disk device", 3, 65538, 8, 16 },
- { DEVICE_TYPE_CDROM, "wcd%dc", "ATAPI IDE CDROM", 69, 2, 8, 4 },
- { DEVICE_TYPE_FLOPPY, "wfd%d", "ATAPI floppy drive unit A", 87, 0, 8, 4 },
- { DEVICE_TYPE_DISK, "wfd%d", "ATAPI floppy device", 87, 65538, 8, 4 },
-#endif
{ 0 },
};
OpenPOWER on IntegriCloud