summaryrefslogtreecommitdiffstats
path: root/sys/dev/ofw
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge revision 1.5 from NetBSD: Fix a typo in a comment.marius2005-02-121-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-067-7/+8
* Don't probe for a disk unless explicitly enabled by a tunable.grehan2004-12-281-0/+6
* GEOMify the OFW disk driver. Code taken unashamedly fromgrehan2004-12-211-147/+126
* Add new function ttyinitmode() which sets our systemwide defaultphk2004-10-181-6/+1
* Add a couple of XXX comments and fix a couple of fine points.phk2004-10-121-2/+14
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingmarius2004-08-165-12/+12
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and amarius2004-08-122-0/+183
* Fix problems with the OFW console which happen when the system goesgad2004-08-041-1/+1
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-1/+1
* Update for the KDB framework:marcel2004-07-101-8/+8
* - set resid correctly so that a failed seek (e.g. end of file) returnsgrehan2004-06-251-1/+3
* Better OFW console support on Sun Ultra2 machines.obrien2004-06-241-9/+17
* Do the dreaded s/dev_t/struct cdev */phk2004-06-163-9/+9
* Remove second <sys/cdefs.h> and __FBSDID.marius2004-06-101-3/+0
* Machine generated patch which changes linedisc calls from accessingphk2004-06-041-3/+3
* Gainfully employ the new ttyioctl in the trivial cases.phk2004-06-011-28/+0
* - Rearrange a comment to fit in 80 chars per line, like the rest of thismarius2004-05-221-4/+4
* - Move OFW_NAME_MAX, used as a limit for OFW property names and devicemarius2004-05-222-13/+24
OpenPOWER on IntegriCloud