freebsd-dev/sys/sparc64/pci
Thomas Moestl 0aa267f6a7 1.) Do not look for PCI INOs in the FFB interrupt mapping registers; they
are nevers used for PCI interrupts, but can cause false matches since
    they are fully programmable.
2.) Skip the mapping registers for slot a2 and a3 on "psycho" bridges,
    since they are not present there. Again, this could cause false matches,
    which would result in the interrupt being delivered at most once.

Submitted by:	jake (2)
Approved by:	re
2002-12-01 23:21:15 +00:00
..
apb.c
ofw_pci_if.m
ofw_pci.c Reverse the quirk table entry for swizzling on a missing interrupt map; 2002-12-01 23:06:14 +00:00
ofw_pci.h Add two new workaround for firmware anomalies: 2002-11-07 16:07:46 +00:00
psycho.c 1.) Do not look for PCI INOs in the FFB interrupt mapping registers; they 2002-12-01 23:21:15 +00:00
psychoreg.h Fix some comments describing psycho registers. 2002-12-01 23:00:41 +00:00
psychovar.h