summaryrefslogtreecommitdiff
path: root/sys/dev/pad/pad.c
AgeCommit message (Expand)Author
2010-05-01fix field initializerspooka
2010-04-09Add support to be built as a kernel module.ahoka
2010-01-18If the device does not exist, return ENXIO, as is customary, instead ofdyoung
2009-03-14'boot -z' bogonsad
2008-09-04fix device is not split warningchristos
2008-08-06remove a KASSERT which is wrong since audio(4)'s device/softc were splitdrochner
2008-06-08Replace homegrown pad_find_softc() with device_lookup_private().tsutsui
2008-05-09Use 2-clause license.jmcneill
2008-03-04Split device_t and softc for audio(4), and other related cosmetic changes.cube
2008-02-22Add methods to detach self and children.dyoung
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-12-05Match the docs: MUTEX_DRIVER/SPIN are now only for porting code writtenad
2007-11-11Implement volume controls for pseudo audio device.jmcneill
2007-11-11Add pseudo audio device driver. With this pseudo-device, audio played backjmcneill