diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-04 21:20:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-04 21:20:45 +0000 |
commit | 07649ecd0386598396180af219bb8e00a1d9143d (patch) | |
tree | 5d18611061b9d90c7f9a0b5bd0e96353332ca1e1 | |
parent | 36fe465c85d14950c37b7002fa52b0af179b0bc0 (diff) |
add #pccom0; suggested by graichen
-rw-r--r-- | sys/arch/i386/conf/ALL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/ALL b/sys/arch/i386/conf/ALL index 0e3ad44aeda..0afbc7cef14 100644 --- a/sys/arch/i386/conf/ALL +++ b/sys/arch/i386/conf/ALL @@ -1,4 +1,4 @@ -# $OpenBSD: ALL,v 1.7 1996/08/31 02:09:13 deraadt Exp $ +# $OpenBSD: ALL,v 1.8 1996/09/04 21:20:44 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # ALL -- everything that's currently supported @@ -107,6 +107,7 @@ isadma0 at isa? 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 com1 at isa? port 0x2f8 irq 3 com2 at isa? port 0x3e8 irq 5 |