From owner-cvs-sys Sat Nov 16 04:38:09 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA27363 for cvs-sys-outgoing; Sat, 16 Nov 1996 04:38:09 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id EAA27282; Sat, 16 Nov 1996 04:36:35 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id XAA17796; Sat, 16 Nov 1996 23:33:59 +1100 Date: Sat, 16 Nov 1996 23:33:59 +1100 From: Bruce Evans Message-Id: <199611161233.XAA17796@godzilla.zeta.org.au> To: j@uriah.heep.sax.de, nate@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/isa syscons.c syscons.h Cc: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> Allow us to enable the 'XT_KEYBOARD' code using a configuration flag. > >Btw., i think this option's name is reversed: it's a ``force XT >compatibility'' option, apparently required for those keyboards that >don't default anymore to the ancient XT mode (like the ThinkPad). > >syscons, default pcvt, and XFree86 still rely on this ancient mode. So having a (dynamic) option for it just takes more code and complicates configuration. Are there any advantages to the new mode except for easier decoding? Bruce