Module Name:    src
Committed By:   jakllsch
Date:           Thu Jul 21 04:05:14 UTC 2011

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

Log Message:
Add wmieeepc(4) to amd64 GENERIC.


To generate a diff of this commit:
cvs rdiff -u -r1.325 -r1.326 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.325 src/sys/arch/amd64/conf/GENERIC:1.326
--- src/sys/arch/amd64/conf/GENERIC:1.325	Thu Jul 21 04:00:25 2011
+++ src/sys/arch/amd64/conf/GENERIC	Thu Jul 21 04:05:14 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.325 2011/07/21 04:00:25 jakllsch Exp $
+# $NetBSD: GENERIC,v 1.326 2011/07/21 04:05:14 jakllsch Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.325 $"
+#ident 		"GENERIC-$Revision: 1.326 $"
 
 maxusers	64		# estimated number of users
 
@@ -318,6 +318,7 @@
 wb*		at acpi?		# Winbond W83L518D SD/MMC reader
 sdmmc*		at wb?			# SD/MMC bus
 wmidell*	at acpiwmibus?		# Dell WMI mappings
+wmieeepc*	at acpiwmibus?		# Asus Eee PC WMI mappings
 wmihp*		at acpiwmibus?		# HP WMI mappings
 wmimsi* 	at acpiwmibus?		# MSI WMI mappings
 

Reply via email to