summaryrefslogtreecommitdiff
path: root/sys/dev/ofw/ofbus.c
AgeCommit message (Expand)Author
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