diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1998-11-11 20:55:00 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1998-11-11 20:55:00 +0000 |
commit | fd8330a26da35e8de1f0aa8473b680d779e7921d (patch) | |
tree | e7db017b0bceb8408f1c7a87b5fbbe034bccc7d3 /sys/arch | |
parent | 04fdd4fe3ea6abb71ac6824a051e12af8d3df287 (diff) |
add driver for rtl8129/8139 cards
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 50e424f439e..a9a9ea76c39 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.89 1998/11/11 19:41:57 jason Exp $ +# $OpenBSD: GENERIC,v 1.90 1998/11/11 20:54:59 jason Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -182,6 +182,7 @@ ep* at pcmcia? function ? # PCMCIA based 3C5xx cards sm* at pcmcia? function ? # PCMCIA based sm cards fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards xl* at pci? dev ? function ? # 3c9xx Ethernet +rl* at pci? dev ? function ? # RealTek 81[23]9 ethernet tx* at pci? dev ? function ? # SMC 83C170 EPIC ethernet cards tl* at pci? dev ? function ? # Compaq Thunderlan ethernet cards diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 023617f8ef3..62d078a875f 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.49 1998/11/11 19:41:57 jason Exp $ +# $OpenBSD: RAMDISK,v 1.50 1998/11/11 20:54:59 jason Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -186,6 +186,7 @@ ep* at pcmcia? function ? # PCMCIA based 3c5xx cards 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 +rl* at pci? dev ? function ? # RealTek 81[23]9 ethernet tx* at pci? dev ? function ? # SMC 83C170 EPIC ethernet cards tl* at pci? dev ? function ? # Compaq Thunderlan ethernet cards |