summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus
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/pc98/cbus
parent172c6f14f433bddff16527eda0d319ed2b46a045 (diff)
downloadFreeBSD-src-fe60acc5023fa40342cc5c55c39c1a2efcbdfc82.zip
FreeBSD-src-fe60acc5023fa40342cc5c55c39c1a2efcbdfc82.tar.gz
Catch up with new interrupt handling code.
Diffstat (limited to 'sys/pc98/cbus')
-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 b3638d7..2d6cc63 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);
}
OpenPOWER on IntegriCloud