diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-10-16 20:22:56 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-10-16 20:22:56 +0000 |
| commit | 733634738ed6c3de9cd7937fdecdcaaa5555b03f (patch) | |
| tree | 136df2f5eb3978a913bbef50def66e4c0eb9606d /sys/dev/uart | |
| parent | a9c76d92d2f1973701e47abbb31b9c53d10a0efd (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart')
| -rw-r--r-- | sys/dev/uart/uart_tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/uart/uart_tty.c b/sys/dev/uart/uart_tty.c index 6eb573be44fb6..a2219c67cb2ec 100644 --- a/sys/dev/uart/uart_tty.c +++ b/sys/dev/uart/uart_tty.c @@ -380,7 +380,7 @@ uart_tty_attach(struct uart_softc *sc) swi_add(&tty_ithd, uart_driver_name, uart_tty_intr, sc, SWI_TTY, INTR_TYPE_TTY, &sc->sc_softih); - ttycreate(tp, NULL, 0, MINOR_CALLOUT, "u%r", unit); + ttycreate(tp, TS_CALLOUT, "u%r", unit); return (0); } |
