Searched hist:"8 a4b7c64b3e88397f1639b5ac813610a1ad8fd91" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/powerpc/mpc85xx/ |
H A D | mpc85xx.c | diff 8a4b7c64b3e88397f1639b5ac813610a1ad8fd91 Sat May 28 21:14:16 CEST 2011 Marcel Moolenaar <marcel@FreeBSD.org> o Determine the number of LAWs in a way the is future proof. Only the MPC8555(E) has 8 LAWs, so don't make that the default case. Current processors have 12 LAWs so use that as the default instead. o Determine the target ID of the PCI/PCI-X and PCI-E controllers in a way that's more future proof. There's almost a perfect mapping from HC register offset to target ID, so use that as the default. Handle the MPC8548(E) specially, since it has a non-standard target ID for the PCI-E controller. Don't worry about whether the processor implements the target ID here, because we should not get called for PCI/PCI-X or PCI-E host controllers that don't exist.
|