From ece2d0720406f5f64f2735dcb416593ac38d0650 Mon Sep 17 00:00:00 2001 From: nate Date: Sun, 10 Nov 1996 16:44:13 +0000 Subject: Allow us to enable the 'XT_KEYBOARD' code using a configuration flag. This allows the user to add modify syscons's configuration flags using UserConfig that will allow older/quirky hardware (most notably older IBM ThinkPad laptops) to work with the standard boot kernel. Inspired by: The Nomads --- sys/isa/syscons.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/isa/syscons.h') diff --git a/sys/isa/syscons.h b/sys/isa/syscons.h index 2a724f4..19a3d67 100644 --- a/sys/isa/syscons.h +++ b/sys/isa/syscons.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: syscons.h,v 1.22 1996/10/18 18:51:37 sos Exp $ + * $Id: syscons.h,v 1.23 1996/10/23 07:29:44 pst Exp $ */ #ifndef _I386_ISA_SYSCONS_H_ @@ -70,6 +70,7 @@ #define BLINK_CURSOR 0x00002 #define CHAR_CURSOR 0x00004 #define DETECT_KBD 0x00008 +#define XT_KEYBD 0x00010 /* attribute flags */ #define NORMAL_ATTR 0x00 -- cgit v1.1