Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Need sdmmc* at wb?



details:   https://anonhg.NetBSD.org/src/rev/0ef6c7caf54e
branches:  trunk
changeset: 747745:0ef6c7caf54e
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Sep 30 22:19:00 2009 +0000

description:
Need sdmmc* at wb?

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 caccd8af2581 -r 0ef6c7caf54e sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Wed Sep 30 20:54:56 2009 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Wed Sep 30 22:19:00 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.255 2009/09/30 20:49:07 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.256 2009/09/30 22:19:27 jmcneill Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.255 $"
+#ident                 "GENERIC-$Revision: 1.256 $"
 
 maxusers       64              # estimated number of users
 
@@ -299,6 +299,7 @@
 thinkpad*      at acpi?                # IBM/Lenovo Thinkpad hotkeys
 ug*            at acpi?                # Abit uGuru Hardware monitor
 wb*            at acpi?                # Winbond W83L518D SD/MMC reader
+sdmmc*         at wb?                  # SD/MMC bus
 
 #apm0  at mainbus0                     # Advanced power management
 
diff -r caccd8af2581 -r 0ef6c7caf54e sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Wed Sep 30 20:54:56 2009 +0000
+++ b/sys/arch/i386/conf/ALL    Wed Sep 30 22:19:00 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.215 2009/09/30 20:47:09 jmcneill Exp $
+# $NetBSD: ALL,v 1.216 2009/09/30 22:19:00 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.215 $"
+#ident                 "ALL-$Revision: 1.216 $"
 
 maxusers       32              # estimated number of users
 
@@ -369,6 +369,7 @@
 thinkpad*      at acpi?                # IBM/Lenovo Thinkpad hotkeys
 ug*            at acpi?                # Abit uGuru Hardware monitor
 wb*            at acpi?                # Winbond W83L518D SD/MMC reader
+sdmmc*         at wb?                  # SD/MMC bus
 wss*           at acpi?                # NeoMagic 256AV in wss mode
 ym*            at acpi?                # Yamaha OPL3-SA[23] audio
 
diff -r caccd8af2581 -r 0ef6c7caf54e sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Wed Sep 30 20:54:56 2009 +0000
+++ b/sys/arch/i386/conf/GENERIC        Wed Sep 30 22:19:00 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.946 2009/09/30 20:47:10 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.947 2009/09/30 22:19:00 jmcneill Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.946 $"
+#ident                 "GENERIC-$Revision: 1.947 $"
 
 maxusers       64              # estimated number of users
 
@@ -379,6 +379,7 @@
 thinkpad*      at acpi?                # IBM/Lenovo Thinkpad hotkeys
 ug*            at acpi?                # Abit uGuru Hardware monitor
 wb*            at acpi?                # Winbond W83L518D SD/MMC reader
+sdmmc*         at wb?                  # SD/MMC bus
 wss*           at acpi?                # NeoMagic 256AV in wss mode
 ym*            at acpi?                # Yamaha OPL3-SA[23] audio
 



Home | Main Index | Thread Index | Old Index