opnsense-src/sys/dev/ofw
Nathan Whitehorn 91416fb268 Modularize the Open Firmware client interface to allow run-time switching
of OFW access semantics, in order to allow future support for real-mode
OF access and flattened device frees. OF client interface modules are
implemented using KOBJ, in a similar way to the PPC PMAP modules.

Because we need Open Firmware to be available before mutexes can be used on
sparc64, changes are also included to allow KOBJ to be used very early in
the boot process by only using the mutex once we know it has been initialized.

Reviewed by:    marius, grehan
2008-12-20 00:33:10 +00:00
..
ofw_bus.h
ofw_bus_if.m - Add a new method ofw_bus_default_get_devinfo() that allows to retrieve 2005-11-22 16:37:45 +00:00
ofw_bus_subr.c Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular, 2008-12-15 15:31:10 +00:00
ofw_bus_subr.h Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular, 2008-12-15 15:31:10 +00:00
ofw_console.c Remove unused consdev structure fields. 2008-10-27 11:45:31 +00:00
ofw_disk.c Rename the kthread_xxx (e.g. kthread_create()) calls 2007-10-20 23:23:23 +00:00
ofw_if.m Modularize the Open Firmware client interface to allow run-time switching 2008-12-20 00:33:10 +00:00
ofw_pci.h Merge revision 1.5 from NetBSD: Fix a typo in a comment. 2005-02-12 19:12:17 +00:00
ofw_standard.c Modularize the Open Firmware client interface to allow run-time switching 2008-12-20 00:33:10 +00:00
ofwvar.h Modularize the Open Firmware client interface to allow run-time switching 2008-12-20 00:33:10 +00:00
openfirm.c Modularize the Open Firmware client interface to allow run-time switching 2008-12-20 00:33:10 +00:00
openfirm.h Modularize the Open Firmware client interface to allow run-time switching 2008-12-20 00:33:10 +00:00
openfirmio.c Modularize the Open Firmware client interface to allow run-time switching 2008-12-20 00:33:10 +00:00
openfirmio.h Update the names of some member variables in comments to refect reality. 2005-05-19 15:22:16 +00:00
openpromio.c Modularize the Open Firmware client interface to allow run-time switching 2008-12-20 00:33:10 +00:00
openpromio.h