aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/powermac
Commit message (Expand)AuthorAgeFilesLines
* Remove bogus __unused attribute from hrowpic_eoi().Rui Paulo2012-07-011-1/+1
* Provide a fix for certain PowerMacs where the U3 i2c lacks the interruptAndreas Tobler2012-03-191-1/+30
* Add support for PWM controlled fans. I found these fans on my PowerMac9,1.Andreas Tobler2012-03-041-72/+299
* Add backlight control to ATI-graphics PowerBooks and iBooks.Justin Hibbits2012-02-261-0/+196
* Improve error handling in smusat(4).Nathan Whitehorn2012-02-151-5/+18
* Compatibility with IBM firmware.Nathan Whitehorn2012-02-041-15/+17
* Miffed r230993 due to a one-character typo while reviewing the patch.Nathan Whitehorn2012-02-041-1/+1
* Unify OF PCI infrastructure, including changing from parsing the deviceNathan Whitehorn2012-02-045-926/+27
* Prevent an error resulting from signed/unsigned comparison on systemsNathan Whitehorn2012-01-201-1/+1
* Add PWM monitoring sysctl to G4 MDD (Windtunnel) fan driver. While there, cleanJustin Hibbits2012-01-121-10/+34
* Fix style(9) issues from r228270.Justin Hibbits2011-12-051-2/+2
* Add a devd notification for closing/opening the lid on PowerBooks and iBooks.Justin Hibbits2011-12-052-0/+15
* Fix OF_finddevice error return value in case of FDT.Jayachandran C.2011-12-021-2/+2
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-225-22/+15
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-075-5/+5
* Fix an error that could cause sysctl -a to enter an infinite loop in theNathan Whitehorn2011-07-301-6/+6
* Turn the minimum PWM fan speed down to 30 from 40. It turns out the burningNathan Whitehorn2011-06-261-1/+1
* Add new fan controller driver for the G4 MDD PowerMac. Submitted and testedAndreas Tobler2011-06-041-0/+216
* - Improve error handling.Andreas Tobler2011-06-041-30/+60
* - Introduce a define for ZERO_C_TO_K.Andreas Tobler2011-06-032-3/+6
* Use kproc_exit() instead of returning from the management function onNathan Whitehorn2011-05-291-1/+1
* Add some error handling here: if a sensor returns an error code (a negativeNathan Whitehorn2011-05-291-1/+5
* Add the next digit of precision to temperatures, which I missed whenNathan Whitehorn2011-05-292-2/+2
* Don't put negative values into the averages.Nathan Whitehorn2011-05-291-0/+2
* Update the I2C-based temperature/fan drivers to connect to the PowermacNathan Whitehorn2011-05-291-51/+78
* Adapt smusat(4) to use powermac_thermal. This provides automatic fanNathan Whitehorn2011-05-281-16/+34
* Require an error instead of a timeout to decide the new-style fanNathan Whitehorn2011-05-281-2/+2
* Factor out the SMU fan management code into a new module (powermac_thermal)Nathan Whitehorn2011-05-283-135/+290
* Do not use Open Firmware to open the device and instead program its startNathan Whitehorn2011-05-062-0/+41
* Don't sleep while setting the clock. This can cause panics whenNathan Whitehorn2011-03-131-2/+2
* Rename INTR_VEC to MAP_IRQ. From the OFW or FDT we obtain aMarcel Moolenaar2011-02-026-14/+14
* Fix the interrupt code, broken 7 months ago. The interrupt frameworkMarcel Moolenaar2011-01-293-31/+11
* Disable ATAPI DMA unconditionally on Apple Kauai ATA controllers, like itNathan Whitehorn2011-01-231-5/+6
* Remove unused variables. Spotted by a cppcheckAndreas Tobler2011-01-201-9/+1
* Correct parsing of the grackle and uninorthpci ranges property.Andreas Tobler2011-01-204-4/+10
* Correct parsing of the cpcht ranges property.Nathan Whitehorn2011-01-201-2/+3
* Add new functions, fcu_fan_set_pwm and fcu_fan_get_pwm, to set and getAndreas Tobler2011-01-111-58/+172
* Remove unused variables. Spotted by a cppcheckAndreas Tobler2011-01-062-5/+0
* Several chipset drivers alter parameters relevant for the DMA tag creation,Marius Strobl2010-11-301-2/+1
* Disabling CPU NAP modes during SMU commands is a hack needed only on U3Nathan Whitehorn2010-11-101-2/+10
* Allow access to the HT I/O port space on the IBM CPC9X5 northbridge chips.Nathan Whitehorn2010-10-301-1/+22
* Add three new drivers for fan control and temperature reading on theAndreas Tobler2010-10-151-0/+506
* Increase register access delay to deal with the high-latency I2CAndreas Tobler2010-09-151-1/+1
* ATAPI DMA does not seem to work completely reliably on Shasta controllers,Nathan Whitehorn2010-09-111-1/+3
* Restructure how reset and poweroff are handled on PowerPC systems, sinceNathan Whitehorn2010-08-314-0/+358
* Fix printf specifier to allow 32/64 bit builds.Peter Grehan2010-07-121-1/+1
* Move the EOI logic when starting ithreads into intr_machdep instead ofNathan Whitehorn2010-07-061-3/+0
* Remove the unneeded header <machine/intr.h>.Marcel Moolenaar2010-07-024-4/+0
* Configure interrupts on SMP systems to be distributed among all onlineNathan Whitehorn2010-06-232-0/+2
* Add MSI support for PCI devices attached to the CPC925 and CPC945 bridgesNathan Whitehorn2010-06-181-3/+160