freebsd-dev/sys/sparc64/pci
Marius Strobl cb2f0c8ce1 - Add quirk handling for Sun Fire V1280. The firmware of these machines
provides no ino-bitmap properties so forge them using the default set
  of controller interrupts and let schizo_setup_intr() take care of the
  children, hoping for non-fancy routing.
- Add quirk handling for Sun Fire V890. When booting these machines from
  disk a Schizo comes up with PCI error residing which triggers as soon
  as we register schizo_pci_bus() even when clearing it from all involved
  registers (it's no longer indicated once we're in schizo_pci_bus()
  though). Thus make PCI bus errors non-fatal until we actually touch the
  bus. With this change schizo_pci_bus() typically triggers once during
  attach in this case. Obviously this approach isn't exactly race free
  but it's about the best we can do about this problem as we're not
  guaranteed that the interrupt will actually trigger on V890 either, as
  it certainly doesn't when for example netbooting them.
2010-03-17 20:01:01 +00:00
..
apb.c Enroll these drivers in multipass probing. The motivation behind this 2009-12-22 21:02:46 +00:00
fire.c - Zero the MSI/MSI-X queue argument, otherwise mtx_init(9) can panic 2010-01-27 20:30:14 +00:00
firereg.h Add a driver for the `Fire' JBus to PCIe bridges found in at least 2009-12-27 16:55:44 +00:00
firevar.h Add a driver for the `Fire' JBus to PCIe bridges found in at least 2009-12-27 16:55:44 +00:00
ofw_pci.h Add structures for OFW MSI/MSI-X support. These are identical for 2009-12-23 21:07:49 +00:00
ofw_pcib_subr.c Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular, 2008-12-15 15:31:10 +00:00
ofw_pcib_subr.h
ofw_pcib.c - Hook up the default implementations of the MSI/MSI-X pcib_if methods 2009-12-25 15:03:05 +00:00
ofw_pcibus.c - Add quirk handling for ALi M5229, mainly setting the magic "force 2009-12-23 21:38:59 +00:00
psycho.c - Preserve the PROM IOMMU in order to allow OFW drivers to continue to 2010-01-02 15:19:33 +00:00
psychoreg.h
psychovar.h - Preserve the PROM IOMMU in order to allow OFW drivers to continue to 2010-01-02 15:19:33 +00:00
schizo.c - Add quirk handling for Sun Fire V1280. The firmware of these machines 2010-03-17 20:01:01 +00:00
schizoreg.h
schizovar.h - Add quirk handling for Sun Fire V1280. The firmware of these machines 2010-03-17 20:01:01 +00:00