summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2001-09-12 05:57:31 +0000
committerWarner Losh <imp@FreeBSD.org>2001-09-12 05:57:31 +0000
commitee148a72408adf9c40836c0e5fc275a0fa094d9e (patch)
tree8a92f158dc78802f3fb51ac5ed6e3d49eb748e02
parent68a7335b3f6724d73414bdbfb60f8f3dda3d2489 (diff)
Notes
-rw-r--r--sys/pccard/pcic_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pccard/pcic_pci.c b/sys/pccard/pcic_pci.c
index 1df970a90b57..d2240be82fc9 100644
--- a/sys/pccard/pcic_pci.c
+++ b/sys/pccard/pcic_pci.c
@@ -1333,7 +1333,7 @@ static device_method_t pcic_pci_methods[] = {
DEVMETHOD(bus_activate_resource, pcic_activate_resource),
DEVMETHOD(bus_deactivate_resource, pcic_deactivate_resource),
DEVMETHOD(bus_setup_intr, pcic_setup_intr),
- DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
+ DEVMETHOD(bus_teardown_intr, pcic_teardown_intr),
/* Card interface */
DEVMETHOD(card_set_res_flags, pcic_set_res_flags),