summaryrefslogtreecommitdiff
path: root/sys/dev/ofw/ofrtc.c
AgeCommit message (Expand)Author
2011-07-26convert to device_t, cfdata_t and CFATTACH_DECL_NEW.mrg
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2006-09-13Convert shark and ofppc to new common ofrtc and MI todr code. Testedgdamore
2006-03-29Use device_private().thorpej
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
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-06Merge the gehenna-devsw branch into the trunk.gehenna
2001-11-13add RCSIDslukem
2001-08-26Make compile with -Wmissing-prototype -Wstrict-prototypesmatt
2001-08-25Make this compile with -Wmissing-prototypes by adding appropriatematt
1998-03-21-Wallcgd
1998-02-24Several things:mycroft
1998-01-12Update for config changes.thorpej
1997-04-16Update for no __BROKEN_INDIRECT_CONFIG.thorpej
1996-10-13backout kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-09-30PowerPC portws