summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powermac
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update the I2C-based temperature/fan drivers to connect to the Powermacnwhitehorn2011-05-291-51/+78
* Adapt smusat(4) to use powermac_thermal. This provides automatic fannwhitehorn2011-05-281-16/+34
* Require an error instead of a timeout to decide the new-style fannwhitehorn2011-05-281-2/+2
* Factor out the SMU fan management code into a new module (powermac_thermal)nwhitehorn2011-05-283-135/+290
* Do not use Open Firmware to open the device and instead program its startnwhitehorn2011-05-062-0/+41
* Don't sleep while setting the clock. This can cause panics whennwhitehorn2011-03-131-2/+2
* Rename INTR_VEC to MAP_IRQ. From the OFW or FDT we obtain amarcel2011-02-026-14/+14
* Fix the interrupt code, broken 7 months ago. The interrupt frameworkmarcel2011-01-293-31/+11
* Disable ATAPI DMA unconditionally on Apple Kauai ATA controllers, like itnwhitehorn2011-01-231-5/+6
* Remove unused variables. Spotted by a cppcheckandreast2011-01-201-9/+1
* Correct parsing of the grackle and uninorthpci ranges property.andreast2011-01-204-4/+10
* Correct parsing of the cpcht ranges property.nwhitehorn2011-01-201-2/+3
* Add new functions, fcu_fan_set_pwm and fcu_fan_get_pwm, to set and getandreast2011-01-111-58/+172
* Remove unused variables. Spotted by a cppcheckandreast2011-01-062-5/+0
* Several chipset drivers alter parameters relevant for the DMA tag creation,marius2010-11-301-2/+1
* Disabling CPU NAP modes during SMU commands is a hack needed only on U3nwhitehorn2010-11-101-2/+10
* Allow access to the HT I/O port space on the IBM CPC9X5 northbridge chips.nwhitehorn2010-10-301-1/+22
* Add three new drivers for fan control and temperature reading on theandreast2010-10-151-0/+506
* Increase register access delay to deal with the high-latency I2Candreast2010-09-151-1/+1
* ATAPI DMA does not seem to work completely reliably on Shasta controllers,nwhitehorn2010-09-111-1/+3
* Restructure how reset and poweroff are handled on PowerPC systems, sincenwhitehorn2010-08-314-0/+358
* Fix printf specifier to allow 32/64 bit builds.grehan2010-07-121-1/+1
* Move the EOI logic when starting ithreads into intr_machdep instead ofnwhitehorn2010-07-061-3/+0
OpenPOWER on IntegriCloud