Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf comment out ACPI_ACTIVATE_DEV; it seems t...



details:   https://anonhg.NetBSD.org/src/rev/608097e595a4
branches:  trunk
changeset: 586851:608097e595a4
user:      dogcow <dogcow%NetBSD.org@localhost>
date:      Wed Jan 04 04:33:14 2006 +0000

description:
comment out ACPI_ACTIVATE_DEV; it seems to cause more problem than it's worth
(e.g. multiple PRs and the general symptom of cd0 losing interrupts.)

diffstat:

 sys/arch/i386/conf/GENERIC_LAPTOP |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 5f6e36c1c935 -r 608097e595a4 sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Wed Jan 04 01:58:05 2006 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Wed Jan 04 04:33:14 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_LAPTOP,v 1.162 2005/12/31 17:55:55 xtraeme Exp $
+#      $NetBSD: GENERIC_LAPTOP,v 1.163 2006/01/04 04:33:14 dogcow Exp $
 #      From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
 #
 #      GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
@@ -8,7 +8,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.162 $"
+#ident                 "GENERIC-$Revision: 1.163 $"
 
 maxusers       32              # estimated number of users
 
@@ -261,7 +261,7 @@
 
 acpi0          at mainbus0
 
-options        ACPI_ACTIVATE_DEV       # If set, activate inactive devices
+#options       ACPI_ACTIVATE_DEV       # If set, activate inactive devices
 #options       ACPICA_PEDANTIC         # force strict conformance to the Spec.
 #options       ACPI_DISABLE_ON_POWEROFF        # disable acpi on power off
 
@@ -282,7 +282,7 @@
 #mpu*          at acpi?                # Roland MPU-401 MIDI UART
 #npx*          at acpi?                # Math coprocessor
 #pckbc*        at acpi?                # PC keyboard controller
-#pcppi*         at acpi?                # AT-style speaker sound
+#pcppi*                at acpi?                # AT-style speaker sound
 #wss*          at acpi?                # NeoMagic 256AV in wss mode
 
 # Sony Vaio jog dial



Home | Main Index | Thread Index | Old Index