summaryrefslogtreecommitdiffstats
path: root/sys/sys/diskslice.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-231-8/+6
* Remove __Palfred2002-03-191-14/+14
* style(9) the structure definitions.obrien2001-09-051-1/+1
* Write support for the cd(4) driver.ken2000-10-301-0/+1
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-021-9/+0
* Removed a stale forward struct declaration.bde2000-04-301-1/+0
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-1/+2
* Cleanup some more remaining bdev fluff.phk2000-01-161-7/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-3/+3
* Remove BAD144 support, it has already been disabled for some time.phk1999-12-081-3/+0
* Add a DSO_BAD144 flag which indicates that the driver actually understandphk1999-09-201-0/+1
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-281-4/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-15/+6
* remove bdevsw arg from dsopen();phk1998-08-231-3/+2
* Fixed a style bug (a long line) in the previous commit.bde1998-08-161-4/+4
* Change cmd argument to dsioctl from int to u_long.dfr1998-08-141-2/+2
* Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICEbde1998-07-301-5/+10
* Centralized and optimized handling of large sectors. Centralizedbde1998-07-291-1/+4
* Moved allocation of the slices struct to the right place. Initializebde1998-07-201-1/+2
* There is no such thing any more as "struct bdevsw".julian1998-07-041-3/+3
* Removed dead code.bde1998-06-061-35/+1
* Fixed syntax errors in `#if 0' code.bde1997-09-161-3/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Re-enable ds_subtype, and ds_name (included in #ifdef PC98).kato1997-01-161-0/+8
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Synchronize with the RELENG_2_2 branch.asami1996-12-041-9/+1
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:bde1996-09-211-2/+5
* Don't include <sys/conf.h> for the kernel in disk-related headers.bde1996-09-201-8/+9
* Update to current state of PC98 world.asami1996-07-231-1/+5
* The Great PC98 Merge.asami1996-06-141-1/+5
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-3/+3
* First attempt at creating devfs entries for sliced devices. Doesn'tbde1996-01-271-2/+16
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Declare dssize().bde1995-05-081-1/+3
* This is a purely cosmetic changejulian1995-05-011-1/+31
* Change dsioctl() interface to allow DIOCSYNCSLICEINFO to update the caller'sbde1995-04-301-3/+3
* Add ioctls DIOCGSLICEINFO and DIOCSYNCSLICEINFO. The latter isn'tbde1995-04-241-1/+5
* Add a type field to struct diskslice.bde1995-03-041-1/+2
* Add a prototype.bde1995-02-221-1/+3
* Rearrange slice numbers for compatibility.bde1995-02-161-2/+6
* Add prototype for dsgone. Remove prototype for nonexistent dswlabel.bde1994-12-161-1/+1
* disklabel.h:bde1994-12-111-0/+78
OpenPOWER on IntegriCloud