aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-10-26 06:44:59 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-10-26 06:44:59 +0000
commitc9003bc7faf153d03e8880ca9cccc9607434c69c (patch)
tree0172bd843dcd4f1b512e440f80fe5694388dfdb1 /sys/pc98
parente110f39bf3fe9c14209bdc6d9f1c9520bdcda1aa (diff)
Notes
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/cbus/sio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c
index b3638d7ef98e3..2d6cc634266e0 100644
--- a/sys/pc98/cbus/sio.c
+++ b/sys/pc98/cbus/sio.c
@@ -1718,9 +1718,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);
}