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 otus



details:   https://anonhg.NetBSD.org/src/rev/109687a72fe0
branches:  trunk
changeset: 758373:109687a72fe0
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Nov 03 19:59:34 2010 +0000

description:
add otus

diffstat:

 sys/dev/usb/files.usb |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 0c0fe593074b -r 109687a72fe0 sys/dev/usb/files.usb
--- a/sys/dev/usb/files.usb     Wed Nov 03 19:58:17 2010 +0000
+++ b/sys/dev/usb/files.usb     Wed Nov 03 19:59:34 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.usb,v 1.101 2010/08/01 07:29:03 kiyohara Exp $
+#      $NetBSD: files.usb,v 1.102 2010/11/03 19:59:34 christos Exp $
 #
 # Config file and device description for machine-independent USB code.
 # Included by ports that need it.  Ports that use it must provide
@@ -233,6 +233,10 @@
 attach udav at usbdevif
 file   dev/usb/if_udav.c               udav
 
+# Atheros AR9170
+device otus: arp, ether, firmload, ifnet, wlan
+attach otus at usbdevif
+file   dev/usb/if_otus.c               otus
 
 # Serial drivers
 # Modems



Home | Main Index | Thread Index | Old Index