diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-12-15 17:38:58 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-12-15 17:38:58 +0000 |
commit | 5d9a68b2ee654aba8149a02d0ba8f75fa56ecb0a (patch) | |
tree | 9122d1d63b5726f56bc4ff1a469eeba705e8117a | |
parent | 6cca04037f2cc7c55b4bb0f2da8bae341eb9c603 (diff) |
remove pn, replace with dc
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 8e055a853ae..3f171ecdf06 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.147 1999/12/08 22:35:35 aaron Exp $ +# $OpenBSD: GENERIC,v 1.148 1999/12/15 17:38:57 jason Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -244,7 +244,6 @@ 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 wb* at pci? dev ? function ? # Winbond W89C840F ethernet ti* at pci? dev ? function ? # Alteon Tigon 1Gb ethernet ax* at pci? dev ? function ? # ASIX AX88140A ethernet @@ -252,7 +251,7 @@ al* at pci? dev ? function ? # ADMtek AL981/AN985 ethernet sf* at pci? dev ? function ? # Adaptec AIC-6915 ethernet sis* at pci? dev ? function ? # SiS 900/7016 ethernet ste* at pci? dev ? function ? # Sundance ST201 ethernet -#dc* at pci? dev ? function ? # 21143, "tulip" clone ethernet +dc* at pci? dev ? function ? # 21143, "tulip" clone ethernet skc* at pci? dev ? function ? # SysKonnect GEnesis 984x sk* at skc? # each port of above |