diff options
author | 1996-12-28 01:00:43 +0000 | |
---|---|---|
committer | 1996-12-28 01:00:43 +0000 | |
commit | b641c4817dc8301e367612c87c46af489076dfe2 (patch) | |
tree | 272338118ccbd8363ec9a9940437553a579f1e9b | |
parent | new NetBSD file; #include from <machine/cpu.h> on m68k boxen (diff) | |
download | wireguard-openbsd-b641c4817dc8301e367612c87c46af489076dfe2.tar.xz wireguard-openbsd-b641c4817dc8301e367612c87c46af489076dfe2.zip |
Switch to pcvt for console
-rw-r--r-- | sys/arch/i386/conf/SARUMAN | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/SARUMAN b/sys/arch/i386/conf/SARUMAN index 58d80012b6a..2af0a213c53 100644 --- a/sys/arch/i386/conf/SARUMAN +++ b/sys/arch/i386/conf/SARUMAN @@ -1,7 +1,7 @@ # # SARUMAN -- i486DX/50 EISA bus # -# $OpenBSD: SARUMAN,v 1.1 1996/11/05 03:57:16 tholo Exp $ +# $OpenBSD: SARUMAN,v 1.2 1996/12/28 01:00:43 tholo Exp $ # machine i386 # architecture, used by config; REQUIRED @@ -87,8 +87,8 @@ eisa0 at mainbus0 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 |