summaryrefslogtreecommitdiffstats
path: root/share/man/man4/bio.4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-4/+4
|
* LSISAS2004 is an mpii chip. mpii can do bio.dlg2010-08-231-2/+4
| | | | | | mpii.4 change from alexey suslikov bio.4 from jmc@ ok marco@
* Correct details for BIOCCREATERAID/BIOCDELETERAID.jsing2010-03-261-4/+8
| | | | ok marco@ jmc@
* document softraid-related ioctls; from Vadim Zhukovjmc2010-03-121-3/+18
| | | | ok marco
* replace cross references to other manual pages with the right macros.sobrado2009-10-221-4/+7
|
* enlist mpi(4) and softraid(4) in bio(4) && Xr bio(4); ok marcocnst2009-07-201-3/+7
|
* Document that ips has bio support now.grange2009-02-091-2/+4
|
* Mention bio support for cac(4).brad2008-10-291-2/+4
|
* sync arc(4) Nd;jmc2008-10-241-3/+3
|
* the kids want I/O;jmc2008-01-261-3/+3
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* update ciss.4 .Nd;jmc2006-09-201-2/+2
|
* more Nd sync; spotted by dlgjmc2006-09-011-5/+5
|
* list the drivers that use bio for various types of management.dlg2006-08-311-6/+27
| | | | help and ok jmc@ requested by and ok deraadt@
* er, no, gdt does not do bio yetderaadt2006-08-311-2/+1
|
* fix SEE ALSO;jmc2006-04-301-5/+5
|
* Bring the function list back into reality.marco2006-04-301-18/+37
| | | | Several nits.
* - Xr only 1st reference to ioctl (kind of the opposite of what michaeljmc2005-11-111-9/+7
| | | | | | | proposed) - uppercase `RAID' for consistency from michael knudsen;
* hook up a simple ciss(4) pagemickey2005-08-031-1/+2
|
* one ioctl has to be first since it tells what the hell others usemickey2005-06-301-5/+5
|
* sort ioctls;jmc2005-06-301-8/+8
|
* grammar;jmc2005-06-301-7/+7
|
* a few scetches on the new ioctlsmickey2005-06-291-3/+23
|
* - .Xr ioctl 2jmc2004-08-251-2/+3
| | | | - "first appeared"
* The pseudo-device keyword takes only one count as an argument.aaron2004-06-201-2/+1
|
* Homogeneize config lines for pseudo-devices, and do not put fixed values.miod2004-03-211-2/+2
|
* typos;jmc2003-03-141-3/+3
| | | | | audio(4): ok naddy@ cardbus(4): ok deraadt@
* date should be written formally: .Dd Month day, yeardavid2003-03-061-2/+2
| | | | | also fixes a few misspellings of the month ok henning@ jmc@
* start new sentence on a new line.mpech2002-06-121-5/+5
| | | | niklas@
* bio is a driver that can delegate ioctls to other drivers whichniklas2002-06-091-0/+82
otherwise do not deserve a /dev-node of their own. Will be used for RAID mgmt among other things. Initially only i386 gets the device, but other platforms will follow in a few hours. MAKEDEV stuff coming soon too.