diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-28 23:35:45 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-11-28 23:35:45 +0000 |
commit | a5771e8fe90f291efc372ba3ceaf19dd410d38a3 (patch) | |
tree | 3756d7f232d732b4f57614e9447bcb214c684943 /sys/arch/arc/conf/GENERIC | |
parent | 22d35c6b496718de60c740eab6f843bb546513b3 (diff) |
Adaption to new bus.h from NetBSD. Various driver has been updated to
NetBSD 961107 state. Other has not, partly because sometimes the bus.h
changes was coupled with other changes.
Diffstat (limited to 'sys/arch/arc/conf/GENERIC')
-rw-r--r-- | sys/arch/arc/conf/GENERIC | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/arc/conf/GENERIC b/sys/arch/arc/conf/GENERIC index 19d770cda95..fe9b4f17d34 100644 --- a/sys/arch/arc/conf/GENERIC +++ b/sys/arch/arc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.10 1996/10/01 21:26:03 pefo Exp $ +# $OpenBSD: GENERIC,v 1.11 1996/11/28 23:35:39 niklas Exp $ # # Generic configuration file for MIPS R4x00 ARC Systems # @@ -77,9 +77,9 @@ isabr* at mainbus0 clock0 at pica? pc0 at pica? pms0 at pica? -ace0 at pica? -ace1 at pica? -lpr0 at pica? +com0 at pica? +com1 at pica? +lpt0 at pica? sn0 at pica? fdc0 at pica? @@ -97,10 +97,10 @@ isa* at isabr? clock0 at isa? port 0x70 irq 0 pc0 at isa? port 0x60 irq 1 # generic PC console device -ace0 at isa? port 0x3f8 irq 4 -ace1 at isa? port 0x2f8 irq 3 -ace2 at isa? port 0x3e8 irq 4 -ace3 at isa? port 0x2e8 irq 3 +com0 at isa? port 0x3f8 irq 4 +com1 at isa? port 0x2f8 irq 3 +com2 at isa? port 0x3e8 irq 4 +com3 at isa? port 0x2e8 irq 3 wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE controllers #wdc1 at isa? port 0x170 irq 15 |