interrupt handlers in -current

M. Warner Losh imp at bsdimp.com
Fri Jun 6 10:46:12 PDT 2003


In message: <XFMail.20030606182456.dmlb at dmlb.org>
            Duncan Barclay <dmlb at dmlb.org> writes:
: 
: On 05-Jun-2003 M. Warner Losh wrote:
: > In message: <XFMail.20030605220236.dmlb at dmlb.org>
: >             Duncan Barclay <dmlb at dmlb.org> writes:
: > 
: > It may also be the case that the interrupt for this isn't being
: > properly routed.  5.1-BETA has a bug that, for some laptop machines,
: > interrupts aren't properly routed.  5.1-RELEASE has fixed this.
: 
: I think that this must be it. I had the blindingly obvious idea of looking
: at the chips interrupt mask in the watchdog (which is getting called). The
: chip has posted a TX complete interrupt. The kernel hasn't done anything
: with it so I assume it isn't routed.
: 
: Until I get back from travelling and can install 5.1R, this at least gives me a 
: hook to continue driver development - fairly icky though using the
: watchdog to trigger the interrupt handler!

If you have sources, you can rebuild a kernel.  Remove the ifdef
__ia64__ from pci.c near line 815.

Warner


More information about the freebsd-hackers mailing list