diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-01-06 03:08:30 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-01-06 03:08:30 +0000 |
commit | f645d9866fcd2de2515ade6b213a2be383d4033f (patch) | |
tree | 8d2992ea78048adb61d4b956318d6c68f5d1f7ca /sys/arch/i386/conf/RAMDISK | |
parent | da1defd62409fb32385c9242bfe30f9bfaf4a4bb (diff) |
remove mx & pn in favor of dc
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index b22353f2519..4d663190ca0 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.74 1999/12/02 18:18:43 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.75 2000/01/06 03:08:28 jason Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -211,10 +211,9 @@ xl* at pci? dev ? function ? # 3C9xx ethernet cards rl* at pci? dev ? function ? # RealTek 81[23]9 ethernet tx* at pci? dev ? function ? # SMC 83C170 EPIC ethernet cards tl* at pci? dev ? function ? # Compaq Thunderlan ethernet cards -mx* at pci? dev ? function ? # Macronix PMAC ethernet vr* at pci? dev ? function ? # VIA Rhine ethernet -pn* at pci? dev ? function ? # Lite-On PNIC ethernet wb* at pci? dev ? function ? # Winbond W89C840F ethernet +dc* at pci? dev ? function ? # 21143, "tulip" clone ethernet # Media Independent Interface (mii) drivers exphy* at mii? phy ? # 3Com internal PHYs |