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/PICA | |
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/PICA')
-rw-r--r-- | sys/arch/arc/conf/PICA | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/arc/conf/PICA b/sys/arch/arc/conf/PICA index 600d6c92e4e..ecebd4bca9b 100644 --- a/sys/arch/arc/conf/PICA +++ b/sys/arch/arc/conf/PICA @@ -71,9 +71,9 @@ pica* 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? @@ -96,8 +96,8 @@ isabr* at mainbus0 isa* at isabr? -ace2 at isa? port 0x3f8 irq 4 -ace3 at isa? port 0x2f8 irq 3 +com2 at isa? port 0x3f8 irq 4 +com3 at isa? port 0x2f8 irq 3 pseudo-device sl 2 # serial-line IP ports |