summaryrefslogtreecommitdiffstats
path: root/sys/arch/macppc/dev
AgeCommit message (Expand)AuthorFilesLines
2021-03-26Return EOPNOTSUPP for unsupported ioctlskn1-16/+6
2021-03-11spellingjsg5-10/+10
2020-12-25Refactor klist insertion and removalvisa1-3/+3
2020-08-26Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.visa2-6/+2
2020-07-10Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick2-4/+4
2020-06-06Move PowerBook5,4 audio from aoa(4) to snapper(4).gkoehler2-3/+11
2020-04-07Abstract the head of knote lists. This allows extending the lists,visa1-3/+3
2020-02-20Replace field f_isfd with field f_flags in struct filterops to allowvisa1-2/+2
2020-01-24mesh(4) is old world and only new world macppc hardware is supported.krw1-1200/+0
2020-01-23Use a consistant idiom/format when declaring scsi_adapter structureskrw1-2/+2
2020-01-21remove unfinished macppc esp driver.tedu1-463/+0
2020-01-10xlights(4): timeout_add(9) -> timeout_add_msec(9)cheloha1-2/+2
2019-12-31Use C99 designated initializers with struct filterops. In addition,visa1-3/+7
2019-10-08macppc: mediabay(4), smu(4), xlights(4): tsleep(9) -> tsleep_nsec(9)cheloha4-11/+11
2019-09-03a sprinkling of function ansificationderaadt5-24/+23
2019-09-03delete incorrect casts, and a bit if ansi functions; ok jcsderaadt1-6/+5
2019-09-03Replace empty body of while loop with continue statement.kettenis1-2/+2
2019-09-03ansify functionsderaadt1-54/+22
2019-09-03correct indent that triggered clang to freak out; with jsg.deraadt1-3/+4
2019-07-20Get rid of `ddb_is_active' instead use `db_active'.mpi1-7/+3
2018-01-22Always grab the KERNEL_LOCK() for !IPL_MPSAFE handlers.mpi1-6/+5
2017-12-30Delete unnecessary <sys/file.h> includesguenther1-2/+1
2017-09-08If you use sys/param.h, you don't need sys/types.hderaadt5-10/+5
2017-06-22Fix the remaining ';;'s in sys/tom1-2/+2
2017-04-30Rename Debugger() into db_enter().mpi5-10/+10
2017-03-08Do not clear IFF_UP, even in the error path, clearing IFF_RUNNINGmpi1-2/+2
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.dlg2-6/+2
2016-12-26Fix typo, happend -> happenedjca1-2/+2
2016-12-05Harmonize battery state thresholds accross platforms.fcambus1-6/+5
2016-10-08Various printf claim to report the PID, so actually report that and not the TIDguenther1-3/+4
2016-09-19Remove unused getdev() audio driver functions.ratchov6-96/+6
2016-09-14Remove drain(), query_encoding(), mappage() and get_default_params()ratchov8-156/+14
2016-08-30Properly set "msb" and "bps" fields for both play and rec directions.ratchov1-12/+4
2016-07-29Reorder code to avoid a divide by zero when there are no sensors.jsg1-5/+7
2016-07-02Get 'AOAShasta' soundchip working found on PowerMac9,1.mglocker1-1/+13
2016-06-26Oups, remove '#define I2S_DEBUG' again.mglocker1-2/+1
2016-06-26Make i2s compile with I2S_DEBUG; %x -> %p.mglocker1-3/+4
2016-05-29Add support for new smu-firmware fan commands. This fixes wrong sysctlmglocker1-37/+112
2016-05-23Pass the device node to ia_cookie so we can pick it up in the i2c driver.mglocker1-1/+2
2016-05-23Fix shutdown sequence.mglocker1-2/+2
2016-05-23Some of our fan scaling calculations with the muK temperature unit abovemglocker2-8/+8
2016-05-20Ooops, fix the OpenBSD tag.mglocker1-1/+1
2016-05-20Hook up smu(4) to the thermal management framework.mglocker1-7/+92
2016-05-20Add a thermal management framework for macppc which controls the fan speedmglocker2-0/+272
2016-05-14Move rpm read to a own function analog pwm read. No functional change.mglocker1-14/+27
2016-05-14Add support for pwm fans.mglocker1-3/+111
2016-05-14Return correct rpm values for all fans.mglocker1-4/+4
2016-05-04Fall back to "safe-value" when "unmanage-value" is not evailable tompi1-4/+7
2016-04-13G/C IFQ_SET_READY().mpi2-4/+2
2016-03-15not compiled before commitderaadt1-2/+2