aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/disk.h
Commit message (Expand)AuthorAgeFilesLines
* I think the divorce successed, so stop #including <geom/geom_disk.h>Poul-Henning Kamp2003-04-011-2/+1
* Start to split the GEOM/diskdriver specific bits into geom/geom_disk.hPoul-Henning Kamp2003-04-011-47/+1
* Centralize the devstat handling for all GEOM disk device driversPoul-Henning Kamp2003-03-081-0/+2
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-281-6/+1
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-211-1/+1
* Better names for struct disk elements: d_maxsize, d_stripeoffsetPoul-Henning Kamp2003-02-111-3/+3
* Implement the new "struct disk" centered API for device drivers.Poul-Henning Kamp2003-02-051-10/+27
* Add three more properties to struct disk: Stripe offset and widthPoul-Henning Kamp2003-02-051-0/+3
* Add some agility to the disk_create() API:Poul-Henning Kamp2003-01-301-1/+15
* NO_GEOM cleanup: remove DISKFLAG_{WANTED,LOCK}Poul-Henning Kamp2003-01-301-3/+0
* NO_GEOM cleanup: retire disk_invalidate()Poul-Henning Kamp2003-01-301-1/+0
* NO_GEOM cleanup: remove unused fields in struct disk, set type for d_softc.Poul-Henning Kamp2003-01-301-4/+3
* NO_GEOM cleanup: Mark the last arg to disk_create() as unused.Poul-Henning Kamp2003-01-301-1/+1
* (This commit touches about 15 disk device drivers in a very consistentPoul-Henning Kamp2002-09-201-8/+8
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:Poul-Henning Kamp2002-09-201-0/+1
* Implement DIOCGFRONTSTUFF ioctl which reports how many bytes from the startPoul-Henning Kamp2002-04-091-0/+8
* Describe the generic disk ioctls in some detail.Poul-Henning Kamp2002-04-091-2/+29
* Rename DIOCGKERNELDUMP to DIOCSKERNELDUMP as it strictly speakingPoul-Henning Kamp2002-04-091-1/+1
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.Poul-Henning Kamp2002-04-081-0/+11
* Here follows the new kernel dumping infrastructure.Poul-Henning Kamp2002-03-311-1/+0
* Remove __PAlfred Perlstein2002-03-191-5/+5
* Add a field to struct disk for GEOMPoul-Henning Kamp2002-03-111-0/+1
* Add disk_enumerate() for finding names of disks. Vinum and libh willPoul-Henning Kamp2000-06-151-0/+4
* rename disk_delete() to disk_destroy().Poul-Henning Kamp2000-01-281-1/+1
* Put a lock on the disk structure while we open to avoid races.Poul-Henning Kamp1999-11-061-1/+5
* Bite the bullet and allocate the devsw entry at compile time.Poul-Henning Kamp1999-09-121-6/+2
* Use a different tactic when creating the devsw so that disk_create()Poul-Henning Kamp1999-09-121-1/+5
* Improve the micro "disk" layer after gaining more experience with it.Poul-Henning Kamp1999-09-011-2/+4
* Add micro "disk" layer which should enable us to pull all the slice/labelPoul-Henning Kamp1999-08-291-0/+35
* Remove the last trace of disk.hGreg Lehey1999-05-071-109/+0
* Nuke bogus prototypes which have bogotified ccd and vinumPoul-Henning Kamp1999-05-061-9/+1
* buf.h:Justin T. Gibbs1997-09-211-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* disksort() is gone, all drivers now use tqdisksort().Poul-Henning Kamp1996-05-031-2/+1
* Update the wd.c driver to use the new TAILQ scheme for deviceJohn Dyson1995-11-231-1/+2
* Made them all idempotent.Paul Richards1994-08-211-1/+6
* Added $Id$David Greenman1994-08-021-1/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+112