summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev
AgeCommit message (Expand)Author
2016-07-29Reorder code to avoid a divide by zero when there are no sensors.Jonathan Gray
2016-07-02Get 'AOAShasta' soundchip working found on PowerMac9,1.Marcus Glocker
2016-06-26Oups, remove '#define I2S_DEBUG' again.Marcus Glocker
2016-06-26Make i2s compile with I2S_DEBUG; %x -> %p.Marcus Glocker
2016-05-29Add support for new smu-firmware fan commands. This fixes wrong sysctlMarcus Glocker
2016-05-23Pass the device node to ia_cookie so we can pick it up in the i2c driver.Marcus Glocker
2016-05-23Fix shutdown sequence.Marcus Glocker
2016-05-23Some of our fan scaling calculations with the muK temperature unit aboveMarcus Glocker
2016-05-20Ooops, fix the OpenBSD tag.Marcus Glocker
2016-05-20Hook up smu(4) to the thermal management framework.Marcus Glocker
2016-05-20Add a thermal management framework for macppc which controls the fan speedMarcus Glocker
2016-05-14Move rpm read to a own function analog pwm read. No functional change.Marcus Glocker
2016-05-14Add support for pwm fans.Marcus Glocker
2016-05-14Return correct rpm values for all fans.Marcus Glocker
2016-05-04Fall back to "safe-value" when "unmanage-value" is not evailable toMartin Pieuchot
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-03-15not compiled before commitTheo de Raadt
2016-03-14Change a bunch of (<blah> *)0 to NULL.Kenneth R Westerback
2015-12-08No trailers has been the default and only option for 20 years, yet someTed Unangst
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-23Attaches zs(4) as "zs" not "zsc".Martin Pieuchot
2015-11-14No need to include <net/bpfdesc.h>Martin Pieuchot
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-09-08sizes for free(); ok semarieTheo de Raadt
2015-08-24Workaround for slow bm(4) from NetBSD PR 33667 via Donovan Watteau onMartin Pieuchot
2015-07-17Make sound cards work on older PowerMacs.Martin Pieuchot
2015-07-08MFREE(9) is dead, long live m_freem(9)!Martin Pieuchot
2015-06-25Use a single event counter for IPIs like other archs do.Martin Pieuchot
2015-06-24IPL_MPSAFE bits for macppc with openpic(4).Martin Pieuchot
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-06-04The (no quite so) new kernel perfpolicy code calls cpu_setperf() from aMark Kettenis
2015-06-03Check for the correct bit in the interrupts property of the device-treeMartin Pieuchot
2015-06-02Add a new HT-PCI bridge driver and the necessary glue to openpic(4)Martin Pieuchot
2015-05-13test mbuf pointers against NULL not 0Jonathan Gray
2015-05-11Remove all audio format conversion code from the kernel (btw holdingAlexandre Ratchov
2015-05-07remove badly indented printf and it's preceeding testJonathan Gray
2015-04-07Mark audio interrupt handlers as MPSAFE, they already grab the rightMartin Pieuchot
2015-04-02Merge openpic_init() into openpic_attach(), no functional change.Martin Pieuchot
2015-04-02One function pointer per pic function is enough.Martin Pieuchot
2015-04-02Cleanup function definitions, use only one define for DEBUG and removeMartin Pieuchot
2015-03-30Add defines for known offsets and magical values, map the correct pageMartin Pieuchot
2015-03-24Work around broken device-tree in PowerMac7,2 and PowerMac7,3 (K2 systems)Martin Pieuchot
2015-02-09tweak the new if_input function so it takes an mbuf_list insteadDavid Gwynne
2015-02-08Convert to if_input().Martin Pieuchot
2015-01-27ENOGREP.David Gwynne
2015-01-04Implement splassert(9) for powerpc.Martin Pieuchot
2014-12-22unifdef INETTed Unangst
2014-10-08only call Debugger() #ifdef DDBTheo de Raadt
2014-10-08#ifdef SMALL_KERNEL some sensor blocks; ok miodTheo de Raadt