summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-05-19 10:55:34 +0000
committerjkh <jkh@FreeBSD.org>1994-05-19 10:55:34 +0000
commit111891d3bc3e4845ee3783d26e68f20e2dc5a19c (patch)
tree0e082892c530c66eae05381fe9dd1d7cfbd67173 /sys
parent7dfa59e5a9cddc8fee9754829d26683b6b773976 (diff)
downloadFreeBSD-src-111891d3bc3e4845ee3783d26e68f20e2dc5a19c.zip
FreeBSD-src-111891d3bc3e4845ee3783d26e68f20e2dc5a19c.tar.gz
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
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/conf/GENERICAH6
-rw-r--r--sys/i386/conf/GENERICBT6
2 files changed, 8 insertions, 4 deletions
diff --git a/sys/i386/conf/GENERICAH b/sys/i386/conf/GENERICAH
index 8081849..bb2de82 100644
--- a/sys/i386/conf/GENERICAH
+++ b/sys/i386/conf/GENERICAH
@@ -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
diff --git a/sys/i386/conf/GENERICBT b/sys/i386/conf/GENERICBT
index c9a3bff..ecd1056 100644
--- a/sys/i386/conf/GENERICBT
+++ b/sys/i386/conf/GENERICBT
@@ -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
OpenPOWER on IntegriCloud