NetBSD/sys/dev/ofw
cgd 9c46cdbef5 in ofbattach(), don't both doing an ofbprint() by hand if the root node.
The old ofbprint() wasn't particularly good (it forced the root node
to have a 'name' property, which apparently violates the OFW spec), and
the new one (though it normally prints more useful information) has
nothing useful to say about the root node.  It's not clear to me that
'ofroot' should exist at all.
1998-02-03 00:43:46 +00:00
..
files.ofw add ofw_subr.c, a file containing common OFW routines. 1998-01-26 21:47:35 +00:00
ofbus.c in ofbattach(), don't both doing an ofbprint() by hand if the root node. 1998-02-03 00:43:46 +00:00
ofcons.c of_decode_int() the stdin and stdout properties. 1998-01-26 21:49:00 +00:00
ofdisk.c Update for config changes. 1998-01-12 09:33:30 +00:00
ofnet.c Make sure the data after the Ethernet header is aligned. (It's been 1998-01-27 23:55:18 +00:00
ofrtc.c Update for config changes. 1998-01-12 09:33:30 +00:00
ofw_subr.c add of_nodename(), a function to stuff the last component of a node's 1998-02-02 21:56:16 +00:00
openfirm.h add a prototype for of_nodename(), a function to stuff the last 1998-02-02 21:55:23 +00:00