summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev
AgeCommit message (Expand)Author
2017-10-25Use C99 initializer for filteropsmaya
2017-10-20move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init()jdolecek
2017-10-07Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branchjdolecek
2017-10-05do what linux and freebsd do here:macallan
2017-10-01we support the drive bay sensor nowmacallan
2017-09-29provide crude but working fan control based on sensor readingsmacallan
2017-09-29pass the right device node to i2c devicesmacallan
2017-09-27if there is no 'compatible' property try to guess the codec from the i2cmacallan
2017-09-27identify as 'Audio Codec' and print out which codec we foundmacallan
2017-09-27pass the right OF node to i2c devicesmacallan
2017-09-22no more special treatment for dbcoolmacallan
2017-09-22switch to direct configurationmacallan
2017-09-22direct configure i2c devicesmacallan
2017-09-22attach to iic, use direct configmacallan
2017-09-22follow sparc64 and do direct config for i2c-devicesmacallan
2017-09-15bus_space-ifymacallan
2017-09-15provide a bus_space to child devicesmacallan
2017-09-15ki2c uses i2c addresses with the direction bit shifted out now, adjustmacallan
2017-09-05first step to clean up & bus-spacification:macallan
2017-09-01support I2C bus and direct config of slave devicesmacallan
2017-07-07tidy up output by moving linebreak to before we attach childrenmacallan
2017-06-06SMU support, from Phileas Foggmacallan
2017-03-31 Remove extra 0x. This bug was added when replacing bitmask_snprintf(9) withmsaitoh
2017-02-22Apply deferred if_start to more MD drivers.nonaka
2017-02-15Fix an inverted logic.tsutsui
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-12-08Apply deferred if_start frameworkozaki-r
2016-10-03Fix typoozaki-r
2016-10-02MFREE -> m_freechristos
2016-09-16Add note about 16 bit console brokennessscole
2016-08-24don't grab the interrupt lock around mixer operationsmacallan
2016-07-15adjust to dbdma changesmacallan
2016-07-15- only unmap / free dbdma stuff when we actually mapped / allocated itmacallan
2016-07-15first step to make dbdma less hackishmacallan
2016-07-06shut up another unused function warningmacallan
2016-07-06shut up unused function warningmacallan
2016-06-16somehow this fell through the cracks when I committed platinumfb.cmacallan
2016-06-10add driver for 'platinum' onboard video found in Power Mac 7200 and possiblymacallan
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-06-01report the power button to sysmon when possiblemacallan
2016-05-31fix stupid tpyomacallan
2016-05-31make sure we call sysmon_pswitch_event() from thread contextmacallan
2016-05-23remove unused variables.chs
2016-04-28Fix buildskrll
2016-02-14zero the i2c_attach_args structure before filling it in.chs
2016-02-09Introduce softint-based if_inputozaki-r
2015-04-13MD rnd.h cleanups. Please let me know if I broke anything!riastradh
2014-11-11appease gcc 4.8macallan
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-08-17Add missing parameter in printf. From Henning Petersen in PR 49122.wiz