Source-Changes-HG archive

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

[src/trunk]: src/sys/arch add and enable wb(4)



details:   https://anonhg.NetBSD.org/src/rev/d49237f10cd0
branches:  trunk
changeset: 747742:d49237f10cd0
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Sep 30 20:47:09 2009 +0000

description:
add and enable wb(4)

diffstat:

 sys/arch/amd64/conf/GENERIC |  5 +++--
 sys/arch/i386/conf/ALL      |  5 +++--
 sys/arch/i386/conf/GENERIC  |  5 +++--
 3 files changed, 9 insertions(+), 6 deletions(-)

diffs (78 lines):

diff -r 48ec87261e73 -r d49237f10cd0 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Wed Sep 30 20:44:49 2009 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Wed Sep 30 20:47:09 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.253 2009/09/20 01:14:31 christos Exp $
+# $NetBSD: GENERIC,v 1.254 2009/09/30 20:48:09 jmcneill Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.253 $"
+#ident                 "GENERIC-$Revision: 1.254 $"
 
 maxusers       64              # estimated number of users
 
@@ -298,6 +298,7 @@
 wsmouse*       at spic?                # mouse
 thinkpad*      at acpi?                # IBM/Lenovo Thinkpad hotkeys
 ug*            at acpi?                # Abit uGuru Hardware monitor
+wb*            at acpi?                # Winbond W83L518D SD/MMC reader
 wss*           at acpi?                # NeoMagic 256AV in wss mode
 
 #apm0  at mainbus0                     # Advanced power management
diff -r 48ec87261e73 -r d49237f10cd0 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Wed Sep 30 20:44:49 2009 +0000
+++ b/sys/arch/i386/conf/ALL    Wed Sep 30 20:47:09 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.214 2009/09/29 11:58:18 pooka Exp $
+# $NetBSD: ALL,v 1.215 2009/09/30 20:47:09 jmcneill 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.214 $"
+#ident                 "ALL-$Revision: 1.215 $"
 
 maxusers       32              # estimated number of users
 
@@ -368,6 +368,7 @@
 pcppi*         at acpi?                # AT-style speaker sound
 thinkpad*      at acpi?                # IBM/Lenovo Thinkpad hotkeys
 ug*            at acpi?                # Abit uGuru Hardware monitor
+wb*            at acpi?                # Winbond W83L518D SD/MMC reader
 wss*           at acpi?                # NeoMagic 256AV in wss mode
 ym*            at acpi?                # Yamaha OPL3-SA[23] audio
 
diff -r 48ec87261e73 -r d49237f10cd0 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Wed Sep 30 20:44:49 2009 +0000
+++ b/sys/arch/i386/conf/GENERIC        Wed Sep 30 20:47:09 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.945 2009/09/20 01:14:31 christos Exp $
+# $NetBSD: GENERIC,v 1.946 2009/09/30 20:47:10 jmcneill Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.945 $"
+#ident                 "GENERIC-$Revision: 1.946 $"
 
 maxusers       64              # estimated number of users
 
@@ -378,6 +378,7 @@
 pcppi*         at acpi?                # AT-style speaker sound
 thinkpad*      at acpi?                # IBM/Lenovo Thinkpad hotkeys
 ug*            at acpi?                # Abit uGuru Hardware monitor
+wb*            at acpi?                # Winbond W83L518D SD/MMC reader
 wss*           at acpi?                # NeoMagic 256AV in wss mode
 ym*            at acpi?                # Yamaha OPL3-SA[23] audio
 



Home | Main Index | Thread Index | Old Index