From 157ffa95ef768ee53214f0790d3b8c27e6651122 Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Sun, 7 May 2000 05:49:27 +0000 Subject: [PATCH] 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. --- sys/alpha/mcbus/mcpcia.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/sys/alpha/mcbus/mcpcia.c b/sys/alpha/mcbus/mcpcia.c index c021e0811fc4..e6f1dfe6c23c 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