|
From: Andrew de Q. <ad...@li...> - 2003-07-13 19:36:10
|
> Andrew, I think you're on to something big here. > I've been having similiar problems with my A7N8x Deluxe motherboard, and > I've been looking into the kernel code in the 2.4.X series of kernels, > and you've definately found something that look amiss. > > I think what was throwing Matthew is that the interupt trigger types are > specified in _PRS objects > The _PRT object is a mapping from PCI device to a particular "PCI > Interrupt Link device" and in the defintion of the link device, the IRQs > are defined in _PRS objects. Yeah, I suspected I wasn't using the right terminology. Where are the parameters for "global system interrupts" defined? It looks like we have to support this configuration method as well. The MADT table sounded likely, but that is only for overriding ISA IRQs. Where are >15 IRQs defined? |