summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-01-01 08:09:58 +0000
committerpeter <peter@FreeBSD.org>1999-01-01 08:09:58 +0000
commitcfef427a396353878f1fdad225686030324bda8e (patch)
tree4c2a132a1d388243f6c1c5a716be84ea093a8d05 /sys/amd64
parent59c8ef1b2ef3ef0e5ae19d3704e0d998e525a9ee (diff)
downloadFreeBSD-src-cfef427a396353878f1fdad225686030324bda8e.zip
FreeBSD-src-cfef427a396353878f1fdad225686030324bda8e.tar.gz
Part 1 of pcvt/voxware revival. I hope I have not clobbered any other
deltas, but it is possible since I had a few merge conflicts over the last few days while this has been sitting ready to go. Approved by: core
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/conf/GENERIC9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 1d2cc2c..ef57d0a 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.139 1998/12/27 13:40:55 phk Exp $
+# $Id: GENERIC,v 1.140 1998/12/27 13:55:47 sos Exp $
machine "i386"
cpu "I386_CPU"
@@ -108,7 +108,14 @@ controller matcd0 at isa? port 0x230 bio
device scd0 at isa? port 0x230 bio
+# syscons is the default console driver, resembling an SCO console
device sc0 at isa? port IO_KBD conflicts tty irq 1
+# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
+#device vt0 at isa? port IO_KBD conflicts tty irq 1
+#options XSERVER # support for X server
+#options FAT_CURSOR # start with block cursor
+# 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
OpenPOWER on IntegriCloud