diff options
author | 1998-10-10 06:57:55 +0000 | |
---|---|---|
committer | 1998-10-10 06:57:55 +0000 | |
commit | 6836072af62d12d34fb7800e7233eddff8369b86 (patch) | |
tree | 4ce648e9125695bc2aa2c3c81e220bd255997efd | |
parent | remove scsi(8).. we need more space for drivers (diff) | |
download | wireguard-openbsd-6836072af62d12d34fb7800e7233eddff8369b86.tar.xz wireguard-openbsd-6836072af62d12d34fb7800e7233eddff8369b86.zip |
add tl(4) ethernet driver
-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 |