summaryrefslogtreecommitdiff
path: root/sys/dev/hpc/hpckbd.c
AgeCommit message (Expand)Author
2012-10-27split device_t/softc for all remaining drivers.chs
2011-06-11split device_t/softc.nonaka
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-04-05Register with pmf(9), tell it we don't need anything.uwe
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-23We call to config_hook_call() with always 'on'.kiyohara
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-29Remove more duplicate headers.hubertf
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12-Wextra fixesuwe
2006-09-24Run the "power button event" hooks when the special button OFF is pressed.peter
2006-03-29Use device_private().thorpej
2006-02-13Move assignment out of conditional expression.uwe
2006-02-12Fix a typo, use uintN_t, use assigned variables, add newline to a printf.peter
2005-12-11merge ktrace-lwp.christos
2005-06-08Add an __UNCONST() to appease -Wcast-qual.he
2005-02-27nuke trailing whitespaceperry
2004-03-13Abstract the interface between pckbc(4), and the pckbd(4) and pms(4)bjh21
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2001-11-13add RCSIDlukem
2001-06-04ANSI KNF.uch
2001-05-08fix locking problem of event queue access.uch
2001-04-12splimp -> splvm (it's questionable whether or not this is reallythorpej
2001-03-01if catch unknown scancode, print its row and column.uch
2001-02-22hpc common files are moved to dev/hpc.uch