diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/alpha/mcbus/mcpcia.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/alpha/mcbus/mcpcia.c b/sys/alpha/mcbus/mcpcia.c index c021e08..e6f1dfe 100644 --- a/sys/alpha/mcbus/mcpcia.c +++ b/sys/alpha/mcbus/mcpcia.c @@ -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 |