Source-Changes-HG archive

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

[src/netbsd-6]: src/sys/arch Remove test changes which accidentally snuck in ...



details:   https://anonhg.NetBSD.org/src/rev/0e1c85927529
branches:  netbsd-6
changeset: 774210:0e1c85927529
user:      riz <riz%NetBSD.org@localhost>
date:      Tue Jun 12 22:07:07 2012 +0000

description:
Remove test changes which accidentally snuck in on the netbsd-6 branch.
Oops.

diffstat:

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

diffs (52 lines):

diff -r f1644cbde1fb -r 0e1c85927529 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Tue Jun 12 19:45:25 2012 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Tue Jun 12 22:07:07 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.348.2.2 2012/06/12 17:48:03 riz Exp $
+# $NetBSD: GENERIC,v 1.348.2.3 2012/06/12 22:07:07 riz Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.348.2.2 $"
+#ident                 "GENERIC-$Revision: 1.348.2.3 $"
 
 maxusers       64              # estimated number of users
 
@@ -962,7 +962,6 @@
 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
-urtwn* at uhub? port ?         # Realtek RTL8188CU/RTL8192CU 802.11b/g/n
 zyd*   at uhub? port ?         # Zydas ZD1211
 
 # USB scanners that use SCSI emulation, e.g., HP5300
diff -r f1644cbde1fb -r 0e1c85927529 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Tue Jun 12 19:45:25 2012 +0000
+++ b/sys/arch/i386/conf/GENERIC        Tue Jun 12 22:07:07 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1066.2.2 2012/06/12 17:47:51 riz Exp $
+# $NetBSD: GENERIC,v 1.1066.2.3 2012/06/12 22:07:07 riz Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.1066.2.2 $"
+#ident                 "GENERIC-$Revision: 1.1066.2.3 $"
 
 maxusers       64              # estimated number of users
 
@@ -1226,7 +1226,6 @@
 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
-urtwn* at uhub? port ?         # Realtek RTL8188CU/RTL8192CU 802.11b/g/n
 zyd*   at uhub? port ?         # Zydas ZD1211
 
 # Prolific PL2301/PL2302 host-to-host adapter



Home | Main Index | Thread Index | Old Index