freebsd-skq/sys/sparc64/pci
Marius Strobl 3a721a33cf - Register the PCI bus error interrupt handler according to which half of
the bridge (PCI bus A or B) we are attaching to rather than registering
  both handlers at once when attaching to the first half we encounter.
  This is a bit cleaner as it corresponds to which PCI bus error interrupt
  actually is assigned to the respective half by the OFW and allows to
  collapse both PCI bus error interrupt handlers into one function easily.
- Use the actual RID of the respective interrupt resource as index into
  sc_irq_res and also use it when allocating the resource. For now this
  is a bit cleaner and will be mandatory later on.
- According to OpenSolaris the spare hardware interrupt is used as the
  over-temperature interrupt in systems with Psycho bridges. Unlike as
  with the SBus-based workstations I didn't manage to trigger it when
  covering the fan outlets of an U60 but better be safe than sorry and
  register a handler anyway.

MFC after:	1 month
2005-12-03 16:36:54 +00:00
..
apb.c Slightly reformat apb_alloc_resource() to create some horizontal space 2005-04-28 03:33:46 +00:00
ofw_pci_if.m /* -> /*- for license, minor formatting changes 2005-01-07 02:29:27 +00:00
ofw_pci.c /* -> /*- for license, minor formatting changes 2005-01-07 02:29:27 +00:00
ofw_pci.h /* -> /*- for license, minor formatting changes 2005-01-07 02:29:27 +00:00
ofw_pcib_subr.c - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a 2004-08-12 17:41:33 +00:00
ofw_pcib_subr.h - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a 2004-08-12 17:41:33 +00:00
ofw_pcib.c - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a 2004-08-12 17:41:33 +00:00
ofw_pcibus.c - Convert these bus drivers to make use of the newly introduced set of 2005-11-22 16:39:44 +00:00
psycho.c - Register the PCI bus error interrupt handler according to which half of 2005-12-03 16:36:54 +00:00
psychoreg.h - Improve the comment regarding the workaround for the E250 interrupt map 2005-12-03 13:08:05 +00:00
psychovar.h - Add a workaround (change the interrupt map mask to compare the full 2005-11-22 22:32:50 +00:00