summaryrefslogtreecommitdiff
path: root/sys/dev/cy/cy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/cy/cy.c')
-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 3a1d26ed3dc8..0147c6e16373 100644
--- a/sys/dev/cy/cy.c
+++ b/sys/dev/cy/cy.c
@@ -554,9 +554,9 @@ cyattach_common(cy_iobase, cy_align)
splx(s);
if (sio_fast_ih == NULL) {
- swi_add(&tty_ithd, "tty:cy", siopoll, NULL, SWI_TTY, 0,
+ swi_add(&tty_ithd, "cy", siopoll, NULL, SWI_TTY, 0,
&sio_fast_ih);
- swi_add(&clk_ithd, "tty:cy", siopoll, NULL, SWI_TTY, 0,
+ swi_add(&clk_ithd, "cy", siopoll, NULL, SWI_CLOCK, 0,
&sio_slow_ih);
}
minorbase = UNIT_TO_MINOR(unit);