summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/beep.c
AgeCommit message (Expand)Author
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2016-03-19Reduces the noise around the global ``ticks'' variable by renamingMartin Pieuchot
2016-01-08Move HID support files out of dev/usb into new dev/hid directoryJoshua Stein
2010-07-31Factorization of the bluetooth and usb hid input driver logic, to reduce codeMiod Vallat
2008-01-24Finish the beep(4) driver by hooking it up to the ukbd(4) beep handlerRobert Nagy
2006-05-29implement frequency setting for the beep. It also beeps for one secondJason Wright
2006-05-29fetch the beep clock frequency (we'll need it to compute the audio frequency ...Jason Wright
2006-05-28placeholder driver for the bbc,beep device. should be straightforwardJason Wright