Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Add atu(4) 802.11b USB driver



details:   https://anonhg.NetBSD.org/src/rev/a41e5f669158
branches:  trunk
changeset: 573269:a41e5f669158
user:      joff <joff%NetBSD.org@localhost>
date:      Mon Jan 24 03:02:45 2005 +0000

description:
Add atu(4) 802.11b USB driver

diffstat:

 sys/arch/i386/conf/GENERIC |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 2f506cf0ed14 -r a41e5f669158 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Mon Jan 24 02:42:49 2005 +0000
+++ b/sys/arch/i386/conf/GENERIC        Mon Jan 24 03:02:45 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.651 2005/01/18 10:28:00 scw Exp $
+# $NetBSD: GENERIC,v 1.652 2005/01/24 03:02:45 joff Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.651 $"
+#ident                 "GENERIC-$Revision: 1.652 $"
 
 maxusers       32              # estimated number of users
 
@@ -964,6 +964,9 @@
 udav*  at uhub? port ?         # Davicom DM9601 based adapters
 url*   at uhub? port ?         # Realtek RTL8150L based adapters
 
+# USB 802.11b adapters
+atu*   at uhub? port ?         # Atmel AT76C50XX based adapters
+
 # Prolific PL2301/PL2302 host-to-host adapter
 upl*   at uhub? port ?
 



Home | Main Index | Thread Index | Old Index