aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ofw/ofw_disk.c
Commit message (Expand)AuthorAgeFilesLines
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-1/+1
* The mediasize shouldn't be multipled by the sector size when it wasPeter Grehan2005-10-311-1/+2
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* 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-147/+126
* Instead of "OpenFirmware", "openfirmware", etc. use the official spellingMarius Strobl2004-08-161-3/+3
* - set resid correctly so that a failed seek (e.g. end of file) returnsPeter Grehan2004-06-251-1/+3
* 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
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* <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
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-231-91/+27
* Add missing semicolonPeter Grehan2002-09-201-1/+1
* (This commit touches about 15 disk device drivers in a very consistentPoul-Henning Kamp2002-09-201-13/+5
* Basic OpenFirmware disk driver. It will attach to anything in OpenFirmwareBenno Rice2002-04-151-0/+261