1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00
freebsd/sys/powerpc
Nathan Whitehorn f5d125c53d Add a memory barrier to bus_dmamap_sync(), as should have always been
present. We need a sync instead of eieio, as eieio does not enforce storage
ordering between main and device memory.
2012-01-11 16:53:51 +00:00
..
aim Implement hwpmc counting PMC support for PowerPC G4+ (MPC745x/MPC744x). 2011-12-24 19:34:52 +00:00
booke Fix OF_finddevice error return value in case of FDT. 2011-12-02 15:24:39 +00:00
compile
conf Fix build on powerpc64 too. The same as r229640. 2012-01-05 22:06:01 +00:00
cpufreq Remove unused variables. Spotted by a cppcheck 2011-01-06 20:19:01 +00:00
fpu Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. 2011-11-07 15:43:11 +00:00
include Introduce internal macros for __U/INT64_C to define the U/INT64_MAX/MIN 2012-01-04 16:02:52 +00:00
mambo kern cons: introduce infrastructure for console grabbing by kernel 2011-12-17 15:08:43 +00:00
mpc85xx - There's no need to overwrite the default device method with the default 2011-11-22 21:28:20 +00:00
ofw - There's no need to overwrite the default device method with the default 2011-11-22 21:28:20 +00:00
powermac Fix style(9) issues from r228270. 2011-12-05 14:13:21 +00:00
powerpc Add a memory barrier to bus_dmamap_sync(), as should have always been 2012-01-11 16:53:51 +00:00
ps3 Support infrastructure for X11 on PS3. 2011-12-18 16:53:21 +00:00
psim Fix the interrupt code, broken 7 months ago. The interrupt framework 2011-01-29 20:58:38 +00:00