Deleted Added
full compact
27c27
< __FBSDID("$FreeBSD: head/sys/powerpc/mpc85xx/isa.c 218075 2011-01-29 20:58:38Z marcel $");
---
> __FBSDID("$FreeBSD: head/sys/powerpc/mpc85xx/isa.c 221526 2011-05-06 13:48:53Z jhb $");
85,101d84
<
< 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));
< }