diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-03 20:41:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-03 20:41:27 +0000 |
commit | b4c2bb57225630c26179d5a1764afc0da78a4737 (patch) | |
tree | 1a0d5994a1f1d1ab04d01f39dc2307680104cc82 /sys/arch/i386/conf/INST | |
parent | 6e393188d295f5c152835346240ec73d887d5898 (diff) |
let us try to move to pcvt as default; report problem cards to me
Diffstat (limited to 'sys/arch/i386/conf/INST')
-rw-r--r-- | sys/arch/i386/conf/INST | 6 |
1 files changed, 3 insertions, 3 deletions
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 |