In message: <[EMAIL PROTECTED]>
            Bruce M Simpson <[EMAIL PROTECTED]> writes:
: On Sun, Sep 08, 2002 at 01:16:33PM -0600, M. Warner Losh wrote:
: > I still don't understand why you need ISA routed interrupts.  What was
: > wrong with sharing a PCI one?  I had nothing but grief trying to make
: 
: The Vaio Z600 muxes everything on IRQ 9. The PCMCIA device did not support
: IRQ 9. Windows 2000 was able to route IRQ 7 as an ISA function interrupt
: which allows it to support the device. FreeBSD did not; and I was in a
: hurry to get my code written.

What do you mean 'The PCMCIA device did not support IRQ 9'?  All
PCMCIA devices have only one interrupt line, so it has no way of
knowing if that interrupt is routed to IRQ 9 or 7 or anything else.
Sure, it might not be listed in the preferred IRQ list in the CIS, but
that's just a hint to configruation software, not what the hardware
can do.

I've not yet encountered a device that cared one whit about ISA vs PCI
interrupts...  This would be a first if it really is the case.

Warner

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to