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 atu(4), Atmel 802.11b USB wifi dongle. From...
details: https://anonhg.NetBSD.org/src/rev/42070331feba
branches: trunk
changeset: 573261:42070331feba
user: joff <joff%NetBSD.org@localhost>
date: Mon Jan 24 01:36:07 2005 +0000
description:
Add atu(4), Atmel 802.11b USB wifi dongle. From OpenBSD.
diffstat:
sys/dev/usb/files.usb | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 68192fd2fc93 -r 42070331feba sys/dev/usb/files.usb
--- a/sys/dev/usb/files.usb Mon Jan 24 01:32:22 2005 +0000
+++ b/sys/dev/usb/files.usb Mon Jan 24 01:36:07 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.usb,v 1.57 2005/01/23 01:25:04 elric Exp $
+# $NetBSD: files.usb,v 1.58 2005/01/24 01:36:07 joff Exp $
#
# Config file and device description for machine-independent USB code.
# Included by ports that need it. Ports that use it must provide
@@ -235,3 +235,8 @@
device usscanner: scsi
attach usscanner at uhub
file dev/usb/usscanner.c usscanner
+
+# Atmel AT76c503 / AT76c503a / AT76c505 / AT76c505a @ USB
+device atu: ether, ifnet, arp, wlan
+attach atu at uhub
+file dev/usb/if_atu.c atu
Home |
Main Index |
Thread Index |
Old Index