diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-12-08 22:35:36 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-12-08 22:35:36 +0000 |
commit | 4ad37f48aada32c6bdedcae4b5444600b937b91e (patch) | |
tree | 365b5d16cd307afa293bd9d9bd7af83dfcb11c95 /sys/arch/i386/conf | |
parent | 7245cfb5dc94a9ee154db6668cff71b76c748778 (diff) |
DEC/Intel 21143 and "tulip" clone Ethernet driver. Intended to replace the
individual ax, al, pn, and mx drivers. It also supports the Davicom DM9100
and DM9102 chipsets (dm) which we previously did not have. From FreeBSD.
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 5b00547f8b0..8e055a853ae 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.146 1999/12/07 01:45:29 aaron Exp $ +# $OpenBSD: GENERIC,v 1.147 1999/12/08 22:35:35 aaron Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -252,6 +252,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 skc* at pci? dev ? function ? # SysKonnect GEnesis 984x sk* at skc? # each port of above |