summaryrefslogtreecommitdiff
path: root/sys/dev/hpc/btnmgr.c
AgeCommit message (Expand)Author
2006-06-27Fix typo in a comment.peter
2006-03-29Use device_private().thorpej
2005-12-11merge ktrace-lwp.christos
2005-05-31Constify.uwe
2005-02-27nuke trailing whitespaceperry
2002-12-10turn off light of LCD, when I closed coverhamajima
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-01-13Number of elements in button_config is smaller than CONFIG_HOOK_MAX_ID.takemura
2001-11-13add RCSIDlukem
2001-06-04ANSI KNF.uch
2001-02-22hpc common files are moved to dev/hpc.uch