summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf/LINT
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1995-11-29 20:07:49 +0000
committernate <nate@FreeBSD.org>1995-11-29 20:07:49 +0000
commite12e88c6f8d0ec566bb3b074860e83ffdea026c4 (patch)
treeed907ec32892c817dcfa37b231e0cda7aeb6fde0 /sys/i386/conf/LINT
parent589ba8c23a06c6611fe875d319675f9d766e6710 (diff)
downloadFreeBSD-src-e12e88c6f8d0ec566bb3b074860e83ffdea026c4.zip
FreeBSD-src-e12e88c6f8d0ec566bb3b074860e83ffdea026c4.tar.gz
GENERIC - Add a commented out line for adding support for IBM ThinkPad
keyboards LINT - Add SCANSET=2 support to the LINT kernel and comments reflecting it's purpose.
Diffstat (limited to 'sys/i386/conf/LINT')
-rw-r--r--sys/i386/conf/LINT2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 28b74bc..1debd52 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -419,6 +419,8 @@ device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint
options "PCVT_FREEBSD=210" # pcvt running on FreeBSD 2.0.5
options XSERVER # include code for XFree86
options FAT_CURSOR # start with block cursor
+# This PCVT option is for keyboards such as those used on IBM ThinkPad laptops
+options "PCVT_SCANSET=2" # IBM keyboards are non-std
# The syscons console driver (sco color console compatible) - default.
device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
OpenPOWER on IntegriCloud