aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cx
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2005-10-26 15:52:16 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2005-10-26 15:52:16 +0000
commit284b6708c4d1639c3cb59204738d505d50619682 (patch)
tree4f366617633d12819337044049ec8e46b640bfd4 /sys/dev/cx
parentfe486a370af0c13a185fc225d9703e88d3705c9f (diff)
Notes
Diffstat (limited to 'sys/dev/cx')
-rw-r--r--sys/dev/cx/if_cx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cx/if_cx.c b/sys/dev/cx/if_cx.c
index 6f6f04098e4a..9bf4e7b70f30 100644
--- a/sys/dev/cx/if_cx.c
+++ b/sys/dev/cx/if_cx.c
@@ -2560,7 +2560,7 @@ static int cx_modevent (module_t mod, int type, void *unused)
/* If we were wait it than it reasserted now, just stop it. */
if (!callout_drain (&timeout_handle))
callout_stop (&timeout_handle);
- intr_event_remove_handler (cx_fast_ih);
+ swi_remove (cx_fast_ih);
--load_count;
break;
case MOD_SHUTDOWN: