Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Add urtw(4) to i386/amd64 GENERIC.



details:   https://anonhg.NetBSD.org/src/rev/ee88c7cd1ad7
branches:  trunk
changeset: 779731:ee88c7cd1ad7
user:      riz <riz%NetBSD.org@localhost>
date:      Thu Jun 14 04:23:48 2012 +0000

description:
Add urtw(4) to i386/amd64 GENERIC.

diffstat:

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

diffs (52 lines):

diff -r ebbced5dcbcc -r ee88c7cd1ad7 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Thu Jun 14 04:14:35 2012 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Thu Jun 14 04:23:48 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.356 2012/06/05 08:44:07 abs Exp $
+# $NetBSD: GENERIC,v 1.357 2012/06/14 04:23:48 riz Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.356 $"
+#ident                 "GENERIC-$Revision: 1.357 $"
 
 maxusers       64              # estimated number of users
 
@@ -966,6 +966,7 @@
 ral*   at uhub? port ?         # Ralink Technology RT25x0 802.11a/b/g
 rum*   at uhub? port ?         # Ralink Technology RT2501/RT2601 802.11a/b/g
 run*   at uhub? port ?         # Ralink Technology RT(2[78]|30)00 802.11a/b/g/n
+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
 
diff -r ebbced5dcbcc -r ee88c7cd1ad7 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Thu Jun 14 04:14:35 2012 +0000
+++ b/sys/arch/i386/conf/GENERIC        Thu Jun 14 04:23:48 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1074 2012/06/05 08:44:12 abs Exp $
+# $NetBSD: GENERIC,v 1.1075 2012/06/14 04:23:49 riz Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.1074 $"
+#ident                 "GENERIC-$Revision: 1.1075 $"
 
 maxusers       64              # estimated number of users
 
@@ -1229,6 +1229,7 @@
 rum*   at uhub? port ?         # Ralink Technology RT2501/RT2601 802.11a/b/g
 run*   at uhub? port ?         # Ralink Technology RT(2[78]|30)00 802.11a/b/g/n
 upgt*  at uhub? port ?         # Intersil PrismGT
+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
 



Home | Main Index | Thread Index | Old Index