Module Name:    src
Committed By:   jruoho
Date:           Thu Apr  8 09:45:17 UTC 2010

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

Log Message:
Add wmidell(4).


To generate a diff of this commit:
cvs rdiff -u -r1.272 -r1.273 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.975 -r1.976 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/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.272 src/sys/arch/amd64/conf/GENERIC:1.273
--- src/sys/arch/amd64/conf/GENERIC:1.272	Sun Mar 28 00:00:07 2010
+++ src/sys/arch/amd64/conf/GENERIC	Thu Apr  8 09:45:17 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.272 2010/03/28 00:00:07 dholland Exp $
+# $NetBSD: GENERIC,v 1.273 2010/04/08 09:45:17 jruoho Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.272 $"
+#ident 		"GENERIC-$Revision: 1.273 $"
 
 maxusers	64		# estimated number of users
 
@@ -304,6 +304,7 @@
 ug* 		at acpi?		# Abit uGuru Hardware monitor
 wb*		at acpi?		# Winbond W83L518D SD/MMC reader
 sdmmc*		at wb?			# SD/MMC bus
+wmidell*	at acpiwmibus?		# Dell WMI mappings
 
 #apm0	at mainbus0			# Advanced power management
 

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.975 src/sys/arch/i386/conf/GENERIC:1.976
--- src/sys/arch/i386/conf/GENERIC:1.975	Sat Mar 27 03:04:51 2010
+++ src/sys/arch/i386/conf/GENERIC	Thu Apr  8 09:45:17 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.975 2010/03/27 03:04:51 nonaka Exp $
+# $NetBSD: GENERIC,v 1.976 2010/04/08 09:45:17 jruoho Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.975 $"
+#ident 		"GENERIC-$Revision: 1.976 $"
 
 maxusers	64		# estimated number of users
 
@@ -380,6 +380,7 @@
 ug*		at acpi?		# Abit uGuru Hardware monitor
 wb*		at acpi?		# Winbond W83L518D SD/MMC reader
 sdmmc*		at wb?			# SD/MMC bus
+wmidell*	at acpiwmibus?		# Dell WMI mappings
 wss*		at acpi?		# NeoMagic 256AV in wss mode
 ym*		at acpi?		# Yamaha OPL3-SA[23] audio
 

Reply via email to