summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/ia64/isa/isa.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/ia64/isa/isa.c b/sys/ia64/isa/isa.c
index 889b907..6467237 100644
--- a/sys/ia64/isa/isa.c
+++ b/sys/ia64/isa/isa.c
@@ -73,17 +73,6 @@ isa_init(device_t dev)
{
}
-intrmask_t
-isa_irq_pending(void)
-{
- u_char irr1;
- u_char irr2;
-
- irr1 = inb(IO_ICU1);
- irr2 = inb(IO_ICU2);
- return ((irr2 << 8) | irr1);
-}
-
/*
* This implementation simply passes the request up to the parent
* bus, which in our case is the special i386 nexus, substituting any
OpenPOWER on IntegriCloud