summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1995-02-15 20:38:36 +0000
committerjoerg <joerg@FreeBSD.org>1995-02-15 20:38:36 +0000
commit4fc44147e6a39811b4e3c74ddfae954d60be2d69 (patch)
tree0e822a217540886d2548590e1a6109e635ce43ca /sys
parent691b2156f8f5f33c228861c656ee9cbc5faf93aa (diff)
downloadFreeBSD-src-4fc44147e6a39811b4e3c74ddfae954d60be2d69.zip
FreeBSD-src-4fc44147e6a39811b4e3c74ddfae954d60be2d69.tar.gz
Include three lines about the pcvt console driver, so we don't ever need
a different config file for it.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/GENERIC7
-rw-r--r--sys/i386/conf/GENERIC7
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index e27fcf9..1daaec4 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
-# $Id: GENERIC,v 1.30 1995/01/28 05:01:43 jkh Exp $
+# $Id: GENERIC,v 1.31 1995/02/09 11:21:07 jkh Exp $
#
machine "i386"
@@ -68,7 +68,12 @@ device mcd1 at isa? port 0x340 bio irq 11 vector mcdintr
device scd0 at isa? port 0x230 bio
+# syscons is the default console driver, resembling an SCO console
device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
+# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
+#device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint
+#options "PCVT_FREEBSD=210" # pcvt running on FreeBSD 2.1
+
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/GENERIC b/sys/i386/conf/GENERIC
index e27fcf9..1daaec4 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
-# $Id: GENERIC,v 1.30 1995/01/28 05:01:43 jkh Exp $
+# $Id: GENERIC,v 1.31 1995/02/09 11:21:07 jkh Exp $
#
machine "i386"
@@ -68,7 +68,12 @@ device mcd1 at isa? port 0x340 bio irq 11 vector mcdintr
device scd0 at isa? port 0x230 bio
+# syscons is the default console driver, resembling an SCO console
device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
+# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver
+#device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint
+#options "PCVT_FREEBSD=210" # pcvt running on FreeBSD 2.1
+
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