Module Name:    src
Committed By:   riz
Date:           Thu Jun 14 04:23:49 UTC 2012

Modified Files:
        src/sys/arch/amd64/conf: GENERIC
        src/sys/arch/i386/conf: GENERIC

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


To generate a diff of this commit:
cvs rdiff -u -r1.356 -r1.357 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.1074 -r1.1075 src/sys/arch/i386/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.356 src/sys/arch/amd64/conf/GENERIC:1.357
--- src/sys/arch/amd64/conf/GENERIC:1.356	Tue Jun  5 08:44:07 2012
+++ src/sys/arch/amd64/conf/GENERIC	Thu Jun 14 04:23:48 2012
@@ -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 @@ include	"arch/amd64/conf/std.amd64"
 
 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 @@ otus*	at uhub? port ?		# Atheros AR9001U
 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
 

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1074 src/sys/arch/i386/conf/GENERIC:1.1075
--- src/sys/arch/i386/conf/GENERIC:1.1074	Tue Jun  5 08:44:12 2012
+++ src/sys/arch/i386/conf/GENERIC	Thu Jun 14 04:23:49 2012
@@ -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 @@ include 	"arch/i386/conf/std.i386"
 
 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 @@ ral*	at uhub? port ?		# Ralink Technolog
 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
 

Reply via email to