aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/diskslice.h
Commit message (Expand)AuthorAgeFilesLines
* We don't need to pass the diskname argument all over the diskslice/labelPoul-Henning Kamp1999-08-281-4/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Spring cleaning around strategy and disklabels/slices:Poul-Henning Kamp1999-08-141-15/+6
* remove bdevsw arg from dsopen();Poul-Henning Kamp1998-08-231-3/+2
* Fixed a style bug (a long line) in the previous commit.Bruce Evans1998-08-161-4/+4
* Change cmd argument to dsioctl from int to u_long.Doug Rabson1998-08-141-2/+2
* Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICEBruce Evans1998-07-301-5/+10
* Centralized and optimized handling of large sectors. CentralizedBruce Evans1998-07-291-1/+4
* Moved allocation of the slices struct to the right place. InitializeBruce Evans1998-07-201-1/+2
* There is no such thing any more as "struct bdevsw".Julian Elischer1998-07-041-3/+3
* Removed dead code.Bruce Evans1998-06-061-35/+1
* Fixed syntax errors in `#if 0' code.Bruce Evans1997-09-161-3/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Re-enable ds_subtype, and ds_name (included in #ifdef PC98).KATO Takenori1997-01-161-0/+8
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Synchronize with the RELENG_2_2 branch.Satoshi Asami1996-12-041-9/+1
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:Bruce Evans1996-09-211-2/+5
* Don't include <sys/conf.h> for the kernel in disk-related headers.Bruce Evans1996-09-201-8/+9
* Update to current state of PC98 world.Satoshi Asami1996-07-231-1/+5
* The Great PC98 Merge.Satoshi Asami1996-06-141-1/+5
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-3/+3
* First attempt at creating devfs entries for sliced devices. Doesn'tBruce Evans1996-01-271-2/+16
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Declare dssize().Bruce Evans1995-05-081-1/+3
* This is a purely cosmetic changeJulian Elischer1995-05-011-1/+31
* Change dsioctl() interface to allow DIOCSYNCSLICEINFO to update the caller'sBruce Evans1995-04-301-3/+3
* Add ioctls DIOCGSLICEINFO and DIOCSYNCSLICEINFO. The latter isn'tBruce Evans1995-04-241-1/+5
* Add a type field to struct diskslice.Bruce Evans1995-03-041-1/+2
* Add a prototype.Bruce Evans1995-02-221-1/+3
* Rearrange slice numbers for compatibility.Bruce Evans1995-02-161-2/+6
* Add prototype for dsgone. Remove prototype for nonexistent dswlabel.Bruce Evans1994-12-161-1/+1
* disklabel.h:Bruce Evans1994-12-111-0/+78