summaryrefslogtreecommitdiffstats
path: root/sys/dev/ofw
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove advertising clause from University of California Regent'simp2004-04-072-13/+0
* Device megapatch 4/6:phk2004-02-213-2/+6
* Device megapatch 3/6:phk2004-02-211-3/+1
* Device megapatch 1/6:phk2004-02-211-3/+1
* Change the disk(9) API in order to make device removal more robust.phk2004-02-181-10/+13
* - add an identify method, since the disk device used to be pickedgrehan2004-02-041-3/+29
* - The last change conflicted with disks on a live system, as opposed togrehan2003-12-151-3/+9
* - accept device_type of "block", which is how psim/gdb6.0 definesgrehan2003-12-121-7/+2
* Use bio_offset instead of bio_blknophk2003-10-181-2/+1
* Only create the ofwcons device nodes if it has been initialized, notjake2003-09-281-1/+2
* Make ofw_console a low priority console device, so that uart will bejake2003-09-281-1/+1
* The present defaults for the open and close for device drivers whichphk2003-09-271-2/+0
* OK, I messed up /dev/console with what I had hoped would be compatphk2003-09-261-4/+4
* Initialize the cn_name instead of the cn_devphk2003-09-261-1/+2
* Use __FBSDID().obrien2003-08-245-4/+15
* Add a solaris compatible ofw interface for third party software thatjake2003-06-192-0/+264
* - Add an OFIOCGETPROPLEN ioctl() to get the length of a property.tmm2003-06-112-13/+12
OpenPOWER on IntegriCloud