diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-21 06:00:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-21 06:00:18 +0000 |
commit | 081eb757b1554192190b11f17d17f7e2235880ac (patch) | |
tree | 3019d1441973edd9ca06585bb8d89f0595ce8866 /sys/arch/i386/conf/GENERIC | |
parent | 4790cdb85a57ef03bf319795d32baa5574e236ae (diff) |
add tx driver
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-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 5021ee89c44..2d06c51abd1 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.78 1998/09/11 11:26:23 fgsch Exp $ +# $OpenBSD: GENERIC,v 1.79 1998/09/21 06:00:16 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -177,6 +177,7 @@ ep* at pcmcia? function ? # PCMCIA based ep cards sm* at pcmcia? function ? # PCMCIA based sm cards fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards xl* at pci? dev ? function ? # 3c900/3c905 Ethernet +tx* at pci? dev ? function ? # SMC 83C170 EPIC ethernet cards # Media Independent Interface (mii) drivers #exphy* at mii? phy ? # 3Com internal PHYs |