summaryrefslogtreecommitdiffstats
path: root/sys/dev/si/si.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/si/si.c')
-rw-r--r--sys/dev/si/si.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c
index 2f9f872..8bbb8b8 100644
--- a/sys/dev/si/si.c
+++ b/sys/dev/si/si.c
@@ -552,7 +552,7 @@ try_next:
tp->t_oproc = si_start;
tp->t_param = siparam;
tp->t_stop = si_stop;
- ttycreate(tp, NULL, 0, MINOR_CALLOUT, "A%r%r", unit, x);
+ ttycreate(tp, TS_CALLOUT, "A%r%r", unit, x);
}
try_next2:
if (modp->sm_next == 0) {
OpenPOWER on IntegriCloud