Module Name:    src
Committed By:   jmcneill
Date:           Wed Sep 30 20:48:09 UTC 2009

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

Log Message:
add and enable wb(4)


To generate a diff of this commit:
cvs rdiff -u -r1.253 -r1.254 src/sys/arch/amd64/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.253 src/sys/arch/amd64/conf/GENERIC:1.254
--- src/sys/arch/amd64/conf/GENERIC:1.253	Sun Sep 20 01:14:31 2009
+++ src/sys/arch/amd64/conf/GENERIC	Wed Sep 30 20:48:09 2009
@@ -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

Reply via email to