Pass the vector on thru instead of checking EISA/ISA ints. It turns

out the FreeBSD code did the right thing by starting EISA/ISA vectors
at 0x800.
This commit is contained in:
Matt Jacob 2000-05-07 05:49:27 +00:00
parent d55ab6af0d
commit 157ffa95ef

View File

@ -774,16 +774,6 @@ mcpcia_intr(void *arg)
{
unsigned long vec = (unsigned long) arg;
if (vec >= MCPCIA_VEC_EISA && vec < MCPCIA_VEC_PCI) {
#if NSIO > 0
sio_iointr(framep, vec);
return;
#else
panic("mcpcia_intr: (E)ISA interrupt support not configured "
"for vector 0x%lx", vec);
#endif
}
/*
* Check for I2C interrupts. These are technically within
* the PCI vector range, but no PCI device should ever map