diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-12-31 00:27:48 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-12-31 00:27:48 +0000 |
commit | 210d24a37e57d70eb13b64297111cd8db8e5ea29 (patch) | |
tree | 1b1460c9af518b94d07e8ad0868b37a9b0a4b3c2 /sys/arch/i386 | |
parent | 9fe4f0119c3acda7c89304dad87319f6e42bf1cc (diff) |
Enable Realtek RTL8180 driver (rtw) to get more testing feedback.
Can people with these devices please mail me with the name of the
device and a dmesg. ok deraadt@
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 37772b41353..7fc25c93e72 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.394 2004/12/29 14:44:09 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.395 2004/12/31 00:27:47 jsg Exp $ # # GENERIC -- everything that's currently supported # @@ -441,8 +441,8 @@ an* at pcmcia? # Aironet IEEE 802.11DS ray* at pcmcia? # Raylink Aviator2.4/Pro 802.11FH ipw* at pci? # Intel PRO/Wireless 2100 iwi* at pci? # Intel PRO/Wireless 2200BG/2915ABG -#rtw* at pci? # Realtek 8180 -#rtw* at cardbus? # Realtek 8180 +rtw* at pci? # Realtek 8180 +rtw* at cardbus? # Realtek 8180 # Media Independent Interface (mii) drivers exphy* at mii? # 3Com internal PHYs |