NetBSD/sys/arch/evbarm
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
..
compile
conf Switch to esiop by default (again); it is fully-baked enough to use 2002-05-03 19:35:53 +00:00
dev Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
evbarm New interrupt framework for NetBSD/evbarm, and accompanying new 2002-01-30 03:59:39 +00:00
ifpga * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to 2002-05-16 01:01:28 +00:00
include * Change all uses of KERNEL_SPACE_START to KERNEL_BASE. 2002-03-23 02:53:59 +00:00
integrator Remove footbridge-specific stuff that will never apply on the Integrator. 2002-04-12 06:13:42 +00:00
iq80310 Issue a CPWAIT sequence after enabling the MMU to make sure 2002-04-26 18:01:21 +00:00
iq80321 Issue a CPWAIT sequence after enabling the MMU to make sure 2002-04-26 18:01:21 +00:00
stand Give gzboot a 1M heap, so that loading gzip -9'd kernels works 2002-04-25 22:30:38 +00:00
Makefile Add some missing backslashes. 2001-11-09 23:36:52 +00:00