freebsd-dev/sys/powerpc/ofw
Nathan Whitehorn 0d8d9edaaa Make ofw_bus_get_node() consistently return -1 when there is no associated
OF node, instead of a random mixture of 0 and -1. Update all checks for 0
to check for -1 instead.

MFC after:	4 weeks
2012-03-15 22:53:39 +00:00
..
ofw_cpu.c
ofw_machdep.c
ofw_pci.c The bus resource adjustment API is not meant to work on active resources. 2012-02-07 19:14:13 +00:00
ofw_pci.h Unify OF PCI infrastructure, including changing from parsing the device 2012-02-04 19:54:13 +00:00
ofw_pcib_pci.c Make ofw_bus_get_node() consistently return -1 when there is no associated 2012-03-15 22:53:39 +00:00
ofw_pcibus.c Make ofw_bus_get_node() consistently return -1 when there is no associated 2012-03-15 22:53:39 +00:00
ofw_real.c
ofw_syscons.c Avoid warnings about duplicate modules. 2012-02-04 19:50:26 +00:00
ofw_syscons.h
ofwcall32.S
ofwcall64.S This commit adds profiling support for powerpc64. Now we can do application 2012-01-20 22:34:19 +00:00
ofwmagic.S
rtas.c