summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-06-03 20:41:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-06-03 20:41:27 +0000
commitb4c2bb57225630c26179d5a1764afc0da78a4737 (patch)
tree1a0d5994a1f1d1ab04d01f39dc2307680104cc82 /sys
parent6e393188d295f5c152835346240ec73d887d5898 (diff)
let us try to move to pcvt as default; report problem cards to me
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/conf/ALL6
-rw-r--r--sys/arch/i386/conf/BABY6
-rw-r--r--sys/arch/i386/conf/GENERIC6
-rw-r--r--sys/arch/i386/conf/INST6
-rw-r--r--sys/arch/i386/conf/RAMDISK6
5 files changed, 15 insertions, 15 deletions
diff --git a/sys/arch/i386/conf/ALL b/sys/arch/i386/conf/ALL
index 672c664331b..6681da9e380 100644
--- a/sys/arch/i386/conf/ALL
+++ b/sys/arch/i386/conf/ALL
@@ -1,4 +1,4 @@
-# $OpenBSD: ALL,v 1.13 1997/04/29 05:15:14 deraadt Exp $
+# $OpenBSD: ALL,v 1.14 1997/06/03 20:41:17 deraadt Exp $
# $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $
#
# ALL -- everything that's currently supported
@@ -102,8 +102,8 @@ pcmcia* at pcic?
npx0 at isa? port 0xf0 irq 13 # math coprocessor
isadma0 at isa?
-pc0 at isa? port 0x60 irq 1 # generic PC console device
-#vt0 at isa? port 0x60 irq 1
+#pc0 at isa? port 0x60 irq 1 # generic PC console device
+vt0 at isa? port 0x60 irq 1
#pccom at isa? port 0x3f8 irq 4
com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
diff --git a/sys/arch/i386/conf/BABY b/sys/arch/i386/conf/BABY
index 12e9621c5f5..a31f15d6e2f 100644
--- a/sys/arch/i386/conf/BABY
+++ b/sys/arch/i386/conf/BABY
@@ -1,4 +1,4 @@
-# $OpenBSD: BABY,v 1.17 1997/05/13 18:26:14 deraadt Exp $
+# $OpenBSD: BABY,v 1.18 1997/06/03 20:41:19 deraadt Exp $
machine i386 # architecture, used by config; REQUIRED
@@ -99,8 +99,8 @@ pcmcia* at pcic?
npx0 at isa? port 0xf0 irq 13 # math coprocessor
isadma0 at isa?
-pc0 at isa? port 0x60 irq 1 # generic PC console device
-#vt0 at isa? port 0x60 irq 1
+#pc0 at isa? port 0x60 irq 1 # generic PC console device
+vt0 at isa? port 0x60 irq 1
com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
com1 at isa? port 0x2f8 irq 3
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC
index 9e996bca7f8..bd82cd23592 100644
--- a/sys/arch/i386/conf/GENERIC
+++ b/sys/arch/i386/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.39 1997/05/30 07:59:16 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.40 1997/06/03 20:41:22 deraadt Exp $
# $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $
#
# GENERIC -- everything that's currently supported
@@ -54,8 +54,8 @@ npx0 at isa? port 0xf0 irq 13 # math coprocessor
isadma0 at isa?
#isapnp0 at isa?
-pc0 at isa? port 0x60 irq 1 # generic PC console device
-#vt0 at isa? port 0x60 irq 1
+#pc0 at isa? port 0x60 irq 1 # generic PC console device
+vt0 at isa? port 0x60 irq 1
com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
com1 at isa? port 0x2f8 irq 3
diff --git a/sys/arch/i386/conf/INST b/sys/arch/i386/conf/INST
index ad3e20699f5..82170edae2d 100644
--- a/sys/arch/i386/conf/INST
+++ b/sys/arch/i386/conf/INST
@@ -1,4 +1,4 @@
-# $OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp $
+# $OpenBSD: INST,v 1.20 1997/06/03 20:41:23 deraadt Exp $
# $NetBSD: INSTADP,v 1.17 1996/05/20 03:32:19 thorpej Exp $
#
# Install kernels no longer support X.
@@ -71,8 +71,8 @@ pcmcia* at pcic?
npx0 at isa? port 0xf0 irq 13 # math coprocessor
isadma0 at isa?
-pc0 at isa? port 0x60 irq 1 # generic PC console device
-#vt0 at isa? port 0x60 irq 1
+#pc0 at isa? port 0x60 irq 1 # generic PC console device
+vt0 at isa? port 0x60 irq 1
com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
com1 at isa? port 0x2f8 irq 3
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK
index e1e596ec7a4..e3a98cdf83a 100644
--- a/sys/arch/i386/conf/RAMDISK
+++ b/sys/arch/i386/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.6 1997/05/08 06:25:46 tholo Exp $
+# $OpenBSD: RAMDISK,v 1.7 1997/06/03 20:41:26 deraadt Exp $
# from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp
#
# Install kernels no longer support X.
@@ -67,8 +67,8 @@ pcmcia* at pcic?
npx0 at isa? port 0xf0 irq 13 # math coprocessor
isadma0 at isa?
-pc0 at isa? port 0x60 irq 1 # generic PC console device
-#vt0 at isa? port 0x60 irq 1
+#pc0 at isa? port 0x60 irq 1 # generic PC console device
+vt0 at isa? port 0x60 irq 1
com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
com1 at isa? port 0x2f8 irq 3