Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Add athn(4)



details:   https://anonhg.NetBSD.org/src/rev/f7c29112f6a8
branches:  trunk
changeset: 790819:f7c29112f6a8
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Oct 23 08:38:12 2013 +0000

description:
Add athn(4)

diffstat:

 sys/dev/usb/usbdevices.config |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b9b87d526a06 -r f7c29112f6a8 sys/dev/usb/usbdevices.config
--- a/sys/dev/usb/usbdevices.config     Tue Oct 22 21:37:33 2013 +0000
+++ b/sys/dev/usb/usbdevices.config     Wed Oct 23 08:38:12 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: usbdevices.config,v 1.21 2013/02/05 11:56:41 skrll Exp $
+#      $NetBSD: usbdevices.config,v 1.22 2013/10/23 08:38:12 skrll Exp $
 #
 # This file contains all USB related configuration.
 # It is suitable for inclusion in a kernel config(5) file.
@@ -131,6 +131,7 @@
 urtw*  at uhub? port ?         # Realtek RTL8187/RTL8187B 802.11b/g
 urtwn* at uhub? port ?         # Realtek RTL8188CU/RTL8192CU 802.11b/g/n
 zyd*   at uhub? port ?         # Zydas ZD1211
+athn*  at uhub? port ?         # Atheros AR9002U
 
 # Prolific PL2301/PL2302 host-to-host adapter
 upl*   at uhub? port ?



Home | Main Index | Thread Index | Old Index