summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2013-06-08 16:02:31 +0000
committerrpaulo <rpaulo@FreeBSD.org>2013-06-08 16:02:31 +0000
commit8f36fe887a99fd6fe01305dac04d9a90a856d40a (patch)
tree43c6844c1ee3be1cfbce0283d7b2042e64145bcb /sys/conf
parenta1d0d1236720cbb9ff6a9548a27707ddd4dd1507 (diff)
downloadFreeBSD-src-8f36fe887a99fd6fe01305dac04d9a90a856d40a.zip
FreeBSD-src-8f36fe887a99fd6fe01305dac04d9a90a856d40a.tar.gz
Import Kevin Lo's port of urtwn(4) from OpenBSD. urtwn(4) is a driver for the
Realtek RTL8188CU/RTL8192CU USB IEEE 802.11b/g/n wireless cards. This driver requires microcode which is available in FreeBSD ports: net/urtwn-firmware-kmod. Hiren ported the urtwn(4) man page from OpenBSD and Glen just commited a port for the firmware. TODO: - 802.11n support - Stability fixes - the driver can sustain lots of traffic but has trouble coping with simultaneous iperf sessions. - fix debugging MFC after: 2 months Tested by: kevlo, hiren, gjb
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/conf/files1
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index ec41bb6..3961e0f 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2747,6 +2747,9 @@ device ural
# Realtek RTL8187B/L wireless driver
device urtw
#
+# Realtek RTL8188CU/RTL8192CU wireless driver
+device urtwn
+#
# ZyDas ZD1211/ZD1211B wireless driver
device zyd
#
diff --git a/sys/conf/files b/sys/conf/files
index 266c6f0..9414851 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -2292,6 +2292,7 @@ dev/usb/wlan/if_uath.c optional uath
dev/usb/wlan/if_upgt.c optional upgt
dev/usb/wlan/if_ural.c optional ural
dev/usb/wlan/if_urtw.c optional urtw
+dev/usb/wlan/if_urtwn.c optional urtwn
dev/usb/wlan/if_zyd.c optional zyd
#
# USB serial and parallel port drivers
OpenPOWER on IntegriCloud