NetBSD/sys/arch/atari/pci
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
..
pci_hades.c Checkpointing my work on the mach64 (with help from Dave Berger). There is 2002-01-09 21:33:49 +00:00
pci_machdep.c * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to 2002-05-16 01:01:28 +00:00
pci_milan.c Fix PCI interrupt allocation on the Milan. 2002-01-09 21:19:14 +00:00
pci_tseng.c Initialize to CGA mode. Wscons expects this. 2001-05-21 14:30:41 +00:00
pci_vga.c Mmmmm PCI_PRODUCT_ATI_MACH64_B -> PCI_PRODUCT_ATI_RAGE_PRO_PCI_P... 2002-04-09 13:16:09 +00:00
pci_vga.h Checkpointing my work on the mach64 (with help from Dave Berger). There is 2002-01-09 21:33:49 +00:00
pciide_machdep.c Import pciide_machdep.c from i386. 2001-05-29 06:26:08 +00:00