freebsd-dev/sys/alpha/pci
Andrew Gallatin d6a516cf80 finally fix intr routing on alphas such as the as500 after months of
breakage:

- call PCIB_ROUTE_INTERRUPT() regardless of how valid the intline looks.
  Some alphas leave garbage in the intline and leave the intr mapping
  to OS platform support routines that map slots/buses to intlines
- Down in the alpha pci code, first try platform.pci_intr_route() and
  if it doesn't exist or returns garbage, just read the intline out of
  config space.

tested on AS500 (garbage in intline) and UP1000 (PC-like, intline is valid)

Note that a nice little hack like the APIC_IO section of pci_cfgregread()
is not workable.  This is because the calling interface for
alpha_pci_route_interrupt() requires us to figure out the bus/slot/etc
from a device_t.  At pci_read_device() time, we don't have a device_t
for the bus/slot/func in question.
2001-05-27 22:22:03 +00:00
..
alphapci_if.m * Completely rewrite the alpha busspace to hide the implementation from 2000-08-28 21:48:13 +00:00
apecs_pci.c Make sure that all resource allocation is handled in the pcib device, not 2001-05-23 19:44:17 +00:00
apecs.c Make sure that all resource allocation is handled in the pcib device, not 2001-05-23 19:44:17 +00:00
apecsreg.h Add $FreeBSD$ 2000-05-01 20:32:07 +00:00
apecsvar.h Convert the pcib_{read,write}_config args from signed to unsigned, 2000-12-01 15:27:48 +00:00
bwx.c * Completely rewrite the alpha busspace to hide the implementation from 2000-08-28 21:48:13 +00:00
cia_pci.c Make sure that all resource allocation is handled in the pcib device, not 2001-05-23 19:44:17 +00:00
cia.c Make sure that all resource allocation is handled in the pcib device, not 2001-05-23 19:44:17 +00:00
ciareg.h
ciavar.h
irongate_pci.c Make sure that all resource allocation is handled in the pcib device, not 2001-05-23 19:44:17 +00:00
irongate.c Make sure that all resource allocation is handled in the pcib device, not 2001-05-23 19:44:17 +00:00
irongatereg.h Add support for the Alpha Processor, Inc. UP1000 system. 2000-06-19 21:15:45 +00:00
irongatevar.h Add support for the Alpha Processor, Inc. UP1000 system. 2000-06-19 21:15:45 +00:00
lca_pci.c Make sure that all resource allocation is handled in the pcib device, not 2001-05-23 19:44:17 +00:00
lca.c Make sure that all resource allocation is handled in the pcib device, not 2001-05-23 19:44:17 +00:00
lcareg.h Add $FreeBSD$ 2000-05-01 20:32:07 +00:00
lcavar.h Convert the pcib_{read,write}_config args from signed to unsigned, 2000-12-01 15:27:48 +00:00
pci_eb64plus_intr.s Add $FreeBSD$ 2000-05-01 20:32:07 +00:00
pci_eb164_intr.s Fix for vanilla PC164 systems to use a slightly different PALcode magic 2000-12-04 17:21:46 +00:00
pcibus.c finally fix intr routing on alphas such as the as500 after months of 2001-05-27 22:22:03 +00:00
pcibus.h * Completely rewrite the alpha busspace to hide the implementation from 2000-08-28 21:48:13 +00:00
swiz.c * Completely rewrite the alpha busspace to hide the implementation from 2000-08-28 21:48:13 +00:00
t2_pci.c Make sure that all resource allocation is handled in the pcib device, not 2001-05-23 19:44:17 +00:00
t2.c Make sure that all resource allocation is handled in the pcib device, not 2001-05-23 19:44:17 +00:00
t2reg.h Partially re-write T2 chipset support based on Tru64 platform support 2000-12-07 01:06:19 +00:00
t2var.h Next phase in the PCI subsystem cleanup. 2000-12-08 22:11:23 +00:00
tsunami_pci.c Make sure that all resource allocation is handled in the pcib device, not 2001-05-23 19:44:17 +00:00
tsunami.c Make sure that all resource allocation is handled in the pcib device, not 2001-05-23 19:44:17 +00:00
tsunamireg.h
tsunamivar.h