Date: Mon, 26 Jun 1995 00:39:56 -0700 From: Bruce Evans <bde> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/i386 cons.c machdep.c Message-ID: <199506260739.AAA00754@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
bde 95/06/26 00:39:54 Modified: sys/i386/i386 cons.c machdep.c Log: Partially fix `sysctl machdep.console_device'. The fix will be complete when syscons stops mapping the console to minor MAXCONS. There is usually no corresponding device in /dev, and the correct device has minor 0. cons.c: Initialize cn_tty properly, so that CPU_CONSDEV can work. Comment about too many variants of the console tty pointer. machdep.c: Return device NODEV and not error EFAULT when there is no console device.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506260739.AAA00754>