Source-Changes-HG archive

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

[src/trunk]: src/sys/arch By default, enable wmihp(4) instead of hpqlb(4), as...



details:   https://anonhg.NetBSD.org/src/rev/071af718f5cd
branches:  trunk
changeset: 766360:071af718f5cd
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue Jun 21 05:01:17 2011 +0000

description:
By default, enable wmihp(4) instead of hpqlb(4), as it has a better chance
of working with a greater number of HP laptops. Ok cegger@.

diffstat:

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

diffs (72 lines):

diff -r 3eaab84b62f8 -r 071af718f5cd sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Tue Jun 21 04:55:01 2011 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Tue Jun 21 05:01:17 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.320 2011/06/14 13:59:23 jruoho Exp $
+# $NetBSD: GENERIC,v 1.321 2011/06/21 05:01:18 jruoho Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.320 $"
+#ident                 "GENERIC-$Revision: 1.321 $"
 
 maxusers       64              # estimated number of users
 
@@ -300,7 +300,7 @@
 #fdc*          at acpi?                # Floppy disk controller
 fujbp*         at acpi?                # Fujitsu Brightness & Pointer
 fujhk*         at acpi?                # Fujitsu Hotkeys
-hpqlb*         at acpi?                # HP Quick Launch Buttons
+#hpqlb*                at acpi?                # HP Quick Launch Buttons
 hpet*          at acpihpetbus?         # High Precision Event Timer (table)
 hpet*          at acpinodebus?         # High Precision Event Timer (device)
 joy*           at acpi?                # Joystick/Game port
@@ -316,7 +316,7 @@
 wb*            at acpi?                # Winbond W83L518D SD/MMC reader
 sdmmc*         at wb?                  # SD/MMC bus
 wmidell*       at acpiwmibus?          # Dell WMI mappings
-#wmihp*                at acpiwmibus?          # HP WMI mappings
+wmihp*         at acpiwmibus?          # HP WMI mappings
 wmimsi*        at acpiwmibus?          # MSI WMI mappings
 
 # Basic Bus Support
diff -r 3eaab84b62f8 -r 071af718f5cd sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Tue Jun 21 04:55:01 2011 +0000
+++ b/sys/arch/i386/conf/GENERIC        Tue Jun 21 05:01:17 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1033 2011/06/14 13:59:23 jruoho Exp $
+# $NetBSD: GENERIC,v 1.1034 2011/06/21 05:01: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.1033 $"
+#ident                 "GENERIC-$Revision: 1.1034 $"
 
 maxusers       64              # estimated number of users
 
@@ -365,7 +365,7 @@
 #fdc*          at acpi?                # Floppy disk controller
 fujbp*         at acpi?                # Fujitsu Brightness & Pointer
 fujhk*         at acpi?                # Fujitsu Hotkeys
-hpqlb*         at acpi?                # HP Quick Launch Buttons
+#hpqlb*                at acpi?                # HP Quick Launch Buttons
 hpet*          at acpihpetbus?         # High Precision Event Timer (table)
 hpet*          at acpinodebus?         # High Precision Event Timer (device)
 joy*           at acpi?                # Joystick/Game port
@@ -382,7 +382,7 @@
 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
+wmihp*         at acpiwmibus?          # HP WMI mappings
 wmimsi*        at acpiwmibus?          # MSI 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