NetBSD/sys/arch/arm
ichiro 4b8928ad4a files.ixp12x0
no need device ixpcom in evbarm/conf/files.evbarm move it to
arm/ixp12x0/files.ixp12x0

ixp12x0_com.c:
some fix around address handling
1. Do not call bus_space_map() in ixpcominit().  Calling bus_space_map()
   is not safe here, because bus_space_map() calls uvm_km_valloc() but
   uvm is not yet initialized.
2. Use dv_unit to determine console instead comparering iobase.
   Now you can attach ixpcom0 with physical address like this:
        ixpcom*         at ixpsip? addr 0x90000000 size 0x4000
Statically mapped address (0xf0000000) is still usable.

ixp12x0_clk:
1. access PLL_CFG register via bus_space
2. Make the delay() working correctly.  (bug fix)
3. Start the timer device without interrupt on attach time.
   Now delay() called before cpu_initclocks() works fine.

ixp12x0_pci:
1.Mapping PCI type0/1 configuration space to the upper address.
2."PCI I/O Cycle Access" mapping to same virtual address(VA==PA)
   but size of this mapping increase to 1MByte because fails
   cause couldnt set L2 table.
3.use bus_space address handling in ixp12x0_pci.c.
2003-02-17 20:51:52 +00:00
..
arm Merge the nathanw_sa branch. 2003-01-17 21:55:23 +00:00
arm32 Add CPU IDs for PXA B2 and C0 steppings. 2003-02-14 16:00:33 +00:00
conf Don't define -D${MACHINE} in Makefile.arm. Instead, let platforms 2003-01-03 02:34:48 +00:00
footbridge Merge the nathanw_sa branch. 2003-01-17 21:55:23 +00:00
fpe-arm Merge the nathanw_sa branch. 2003-01-17 21:55:23 +00:00
include Add CPU IDs for PXA B2 and C0 steppings. 2003-02-14 16:00:33 +00:00
iomd The Double-Semi-Colon Police. 2003-01-20 05:29:53 +00:00
ixp12x0 files.ixp12x0 2003-02-17 20:51:52 +00:00
mainbus Use aprint_normal() for cfprint routines. 2003-01-01 00:46:13 +00:00
ofw Continue the " - . - 8" purge. Specifically: 2002-10-14 22:32:50 +00:00
s3c2xx0 Fix UFCON RX trigger level definitions. 2003-02-02 08:41:12 +00:00
sa11x0 Merge the nathanw_sa branch. 2003-01-19 07:29:19 +00:00
xscale Define the iopmu (even though it's not being used yet). 2003-02-06 03:16:48 +00:00
Makefile cats and netwinder can share a common footbridge_intr.h file, so install and 2002-09-28 15:53:03 +00:00