Remove FAT_CURSOR, it is already non-existent during several
last syscons versions
This commit is contained in:
parent
5ddda58b2e
commit
87fcda4634
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5921
@ -1,7 +1,7 @@
|
||||
#
|
||||
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
|
||||
#
|
||||
# $Id: GENERIC,v 1.26 1995/01/14 10:48:56 jkh Exp $
|
||||
# $Id: GENERIC,v 1.27 1995/01/24 20:38:27 paul Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
@ -19,7 +19,6 @@ options MSDOSFS #MSDOS Filesystem
|
||||
options "CD9660" #ISO 9660 Filesystem
|
||||
options PROCFS #Process filesystem
|
||||
options "COMPAT_43" #Compatible with BSD 4.3
|
||||
options "FAT_CURSOR" #block cursor in syscons or pccons
|
||||
options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
|
||||
options BOUNCE_BUFFERS #include support for DMA bounce buffers
|
||||
options UCONSOLE #Allow users to grab the console
|
||||
|
@ -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.128 1995/01/25 20:35:14 jmz Exp $
|
||||
# $Id: LINT,v 1.129 1995/01/25 21:39:59 bde 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
|
||||
@ -354,13 +354,9 @@ device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
|
||||
#
|
||||
# Options for `sc':
|
||||
#
|
||||
# FAT_CURSOR specifies the use of a large block cursor rather than the
|
||||
# hardware default underline.
|
||||
#
|
||||
# HARDFONTS allows the driver to load an ISO-8859-1 font to replace
|
||||
# the default font in your display adapter's memory.
|
||||
#
|
||||
options "FAT_CURSOR"
|
||||
options HARDFONTS
|
||||
|
||||
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
|
||||
#
|
||||
# $Id: GENERIC,v 1.26 1995/01/14 10:48:56 jkh Exp $
|
||||
# $Id: GENERIC,v 1.27 1995/01/24 20:38:27 paul Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
@ -19,7 +19,6 @@ options MSDOSFS #MSDOS Filesystem
|
||||
options "CD9660" #ISO 9660 Filesystem
|
||||
options PROCFS #Process filesystem
|
||||
options "COMPAT_43" #Compatible with BSD 4.3
|
||||
options "FAT_CURSOR" #block cursor in syscons or pccons
|
||||
options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
|
||||
options BOUNCE_BUFFERS #include support for DMA bounce buffers
|
||||
options UCONSOLE #Allow users to grab the console
|
||||
|
@ -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.128 1995/01/25 20:35:14 jmz Exp $
|
||||
# $Id: LINT,v 1.129 1995/01/25 21:39:59 bde 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
|
||||
@ -354,13 +354,9 @@ device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
|
||||
#
|
||||
# Options for `sc':
|
||||
#
|
||||
# FAT_CURSOR specifies the use of a large block cursor rather than the
|
||||
# hardware default underline.
|
||||
#
|
||||
# HARDFONTS allows the driver to load an ISO-8859-1 font to replace
|
||||
# the default font in your display adapter's memory.
|
||||
#
|
||||
options "FAT_CURSOR"
|
||||
options HARDFONTS
|
||||
|
||||
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
|
||||
|
@ -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.128 1995/01/25 20:35:14 jmz Exp $
|
||||
# $Id: LINT,v 1.129 1995/01/25 21:39:59 bde 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
|
||||
@ -354,13 +354,9 @@ device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
|
||||
#
|
||||
# Options for `sc':
|
||||
#
|
||||
# FAT_CURSOR specifies the use of a large block cursor rather than the
|
||||
# hardware default underline.
|
||||
#
|
||||
# HARDFONTS allows the driver to load an ISO-8859-1 font to replace
|
||||
# the default font in your display adapter's memory.
|
||||
#
|
||||
options "FAT_CURSOR"
|
||||
options HARDFONTS
|
||||
|
||||
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
|
||||
|
Loading…
Reference in New Issue
Block a user