diff options
-rw-r--r-- | etc/etc.i386/ttys | 16 | ||||
-rw-r--r-- | sys/arch/i386/conf/ALL | 6 | ||||
-rw-r--r-- | sys/arch/i386/conf/BABY | 6 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/i386/conf/INST | 6 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 6 |
6 files changed, 23 insertions, 23 deletions
diff --git a/etc/etc.i386/ttys b/etc/etc.i386/ttys index 98a3c4b052b..131d554f06f 100644 --- a/etc/etc.i386/ttys +++ b/etc/etc.i386/ttys @@ -1,17 +1,17 @@ # # from: @(#)ttys 5.1 (Berkeley) 4/17/89 -# $Id: ttys,v 1.8 1997/01/03 07:49:05 deraadt Exp $ +# $Id: ttys,v 1.9 1997/06/03 20:41:13 deraadt Exp $ # # name getty type status comments # -console "/usr/libexec/getty Pc" pc3 off secure -ttyC0 "/usr/libexec/getty Pc" pc3 on secure +console "/usr/libexec/getty Pc" vt220 off secure +ttyC0 "/usr/libexec/getty Pc" vt220 on secure #ttyC0 "/usr/X11R6/bin/xdm -nodaemon" xterm on secure -ttyC1 "/usr/libexec/getty Pc" vt220 off secure -ttyC2 "/usr/libexec/getty Pc" vt220 off secure -ttyC3 "/usr/libexec/getty Pc" vt220 off secure -ttyC4 "/usr/libexec/getty Pc" vt220 off secure -ttyC5 "/usr/libexec/getty Pc" vt220 off secure +ttyC1 "/usr/libexec/getty Pc" vt220 on secure +ttyC2 "/usr/libexec/getty Pc" vt220 on secure +ttyC3 "/usr/libexec/getty Pc" vt220 on secure +ttyC4 "/usr/libexec/getty Pc" vt220 on secure +ttyC5 "/usr/libexec/getty Pc" vt220 on secure ttyC6 "/usr/libexec/getty Pc" vt220 off secure ttyC7 "/usr/libexec/getty Pc" vt220 off secure tty00 "/usr/libexec/getty std.9600" unknown off 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 |