Move notes on some flags for AT keyboard. They used to be for sc0,

and now for atkbd0.

# I know I should be writing a man page rather than editing LINT...

Spotted by: tom@geotec.net (Tom Jackson)
This commit is contained in:
yokota 1999-01-13 09:55:19 +00:00
parent 6ba2622f1f
commit 90eb4d8a34
3 changed files with 18 additions and 12 deletions

View File

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.532 1999/01/11 03:18:31 yokota Exp $
# $Id: LINT,v 1.533 1999/01/11 17:44:06 eivind Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -848,6 +848,11 @@ controller atkbdc0 at isa? port IO_KBD tty
# The AT keyboard
device atkbd0 at isa? tty irq 1
# `flags' for atkbd:
# 0x01 Force detection of keyboard, else we always assume a keyboard
# 0x02 Don't reset keyboard, useful for some newer ThinkPads
# 0x04 Old-style (XT) keyboard support, useful for older ThinkPads
# PS/2 mouse
device psm0 at isa? tty irq 12
@ -892,9 +897,6 @@ options VESA # needs VM86 defined too!!
# 0x02 Use a 'blink' cursor
# 0x04 Use a 'underline' cursor
# 0x06 Use a 'blinking underline' (destructive) cursor
# 0x08 Force detection of keyboard, else we always assume a keyboard
# 0x10 Old-style (XT) keyboard support, useful for older ThinkPads
# 0x20 Don't reset keyboard, useful for some newer ThinkPads
# 0x40 Make the bell quiet if it is rung in the backgroud vty.
#

View File

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.532 1999/01/11 03:18:31 yokota Exp $
# $Id: LINT,v 1.533 1999/01/11 17:44:06 eivind Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -848,6 +848,11 @@ controller atkbdc0 at isa? port IO_KBD tty
# The AT keyboard
device atkbd0 at isa? tty irq 1
# `flags' for atkbd:
# 0x01 Force detection of keyboard, else we always assume a keyboard
# 0x02 Don't reset keyboard, useful for some newer ThinkPads
# 0x04 Old-style (XT) keyboard support, useful for older ThinkPads
# PS/2 mouse
device psm0 at isa? tty irq 12
@ -892,9 +897,6 @@ options VESA # needs VM86 defined too!!
# 0x02 Use a 'blink' cursor
# 0x04 Use a 'underline' cursor
# 0x06 Use a 'blinking underline' (destructive) cursor
# 0x08 Force detection of keyboard, else we always assume a keyboard
# 0x10 Old-style (XT) keyboard support, useful for older ThinkPads
# 0x20 Don't reset keyboard, useful for some newer ThinkPads
# 0x40 Make the bell quiet if it is rung in the backgroud vty.
#

View File

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.532 1999/01/11 03:18:31 yokota Exp $
# $Id: LINT,v 1.533 1999/01/11 17:44:06 eivind Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -848,6 +848,11 @@ controller atkbdc0 at isa? port IO_KBD tty
# The AT keyboard
device atkbd0 at isa? tty irq 1
# `flags' for atkbd:
# 0x01 Force detection of keyboard, else we always assume a keyboard
# 0x02 Don't reset keyboard, useful for some newer ThinkPads
# 0x04 Old-style (XT) keyboard support, useful for older ThinkPads
# PS/2 mouse
device psm0 at isa? tty irq 12
@ -892,9 +897,6 @@ options VESA # needs VM86 defined too!!
# 0x02 Use a 'blink' cursor
# 0x04 Use a 'underline' cursor
# 0x06 Use a 'blinking underline' (destructive) cursor
# 0x08 Force detection of keyboard, else we always assume a keyboard
# 0x10 Old-style (XT) keyboard support, useful for older ThinkPads
# 0x20 Don't reset keyboard, useful for some newer ThinkPads
# 0x40 Make the bell quiet if it is rung in the backgroud vty.
#