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 | |
parent | 4790cdb85a57ef03bf319795d32baa5574e236ae (diff) |
add tx driver
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 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 diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 8fe70f8c416..c4564c92391 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.37 1998/09/17 20:40:01 marc Exp $ +# $OpenBSD: RAMDISK,v 1.38 1998/09/21 06:00:17 deraadt Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -183,6 +183,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 cards +tx* at pci? dev ? function ? # SMC 83C170 EPIC ethernet cards # Media Independent Interface (mii) drivers #exphy* at mii? phy ? # 3Com internal PHYs |