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_ppc64le.const | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/dev_ptmx_ppc64le.const') diff --git a/sys/linux/dev_ptmx_ppc64le.const b/sys/linux/dev_ptmx_ppc64le.const index 049d3cd7f..66b60fb7f 100644 --- a/sys/linux/dev_ptmx_ppc64le.const +++ b/sys/linux/dev_ptmx_ppc64le.const @@ -53,6 +53,8 @@ TCGETA = 1075082263 TCGETS = 1076655123 # TCGETS2 is not set # TCGETX is not set +TCIFLUSH = 0 +TCIOFLUSH = 2 TCSBRK = 536900637 TCSBRKP = 21541 TCSETA = 2148824088 -- cgit mrf-deployment