summaryrefslogtreecommitdiffstats
path: root/sys/dev/zs
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2005-10-25 21:31:22 +0000
committergrehan <grehan@FreeBSD.org>2005-10-25 21:31:22 +0000
commitcaeffb9390a5ee81600507d57cceafd382a2193c (patch)
treeb497d6cb3c2d60aada38ebc4df4ec92252fb5af7 /sys/dev/zs
parentbcff7c3a7de41025505a4d318fe5754606ef949b (diff)
downloadFreeBSD-src-caeffb9390a5ee81600507d57cceafd382a2193c.zip
FreeBSD-src-caeffb9390a5ee81600507d57cceafd382a2193c.tar.gz
Catch up with interrupt-thread changes.
Diffstat (limited to 'sys/dev/zs')
-rw-r--r--sys/dev/zs/zs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/zs/zs.c b/sys/dev/zs/zs.c
index d4562c7..c49a87e 100644
--- a/sys/dev/zs/zs.c
+++ b/sys/dev/zs/zs.c
@@ -183,7 +183,7 @@ zs_attach(device_t dev)
for (i = 0; i < ZS_NCHAN; i++)
sc->sc_child[i] = device_get_softc(child[i]);
- swi_add(&tty_ithd, "tty:zs", zs_softintr, sc, SWI_TTY,
+ swi_add(&tty_intr_event, "tty:zs", zs_softintr, sc, SWI_TTY,
INTR_TYPE_TTY, &sc->sc_softih);
ZS_WRITE_REG(sc->sc_child[0], 2, sc->sc_child[0]->sc_creg[2]);
OpenPOWER on IntegriCloud