summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev
AgeCommit message (Expand)Author
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
2011-05-04fix volume up and down using the keyboard keysJasper Lievisse Adriaanse
2011-04-15More than a decade ago, interrupt handlers on sparc started returning 0Theo de Raadt
2011-04-03Iopoolification of some less common scsi drivers.Kenneth R Westerback
2011-02-19Only attach if the "device_type" propery is "programmer-button". On the iMacMark Kettenis
2011-01-08rename imask[] to cpu_imask[] to because imask is too loud as far asTheo de Raadt
2010-11-22Use cons_decl() to get console routine prototypes, instead of rolling our own.Miod Vallat
2010-09-20Get rid of evcount's support for arranging counters in a treeMatthew Dempsky
2010-08-29s/wdcactivate/config_activate_children/Theo de Raadt
2010-08-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2010-07-05timeout_add -> timeout_add_secBret Lambert