diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-10-26 06:44:59 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-10-26 06:44:59 +0000 |
| commit | c9003bc7faf153d03e8880ca9cccc9607434c69c (patch) | |
| tree | 0172bd843dcd4f1b512e440f80fe5694388dfdb1 /sys/dev/cy | |
| parent | e110f39bf3fe9c14209bdc6d9f1c9520bdcda1aa (diff) | |
Notes
Diffstat (limited to 'sys/dev/cy')
| -rw-r--r-- | sys/dev/cy/cy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c index 75acea55ea09..c09bb1de609f 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", |
