diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-04 07:52:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-04 07:52:29 +0000 |
commit | c8e3d32207db0af93ff3f660ded6b01fac993998 (patch) | |
tree | 73fd32aa8c317ed1db51e7d85c0aef243e81ecbb /sys/arch | |
parent | aea8597c12535f81c034ab0f4eb1de1766d35a73 (diff) |
pcvt
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/LAP | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/LAP b/sys/arch/i386/conf/LAP index dc65b8db8ff..df11ec33729 100644 --- a/sys/arch/i386/conf/LAP +++ b/sys/arch/i386/conf/LAP @@ -1,4 +1,4 @@ -# $OpenBSD: LAP,v 1.3 1996/05/14 18:38:15 mickey Exp $ +# $OpenBSD: LAP,v 1.4 1996/06/04 07:52:28 deraadt Exp $ # $NetBSD: TDR,v 1.64 1996/03/25 05:45:49 perry Exp $ # # TDR -- Theo Deraadt's 486 @@ -89,9 +89,8 @@ isa0 at mainbus0 npx0 at isa? port 0xf0 irq 13 # math coprocessor -pc0 at isa? port 0x60 irq 1 # generic PC console device -#vt0 at isa? port 0x60 irq 1 -#options PCVT_NOFASTSCROLL +#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 |