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_ppc64le.const | 12 ++++++++++++ 1 file changed, 12 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 7e42daaf0..ae0bd1409 100644 --- a/sys/linux/dev_ptmx_ppc64le.const +++ b/sys/linux/dev_ptmx_ppc64le.const @@ -62,7 +62,11 @@ TCGETS = 1076655123 # TCGETS2 is not set # TCGETX is not set TCIFLUSH = 0 +TCIOFF = 2 TCIOFLUSH = 2 +TCION = 3 +TCOOFF = 0 +TCOON = 1 TCSBRK = 536900637 TCSBRKP = 21541 TCSETA = 2148824088 @@ -71,7 +75,9 @@ TCSETAW = 2148824089 TCSETS = 2150396948 # TCSETS2 is not set TCSETSF = 2150396950 +# TCSETSF2 is not set TCSETSW = 2150396949 +# TCSETSW2 is not set # TCSETX is not set # TCSETXF is not set # TCSETXW is not set @@ -80,10 +86,13 @@ TIOCCBRK = 21544 TIOCCONS = 21533 TIOCEXCL = 21516 TIOCGDEV = 1074025522 +TIOCGETC = 1074164754 TIOCGETD = 21540 +TIOCGETP = 1074164744 TIOCGICOUNT = 21597 TIOCGISO7816 = 1076384834 TIOCGLCKTRMIOS = 21590 +TIOCGLTC = 1074164852 TIOCGPGRP = 1074033783 TIOCGPKT = 1074025528 TIOCGPTLCK = 1074025529 @@ -123,10 +132,13 @@ TIOCPKT = 21536 TIOCSBRK = 21543 TIOCSCTTY = 21518 TIOCSERGETLSR = 21593 +TIOCSETC = 2147906577 TIOCSETD = 21539 +TIOCSETP = 2147906569 TIOCSIG = 2147767350 TIOCSISO7816 = 3223868483 TIOCSLCKTRMIOS = 21591 +TIOCSLTC = 2147906677 TIOCSPGRP = 2147775606 TIOCSPTLCK = 2147767345 TIOCSRS485 = 21551 -- cgit mrf-deployment