From cbfd9102502f23fb418bddc14fbcf58d737940a1 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 3 Dec 2019 14:32:26 +0100 Subject: sys/linux: more tuning of tty devices Enable /dev/tty{1-6}. These seem to be special. Few first connected to framebuffers. But the rest seem to be different from e.g. tty20 anyway. Also /dev/tty is different from the rest. /dev/ttyS3 and /dev/ttyprintk are different. Properly pair BSD pty terminals. --- sys/linux/dev_ptmx_arm.const | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/dev_ptmx_arm.const') diff --git a/sys/linux/dev_ptmx_arm.const b/sys/linux/dev_ptmx_arm.const index b00afe8e1..cd76c698f 100644 --- a/sys/linux/dev_ptmx_arm.const +++ b/sys/linux/dev_ptmx_arm.const @@ -53,6 +53,8 @@ TCGETA = 21509 TCGETS = 21505 TCGETS2 = 2150388778 TCGETX = 21554 +TCIFLUSH = 0 +TCIOFLUSH = 2 TCSBRK = 21513 TCSBRKP = 21541 TCSETA = 21510 -- cgit mrf-deployment