summaryrefslogtreecommitdiffstats
path: root/sys/arch/macppc/dev (follow)
Commit message (Expand)AuthorAgeFilesLines
* Return EOPNOTSUPP for unsupported ioctlskn2021-03-261-16/+6
* spellingjsg2021-03-115-10/+10
* Refactor klist insertion and removalvisa2020-12-251-3/+3
* Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.visa2020-08-262-6/+2
* Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick2020-07-102-4/+4
* Move PowerBook5,4 audio from aoa(4) to snapper(4).gkoehler2020-06-062-3/+11
* Abstract the head of knote lists. This allows extending the lists,visa2020-04-071-3/+3
* Replace field f_isfd with field f_flags in struct filterops to allowvisa2020-02-201-2/+2
* mesh(4) is old world and only new world macppc hardware is supported.krw2020-01-241-1200/+0
* Use a consistant idiom/format when declaring scsi_adapter structureskrw2020-01-231-2/+2
* remove unfinished macppc esp driver.tedu2020-01-211-463/+0
* xlights(4): timeout_add(9) -> timeout_add_msec(9)cheloha2020-01-101-2/+2
* Use C99 designated initializers with struct filterops. In addition,visa2019-12-311-3/+7
* macppc: mediabay(4), smu(4), xlights(4): tsleep(9) -> tsleep_nsec(9)cheloha2019-10-084-11/+11
* a sprinkling of function ansificationderaadt2019-09-035-24/+23
* delete incorrect casts, and a bit if ansi functions; ok jcsderaadt2019-09-031-6/+5
* Replace empty body of while loop with continue statement.kettenis2019-09-031-2/+2
* ansify functionsderaadt2019-09-031-54/+22
* correct indent that triggered clang to freak out; with jsg.deraadt2019-09-031-3/+4
* Get rid of `ddb_is_active' instead use `db_active'.mpi2019-07-201-7/+3
* Always grab the KERNEL_LOCK() for !IPL_MPSAFE handlers.mpi2018-01-221-6/+5
* Delete unnecessary <sys/file.h> includesguenther2017-12-301-2/+1
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-085-10/+5
* Fix the remaining ';;'s in sys/tom2017-06-221-2/+2
* Rename Debugger() into db_enter().mpi2017-04-305-10/+10
* Do not clear IFF_UP, even in the error path, clearing IFF_RUNNINGmpi2017-03-081-2/+2
* move counting if_opackets next to counting if_obytes in if_enqueue.dlg2017-01-222-6/+2
* Fix typo, happend -> happenedjca2016-12-261-2/+2
* Harmonize battery state thresholds accross platforms.fcambus2016-12-051-6/+5
* Various printf claim to report the PID, so actually report that and not the TIDguenther2016-10-081-3/+4
* Remove unused getdev() audio driver functions.ratchov2016-09-196-96/+6
* Remove drain(), query_encoding(), mappage() and get_default_params()ratchov2016-09-148-156/+14
* Properly set "msb" and "bps" fields for both play and rec directions.ratchov2016-08-301-12/+4
* Reorder code to avoid a divide by zero when there are no sensors.jsg2016-07-291-5/+7
* Get 'AOAShasta' soundchip working found on PowerMac9,1.mglocker2016-07-021-1/+13
* Oups, remove '#define I2S_DEBUG' again.mglocker2016-06-261-2/+1
* Make i2s compile with I2S_DEBUG; %x -> %p.mglocker2016-06-261-3/+4
* Add support for new smu-firmware fan commands. This fixes wrong sysctlmglocker2016-05-291-37/+112
* Pass the device node to ia_cookie so we can pick it up in the i2c driver.mglocker2016-05-231-1/+2
* Fix shutdown sequence.mglocker2016-05-231-2/+2
* Some of our fan scaling calculations with the muK temperature unit abovemglocker2016-05-232-8/+8
* Ooops, fix the OpenBSD tag.mglocker2016-05-201-1/+1
* Hook up smu(4) to the thermal management framework.mglocker2016-05-201-7/+92
* Add a thermal management framework for macppc which controls the fan speedmglocker2016-05-202-0/+272
* Move rpm read to a own function analog pwm read. No functional change.mglocker2016-05-141-14/+27
* Add support for pwm fans.mglocker2016-05-141-3/+111
* Return correct rpm values for all fans.mglocker2016-05-141-4/+4
* Fall back to "safe-value" when "unmanage-value" is not evailable tompi2016-05-041-4/+7
* G/C IFQ_SET_READY().mpi2016-04-132-4/+2
* not compiled before commitderaadt2016-03-151-2/+2