Module Name:    src
Committed By:   jmcneill
Date:           Wed Sep 30 20:47:10 UTC 2009

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

Log Message:
add and enable wb(4)


To generate a diff of this commit:
cvs rdiff -u -r1.214 -r1.215 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.945 -r1.946 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/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.214 src/sys/arch/i386/conf/ALL:1.215
--- src/sys/arch/i386/conf/ALL:1.214	Tue Sep 29 11:58:18 2009
+++ src/sys/arch/i386/conf/ALL	Wed Sep 30 20:47:09 2009
@@ -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
 

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.945 src/sys/arch/i386/conf/GENERIC:1.946
--- src/sys/arch/i386/conf/GENERIC:1.945	Sun Sep 20 01:14:31 2009
+++ src/sys/arch/i386/conf/GENERIC	Wed Sep 30 20:47:10 2009
@@ -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
 

Reply via email to