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/sab/sab.c | |
parent | e110f39bf3fe9c14209bdc6d9f1c9520bdcda1aa (diff) |
Notes
Diffstat (limited to 'sys/dev/sab/sab.c')
-rw-r--r-- | sys/dev/sab/sab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sab/sab.c b/sys/dev/sab/sab.c index 1fcd8fe1042c..b030d96a90f5 100644 --- a/sys/dev/sab/sab.c +++ b/sys/dev/sab/sab.c @@ -321,7 +321,7 @@ sab_attach(device_t dev) for (i = 0; i < SAB_NCHAN; i++) sc->sc_child[i] = device_get_softc(child[i]); - swi_add(&tty_ithd, "tty:sab", sab_softintr, sc, SWI_TTY, + swi_add(&tty_intr_event, "tty:sab", sab_softintr, sc, SWI_TTY, INTR_TYPE_TTY, &sc->sc_softih); if (sabtty_cons != NULL) { |