summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/mpc85xx/isa.c
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2011-05-06 22:45:33 +0000
committerattilio <attilio@FreeBSD.org>2011-05-06 22:45:33 +0000
commita0b51ba62fa86f5faf7bbd81e0b91ba497fec05a (patch)
treeb6f763bb2e3a9eaf32a3ee9adca98cc9e867998c /sys/powerpc/mpc85xx/isa.c
parent8534b0c2951283889da00ca8a244058185638240 (diff)
downloadFreeBSD-src-a0b51ba62fa86f5faf7bbd81e0b91ba497fec05a.zip
FreeBSD-src-a0b51ba62fa86f5faf7bbd81e0b91ba497fec05a.tar.gz
MFC
Diffstat (limited to 'sys/powerpc/mpc85xx/isa.c')
-rw-r--r--sys/powerpc/mpc85xx/isa.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/sys/powerpc/mpc85xx/isa.c b/sys/powerpc/mpc85xx/isa.c
index a1715ef..1020e77 100644
--- a/sys/powerpc/mpc85xx/isa.c
+++ b/sys/powerpc/mpc85xx/isa.c
@@ -82,20 +82,3 @@ isa_release_resource(device_t bus, device_t child, int type, int rid,
return (resource_list_release(rl, bus, child, type, rid, r));
}
-
-int
-isa_setup_intr(device_t bus, device_t child, struct resource *r, int flags,
- driver_filter_t filter, void (*ihand)(void *), void *arg, void **cookiep)
-{
-
- return (BUS_SETUP_INTR(device_get_parent(bus), child, r, flags,
- filter, ihand, arg, cookiep));
-}
-
-int
-isa_teardown_intr(device_t bus, device_t child, struct resource *r,
- void *cookie)
-{
-
- return (BUS_TEARDOWN_INTR(device_get_parent(bus), child, r, cookie));
-}
OpenPOWER on IntegriCloud