summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev
AgeCommit message (Expand)Author
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
2010-07-02Move common code for waking up writers on a tty into a function.Nicholas Marriott
2010-07-01Change scsibus(4)'s scsi_link array to an SLIST to save memory onMatthew Dempsky
2010-06-28Remove all adapter-specific 'struct scsi_device's. They are never used. FirstKenneth R Westerback
2010-06-28Allow tty drivers to request larger buffers at attach time using aTheo de Raadt
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2010-04-21more cleanup to cope with the change that tries to make proc.h not actTheo de Raadt
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
2010-04-09- add and enable pgs(4), a driver for the Programmers Switch found onJasper Lievisse Adriaanse
2010-04-09- don't use memset() where we should use bzero()Jasper Lievisse Adriaanse
2010-03-23Change the scsi_cmd function member of scsi_adapter from int toKenneth R Westerback
2010-02-26- remove double cvs id'sJasper Lievisse Adriaanse
2010-02-26- this device doesn't provide volume control, so stop whining about it. it's ...Jasper Lievisse Adriaanse
2010-01-13Remove a few more settings of ITSDONE in drivers. Only a coupleKenneth R Westerback
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tNicholas Marriott
2009-11-08Move KERNEL_LOCK/UNLOCK dance into softintr_dispatch().Mark Kettenis
2009-11-01Move IS[12]BYTEMSG and ISEXTMSG defines to a common place.Federico G. Schwindt
2009-10-31Use suser when possible. Suggested by miod@.Federico G. Schwindt
2009-10-31Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()Theo de Raadt