diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2010-12-11 20:48:22 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2010-12-11 20:48:22 +0000 |
commit | ee22468d1bc04c55bf992ecc1999e83aa67e2415 (patch) | |
tree | 4ac37368a66596a44c34d649c52ac88bbd261869 /sys/arch/amd64/conf | |
parent | 4e6b04f2c268ceabdda1599edf859a334505126c (diff) |
rsu(4), a driver for Realtek RTL8188SU, RTL8191SU and RTL8192SU
802.11n USB devices.
These are FullMAC devices that require a firmware to operate;
see man page for details.
Great thanks to Brad for donating hardware.
Committed over the TRENDnet TEW-649UB.
ok deraadt@
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 2fafecdbe60..bd3ef4c0349 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.308 2010/11/26 20:13:55 miod Exp $ +# $OpenBSD: GENERIC,v 1.309 2010/12/11 20:48:21 damien Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -238,6 +238,7 @@ otus* at uhub? # Atheros AR9001U zyd* at uhub? # Zydas ZD1211 upgt* at uhub? # Conexant/Intersil PrismGT SoftMAC USB urtw* at uhub? # RealTek 8187 +rsu* at uhub? # RealTek RTL8188SU/RTL8191SU/RTL8192SU urtwn* at uhub? # RealTek RTL8188CU/RTL8192CU udcf* at uhub? # Gude Expert mouseCLOCK uthum* at uhidev? # TEMPerHUM sensor |