diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2005-10-25 19:48:48 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2005-10-25 19:48:48 +0000 |
| commit | e0f66ef8615145ae7e857974912975bba3a47390 (patch) | |
| tree | c0e88867c475b0bb7f3b0c1dc5799cf5ad98997f /sys/dev/sio | |
| parent | eb2893ec18d8b9150434cb3e197df0249a301bca (diff) | |
Notes
Diffstat (limited to 'sys/dev/sio')
| -rw-r--r-- | sys/dev/sio/sio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index ddfd9e966e6e..6157ebbce795 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -1055,9 +1055,9 @@ determined_type: ; printf("\n"); if (sio_fast_ih == NULL) { - swi_add(&tty_ithd, "sio", siopoll, NULL, SWI_TTY, 0, + swi_add(&tty_intr_event, "sio", siopoll, NULL, SWI_TTY, 0, &sio_fast_ih); - swi_add(&clk_ithd, "sio", siopoll, NULL, SWI_CLOCK, 0, + swi_add(&clk_intr_event, "sio", siopoll, NULL, SWI_CLOCK, 0, &sio_slow_ih); } |
