1. Remove UCONSOLE. This appears to be well and truly dead (unless it's
hiding someplace in /sys I can't find). 2. Remove NCONS. Soren's latest changes make it a no-op.
This commit is contained in:
parent
cde24835d3
commit
09c42f85eb
@ -1,7 +1,7 @@
|
||||
#
|
||||
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
|
||||
#
|
||||
# $Id: GENERIC,v 1.21 1994/12/16 06:04:14 phk Exp $
|
||||
# $Id: GENERIC,v 1.22 1994/12/18 12:01:40 jkh Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
@ -19,10 +19,8 @@ options MSDOSFS #MSDOS Filesystem
|
||||
options "CD9660" #ISO 9660 Filesystem
|
||||
options PROCFS #Process filesystem
|
||||
options "COMPAT_43" #Compatible with BSD 4.3
|
||||
options UCONSOLE #X Console support
|
||||
options "FAT_CURSOR" #block cursor in syscons or pccons
|
||||
options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
|
||||
options "NCONS=4" #4 virtual consoles
|
||||
options BOUNCE_BUFFERS #include support for DMA bounce buffers
|
||||
|
||||
config kernel root on wd0 swap on wd0 and wd1 and sd0 and sd1 and vn0 dumps on wd0
|
||||
|
@ -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.122 1994/12/26 17:33:52 ats Exp $
|
||||
# $Id: LINT,v 1.123 1995/01/07 14:51:46 jkh 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
|
||||
@ -348,23 +348,14 @@ device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
|
||||
#
|
||||
# Options for `sc':
|
||||
#
|
||||
# NCONS specifies the number of virtual consoles. Specification of
|
||||
# this value is mandatory. Due to a compiler bug, when compiling with
|
||||
# GCC 2.6.0 this option must be a power of two.
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
# UCONSOLE enables code to let any user get output intended for the
|
||||
# console.
|
||||
#
|
||||
options "NCONS=8"
|
||||
options "FAT_CURSOR"
|
||||
options HARDFONTS
|
||||
options UCONSOLE
|
||||
|
||||
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.21 1994/12/16 06:04:14 phk Exp $
|
||||
# $Id: GENERIC,v 1.22 1994/12/18 12:01:40 jkh Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
@ -19,10 +19,8 @@ options MSDOSFS #MSDOS Filesystem
|
||||
options "CD9660" #ISO 9660 Filesystem
|
||||
options PROCFS #Process filesystem
|
||||
options "COMPAT_43" #Compatible with BSD 4.3
|
||||
options UCONSOLE #X Console support
|
||||
options "FAT_CURSOR" #block cursor in syscons or pccons
|
||||
options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
|
||||
options "NCONS=4" #4 virtual consoles
|
||||
options BOUNCE_BUFFERS #include support for DMA bounce buffers
|
||||
|
||||
config kernel root on wd0 swap on wd0 and wd1 and sd0 and sd1 and vn0 dumps on wd0
|
||||
|
@ -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.122 1994/12/26 17:33:52 ats Exp $
|
||||
# $Id: LINT,v 1.123 1995/01/07 14:51:46 jkh 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
|
||||
@ -348,23 +348,14 @@ device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
|
||||
#
|
||||
# Options for `sc':
|
||||
#
|
||||
# NCONS specifies the number of virtual consoles. Specification of
|
||||
# this value is mandatory. Due to a compiler bug, when compiling with
|
||||
# GCC 2.6.0 this option must be a power of two.
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
# UCONSOLE enables code to let any user get output intended for the
|
||||
# console.
|
||||
#
|
||||
options "NCONS=8"
|
||||
options "FAT_CURSOR"
|
||||
options HARDFONTS
|
||||
options UCONSOLE
|
||||
|
||||
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.122 1994/12/26 17:33:52 ats Exp $
|
||||
# $Id: LINT,v 1.123 1995/01/07 14:51:46 jkh 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
|
||||
@ -348,23 +348,14 @@ device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
|
||||
#
|
||||
# Options for `sc':
|
||||
#
|
||||
# NCONS specifies the number of virtual consoles. Specification of
|
||||
# this value is mandatory. Due to a compiler bug, when compiling with
|
||||
# GCC 2.6.0 this option must be a power of two.
|
||||
#
|
||||
# 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.
|
||||
#
|
||||
# UCONSOLE enables code to let any user get output intended for the
|
||||
# console.
|
||||
#
|
||||
options "NCONS=8"
|
||||
options "FAT_CURSOR"
|
||||
options HARDFONTS
|
||||
options UCONSOLE
|
||||
|
||||
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user