summaryrefslogtreecommitdiffstats
path: root/sys/dev/ofw
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement OF_interpret.jake2003-06-072-2/+34
* Use __FBSDID rather than rcsid[].obrien2003-04-031-4/+2
* <sys/disk.h> -> <geom/geom_disk.h>des2003-04-031-1/+1
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-081-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-032-27/+13
* NO_GEOM cleanup:phk2003-02-231-91/+27
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-201-5/+5
* Back out M_* changes, per decision of the TRB.imp2003-02-192-4/+4
* Implement the ALT_BREAK_TO_DEBUGGER option for the ofw console. This is veryharti2003-02-071-0/+18
* Change ofwcons to use the output-device property from the firmware for thejake2003-01-271-2/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-4/+4
* Create the ofwcons device at SI_SUB_CONFIGURE instead of SI_SUB_DRIVERS,jake2002-11-181-6/+15
* Add a pseudo device which allows to access the OpenFirmware device treetmm2002-10-182-0/+389
* Add an #ifdef _KERNEL to make it possible to include this file fromtmm2002-10-181-5/+7
OpenPOWER on IntegriCloud