summaryrefslogtreecommitdiff
path: root/sys/kern/subr_disk.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.1.1_cvscvs2svn2000-09-251-1/+1
* MFC: 1.29 fixes the disk going away and then coming back problemWarner Losh2000-07-111-24/+28
* Fixed a null pointer panic for dumpon(8) on a nonexistent device whoseBruce Evans2000-03-091-0/+2
* Update the ata driver to take more advantage of newbus, thisSøren Schmidt2000-02-181-1/+4
* rename disk_delete() to disk_destroy().Poul-Henning Kamp2000-01-281-1/+1
* Also handle zero return from dscheck().Poul-Henning Kamp2000-01-101-1/+1
* Don't ignore return value from tsleep().Poul-Henning Kamp1999-12-191-1/+3
* Conditionalise unwanted chattyness.Jordan K. Hubbard1999-11-191-1/+2
* Put a lock on the disk structure while we open to avoid races.Poul-Henning Kamp1999-11-061-3/+15
* Trim unused options (or #ifdef for undoc options).Peter Wemm1999-10-111-1/+0
* be more consistent about passing the whole/raw dev_t to the driverPoul-Henning Kamp1999-10-041-4/+2
* In some drivers we use two devices to be able to boot.Søren Schmidt1999-10-021-1/+2
* Fix a problem relating to si_iosize_max which broke scsi devices.Poul-Henning Kamp1999-10-021-5/+7
* Make all slices/partitions correctly inherit si_* fields.Poul-Henning Kamp1999-09-301-6/+13
* Fix disk_close once more, and better this time.Poul-Henning Kamp1999-09-301-2/+2
* Test the slices for openness before we close them; doing it the other wayMike Smith1999-09-301-1/+1
* Register the right cdevsw on the master device.Poul-Henning Kamp1999-09-131-1/+1
* Bite the bullet and allocate the devsw entry at compile time.Poul-Henning Kamp1999-09-121-20/+14
* Use a different tactic when creating the devsw so that disk_create()Poul-Henning Kamp1999-09-121-44/+24
* Changes to centralise the default blocksize behaviour.Julian Elischer1999-09-091-0/+12
* Improve the micro "disk" layer after gaining more experience with it.Poul-Henning Kamp1999-09-011-16/+70
* Add micro "disk" layer which should enable us to pull all the slice/labelPoul-Henning Kamp1999-08-291-0/+183