summaryrefslogtreecommitdiff
path: root/sys/dev/hpc/pwctl.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-10-09Remove (the default) #define XXXDEBUG and add the options to the relevantpeter
2006-03-29Use device_private().thorpej
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
2001-11-13add RCSIDlukem
2001-08-02turn pwctl_debug to 0sato
2001-07-31change DPRINTF() to VPRINTF() in pwctl_hardpower().sato
2001-06-04ANSI KNF.uch
2001-05-06Vrc4172 GPIO support. This device is currently configured on PenCentra 130.takemura
2001-05-01Fix 'busname' to attach nodes correctly.takemura
2001-04-30Machine independent GPIO interface.takemura
2001-04-30Copy of sys/arch/hpcmips/vr/pwctl_vrgiu.c.takemura