summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powermac
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the unneeded header <machine/intr.h>.marcel2010-07-024-4/+0
* Configure interrupts on SMP systems to be distributed among all onlinenwhitehorn2010-06-232-0/+2
* Add MSI support for PCI devices attached to the CPC925 and CPC945 bridgesnwhitehorn2010-06-181-3/+160
* Add support for the Keywest I2C controller in Apple uninorth northbridges.nwhitehorn2010-06-181-2/+7
* Change the default interrupt polarity on PowerPC systems from high to low.nwhitehorn2010-06-181-1/+1
* Provide for multiple, cascaded PICs on PowerPC systems, and extend thenwhitehorn2010-06-188-19/+70
* Add Open Firmware PNP info strings to GPIOs and Uninorth cells.nwhitehorn2010-06-062-0/+4
* Add a driver for the CPU temperature sensors attached over I2C on thenwhitehorn2010-06-051-0/+262
* Add support for the I2C busses hanging off Apple system management chips.nwhitehorn2010-06-051-12/+241
* Utilize the Keywest I2C combined mode for messages with repeated starts.nwhitehorn2010-06-051-8/+57
* Correct a typo.nwhitehorn2010-05-191-1/+1
* It is not necessary (and in some cases harmful) to hardcode ata_kauai'snwhitehorn2010-05-161-2/+3
* Enable smu(4) to report fan speeds on late-model Powermac G5s.nwhitehorn2010-05-161-5/+28
* Add support for the U4 PCI-Express bridge chipset used in late-generationnwhitehorn2010-05-165-860/+1471
* Get nexus(4) out of the RTC business. The interface used by nexus(4)nwhitehorn2010-03-234-2/+190
* Let unin(4) attach to U3 controllers found on G5 machines.nwhitehorn2010-03-201-5/+10
* 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
OpenPOWER on IntegriCloud