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/NETTAN | |
parent | da1defd62409fb32385c9242bfe30f9bfaf4a4bb (diff) |
remove mx & pn in favor of dc
Diffstat (limited to 'sys/arch/i386/conf/NETTAN')
-rw-r--r-- | sys/arch/i386/conf/NETTAN | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/NETTAN b/sys/arch/i386/conf/NETTAN index 6faceff1530..ab50be4398e 100644 --- a/sys/arch/i386/conf/NETTAN +++ b/sys/arch/i386/conf/NETTAN @@ -1,4 +1,4 @@ -# $OpenBSD: NETTAN,v 1.35 1999/10/03 21:08:15 niklas Exp $ +# $OpenBSD: NETTAN,v 1.36 2000/01/06 03:08:28 jason Exp $ # # NETTAN -- Applitron Datasystem AB # @@ -6,7 +6,7 @@ machine i386 # architecture, used by config; REQUIRED #include "../../../conf/GENERIC" -# $OpenBSD: NETTAN,v 1.35 1999/10/03 21:08:15 niklas Exp $ +# $OpenBSD: NETTAN,v 1.36 2000/01/06 03:08:28 jason Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -305,9 +305,8 @@ xl* at pci? dev ? function ? # 3c9xx ethernet rl* at pci? dev ? function ? # RealTek 81[23]9 ethernet tx* at pci? dev ? function ? # SMC 83C170 EPIC ethernet tl* at pci? dev ? function ? # Compaq Thunderlan ethernet -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 +dc* at pci? dev ? function ? # 21143, "tulip" clone ethernet wb* at pci? dev ? function ? # Winbond W89C840F ethernet ti* at pci? dev ? function ? # Alteon Tigon 1Gb ethernet |