summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powermac
Commit message (Expand)AuthorAgeFilesLines
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-272-20/+20
* MFC r270945:ian2014-10-261-1/+1
* MFC r259657,r264205,r264207:jhibbits2014-09-061-14/+131
* MFC r261423, r261424, r261516, r261513, r261562, r261563, r261564, r261565,ian2014-05-155-5/+5
* MFC r258800, r258802, r258805, r258806, r258807, r258851, r258857,ian2014-05-141-5/+55
* MFC r258268, r258271, r258272, r258274, r258275, r258427, r258694, r258696,ian2014-05-145-20/+82
* MFC r257093:ian2014-05-131-7/+24
* MFC r256870, r256898, r256899, r256900 (by nwhitehorn):ian2014-05-131-110/+0
* MFC r260607, r260610, r260934:andreast2014-04-122-2/+56
* MFC r261309jhibbits2014-03-022-177/+14
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-1/+1
* MFC r260872:jhibbits2014-01-261-1/+1
* MFC r259284,r259287jhibbits2014-01-156-25/+300
* MFC r259082jhibbits2014-01-151-1/+2
* MFC: 256555andreast2013-10-212-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
* Work around broken device tree on last-generation PowerPC iMacsnwhitehorn2012-10-291-0/+4
* phandle_t is unsigned, and OF_finddevice() returns (phandle_t)(-1) onjhibbits2012-08-212-3/+3
* Add backlight support for nVidia-based PowerBooks/iBooks/iMacs.jhibbits2012-08-041-0/+197
* Remove bogus __unused attribute from hrowpic_eoi().rpaulo2012-07-011-1/+1
* Provide a fix for certain PowerMacs where the U3 i2c lacks the interruptandreast2012-03-191-1/+30
* Add support for PWM controlled fans. I found these fans on my PowerMac9,1.andreast2012-03-041-72/+299
* Add backlight control to ATI-graphics PowerBooks and iBooks.jhibbits2012-02-261-0/+196
* Improve error handling in smusat(4).nwhitehorn2012-02-151-5/+18
* Compatibility with IBM firmware.nwhitehorn2012-02-041-15/+17
* Miffed r230993 due to a one-character typo while reviewing the patch.nwhitehorn2012-02-041-1/+1
* Unify OF PCI infrastructure, including changing from parsing the devicenwhitehorn2012-02-045-926/+27
* Prevent an error resulting from signed/unsigned comparison on systemsnwhitehorn2012-01-201-1/+1
* Add PWM monitoring sysctl to G4 MDD (Windtunnel) fan driver. While there, cleanjhibbits2012-01-121-10/+34
* Fix style(9) issues from r228270.jhibbits2011-12-051-2/+2
* Add a devd notification for closing/opening the lid on PowerBooks and iBooks.jhibbits2011-12-052-0/+15
* Fix OF_finddevice error return value in case of FDT.jchandra2011-12-021-2/+2
* - There's no need to overwrite the default device method with the defaultmarius2011-11-225-22/+15
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-075-5/+5
* Fix an error that could cause sysctl -a to enter an infinite loop in thenwhitehorn2011-07-301-6/+6
* Turn the minimum PWM fan speed down to 30 from 40. It turns out the burningnwhitehorn2011-06-261-1/+1
* Add new fan controller driver for the G4 MDD PowerMac. Submitted and testedandreast2011-06-041-0/+216
* - Improve error handling.andreast2011-06-041-30/+60
* - Introduce a define for ZERO_C_TO_K.andreast2011-06-032-3/+6
* Use kproc_exit() instead of returning from the management function onnwhitehorn2011-05-291-1/+1
* Add some error handling here: if a sensor returns an error code (a negativenwhitehorn2011-05-291-1/+5
* Add the next digit of precision to temperatures, which I missed whennwhitehorn2011-05-292-2/+2
* Don't put negative values into the averages.nwhitehorn2011-05-291-0/+2
OpenPOWER on IntegriCloud