diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-04-03 01:59:20 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-04-03 01:59:20 +0000 |
commit | 36b80b5442b7c7b5c95bb720c14b65e2f0c47750 (patch) | |
tree | 18afa1d037940b50bcb08f3410f6dbd5d26cda43 | |
parent | 273dd298fce1a47cdde27bc0722dfe0a7be81d0d (diff) |
enable ray at pcmcia, once pcic config has been fixed
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 3239329b0f0..e6a3268f91c 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.169 2000/04/03 01:53:36 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.170 2000/04/03 01:59:19 mickey Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -272,7 +272,7 @@ wx* at pci? dev ? function ? # Intel Pro/1000 ethernet wi* at pcmcia? function ? # WaveLAN IEEE 802.11DS an* at pcmcia? function ? # Aironet IEEE 802.11DS #cnw* at pcmcia? function ? # Xircom Netwave -#ray* at pcmcia? function ? # Raylink Aviator2.4/Pro 802.11FH +ray* at pcmcia? function ? # Raylink Aviator2.4/Pro 802.11FH # Media Independent Interface (mii) drivers exphy* at mii? phy ? # 3Com internal PHYs |