summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev
AgeCommit message (Expand)Author
2014-04-01Remove the almost unused abstraction around "struct firmware" and useMartin Pieuchot
2014-03-31Including <uvm/uvm_extern.h> is enough, no need for <uvm/uvm.h> or more.Martin Pieuchot
2014-03-29It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-01-21dtucker@ pointed out i suck at grep.David Gwynne
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-11-18simplify kthread_create(). no more stdargTheo de Raadt
2013-11-04Convert wskbd_set_mixervolume() to use a task internally instead ofMartin Pieuchot
2013-10-31Add a header for various hardware implementation dependent registerMartin Pieuchot
2013-10-23Instead of comparing the lower and higher addresses of all the multicastMartin Pieuchot
2013-10-21Remove unused defines inherited from mac68k.Miod Vallat
2013-10-09Various fixes to make kiic(4) work on my G5s.Martin Pieuchot
2013-08-10Move the device table inside the softc.Martin Pieuchot
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-07-06Print the number of targets and the irq before looking for subdevices,Martin Pieuchot
2013-07-01sync comment with it's intended meaning.Jasper Lievisse Adriaanse
2013-06-03Be coherent when printing irq numbers.Martin Pieuchot
2013-05-31Rename tpms(4), the driver for Apple USB touchpads, to utpms(4) and moveMartin Pieuchot
2013-05-31Unbreak after recent shutdown-hook removal.Martin Pieuchot
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt
2013-05-15Introduce a global interrupt-aware mutex protecting dataAlexandre Ratchov
2013-04-23Don't assume time_t is an uint32_t.Martin Pieuchot
2013-04-21Unify the zs tty driver.Sebastian Reitenbach
2013-03-10Do not try to scan the ADB bus for devices if the device-tree does notMartin Pieuchot
2013-03-09Drop 3rd and 4th clauses from Bradley A. Grantham's license, from NetBSDMartin Pieuchot
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-11-15Print UniNorth/U3 revision number, taken from opemfirmare, to know whichMartin Pieuchot
2012-10-08push irqloop warnings into #ifdef DEBUGTheo de Raadt
2012-09-02Bump the buffer size from 32 to 128 bytes, because some responses mayMartin Pieuchot
2012-02-24Correct the spelling of "transferred" and "transferring"Philip Guenthe
2011-10-28Enable interrupts while processing off level interrupts. simplify codeDale Rahn
2011-10-24Revert last change, reported increased stablility with the change wasDale Rahn
2011-10-22Do not run off level interrupts with external interrupts disabled asDale Rahn
2011-09-17arithemtic -> arithmeticMiod Vallat
2011-09-16Set the shared priority entry to the value of the current maxipl entry,Dale Rahn
2011-09-04oops, this DPRINTF flavour takes no parentheses.Miod Vallat
2011-09-04Silence awacs_trigger_input by turning a noisy printf into the DPRINTFMiod Vallat
2011-08-29Return of the long missing powerpc interrupt rewrite. Was working forDale Rahn
2011-07-03Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thingMatthew Dempsky
2011-07-02kqueue attach functions should return an errno or 0, not a plain 1. FixNicholas Marriott
2011-06-16Removes unused variables.Martin Pieuchot
2011-06-16Removes the always-set-to-1 adbSoftPower variable.Martin Pieuchot
2011-06-16Uses generic confargs to attach the apm(4) and piic(4) drivers instead ofMartin Pieuchot
2011-06-15Add a const char* as first member of struct adb_attach_args, so that we canMiod Vallat
2011-06-07Make use of macobio_* methods to manage the i2s GPIOs, remove the customsMartin Pieuchot
2011-06-07Fix the use of mute/volume keys broken by the last API change in audio.cMartin Pieuchot
2011-05-25Add dfs(4), a driver to support the Dynamic Frequency Switching featureMartin Pieuchot
2011-05-15Unify various gpio access using methods that take an offset relative to theMartin Pieuchot
2011-05-14pm_* methods are always attached to a PMU, no need to check for hardware.Martin Pieuchot
2011-05-09Refactor queue allocation and initialization into a wdc_alloc_queue()Matthew Dempsky
2011-05-05add support for muting the master channel on i2s based cards, this allows theJasper Lievisse Adriaanse