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 upgt(4), Intersil PrismGT USB 802.11b...



details:   https://anonhg.NetBSD.org/src/rev/c8346be75d4d
branches:  trunk
changeset: 757233:c8346be75d4d
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Aug 21 03:06:37 2010 +0000

description:
Add upgt(4), Intersil PrismGT USB 802.11b/g adapter.

diffstat:

 sys/arch/i386/conf/ALL     |  5 +++--
 sys/arch/i386/conf/GENERIC |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (52 lines):

diff -r 4973df254281 -r c8346be75d4d sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Sat Aug 21 02:59:18 2010 +0000
+++ b/sys/arch/i386/conf/ALL    Sat Aug 21 03:06:37 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.265 2010/08/08 20:04:54 chs Exp $
+# $NetBSD: ALL,v 1.266 2010/08/21 03:06:37 tsutsui Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.265 $"
+#ident                 "ALL-$Revision: 1.266 $"
 
 maxusers       64              # estimated number of users
 
@@ -1256,6 +1256,7 @@
 atu*   at uhub? port ?         # Atmel AT76C50XX based adapters
 ral*   at uhub? port ?         # Ralink Technology RT25x0 802.11a/b/g
 rum*   at uhub? port ?         # Ralink Technology RT2501/RT2601 802.11a/b/g
+upgt*  at uhub? port ?         # Intersil PrismGT
 zyd*   at uhub? port ?         # Zydas ZD1211
 
 # Prolific PL2301/PL2302 host-to-host adapter
diff -r 4973df254281 -r c8346be75d4d sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sat Aug 21 02:59:18 2010 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sat Aug 21 03:06:37 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.990 2010/08/08 20:04:24 chs Exp $
+# $NetBSD: GENERIC,v 1.991 2010/08/21 03:06:37 tsutsui Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.990 $"
+#ident                 "GENERIC-$Revision: 1.991 $"
 
 maxusers       64              # estimated number of users
 
@@ -1205,6 +1205,7 @@
 atu*   at uhub? port ?         # Atmel AT76C50XX based adapters
 ral*   at uhub? port ?         # Ralink Technology RT25x0 802.11a/b/g
 rum*   at uhub? port ?         # Ralink Technology RT2501/RT2601 802.11a/b/g
+upgt*  at uhub? port ?         # Intersil PrismGT
 zyd*   at uhub? port ?         # Zydas ZD1211
 
 # Prolific PL2301/PL2302 host-to-host adapter



Home | Main Index | Thread Index | Old Index