[PATCH] Please test: new ACPI release (20041105) import

Warner Losh imp at harmony.village.org
Wed Nov 17 19:48:38 PST 2004


> My serial port.  It's named UART in the AML, that's all.  Setting it to 
> D3 hangs the system.

Is it a PCI device too?  If not, then maybe you need to disable
interrupts in the UART before setting the power state.  Chances are
its interrupt cause register is returning 0xff, which hangs sio, since
it never breaks out of the loop when this happens.

Warner


More information about the freebsd-current mailing list