diff options
author | 1996-10-25 05:59:31 +0000 | |
---|---|---|
committer | 1996-10-25 05:59:31 +0000 | |
commit | 3497e7e5c68b29062b48fb37e8fa0adca0e5e143 (patch) | |
tree | 58809bb19fec5f78fc6fb9951a92da33759685e1 | |
parent | POSIX requires stdio buffers be flushed on abort (diff) | |
download | wireguard-openbsd-3497e7e5c68b29062b48fb37e8fa0adca0e5e143.tar.xz wireguard-openbsd-3497e7e5c68b29062b48fb37e8fa0adca0e5e143.zip |
sync
-rw-r--r-- | sys/arch/i386/conf/SPARE-PARTS | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sys/arch/i386/conf/SPARE-PARTS b/sys/arch/i386/conf/SPARE-PARTS index 534f094d15d..96be10c62c9 100644 --- a/sys/arch/i386/conf/SPARE-PARTS +++ b/sys/arch/i386/conf/SPARE-PARTS @@ -1,7 +1,7 @@ # # SPARE-PARTS: spare-parts.teeny.org, the teeny gateway to the world. # -# $OpenBSD: SPARE-PARTS,v 1.9 1996/10/22 01:56:13 downsj Exp $ +# $OpenBSD: SPARE-PARTS,v 1.10 1996/10/25 05:59:31 downsj Exp $ # machine i386 @@ -75,14 +75,13 @@ isadma0 at isa? pc0 at isa? port 0x60 irq 1 -#com0 at isa? port 0x3f8 irq 4 -#com1 at isa? port 0x2f8 irq 3 -#com2 at isa? port 0x3e8 irq 2 pccom0 at isa? port 0x3f8 irq 4 pccom1 at isa? port 0x2f8 irq 3 -pccom2 at isa? port 0x3e8 irq 2 -lpt0 at isa? port 0x3bc +rtfps0 at isa? port 0x1230 irq 9 +pccom* at rtfps? slave ? + +lpt0 at isa? port 0x3bc irq 7 ed0 at isa? port 0x320 irq 11 iomem 0xd0000 ed1 at isa? port 0x300 irq 10 |