summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-01-11 17:44:06 +0000
committereivind <eivind@FreeBSD.org>1999-01-11 17:44:06 +0000
commit2e416f9c515765d1d8730900e58ad55cd5186226 (patch)
tree11128139b25a9503f21d61d90e66ff6adea2547f /sys/i386
parent4e4010d37677287606ba900105c754af309dc9fc (diff)
downloadFreeBSD-src-2e416f9c515765d1d8730900e58ad55cd5186226.zip
FreeBSD-src-2e416f9c515765d1d8730900e58ad55cd5186226.tar.gz
SLOW_VGA -> VGA_SLOW_IOACCESS here, too.
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 80171ee..d159cc8 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 80171ee..d159cc8 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
OpenPOWER on IntegriCloud