summaryrefslogtreecommitdiffstats
path: root/sys/dev/ofw
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix spelling and wording in a comment.marius2006-09-011-2/+2
* Fix various typos and brainos in last commit.phk2006-05-301-5/+4
* Update to new console api.phk2006-05-261-28/+11
* - Add a new method ofw_bus_default_get_devinfo() that allows to retrievemarius2005-11-223-2/+213
* Remove unused function and variables.marius2005-11-221-19/+0
* The mediasize shouldn't be multipled by the sector size when it wasgrehan2005-10-311-1/+2
* Make ttyconsolemode() call ttsetwater() so that drivers don't have to.phk2005-10-161-1/+0
* Sync with openfirm(4) and check the return value of malloc() althoughmarius2005-05-191-2/+15
* Update the names of some member variables in comments to refect reality.marius2005-05-191-2/+2
OpenPOWER on IntegriCloud