summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Remove the uscanner(4) driver, this follows the removal of the kernel scannerthompsa2009-03-191-1/+0
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerkib2009-03-171-1/+2
* Implement new way of branding ELF binaries by looking to adchagin2009-03-131-2/+4
* Make MPC85xx LAW handling and reset routines aware of the MPC8548 variant.raj2009-03-134-15/+10
* Change the PVO zone for fictitious pages to the unmanaged PVO zone, to matchnwhitehorn2009-03-111-1/+4
* Add memmove() to the kernel, making the kernel compile with Clang.ed2009-02-281-1/+0
* Prefer register usage style to be more consistent with the rest of theraj2009-02-271-8/+8
* Make Book-E debug register state part of the PCB context.raj2009-02-277-5/+18
* Fix comment: we write the trap vector to SPRG3, not SPRG0.nwhitehorn2009-02-231-3/+3
* Change over the usb kernel options to the new stack (retaining existingthompsa2009-02-232-72/+18
* Add Altivec support for supported CPUs. This is derived from the FPU supportnwhitehorn2009-02-209-54/+329
* Additional features for the tsec(4) Ethernet driver.raj2009-02-171-0/+3
* Add uslcom to the build too.thompsa2009-02-151-0/+1
* Switch over GENERIC kernels to USB2 by default.thompsa2009-02-151-19/+70
* Add support for the I2S and davbus audio controllers found in Apple PowerPCnwhitehorn2009-01-252-0/+6
* Fix a race condition where interrupts set up after boot could be enabled innwhitehorn2009-01-251-3/+6
* Fix a race condition in kiic(4) made possible by the way the device's STOPnwhitehorn2009-01-201-18/+17
* Provide a device description for macio-attached ATA cells.nwhitehorn2009-01-191-0/+2
* Driver for Apple Keywest I2C controllers found in MacIO ASICs. Used fornwhitehorn2009-01-152-0/+392
* Clean up BookE low-level exceptions code.raj2009-01-131-46/+49
* Clean up BookE pmap.raj2009-01-131-137/+90
* Rework BookE pmap towards multi-core support.raj2009-01-1310-752/+466
* Some early Macintosh GPIO controllers don't provide reg properties fornwhitehorn2009-01-121-10/+27
* Add a new quirk type so that the MacIO driver will assign memory resourcesnwhitehorn2009-01-061-2/+8
* Fix the OFW interrupt map parser to use its own idea of the number of interruptnwhitehorn2009-01-035-31/+11
* Modularize the Open Firmware client interface to allow run-time switchingnwhitehorn2008-12-206-20/+65
* Minor spelling fix in E500 locore.raj2008-12-181-1/+1
* Extend and improve MPC85XX Local Bus management.raj2008-12-185-69/+346
* Fix E500 cache invalidation routines.raj2008-12-171-0/+6
* Rework E500 locore.raj2008-12-171-213/+229
* Minor clean up of BookE/MPC85XX: iprove naming and style(9).raj2008-12-173-31/+31
* Improve MPC85XX helper routines.raj2008-12-174-37/+74
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.imp2008-12-171-3/+0
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,nwhitehorn2008-12-158-194/+296
* Allow OFW syscons to restore itself when the X server exits or there is a VT ...nwhitehorn2008-12-131-26/+38
* Add support for a console mouse pointer on Open Firmware syscons.nwhitehorn2008-12-132-1/+85
* Use a static free packet queue instead of using malloc() to allocate new ADB ...nwhitehorn2008-12-132-13/+28
* Add the ability to control the sleep LED with led(4). Adding this fairlynwhitehorn2008-12-092-5/+29
* Clean up the mac GPIO interface a little. Also remove bogus copyrightnwhitehorn2008-12-082-26/+29
* Accidentally left ADB out of the PowerPC NOTES file during initial import.nwhitehorn2008-12-081-0/+3
* Add facilities to pmu(4) to interrogate battery status on Apple PowerPCnwhitehorn2008-12-082-12/+219
* Add support for automated reboot after power failure on Apple Core99 machinesnwhitehorn2008-12-071-3/+61
* Fix some nasty race conditions in the VIA-CUDA driver that ended up preventingnwhitehorn2008-12-062-90/+175
* Remove "[KEEP THIS!]" from COMPAT_43TTY. It's not really that important.ed2008-12-021-1/+1
* Unbreak previous commit.marcel2008-11-221-2/+0
* Add sv_flags field to struct sysentvec with intention to provide descriptionkib2008-11-221-1/+2
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-221-0/+4
* Define LDBL_EPSILON, LDBL_MAX and LDBL_MIN as long double constants.marcel2008-11-161-3/+3
* Fix compilation in the case when kernel doesn't have KDB ebabled.sobomax2008-10-301-0/+7
* Fix some possible infinite loops in the ADB code, and remove some hacksnwhitehorn2008-10-302-21/+9
OpenPOWER on IntegriCloud