aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
diff options
context:
space:
mode:
authorEivind Eklund <eivind@FreeBSD.org>1999-01-11 17:44:06 +0000
committerEivind Eklund <eivind@FreeBSD.org>1999-01-11 17:44:06 +0000
commite81feb8a840d850b41d7c00959abdc362ed25aaf (patch)
tree78f9f05c2377992782e0e265aaa716c04c332096 /sys/i386
parent61329bcee456644886c80315f35e38692bf43844 (diff)
Notes
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/LINT4
-rw-r--r--sys/i386/conf/NOTES4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 80171ee18d13..d159cc830aa0 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -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.531 1999/01/10 07:45:33 phk Exp $
+# $Id: LINT,v 1.532 1999/01/11 03:18:31 yokota 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
@@ -872,7 +872,7 @@ options PCVT_SCANSET=2 # IBM keyboards are non-std
# The syscons console driver (sco color console compatible).
device sc0 at isa? tty
options MAXCONS=16 # number of virtual consoles
-options SLOW_VGA # do byte-wide i/o's to TS and GDC regs
+options VGA_SLOW_IOACCESS # do byte-wide i/o's to TS and GDC regs
options "STD8X16FONT" # Compile font in
makeoptions "STD8X16FONT"="cp850"
options SC_HISTORY_SIZE=200 # number of history buffer lines
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 80171ee18d13..d159cc830aa0 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -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.531 1999/01/10 07:45:33 phk Exp $
+# $Id: LINT,v 1.532 1999/01/11 03:18:31 yokota 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
@@ -872,7 +872,7 @@ options PCVT_SCANSET=2 # IBM keyboards are non-std
# The syscons console driver (sco color console compatible).
device sc0 at isa? tty
options MAXCONS=16 # number of virtual consoles
-options SLOW_VGA # do byte-wide i/o's to TS and GDC regs
+options VGA_SLOW_IOACCESS # do byte-wide i/o's to TS and GDC regs
options "STD8X16FONT" # Compile font in
makeoptions "STD8X16FONT"="cp850"
options SC_HISTORY_SIZE=200 # number of history buffer lines