| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r257130: | ian | 2013-12-13 | 2 | -0/+30 |
* | MFC: r256932, r256938, r256953 | andreast | 2013-12-12 | 2 | -0/+53 |
* | Add a kernel interface (OF_xref_phandle()) for systems where phandles | nwhitehorn | 2013-09-15 | 3 | -1/+51 |
* | Make the primary name of the OF console device /dev/ofwcons, and only | nwhitehorn | 2013-09-09 | 1 | -7/+9 |
* | - Add OF_hasprop() and ofw_bus_has_prop(). These can be used to check | hrs | 2012-08-18 | 4 | -2/+29 |
* | Merging of projects/armv6, part 4 | gonzo | 2012-08-15 | 1 | -2/+5 |
* | Make ofw_bus_get_node() consistently return -1 when there is no associated | nwhitehorn | 2012-03-15 | 3 | -3/+3 |
* | Implement OF_printf() using kvprintf() directly, avoiding to use a | marius | 2012-01-27 | 1 | -4/+18 |
* | kern cons: introduce infrastructure for console grabbing by kernel | avg | 2011-12-17 | 1 | -0/+12 |
* | Fix OF_finddevice error return value in case of FDT. | jchandra | 2011-12-02 | 2 | -2/+4 |
* | s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mention | marius | 2011-11-22 | 1 | -1/+1 |
* | As it turns out, r186347 actually is insufficient to avoid the use of the | marius | 2011-11-15 | 1 | -1/+1 |
* | FDT changes for 64 bit kernel | jchandra | 2011-10-17 | 1 | -30/+41 |
* | Follow up to r225203 refining break-to-debugger run-time configuration | rwatson | 2011-08-27 | 1 | -1/+0 |
* | Attempt to make break-to-debugger and alternative break-to-debugger more | rwatson | 2011-08-26 | 1 | -19/+3 |
* | Return IEEE 1275 compliant error codes. | raj | 2010-11-11 | 1 | -8/+8 |
* | Make all OF client interface calls return the maximum kind of | nwhitehorn | 2010-11-09 | 1 | -6/+74 |
* | Change OF_interpret() to also take an array of cell_t (missed in r209801). | marius | 2010-09-11 | 4 | -10/+8 |
* | bus_add_child: change type of order parameter to u_int | avg | 2010-09-10 | 1 | -3/+3 |
* | Missed a file in r209803: this header contains a definition of | nwhitehorn | 2010-07-08 | 1 | -0/+1 |
* | Change the argument type to OF_call_method to take an array of cell_t | nwhitehorn | 2010-07-08 | 3 | -8/+7 |
* | Provide for multiple, cascaded PICs on PowerPC systems, and extend the | nwhitehorn | 2010-06-18 | 2 | -5/+11 |
* | Initial implementation of the OFW i/f methods for FDT back-end. | raj | 2010-05-28 | 1 | -0/+458 |
* | Prepare and extend OFW layer for FDT support. | raj | 2010-05-28 | 6 | -11/+73 |
* | Pull OF_quiesce() out of the MI Open Firmware layer and entirely into | nwhitehorn | 2010-05-16 | 4 | -36/+0 |
* | On PowerMac11,2 and (presumably) PowerMac12,1, we need to quiesce the | nwhitehorn | 2010-05-16 | 4 | -0/+36 |
* | With r205496 in place we should ensure that nargs and nreturns are always | marius | 2010-04-02 | 1 | -0/+6 |
* | Do not declare the various OFW command buffers static. It does not | nwhitehorn | 2010-03-23 | 1 | -24/+24 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-01 | 1 | -7/+0 |
* | Missed style fixes. | marius | 2009-06-14 | 1 | -5/+3 |
* | Fix style. | marius | 2009-06-14 | 10 | -183/+193 |
* | strict kobj signatures: some ofw_setprop fixes | avg | 2009-06-11 | 1 | -4/+4 |
* | Last minute TTY API change: remove mutex argument from tty_alloc(). | ed | 2009-05-29 | 1 | -1/+1 |
* | Unbreak OF_interpret() and its standard implementation after r186347. | marius | 2009-03-29 | 2 | -2/+4 |
* | Some Apple I2C buses give the device's I2C address in a property with the | nwhitehorn | 2009-03-02 | 1 | -2/+9 |
* | Set the wrong softc size when defining the ofw_iicbus class. Change it to | nwhitehorn | 2009-01-20 | 1 | -2/+2 |
* | Import an Open Firmware I2C bus module. This attaches firmware device tree | nwhitehorn | 2009-01-15 | 1 | -0/+183 |
* | Fix the OFW interrupt map parser to use its own idea of the number of interrupt | nwhitehorn | 2009-01-03 | 3 | -18/+24 |
* | Modularize the Open Firmware client interface to allow run-time switching | nwhitehorn | 2008-12-20 | 7 | -585/+1375 |
* | Unbreak ofwdump build by moving the pcell_t definition to after the kernel | nwhitehorn | 2008-12-15 | 1 | -6/+6 |
* | Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular, | nwhitehorn | 2008-12-15 | 3 | -0/+178 |
* | Remove unused consdev structure fields. | ed | 2008-10-27 | 1 | -3/+1 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 1 | -111/+32 |
* | Expand kdb_alt_break a little, most commonly used with the option | peter | 2008-05-04 | 1 | -2/+17 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -1/+1 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | rwatson | 2007-12-25 | 1 | -1/+1 |
* | In openprom_ioctl() ensure appropriate permissions and that data isn't | marius | 2007-12-20 | 1 | -1/+9 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -1/+1 |
* | Fix warnings. | peter | 2007-07-06 | 1 | -1/+1 |
* | In OF_init() check the return value of OF_getprop(). | marius | 2007-06-16 | 1 | -1/+2 |