NetBSD/sys/arch/arc
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
..
arc Use #ifdef MEMORY_DISK_IS_ROOT rather than MEMORY_DISK_HOOKS 2002-03-17 04:41:57 +00:00
compile
conf Add the INCLUDE_CONFIG_FILE option to all config files. In config 2002-04-25 15:06:20 +00:00
dev Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
dti Implement mstohz() as discussed on tech-kern, and use it in SCSI drivers 2002-04-05 18:27:45 +00:00
include Let machine-dependent code specify how to enumerate the bus. 2002-05-15 19:23:51 +00:00
isa Don't "extern int cold;" - this is in <sys/kernel.h>. 2002-03-04 02:19:07 +00:00
jazz Merge the thorpej-mips-cache branch onto the trunk. This is an 2001-11-14 18:15:10 +00:00
pci * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to 2002-05-16 01:01:28 +00:00
stand use ${INSTALL_FILE} as appropriate 2002-02-09 09:35:59 +00:00
Makefile Switch pica to jazzio. 2000-12-24 09:25:24 +00:00
TODO Remove descriotion about homegrown sonic driver from TODO list 2001-08-28 15:17:47 +00:00