summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev
AgeCommit message (Expand)Author
2018-03-01match /u3, found in some G5macallan
2018-03-01match K2 UATA, found in some G5macallan
2018-02-26Remove support for macofcons(4), it's not actually possible to build a kernelsevan
2018-02-16use _PREFETCHABLEmacallan
2018-02-16remove accidential garbagemacallan
2018-02-16add $NetBSD:macallan
2018-02-16OF_getprop() retuns -1 on failure, not 0...macallan
2018-01-29remove some leftover references to ki2c in commentsmacallan
2018-01-27Fix issue with audio being downpitched, thanks to <nat>sevan
2018-01-24note to self: OF_getprop() returns -1 on errormacallan
2017-12-13Catch up with hid.h header location changemaya
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