summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2009-04-24 03:43:20 +0000
committermarcel <marcel@FreeBSD.org>2009-04-24 03:43:20 +0000
commit8f8a26f7169a0d41bba47392179175c834519ca9 (patch)
tree2b8328fc6d1fc41a52bf50101125a6ce3dd6e425
parentae430908a2a2be7268aae308f0f795cf90cebf6c (diff)
downloadFreeBSD-src-8f8a26f7169a0d41bba47392179175c834519ca9.zip
FreeBSD-src-8f8a26f7169a0d41bba47392179175c834519ca9.tar.gz
Remove isa_irq_pending(). It's not used.
-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