Start preparing for the new, improved, doesn't-hang-the-keyboard version of

syscons as standard.  pccons adherants are welcome to go fix pccons, but for
now I see only syscons really moving forward.
see
This commit is contained in:
Jordan K. Hubbard 1994-05-19 10:55:34 +00:00
parent 0bf1d79182
commit dd15978f97
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1512
2 changed files with 8 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#
# GENERICAH -- Generic machine with WD/AHx family disks
#
# $Id: GENERICAH,v 1.30 1994/04/12 16:05:10 csgr Exp $
# $Id: GENERICAH,v 1.31 1994/05/16 09:40:09 jkh Exp $
#
machine "i386"
@ -23,6 +23,8 @@ options UCONSOLE #X Console support
options "FAT_CURSOR" #block cursor in syscons or pccons
#options GATEWAY #Host is a Gateway (forwards packets)
options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
options "NCONS=4" #4 virtual consoles
options "STAR_SAVER" #syscons "stars" screen saver
config "386bsd" root on wd0 swap on wd0 and sd0 dumps on wd0
@ -59,7 +61,7 @@ device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
device mcd1 at isa? port 0x340 bio irq 11 vector mcdintr
device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr

View File

@ -1,7 +1,7 @@
#
# GENERICBT -- Generic machine with WD/BTx family disks
#
# $Id: GENERICBT,v 1.30 1994/04/12 16:05:13 csgr Exp $
# $Id: GENERICBT,v 1.31 1994/05/16 09:40:10 jkh Exp $
#
machine "i386"
@ -22,6 +22,8 @@ options XSERVER #Xserver
options UCONSOLE #X Console support
options "FAT_CURSOR" #block cursor in syscons or pccons
#options GATEWAY #Host is a Gateway (forwards packets)
options "NCONS=4" #4 virtual consoles
options "STAR_SAVER" #syscons "stars" screen saver
options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
config "386bsd" root on wd0 swap on wd0 and sd0 dumps on wd0
@ -59,7 +61,7 @@ device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
device mcd1 at isa? port 0x340 bio irq 11 vector mcdintr
device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr