diff options
author | 1996-06-04 07:52:28 +0000 | |
---|---|---|
committer | 1996-06-04 07:52:28 +0000 | |
commit | bf16ddc5929c5fd9942d8639f6c81686ce687080 (patch) | |
tree | 425f384d97939ee1363e7fff065b85cd4e95bf63 | |
parent | use strcmp() (diff) | |
download | wireguard-openbsd-bf16ddc5929c5fd9942d8639f6c81686ce687080.tar.xz wireguard-openbsd-bf16ddc5929c5fd9942d8639f6c81686ce687080.zip |
pcvt
-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 |