summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev
AgeCommit message (Expand)Author
2019-10-08macppc: mediabay(4), smu(4), xlights(4): tsleep(9) -> tsleep_nsec(9)cheloha
2019-09-03a sprinkling of function ansificationTheo de Raadt
2019-09-03delete incorrect casts, and a bit if ansi functions; ok jcsTheo de Raadt
2019-09-03Replace empty body of while loop with continue statement.Mark Kettenis
2019-09-03ansify functionsTheo de Raadt
2019-09-03correct indent that triggered clang to freak out; with jsg.Theo de Raadt
2019-07-20Get rid of `ddb_is_active' instead use `db_active'.Martin Pieuchot
2018-01-22Always grab the KERNEL_LOCK() for !IPL_MPSAFE handlers.Martin Pieuchot
2017-12-30Delete unnecessary <sys/file.h> includesPhilip Guenther
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-06-22Fix the remaining ';;'s in sys/Tom Cosgrove
2017-04-30Rename Debugger() into db_enter().Martin Pieuchot
2017-03-08Do not clear IFF_UP, even in the error path, clearing IFF_RUNNINGMartin Pieuchot
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2016-12-26Fix typo, happend -> happenedJeremie Courreges-Anglas
2016-12-05Harmonize battery state thresholds accross platforms.Frederic Cambus
2016-10-08Various printf claim to report the PID, so actually report that and not the TIDPhilip Guenther
2016-09-19Remove unused getdev() audio driver functions.Alexandre Ratchov
2016-09-14Remove drain(), query_encoding(), mappage() and get_default_params()Alexandre Ratchov
2016-08-30Properly set "msb" and "bps" fields for both play and rec directions.Alexandre Ratchov
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