summaryrefslogtreecommitdiffstats
path: root/sys/dev/ofw/ofw_disk.c
Commit message (Expand)AuthorAgeFilesLines
* Missed style fixes.marius2009-06-141-5/+3
* Fix style.marius2009-06-141-47/+47
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-1/+1
* The mediasize shouldn't be multipled by the sector size when it wasgrehan2005-10-311-1/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* 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
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingmarius2004-08-161-3/+3
* - set resid correctly so that a failed seek (e.g. end of file) returnsgrehan2004-06-251-1/+3
* 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
* Use __FBSDID().obrien2003-08-241-1/+3
* <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
* NO_GEOM cleanup:phk2003-02-231-91/+27
* Add missing semicolongrehan2002-09-201-1/+1
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-201-13/+5
* Basic OpenFirmware disk driver. It will attach to anything in OpenFirmwarebenno2002-04-151-0/+261
OpenPOWER on IntegriCloud