> I think I found the problem, and being able to work around it.
> But, I don't know how to realy fix it.
I noticed this when I saw your last message :-)
> 2)Randomdev Loaded: Probe & attach will happen in the order -
> (1)acpi0, (2)apm0, (3)nxp0 .....NG
>
> Because acpi0 access the BIOS first, APM support in BIOS seems to
> get turned off. :-(
Yes, current acpi driver is doing this for testing purpose in
attach(). We need to handle this matter soon so that we could have
both of apm and acpi in our kernel. Could you disable this line in
sys/i386/acpi/acpi.c:acpi_attach() and enable acpi later with acpiconf -e ?
acpi_enable_disable(sc, 1);
Thanks
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message