CURRENT-regression?
Nate Lawson
nate at root.org
Wed Jun 13 19:45:26 UTC 2007
Mikael Ikivesi wrote:
> Just installed CURRENT snapshot from:
> ftp://ftp.se.freebsd.org/pub/FreeBSD/snapshots/200706
>
> I cannot boot it with acpi turned off. It fails when trying to mount root.
>
> When I boot with acpi I get lots of error messages about no hardware response
> (in ec, thermal and battery).
EC is the root cause, and it's not optional. You need it with acpi enabled.
I think the actual error is here:
> acpi0: reservation of 0, 1000 (3) failed
That is type SYS_RES_MEMORY, which seems bogus (should be IO ports).
Can you send ASL in private mail?
acpidump -dt | gzip -9c > my.asl.gz
Also, can you send dmesg from a successful 6.2 boot? You can use a live
CD like FreesBIE to avoid installing it.
-Nate
> acpi0: <PTLTD RSDT> on motherboard
> acpi0: Overriding SCI Interrupt from IRQ 9 to IRQ 21
> acpi0: [ITHREAD]
> acpi0: Power Button (fixed)
> acpi0: reservation of 0, 1000 (3) failed
> Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000
> acpi_timer0: <32-bit timer at 3.579545MHz> port 0x8008-0x800b on acpi0
> acpi_ec0: <Embedded Controller: GPE 0x3> port 0x62,0x66 on acpi0
...
> acpi_ec0: EcRead: Failed waiting for EC to send data.
> ACPI Exception (evregion-0529): AE_NO_HARDWARE_RESPONSE, Returned by Handler
> for [EmbeddedControl] [20070320]
> ACPI Error (psparse-0626): Method parse/execution failed [\\_TZ_.TZS0._TMP]
> (Node 0xffffff0000dbe720), AE_NO_HARDWARE_RESPONSE
More information about the freebsd-acpi
mailing list