summaryrefslogtreecommitdiff
path: root/sys/dev/hpc/button.c
AgeCommit message (Expand)Author
2012-10-27split device_t/softc for all remaining drivers.chs
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2006-03-29Use device_cfdata().thorpej
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-02-09delete '#if 0' codes.sato
2001-11-13add RCSIDlukem
2001-06-04ANSI KNF.uch
2001-05-01Fix 'busname' to attach nodes correctly.takemura
2001-04-30Machine independent GPIO interface.takemura
2001-04-30Copy of sys/arch/hpcmips/vr/button_vrgiu.c.takemura