ACPI trouble with EPIA-M

Nate Lawson nate at root.org
Mon Oct 27 15:38:58 PST 2003


On Mon, 27 Oct 2003, Thorsten Greiner wrote:
> * Nate Lawson <nate at root.org> [2003-10-27 22:13]:
> > ...  What you probably want to do now is do "tr <pid>" for the
> > pids below to see what they're blocked on.  Likely culprits are 24
> > (since it's on irq 7), 23 (acpi), 29, and 25.  The most likely one
> > is 24 because irq 7 is normally edge triggered/legacy and that
> > means it cannot be shared.  But in your config, it is shared.  So
> > my guess is that acpi is routing interrupts differently than $PIR
> > mode.
>
> OK, here we go:
>
> pid 24 ([IWAIT] irq7: fwohci0 uhci1)
> pid 35 ([IWAIT] irq0: ppc0)
                  ^^^^^^^^^^
No such irq.  As a workaround, try disabling your parallel port drivers
(lpt, ppc, plip, ppi, etc.)  If things work then with ACPI enabled, we're
certain it's the parallel port irq routing.  But I'm pretty certain that's
the case.  Please send me a link to the output of
acpidump -t -d > thorsten.asl

I'll look at the _PRT entry.

-Nate


More information about the freebsd-current mailing list