| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: r230631 | Marius Strobl | 2012-02-01 | 1 | -4/+18 |
| * | MFC: r226173, r227848 | Marius Strobl | 2012-01-29 | 1 | -1/+1 |
| * | MFC: r227537 | Marius Strobl | 2011-11-19 | 1 | -1/+1 |
| * | MFC r212413: bus_add_child: change type of order parameter to u_int | Andriy Gapon | 2010-09-20 | 1 | -3/+3 |
| * | Missed style fixes. | Marius Strobl | 2009-06-14 | 1 | -5/+3 |
| * | Fix style. | Marius Strobl | 2009-06-14 | 10 | -183/+193 |
| * | strict kobj signatures: some ofw_setprop fixes | Andriy Gapon | 2009-06-11 | 1 | -4/+4 |
| * | Last minute TTY API change: remove mutex argument from tty_alloc(). | Ed Schouten | 2009-05-29 | 1 | -1/+1 |
| * | Unbreak OF_interpret() and its standard implementation after r186347. | Marius Strobl | 2009-03-29 | 2 | -2/+4 |
| * | Some Apple I2C buses give the device's I2C address in a property with the | Nathan Whitehorn | 2009-03-02 | 1 | -2/+9 |
| * | Set the wrong softc size when defining the ofw_iicbus class. Change it to | Nathan Whitehorn | 2009-01-20 | 1 | -2/+2 |
| * | Import an Open Firmware I2C bus module. This attaches firmware device tree | Nathan Whitehorn | 2009-01-15 | 1 | -0/+183 |
| * | Fix the OFW interrupt map parser to use its own idea of the number of interrupt | Nathan Whitehorn | 2009-01-03 | 3 | -18/+24 |
| * | Modularize the Open Firmware client interface to allow run-time switching | Nathan Whitehorn | 2008-12-20 | 7 | -584/+1374 |
| * | Unbreak ofwdump build by moving the pcell_t definition to after the kernel | Nathan Whitehorn | 2008-12-15 | 1 | -6/+6 |
| * | Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular, | Nathan Whitehorn | 2008-12-15 | 3 | -0/+178 |
| * | Remove unused consdev structure fields. | Ed Schouten | 2008-10-27 | 1 | -3/+1 |
| * | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | Ed Schouten | 2008-08-20 | 1 | -110/+31 |
| * | Expand kdb_alt_break a little, most commonly used with the option | Peter Wemm | 2008-05-04 | 1 | -2/+17 |
| * | In keeping with style(9)'s recommendations on macros, use a ';' | Robert Watson | 2008-03-16 | 1 | -1/+1 |
| * | Add a new 'why' argument to kdb_enter(), and a set of constants to use | Robert Watson | 2007-12-25 | 1 | -1/+1 |
| * | In openprom_ioctl() ensure appropriate permissions and that data isn't | Marius Strobl | 2007-12-20 | 1 | -1/+9 |
| * | Rename the kthread_xxx (e.g. kthread_create()) calls | Julian Elischer | 2007-10-20 | 1 | -1/+1 |
| * | Fix warnings. | Peter Wemm | 2007-07-06 | 1 | -1/+1 |
| * | In OF_init() check the return value of OF_getprop(). | Marius Strobl | 2007-06-16 | 1 | -1/+2 |
| * | - Restore the machine independency of sys/dev/ofw/openfirm.{c,h} by | Marius Strobl | 2007-06-16 | 2 | -62/+0 |
| * | Sync the styles of sys/boot/ofw/libofw/openfirm.c and | Marius Strobl | 2007-06-16 | 1 | -272/+263 |
| * | Add missing includes of priv.h. | Robert Watson | 2006-11-06 | 1 | -0/+1 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -1/+2 |
| * | Using the ptr defines broke the powerpc build - convert set_mmfsa to the same | Kip Macy | 2006-10-11 | 1 | -2/+2 |
| * | kernel clean up to make the sun4v kernel build | Kip Macy | 2006-10-09 | 2 | -0/+59 |
| * | Fix spelling and wording in a comment. | Marius Strobl | 2006-09-01 | 1 | -2/+2 |
| * | Fix various typos and brainos in last commit. | Poul-Henning Kamp | 2006-05-30 | 1 | -5/+4 |
| * | Update to new console api. | Poul-Henning Kamp | 2006-05-26 | 1 | -28/+11 |
| * | - Add a new method ofw_bus_default_get_devinfo() that allows to retrieve | Marius Strobl | 2005-11-22 | 3 | -2/+213 |
| * | Remove unused function and variables. | Marius Strobl | 2005-11-22 | 1 | -19/+0 |
| * | The mediasize shouldn't be multipled by the sector size when it was | Peter Grehan | 2005-10-31 | 1 | -1/+2 |
| * | Make ttyconsolemode() call ttsetwater() so that drivers don't have to. | Poul-Henning Kamp | 2005-10-16 | 1 | -1/+0 |
| * | Sync with openfirm(4) and check the return value of malloc() although | Marius Strobl | 2005-05-19 | 1 | -2/+15 |
| * | Update the names of some member variables in comments to refect reality. | Marius Strobl | 2005-05-19 | 1 | -2/+2 |
| * | Merge revision 1.5 from NetBSD: Fix a typo in a comment. | Marius Strobl | 2005-02-12 | 1 | -2/+2 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 7 | -7/+8 |
| * | Don't probe for a disk unless explicitly enabled by a tunable. | Peter Grehan | 2004-12-28 | 1 | -0/+6 |
| * | GEOMify the OFW disk driver. Code taken unashamedly from | Peter Grehan | 2004-12-21 | 1 | -143/+122 |
| * | Add new function ttyinitmode() which sets our systemwide default | Poul-Henning Kamp | 2004-10-18 | 1 | -6/+1 |
| * | Add a couple of XXX comments and fix a couple of fine points. | Poul-Henning Kamp | 2004-10-12 | 1 | -2/+14 |
| * | Instead of "OpenFirmware", "openfirmware", etc. use the official spelling | Marius Strobl | 2004-08-16 | 5 | -12/+12 |
| * | - Introduce an ofw_bus kobj-interface for retrieving the OFW node and a | Marius Strobl | 2004-08-12 | 2 | -0/+183 |
| * | Fix problems with the OFW console which happen when the system goes | Garance A Drosehn | 2004-08-04 | 1 | -1/+1 |
| * | Preparation commit for the tty cleanups that will follow in the near | Poul-Henning Kamp | 2004-07-15 | 1 | -1/+1 |