summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powermac
Commit message (Expand)AuthorAgeFilesLines
* Rework smu(4) to be asynchronous. It turns out that the combination ofnwhitehorn2010-03-041-73/+181
* Add the ability to set SMU-based machines to restart automatically afternwhitehorn2010-02-241-0/+58
* Provide a new useless feature: an led(4) interface for the system's sleepnwhitehorn2010-02-221-0/+24
* Add a simple fan management callout to the SMU driver. This is designednwhitehorn2010-02-211-4/+112
* Fix several mistakes in this file, in order to allow individual fan speedsnwhitehorn2010-02-211-19/+48
* Allow the SMU driver to read a variety of hardware sensors (possiblenwhitehorn2010-02-191-9/+439
* MFp4:mav2009-12-063-51/+33
* Allow Heathrow-based machines to boot a kernel containing option SMPnwhitehorn2009-10-241-1/+7
* Add cpufreq support on the PowerPC G5, along with a skeleton SMU drivernwhitehorn2009-06-231-0/+288
* strict kobj signatures: fix adb_hb_controller_poll impl in powermacavg2009-06-112-5/+7
* Provide an analogous sysctl to hw.acpi.acline (dev.pmu.0.acline) tonwhitehorn2009-05-311-0/+26
* Introduce support for cpufreq on PowerPC with the dynamic frequencynwhitehorn2009-05-311-0/+112
* Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge modenwhitehorn2009-04-042-0/+683
* Disable ATA DMA for ATAPI devices for now. Apparently, certain revisionsnwhitehorn2009-03-251-0/+4
* 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-151-0/+391
* 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
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,nwhitehorn2008-12-155-5/+65
* 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
* 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
* Fix some possible infinite loops in the ADB code, and remove some hacksnwhitehorn2008-10-302-21/+9
* DBDMA can transfer a maximum of 64K - 1 bytes per descriptor, as the bytenwhitehorn2008-10-281-0/+6
* Clean up some magic numbers in the DBDMA code by replacing them withnwhitehorn2008-10-272-11/+20
* Bring Kauai ATA driver in line with Macio ATA by reading the PIO config regnwhitehorn2008-10-271-6/+2
* Add ADB support. This provides support for the external ADB bus on the PowerMacnwhitehorn2008-10-268-0/+1961
* Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. Thisnwhitehorn2008-10-147-90/+125
* Expand the DBDMA API to allow setting device-dependent control bits. Whilenwhitehorn2008-09-271-2/+20
* Add DMA support for Apple built-in ATA controllers.nwhitehorn2008-09-274-34/+795
* Change the DBDMA API to allow DBDMA registers in a subregion of a resource. T...nwhitehorn2008-09-232-8/+11
* Return an error code rather than ENXIO when both rman_init() andkevlo2008-06-123-28/+33
* Add support for Apple's Descriptor-Based DMA (DBDMA) engine. The DMAmarcel2008-06-072-0/+433
* Take into account the size of the interrupt cell. It's determinedmarcel2008-04-262-14/+27
* Add support for the BUS_CONFIG_INTR() method to the platform and tomarcel2008-03-071-0/+1
* Add PIC support for IPIs. When registering an interrupt handler,marcel2008-02-122-1/+10
* One of my powerbooks has this chip in it..julian2008-01-261-0/+1
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-1/+1
* Apply missing s/rv/res/g in previous commit.marcel2007-12-213-3/+3
* MFamd64/ia64/i386: Only set the rman bus tags and handles injhb2007-12-203-6/+3
* Redefine bus_space_tag_t on PowerPC from a 32-bit integral tomarcel2007-12-193-15/+6
* Make the PCI code aware of PCI domains (aka PCI segments) so we canmarius2007-09-302-2/+6
* Revamp the interrupt handling in support of INTR_FILTER. This includes:marcel2007-08-113-479/+125
* When writing to PCI configuration registers, don't immediatelymarcel2007-04-011-3/+0
* Make pswitch_intr() returns interrupt handling status.piso2007-03-021-2/+3
OpenPOWER on IntegriCloud