NetBSD/sys/arch/arm/xscale
thorpej 204183c0fa * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to
NULL for root PCI busses.  For busses behind a bridge, it points to
  a persistent copy of the bridge's pcitag_t.  This can be very useful
  for machine-dependent PCI bus enumeration code.
* Implement a machine-dependent pci_enumerate_bus() for sparc64 which
  uses OFW device nodes to enumerate the bus.  When a PCI bus that is
  behind a bridge is attached, pci_attach_hook() allocates a new PCI
  chipset tag for the new bus and sets it's "curnode" to the OFW node
  of the bridge.  This is used as a starting point when enumerating
  that bus.  Root busses get the OFW node of the host bridge (psycho).
* Garbage-collect "ofpci" and "ofppb" from the sparc64 port.
2002-05-16 01:01:28 +00:00
..
files.i80200 New interrupt framework for NetBSD/evbarm, and accompanying new 2002-01-30 03:59:39 +00:00
files.i80312 Use the bus_space_generic bus space ops. 2002-04-12 19:02:30 +00:00
files.i80321 Use the bus_space_generic bus space ops. 2002-04-12 19:02:30 +00:00
i80200_icu.c Restructure a few things in order to support other XScale core 2002-03-26 19:29:44 +00:00
i80200_irq.S Add an IRQ vector to be shared by all i80200 applications. This 2002-01-24 01:12:40 +00:00
i80200reg.h Restructure a few things in order to support other XScale core 2002-03-26 19:29:44 +00:00
i80200var.h Restructure a few things in order to support other XScale core 2002-03-26 19:29:44 +00:00
i80312_gpio.c Add routines for accessing the general purpose I/O facility of 2001-11-29 08:27:11 +00:00
i80312_mem.c Change some #if 0 to #ifdef VERBOSE_INIT_ARM. 2001-12-18 02:52:00 +00:00
i80312_pci_dma.c Fix error reporting in the bus_dmamap_load_mbuf() routines. 2002-05-02 16:50:39 +00:00
i80312_pci.c Clarify a comment. 2001-11-30 19:26:03 +00:00
i80312_space.c Use the bus_space_generic bus space ops. 2002-04-12 19:02:30 +00:00
i80312.c * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to 2002-05-16 01:01:28 +00:00
i80312reg.h Clean up the i80312 PMU definitions. 2002-01-24 01:21:44 +00:00
i80312var.h Add routines for accessing the general purpose I/O facility of 2001-11-29 08:27:11 +00:00
i80321_icu.c Fix soft interrupts. 2002-03-28 03:19:31 +00:00
i80321_irq.S Basic support for the Intel i80321 I/O Processor (Xscale core). 2002-03-27 21:45:47 +00:00
i80321_mcu.c Basic support for the Intel i80321 I/O Processor (Xscale core). 2002-03-27 21:45:47 +00:00
i80321_pci_dma.c Fix error reporting in the bus_dmamap_load_mbuf() routines. 2002-05-02 16:50:39 +00:00
i80321_pci.c Basic support for the Intel i80321 I/O Processor (Xscale core). 2002-03-27 21:45:47 +00:00
i80321_space.c Use the bus_space_generic bus space ops. 2002-04-12 19:02:30 +00:00
i80321_timer.c Basic support for the Intel i80321 I/O Processor (Xscale core). 2002-03-27 21:45:47 +00:00
i80321.c * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to 2002-05-16 01:01:28 +00:00
i80321reg.h Add Application Accelerator Unit registers. 2002-04-16 17:36:06 +00:00
i80321var.h Basic support for the Intel i80321 I/O Processor (Xscale core). 2002-03-27 21:45:47 +00:00
xscalereg.h Restructure a few things in order to support other XScale core 2002-03-26 19:29:44 +00:00