From f4e7270e33225b8f25b74ab9072e9b670f2f82ae Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 25 Jan 2020 22:30:06 +0100 Subject: sys/linux: extend DRM ioctl descriptions + disable binderfs (see comments) + add few more missing tty ioctls + improve few minor things in hci descriptions --- sys/linux/dev_ptmx_mips64le.const | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'sys/linux/dev_ptmx_mips64le.const') diff --git a/sys/linux/dev_ptmx_mips64le.const b/sys/linux/dev_ptmx_mips64le.const index 5ae6d1423..4c8b2a4d1 100644 --- a/sys/linux/dev_ptmx_mips64le.const +++ b/sys/linux/dev_ptmx_mips64le.const @@ -62,7 +62,11 @@ TCGETS = 21517 TCGETS2 = 1076909098 # TCGETX is not set TCIFLUSH = 0 +TCIOFF = 2 TCIOFLUSH = 2 +TCION = 3 +TCOOFF = 0 +TCOON = 1 TCSBRK = 21509 TCSBRKP = 21638 TCSETA = 21506 @@ -71,7 +75,9 @@ TCSETAW = 21507 TCSETS = 21518 TCSETS2 = 2150650923 TCSETSF = 21520 +TCSETSF2 = 2150650925 TCSETSW = 21519 +TCSETSW2 = 2150650924 # TCSETX is not set # TCSETXF is not set # TCSETXW is not set @@ -80,10 +86,13 @@ TIOCCBRK = 21544 TIOCCONS = 2147775608 TIOCEXCL = 29709 TIOCGDEV = 1074025522 +# TIOCGETC is not set TIOCGETD = 29696 +TIOCGETP = 29704 TIOCGICOUNT = 21650 TIOCGISO7816 = 1076384834 TIOCGLCKTRMIOS = 21643 +TIOCGLTC = 29812 TIOCGPGRP = 1074033783 TIOCGPKT = 1074025528 TIOCGPTLCK = 1074025529 @@ -123,10 +132,13 @@ TIOCPKT = 21616 TIOCSBRK = 21543 TIOCSCTTY = 21632 TIOCSERGETLSR = 21646 +# TIOCSETC is not set TIOCSETD = 29697 +TIOCSETP = 29705 TIOCSIG = 2147767350 TIOCSISO7816 = 3223868483 TIOCSLCKTRMIOS = 21644 +TIOCSLTC = 29813 TIOCSPGRP = 2147775606 TIOCSPTLCK = 2147767345 TIOCSRS485 = 3223344175 -- cgit mrf-deployment