ACPI problems: ACPI-1287: *** Error: Method execution failedAE_AML_BUFFER_LIMIT

2003-02-14 Thread Martin Blapp

This IBM X-Series 305 show these ACPI problems. And rebooting the box with
ACPI enabled hangs it (deadlock).

Feb 13 17:41:05 ibm-01 kernel: acpi0: IBMM51SLon motherboard
Feb 13 17:41:05 ibm-01 kernel: ACPI-0625: *** Info: GPE Block0 defined as GPE0
to GPE31
Feb 13 17:41:05 ibm-01 kernel: ACPI-0625: *** Info: GPE Block1 defined as GPE32
to GPE63
Feb 13 17:41:05 ibm-01 kernel: acpi0: power button is handled as a fixed feature
programming model.
Feb 13 17:41:05 ibm-01 kernel: Timecounter ACPI-safe  frequency 3579545 Hz
Feb 13 17:41:05 ibm-01 kernel: unknown: I/O range not supported
Feb 13 17:41:05 ibm-01 kernel: unknown: I/O range not supported
Feb 13 17:41:05 ibm-01 kernel: acpi_timer0: 32-bit timer at 3.579545MHz port
0x40c-0x40f on acpi0
Feb 13 17:41:05 ibm-01 kernel: acpi_cpu0: CPU on acpi0
Feb 13 17:41:05 ibm-01 kernel: pcib0: ACPI Host-PCI bridge on acpi0
Feb 13 17:41:05 ibm-01 kernel: ACPI-1287: *** Error: Method execution failed,
AE_AML_BUFFER_LIMIT
Feb 13 17:41:05 ibm-01 last message repeated 19 times

Any way to work around this ?

Martin


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: ACPI problems: ACPI-1287: *** Error: Method execution failedAE_AML_BUFFER_LIMIT

2003-02-14 Thread Scott Long
Martin Blapp wrote:


This IBM X-Series 305 show these ACPI problems. And rebooting the box with
ACPI enabled hangs it (deadlock).

Feb 13 17:41:05 ibm-01 kernel: acpi0:  on motherboard
Feb 13 17:41:05 ibm-01 kernel: ACPI-0625: *** Info: GPE Block0 defined 
as GPE0
to GPE31
Feb 13 17:41:05 ibm-01 kernel: ACPI-0625: *** Info: GPE Block1 defined 
as GPE32
to GPE63
Feb 13 17:41:05 ibm-01 kernel: acpi0: power button is handled as a 
fixed feature
programming model.
Feb 13 17:41:05 ibm-01 kernel: Timecounter ACPI-safe  frequency 
3579545 Hz
Feb 13 17:41:05 ibm-01 kernel: unknown: I/O range not supported
Feb 13 17:41:05 ibm-01 kernel: unknown: I/O range not supported
Feb 13 17:41:05 ibm-01 kernel: acpi_timer0: 32-bit timer at 
3.579545MHz port
0x40c-0x40f on acpi0
Feb 13 17:41:05 ibm-01 kernel: acpi_cpu0:  on acpi0
Feb 13 17:41:05 ibm-01 kernel: pcib0:  on acpi0
Feb 13 17:41:05 ibm-01 kernel: ACPI-1287: *** Error: Method execution 
failed,
AE_AML_BUFFER_LIMIT
Feb 13 17:41:05 ibm-01 last message repeated 19 times

Any way to work around this ?


During boot, stop the bootloader and enter:

set hint.acpi.0.disabled=1

then:

boot

This is documented in the troubleshooting section of the 5.0 
installation guide =-)

Scott



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message