summaryrefslogtreecommitdiff
path: root/sys/dev/ofw
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.2.0_cvscvs2svn2007-01-1111-11/+11
* Sync with openfirm(4) and check the return value of malloc() althoughMarius Strobl2005-05-191-2/+15
* Update the names of some member variables in comments to refect reality.Marius Strobl2005-05-191-2/+2
* Merge revision 1.5 from NetBSD: Fix a typo in a comment.Marius Strobl2005-02-121-2/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-067-7/+8
* Don't probe for a disk unless explicitly enabled by a tunable.Peter Grehan2004-12-281-0/+6
* GEOMify the OFW disk driver. Code taken unashamedly fromPeter Grehan2004-12-211-143/+122
* Add new function ttyinitmode() which sets our systemwide defaultPoul-Henning Kamp2004-10-181-6/+1
* Add a couple of XXX comments and fix a couple of fine points.Poul-Henning Kamp2004-10-121-2/+14
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingMarius Strobl2004-08-165-12/+12
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl2004-08-122-0/+183
* Fix problems with the OFW console which happen when the system goesGarance A Drosehn2004-08-041-1/+1
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-151-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-1/+1
* Update for the KDB framework:Marcel Moolenaar2004-07-101-8/+8
* - set resid correctly so that a failed seek (e.g. end of file) returnsPeter Grehan2004-06-251-1/+3
* Better OFW console support on Sun Ultra2 machines.David E. O'Brien2004-06-241-9/+17
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-163-9/+9
* Remove second <sys/cdefs.h> and __FBSDID.Marius Strobl2004-06-101-3/+0
* Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp2004-06-041-3/+3
* Gainfully employ the new ttyioctl in the trivial cases.Poul-Henning Kamp2004-06-011-28/+0
* - Rearrange a comment to fit in 80 chars per line, like the rest of thisMarius Strobl2004-05-221-4/+4
* - Move OFW_NAME_MAX, used as a limit for OFW property names and deviceMarius Strobl2004-05-222-13/+24
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-072-13/+0
* Device megapatch 4/6:Poul-Henning Kamp2004-02-213-2/+6
* Device megapatch 3/6:Poul-Henning Kamp2004-02-211-3/+1
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-3/+1
* Change the disk(9) API in order to make device removal more robust.Poul-Henning Kamp2004-02-181-10/+13
* - add an identify method, since the disk device used to be pickedPeter Grehan2004-02-041-3/+29
* - The last change conflicted with disks on a live system, as opposed toPeter Grehan2003-12-151-3/+9
* - accept device_type of "block", which is how psim/gdb6.0 definesPeter Grehan2003-12-121-7/+2
* Use bio_offset instead of bio_blknoPoul-Henning Kamp2003-10-181-2/+1
* Only create the ofwcons device nodes if it has been initialized, notJake Burkholder2003-09-281-1/+2
* Make ofw_console a low priority console device, so that uart will beJake Burkholder2003-09-281-1/+1
* The present defaults for the open and close for device drivers whichPoul-Henning Kamp2003-09-271-2/+0
* OK, I messed up /dev/console with what I had hoped would be compatPoul-Henning Kamp2003-09-261-4/+4
* Initialize the cn_name instead of the cn_devPoul-Henning Kamp2003-09-261-1/+2
* Use __FBSDID().David E. O'Brien2003-08-245-4/+15
* Add a solaris compatible ofw interface for third party software thatJake Burkholder2003-06-192-0/+264
* - Add an OFIOCGETPROPLEN ioctl() to get the length of a property.Thomas Moestl2003-06-112-13/+12
* Implement OF_interpret.Jake Burkholder2003-06-072-2/+34
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-031-4/+2
* <sys/disk.h> -> <geom/geom_disk.h>Dag-Erling Smørgrav2003-04-031-1/+1
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-1/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-032-27/+13
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-231-91/+27
* Change the console interface to pass a "struct consdev *" instead of aPoul-Henning Kamp2003-02-201-5/+5
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-192-4/+4
* Implement the ALT_BREAK_TO_DEBUGGER option for the ofw console. This is veryHartmut Brandt2003-02-071-0/+18
* Change ofwcons to use the output-device property from the firmware for theJake Burkholder2003-01-271-2/+3