NetBSD/sys/arch/arm
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
..
arm Use processor specific versions of ARM cache control functions for SA1100 2002-05-03 16:45:21 +00:00
arm32 Implement scheduler lock protocol, this fixes PR arm/10863. 2002-05-14 19:22:34 +00:00
conf Add correct use of cpu types for SA1100 and SA1110. 2002-05-03 16:46:52 +00:00
footbridge * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to 2002-05-16 01:01:28 +00:00
fpe-arm Re-work the way that FPAs are handled. If ARMFPE isn't configured, don't 2002-03-10 15:29:53 +00:00
include Let machine-dependent code specify how to enumerate the bus. 2002-05-15 19:23:51 +00:00
iomd Fix off-by-one error in delay(). 2002-05-02 22:01:46 +00:00
mainbus * Split pte_cache_mode into pte_l1_s_cache_mode, pte_l2_l_cache_mode, 2002-04-09 22:37:00 +00:00
ofw Fix off-by-one error in delay(). 2002-05-02 22:01:46 +00:00
sa11x0 Update for recent changes to the ARM pmap. From Hiroyuki Bessho, 2002-05-03 03:32:54 +00:00
xscale * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to 2002-05-16 01:01:28 +00:00
Makefile Ensure that vidc.h gets installed somewhere -- Xarm32vidc needs it to compile. 2001-12-17 15:07:37 +00:00