summaryrefslogtreecommitdiff
path: root/sys/arch/macppc
AgeCommit message (Expand)Author
2015-09-08sizes for free(); ok semarieTheo de Raadt
2015-09-06seperate a variable into two, so that the size of a free() is remembered.Theo de Raadt
2015-09-06pretty simple size for free()Theo de Raadt
2015-08-30Enable xhci(4) now that it attaches correctly on my G5.Martin Pieuchot
2015-08-30Map the whole config1 space based on the size read from theMartin Pieuchot
2015-08-24Workaround for slow bm(4) from NetBSD PR 33667 via Donovan Watteau onMartin Pieuchot
2015-08-14replace the asm mutexes with a c implementation.David Gwynne
2015-07-2917 years ago, setfault() was modified to save the status register in theMiod Vallat
2015-07-21add braces to avoid an uninitialised variable useJonathan Gray
2015-07-17remove obsolete INET kernel optionTed Unangst
2015-07-17Make sound cards work on older PowerMacs.Martin Pieuchot
2015-07-17Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.outMiod Vallat
2015-07-08MFREE(9) is dead, long live m_freem(9)!Martin Pieuchot
2015-06-26move the ppc mplock implementation from macppc to powerpc.David Gwynne
2015-06-26Do not compare against a null string. When ofw_find_keyboard() is runMartin Pieuchot
2015-06-25OF_getprop() returns an int, so comparing its return value against sizeof castsMiod Vallat
2015-06-25Use a single event counter for IPIs like other archs do.Martin Pieuchot
2015-06-24Do not quiesce the firmware on Quad G5 to let it manage the fans.Martin Pieuchot
2015-06-24IPL_MPSAFE bits for macppc with openpic(4).Martin Pieuchot
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-06-22document that boot.conf can contain comments;Jason McIntyre
2015-06-17crank to 5.8-betaTheo de Raadt
2015-06-13When investigating an uninitialised variable in the armv7 resettodr()Jonathan Gray
2015-06-05Put spaces and commas where they belong.Martin Pieuchot
2015-06-04The (no quite so) new kernel perfpolicy code calls cpu_setperf() from aMark Kettenis
2015-06-03Support for U4, missed in previous.Martin Pieuchot
2015-06-03Check for the correct bit in the interrupts property of the device-treeMartin Pieuchot
2015-06-03Add hpb(4), reminded by Brad.Martin Pieuchot
2015-06-02Add a new HT-PCI bridge driver and the necessary glue to openpic(4)Martin Pieuchot
2015-05-30Remove commented out DRMDEBUG/DRM_DEBUG lines. Other drivers don't haveJonathan Gray
2015-05-28when machdep.allowaperture sysctl is set to 3, allow concurrent accessJoshua Stein
2015-05-13test mbuf pointers against NULL not 0Jonathan Gray
2015-05-11Remove all audio format conversion code from the kernel (btw holdingAlexandre Ratchov
2015-05-07remove badly indented printf and it's preceeding testJonathan Gray
2015-05-06Add missing braces so this will correctly fall back to the "name"Jonathan Gray
2015-04-16Enable ualea(4) where we have uhub(4), these USB device lists cry forMartin Pieuchot
2015-04-08Kill unused function.Martin Pieuchot
2015-04-07Remove a lie, the early boot console does not need any mapping.Martin Pieuchot
2015-04-07Mark audio interrupt handlers as MPSAFE, they already grab the rightMartin Pieuchot
2015-04-07Use appropriate memory barriers.Martin Pieuchot
2015-04-02use correct capitalization of 'BlackBerry'Jasper Lievisse Adriaanse
2015-04-02Merge openpic_init() into openpic_attach(), no functional change.Martin Pieuchot
2015-04-02One function pointer per pic function is enough.Martin Pieuchot
2015-04-02Cleanup function definitions, use only one define for DEBUG and removeMartin Pieuchot
2015-03-31Make it possisble to disable block address translation mechanism onMartin Pieuchot
2015-03-31Merge two versions of ppc_check_procid().Martin Pieuchot
2015-03-31Tell the firmware to shut down the fan management thread on the lastMartin Pieuchot
2015-03-30Always use the first value of the "interrupts" property the others doMartin Pieuchot
2015-03-30Add defines for known offsets and magical values, map the correct pageMartin Pieuchot
2015-03-24Work around broken device-tree in PowerMac7,2 and PowerMac7,3 (K2 systems)Martin Pieuchot