SLOW_VGA -> VGA_SLOW_IOACCESS here, too.
This commit is contained in:
parent
61329bcee4
commit
e81feb8a84
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user