summaryrefslogtreecommitdiffstats
path: root/sys/dev/ofw
Commit message (Expand)AuthorAgeFilesLines
* Make ofw_bus_get_node() consistently return -1 when there is no associatednwhitehorn2012-03-153-3/+3
* Implement OF_printf() using kvprintf() directly, avoiding to use amarius2012-01-271-4/+18
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+12
* Fix OF_finddevice error return value in case of FDT.jchandra2011-12-022-2/+4
* s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mentionmarius2011-11-221-1/+1
* As it turns out, r186347 actually is insufficient to avoid the use of themarius2011-11-151-1/+1
* FDT changes for 64 bit kerneljchandra2011-10-171-30/+41
* Follow up to r225203 refining break-to-debugger run-time configurationrwatson2011-08-271-1/+0
* Attempt to make break-to-debugger and alternative break-to-debugger morerwatson2011-08-261-19/+3
* Return IEEE 1275 compliant error codes.raj2010-11-111-8/+8
* Make all OF client interface calls return the maximum kind ofnwhitehorn2010-11-091-6/+74
* Change OF_interpret() to also take an array of cell_t (missed in r209801).marius2010-09-114-10/+8
* bus_add_child: change type of order parameter to u_intavg2010-09-101-3/+3
* Missed a file in r209803: this header contains a definition ofnwhitehorn2010-07-081-0/+1
* Change the argument type to OF_call_method to take an array of cell_tnwhitehorn2010-07-083-8/+7
* Provide for multiple, cascaded PICs on PowerPC systems, and extend thenwhitehorn2010-06-182-5/+11
* Initial implementation of the OFW i/f methods for FDT back-end.raj2010-05-281-0/+458
* Prepare and extend OFW layer for FDT support.raj2010-05-286-11/+73
* Pull OF_quiesce() out of the MI Open Firmware layer and entirely intonwhitehorn2010-05-164-36/+0
* On PowerMac11,2 and (presumably) PowerMac12,1, we need to quiesce thenwhitehorn2010-05-164-0/+36
* With r205496 in place we should ensure that nargs and nreturns are alwaysmarius2010-04-021-0/+6
* Do not declare the various OFW command buffers static. It does notnwhitehorn2010-03-231-24/+24
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-011-7/+0
* Missed style fixes.marius2009-06-141-5/+3
* Fix style.marius2009-06-1410-183/+193
* strict kobj signatures: some ofw_setprop fixesavg2009-06-111-4/+4
* Last minute TTY API change: remove mutex argument from tty_alloc().ed2009-05-291-1/+1
* Unbreak OF_interpret() and its standard implementation after r186347.marius2009-03-292-2/+4
* Some Apple I2C buses give the device's I2C address in a property with thenwhitehorn2009-03-021-2/+9
* Set the wrong softc size when defining the ofw_iicbus class. Change it tonwhitehorn2009-01-201-2/+2
* Import an Open Firmware I2C bus module. This attaches firmware device treenwhitehorn2009-01-151-0/+183
* Fix the OFW interrupt map parser to use its own idea of the number of interruptnwhitehorn2009-01-033-18/+24
* Modularize the Open Firmware client interface to allow run-time switchingnwhitehorn2008-12-207-585/+1375
* Unbreak ofwdump build by moving the pcell_t definition to after the kernelnwhitehorn2008-12-151-6/+6
* Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,nwhitehorn2008-12-153-0/+178
* Remove unused consdev structure fields.ed2008-10-271-3/+1
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-111/+32
* Expand kdb_alt_break a little, most commonly used with the optionpeter2008-05-041-2/+17
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-1/+1
* In openprom_ioctl() ensure appropriate permissions and that data isn'tmarius2007-12-201-1/+9
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-1/+1
* Fix warnings.peter2007-07-061-1/+1
* In OF_init() check the return value of OF_getprop().marius2007-06-161-1/+2
* - Restore the machine independency of sys/dev/ofw/openfirm.{c,h} bymarius2007-06-162-62/+0
* Sync the styles of sys/boot/ofw/libofw/openfirm.c andmarius2007-06-161-272/+263
* Add missing includes of priv.h.rwatson2006-11-061-0/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+2
* Using the ptr defines broke the powerpc build - convert set_mmfsa to the samekmacy2006-10-111-2/+2
* kernel clean up to make the sun4v kernel buildkmacy2006-10-092-0/+59
OpenPOWER on IntegriCloud