summaryrefslogtreecommitdiff
path: root/sys/dev/ofw/ofbus.c
AgeCommit message (Expand)Author
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2005-12-11merge ktrace-lwp.christos
2005-02-04de-__Pperry
2004-04-22sprintf -> snprintfitojun
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-18implement device_register() for ofppc.chs
2001-11-13add RCSIDslukem
2001-10-22Remove hack to skip OFW nodes which don't correspond to devices. Thesethorpej
1998-02-24Several things:mycroft
1998-02-03s/of_nodename/of_packagename/. Eventually, we'll probably want somethingcgd
1998-02-03in ofbattach(), don't both doing an ofbprint() by hand if the root node.cgd
1998-02-02make ofbprint() use of_nodename(). cleanup.cgd
1998-01-26(1) kill ofnmmatch(); nothing used it (and it's not clear thatcgd
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