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