From dc01aea0031d3e38fdd4124b28197c7597ab39c3 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 2 Dec 2019 18:17:04 +0100 Subject: sys/linux: add /dev/fb descriptions Framebuffer descriptions + open more tty dev nodes. --- sys/linux/dev_ptmx_386.const | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sys/linux/dev_ptmx_386.const') diff --git a/sys/linux/dev_ptmx_386.const b/sys/linux/dev_ptmx_386.const index 5705fb27a..cfc5a1fe2 100644 --- a/sys/linux/dev_ptmx_386.const +++ b/sys/linux/dev_ptmx_386.const @@ -11,6 +11,7 @@ KDADDIO = 19252 KDDELIO = 19253 KDDISABIO = 19255 KDENABIO = 19254 +KDFONTOP = 19314 KDGETKEYCODE = 19276 KDGETLED = 19249 KDGETMODE = 19259 @@ -30,6 +31,10 @@ KDSKBLED = 19301 KDSKBMETA = 19299 KDSKBMODE = 19269 KDSKBSENT = 19273 +KD_FONT_OP_COPY = 3 +KD_FONT_OP_GET = 1 +KD_FONT_OP_SET = 0 +KD_FONT_OP_SET_DEFAULT = 2 KIOCSOUND = 19247 NCCS = 19 NFF = 5 -- cgit mrf-deployment