Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf Add wmieeepc(4) to amd64 GENERIC.



details:   https://anonhg.NetBSD.org/src/rev/328fc88c2f7e
branches:  trunk
changeset: 767535:328fc88c2f7e
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Thu Jul 21 04:05:14 2011 +0000

description:
Add wmieeepc(4) to amd64 GENERIC.

diffstat:

 sys/arch/amd64/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 93c47a2d33aa -r 328fc88c2f7e sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Thu Jul 21 04:00:25 2011 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Thu Jul 21 04:05:14 2011 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index