diff options
| -rw-r--r-- | sys/dev/si/si.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c index 96a03d845ac3..9d78fff4e36f 100644 --- a/sys/dev/si/si.c +++ b/sys/dev/si/si.c @@ -553,7 +553,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 + ttycreate(tp, NULL, 0, MINOR_CALLOUT, "A%r%r", unit, (int)(pp - sc->sc_ports)); } try_next2: |
