freebsd-dev/sys/powerpc
Marcel Moolenaar 8a4b7c64b3 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.
2011-05-28 19:14:16 +00:00
..
aim Add a missing isync. 2011-05-26 14:34:22 +00:00
booke Better support different kernel hand-offs. When loaded directly 2011-05-28 04:10:44 +00:00
compile
conf SMP has worked perfectly for a very long time on 32-bit PowerPC on both 2011-05-06 20:43:02 +00:00
cpufreq Remove unused variables. Spotted by a cppcheck 2011-01-06 20:19:01 +00:00
fpu The NetBSD Foundation has granted permission to remove clause 3 and 4 from 2010-03-03 17:07:02 +00:00
include o Swap the SVR numbers for MPC8533 & MPC8533E 2011-05-27 05:58:10 +00:00
mambo Fix the interrupt code, broken 7 months ago. The interrupt framework 2011-01-29 20:58:38 +00:00
mpc85xx o Determine the number of LAWs in a way the is future proof. Only the 2011-05-28 19:14:16 +00:00
ofw Fix whitespace nit. 2011-03-09 15:03:42 +00:00
powermac Do not use Open Firmware to open the device and instead program its start 2011-05-06 03:26:24 +00:00
powerpc Fix a </<= mixup. This could result in suboptimal performance on the last 2011-05-16 15:20:54 +00:00
ps3 Add RTC support for the LV1 clock on the PS3. The hypervisor won't let us 2011-05-24 02:19:45 +00:00
psim Fix the interrupt code, broken 7 months ago. The interrupt framework 2011-01-29 20:58:38 +00:00