freebsd-dev/sys/powerpc/ofw
Nathan Whitehorn 9f70672718 Rework handling of ofw_quiesce(), making it the responsibility of the
platform modules. Whether to call this function or not is highly machine
dependent: on some systems, it is required, while on others it breaks
everything. Platform modules are in a better position to figure this
out. This is required for POWER hypervisor SCSI to work correctly. There
are no functional changes on Powermac systems.

Approved by:	re (kib)
2013-09-27 13:12:47 +00:00
..
ofw_cpu.c Fix error in r252115: space for the softc needs to be allocated. This 2013-09-07 20:52:31 +00:00
ofw_machdep.c Rework handling of ofw_quiesce(), making it the responsibility of the 2013-09-27 13:12:47 +00:00
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 Add a loader tunable to use only device tree-provided PCI devices. This is 2013-09-16 15:10:11 +00:00
ofw_real.c Increase the size of the OFW bounce buffer to 4 pages. With this I can now run 2013-07-24 02:01:01 +00:00
ofw_syscons.c Allow Open Firmware syscons to attach to devices without an "address" 2013-09-26 22:47:02 +00:00
ofw_syscons.h Allow Open Firmware syscons to attach to devices without an "address" 2013-09-26 22:47:02 +00:00
ofwcall32.S
ofwcall64.S
ofwmagic.S
rtas.c Use a spin lock instead of a mutex to gate RTAS. This is required if RTAS 2013-09-09 12:45:41 +00:00