diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-11-27 15:55:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-11-27 15:55:41 +0000 |
commit | 3b5b9efcffa6504ba1fdaf70480bdf9a89e5c502 (patch) | |
tree | 1d8dcfc1fd29d36ac3281c314d4df9cec5d6a7cb /sys/arch | |
parent | 016e9b2ee68c0c53a3e977a45cf86418baa295a1 (diff) |
thanks to aaron, more ethernet drivers fit
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 5 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISKB | 11 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 5 |
3 files changed, 12 insertions, 9 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index d111f868f69..325e9759d68 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.70 1999/11/06 04:09:00 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.71 1999/11/27 15:55:40 deraadt Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -200,8 +200,9 @@ ep* at pci? dev ? function ? # 3C59x ethernet cards ne* at pci? dev ? function ? # NE2000-compat ethernet cards ne* at pcmcia? function ? # PCMCIA based NE2000 cards ep* at pcmcia? function ? # PCMCIA based 3c5xx cards -#sm* at pcmcia? function ? # PCMCIA based sm cards +sm* at pcmcia? function ? # PCMCIA based sm cards xe* at pcmcia? function ? # Xircom ethernet +wi* at pcmcia? function ? # WaveLAN IEEE 802.11 #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 diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index bcfa36c001f..1fb47d6f75f 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.6 1999/11/06 23:40:53 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.7 1999/11/27 15:55:40 deraadt Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -197,10 +197,11 @@ fxp* at pci? dev ? function ? # EtherExpress 10/100B ethernet cards ep0 at pci? dev ? function ? # 3C59x ethernet cards ep* at pci? dev ? function ? # 3C59x ethernet cards ne* at pci? dev ? function ? # NE2000-compat ethernet cards -#ne* at pcmcia? function ? # PCMCIA based NE2000 cards -#ep* at pcmcia? function ? # PCMCIA based 3c5xx cards -#sm* at pcmcia? function ? # PCMCIA based sm cards -#xe* at pcmcia? function ? # Xircom ethernet +ne* at pcmcia? function ? # PCMCIA based NE2000 cards +ep* at pcmcia? function ? # PCMCIA based 3c5xx cards +sm* at pcmcia? function ? # PCMCIA based sm cards +xe* at pcmcia? function ? # Xircom ethernet +wi* at pcmcia? function ? # WaveLAN IEEE 802.11 #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 diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 365d7d7da85..283a122dbb4 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.5 1999/10/12 17:06:57 jason Exp $ +# $OpenBSD: RAMDISK_CD,v 1.6 1999/11/27 15:55:40 deraadt Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -201,8 +201,9 @@ ep* at pci? dev ? function ? # 3C59x ethernet cards ne* at pci? dev ? function ? # NE2000-compat ethernet cards ne* at pcmcia? function ? # PCMCIA based NE2000 cards ep* at pcmcia? function ? # PCMCIA based 3c5xx cards -#sm* at pcmcia? function ? # PCMCIA based sm cards +sm* at pcmcia? function ? # PCMCIA based sm cards xe* at pcmcia? function ? # Xircom ethernet +wi* at pcmcia? function ? # WaveLAN IEEE 802.11 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 |