summaryrefslogtreecommitdiffstats
path: root/sys/dev/cy
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-10-26 06:44:59 +0000
committerru <ru@FreeBSD.org>2005-10-26 06:44:59 +0000
commitfe60acc5023fa40342cc5c55c39c1a2efcbdfc82 (patch)
tree0172bd843dcd4f1b512e440f80fe5694388dfdb1 /sys/dev/cy
parent172c6f14f433bddff16527eda0d319ed2b46a045 (diff)
downloadFreeBSD-src-fe60acc5023fa40342cc5c55c39c1a2efcbdfc82.zip
FreeBSD-src-fe60acc5023fa40342cc5c55c39c1a2efcbdfc82.tar.gz
Catch up with new interrupt handling code.
Diffstat (limited to 'sys/dev/cy')
-rw-r--r--sys/dev/cy/cy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c
index 75acea5..c09bb1d 100644
--- a/sys/dev/cy/cy.c
+++ b/sys/dev/cy/cy.c
@@ -428,9 +428,9 @@ cyattach_common(cy_addr cy_iobase, int cy_align)
splx(s);
if (cy_fast_ih == NULL) {
- swi_add(&tty_ithd, "cy", cypoll, NULL, SWI_TTY, 0,
+ swi_add(&tty_intr_event, "cy", cypoll, NULL, SWI_TTY, 0,
&cy_fast_ih);
- swi_add(&clk_ithd, "cy", cypoll, NULL, SWI_CLOCK, 0,
+ swi_add(&clk_intr_event, "cy", cypoll, NULL, SWI_CLOCK, 0,
&cy_slow_ih);
}
ttycreate(tp, TS_CALLOUT, "c%r%r",
OpenPOWER on IntegriCloud