diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-10-10 06:57:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-10-10 06:57:56 +0000 |
commit | 039862f5f19481dee35492d742f2a6782fbb2d6f (patch) | |
tree | 41f003f8b6f79f3569124bcb124dfab934862eac /sys/arch | |
parent | d6223027602d80273dbd8852e339a4cbd37f00f6 (diff) |
add tl(4) ethernet driver
Diffstat (limited to 'sys/arch')
-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 5b22413cd54..d672a4957ec 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.87 1998/09/27 03:41:25 downsj Exp $ +# $OpenBSD: GENERIC,v 1.88 1998/10/10 06:57:55 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -183,6 +183,7 @@ sm* at pcmcia? function ? # PCMCIA based sm cards fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards xl* at pci? dev ? function ? # 3c9xx Ethernet tx* at pci? dev ? function ? # SMC 83C170 EPIC ethernet cards +tl* at pci? dev ? function ? # Compaq Thunderlan 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 c58a7599cad..d008ee27ee1 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.45 1998/09/29 19:37:47 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.46 1998/10/10 06:57:55 deraadt Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -187,6 +187,7 @@ sm* at pcmcia? function ? # PCMCIA based sm cards #fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards xl* at pci? dev ? function ? # 3C9xx ethernet cards tx* at pci? dev ? function ? # SMC 83C170 EPIC ethernet cards +tl* at pci? dev ? function ? # Compaq Thunderlan ethernet cards # Media Independent Interface (mii) drivers #exphy* at mii? phy ? # 3Com internal PHYs |