From 27cc24d5300b6a98af9deb85109f95f0685fe01e Mon Sep 17 00:00:00 2001 From: nyan Date: Sat, 9 Dec 2000 04:51:13 +0000 Subject: Moved the snc driver position before the sn driver. Submitted by: Tomokazu HARADA --- usr.sbin/sade/devices.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr.sbin/sade') diff --git a/usr.sbin/sade/devices.c b/usr.sbin/sade/devices.c index 248df9c..f8397f5 100644 --- a/usr.sbin/sade/devices.c +++ b/usr.sbin/sade/devices.c @@ -104,6 +104,9 @@ static struct _devname { { DEVICE_TYPE_NETWORK, "rl", "RealTek 8129/8139 PCI ethernet card" }, { DEVICE_TYPE_NETWORK, "sf", "Adaptec AIC-6915 PCI ethernet card" }, { DEVICE_TYPE_NETWORK, "sis", "SiS 900/SiS 7016 PCI ethernet card" }, +#ifdef PC98 + { DEVICE_TYPE_NETWORK, "snc", "SONIC ethernet card" }, +#endif { DEVICE_TYPE_NETWORK, "sn", "SMC/Megahertz ethernet card" }, { DEVICE_TYPE_NETWORK, "ste", "Sundance ST201 PCI ethernet card" }, { DEVICE_TYPE_NETWORK, "sk", "SysKonnect PCI gigabit ethernet card" }, @@ -120,7 +123,6 @@ static struct _devname { { DEVICE_TYPE_NETWORK, "lp", "Parallel Port IP (PLIP) peer connection" }, { DEVICE_TYPE_NETWORK, "lo", "Loop-back (local) network interface" }, #ifdef PC98 - { DEVICE_TYPE_NETWORK, "snc", "SONIC ethernet card" }, { 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 }, -- cgit v1.1