summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf/GENERIC
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/amd64/conf/GENERIC
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/amd64/conf/GENERIC')
-rw-r--r--sys/amd64/conf/GENERIC4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 0f982a0..9e7ed3e 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
-# $Id: GENERIC,v 1.50 1995/11/05 17:02:50 gibbs Exp $
+# $Id: GENERIC,v 1.51 1995/11/09 22:46:58 gibbs Exp $
#
machine "i386"
@@ -82,6 +82,8 @@ device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
#device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint
#options "PCVT_FREEBSD=210" # pcvt running on FreeBSD 2.1
#options XSERVER # include code for XFree86
+# If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines
+#options "PCVT_SCANSET=2" # IBM keyboards are non-std
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
OpenPOWER on IntegriCloud