Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Add wmidell(4).



details:   https://anonhg.NetBSD.org/src/rev/25e05d8a6888
branches:  trunk
changeset: 753728:25e05d8a6888
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu Apr 08 09:45:17 2010 +0000

description:
Add wmidell(4).

diffstat:

 sys/arch/amd64/conf/GENERIC |  5 +++--
 sys/arch/i386/conf/GENERIC  |  5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diffs (52 lines):

diff -r e9d337d0c49d -r 25e05d8a6888 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Thu Apr 08 09:36:03 2010 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Thu Apr 08 09:45:17 2010 +0000
@@ -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
 
diff -r e9d337d0c49d -r 25e05d8a6888 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Thu Apr 08 09:36:03 2010 +0000
+++ b/sys/arch/i386/conf/GENERIC        Thu Apr 08 09:45:17 2010 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index