summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powermac
Commit message (Expand)AuthorAgeFilesLines
* Fix the deciKelvin to Celsius conversion in kernel.loos2016-05-223-7/+7
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-103-3/+3
* Reduce OFW PCI code duplication - involves ARM, PPC and SPARC64zbb2016-03-294-8/+6
* Fix the resource_list_print_type() calls to use uintmax_t.jhibbits2016-03-223-10/+10
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-1/+1
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toskra2016-02-223-3/+0
* Revert r295756:zbb2016-02-204-3/+7
* Extract common code from PowerPC's ofw_pcizbb2016-02-184-7/+3
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-273-6/+11
* Use setjmp() instead of the identical-except-for-having-a-wrong-prototypenwhitehorn2016-01-101-4/+3
* Where appropriate, use the endian-flipping OF_getencprop() instead ofnwhitehorn2015-11-173-7/+7
* Allow PowerMac systems to be booted from an FDT as well as Open Firmware.nwhitehorn2015-03-101-13/+24
* Make the PowerMac fan control nonlinearjhibbits2015-02-201-5/+23
* Match the right backlight driver.jhibbits2015-02-182-2/+13
* Don't set the write bit if we're just reading.jhibbits2015-02-181-4/+3
* Add support for Power Button PMU events on non-ADB macs, such as aluminumjhibbits2014-11-202-4/+5
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-212-20/+20
* Move the adm1030 driver to the proper location, and rename it.jhibbits2014-10-161-240/+0
* Add a sysctl to allow disabling the monitoring thread.jhibbits2014-10-151-8/+41
* Add an AC line monitor so power_profile can workjhibbits2014-10-121-0/+46
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionian2014-09-011-1/+1
* Clear the backlight level when it's turned off. Also, reduce the delay times tojhibbits2014-04-061-4/+4
* Fix the ATI backlight driver off/on handling. Now this driver works correctlyjhibbits2014-04-061-6/+61
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems tonwhitehorn2014-02-055-5/+5
* Unbreak non-SMP builds. This was broken by r259284. Also, reorganize thejhibbits2014-01-312-177/+14
* Fix the resource information for the i2s-a node on certain G5 PowerMacs.andreast2014-01-202-2/+56
* There's actually no data in the PMU_GET_VERSION command. Don't send any.jhibbits2014-01-191-1/+1
* Save and restore the GPIOs on the macio for suspend/resume.jhibbits2014-01-112-2/+48
* Add suspend/resume state saving for OpenPIC on PowerMac. It's likely thisjhibbits2013-12-211-0/+1
* Add suspend/resume to DBDMA and ATA on PowerMacs.jhibbits2013-12-213-0/+61
* Add suspend/resume handlers for ATI backlight ppc driver.jhibbits2013-12-201-14/+76
* Add PMU-based CPU frequency scaling. This method is used on most Titaniumjhibbits2013-12-136-25/+300
* Make more unsigned ints signed.jhibbits2013-12-071-1/+2
* Rearchitect platform memory map parsing to make it lessnwhitehorn2013-12-011-5/+55
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-1/+1
* badaddr() is used only in the grackle PCI driver, so move its definitionnwhitehorn2013-11-271-2/+48
* #interrupt-cells belongs to the iparent, not the device parent.nwhitehorn2013-11-171-4/+4
* Use #address-cells and #size-cells here too instead of guessing. There isnwhitehorn2013-11-172-7/+17
* Actually look up #address-cells instead of assuming it is correlated withnwhitehorn2013-11-171-7/+13
* Be a little more suspicious of thermal sensors, which can have singlenwhitehorn2013-10-251-7/+24
* Standards-conformance and code deduplication:nwhitehorn2013-10-221-110/+0
* Move the resource allocation from the ata_*_probe section to the ata_*_attachandreast2013-10-152-41/+47
* Rework handling of ofw_quiesce(), making it the responsibility of thenwhitehorn2013-09-271-0/+31
* Attach only on hardware that is actually supported as opposed to hardwarenwhitehorn2013-09-091-2/+16
* Only add the backlight device if it actually exists in OF.jhibbits2013-08-312-0/+4
* Return EIO iso -1, the kiic_transfer has an signed return.andreast2013-08-231-1/+1
* Add the macio attachment for wi(4). Partially obtained from NetBSD.jhibbits2013-07-312-0/+51
* Only check fan type once. Not only is continuously rechecking pointless, anwhitehorn2013-05-051-11/+40
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedmarius2013-04-063-17/+17
* Introduce PLATFORMMETHOD_END and use it.rpaulo2013-02-131-1/+1
OpenPOWER on IntegriCloud