Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | 2013-07-16 | 1 | -4/+4 | |
| | |||||
* | LSISAS2004 is an mpii chip. mpii can do bio. | 2010-08-23 | 1 | -2/+4 | |
| | | | | | | mpii.4 change from alexey suslikov bio.4 from jmc@ ok marco@ | ||||
* | Correct details for BIOCCREATERAID/BIOCDELETERAID. | 2010-03-26 | 1 | -4/+8 | |
| | | | | ok marco@ jmc@ | ||||
* | document softraid-related ioctls; from Vadim Zhukov | 2010-03-12 | 1 | -3/+18 | |
| | | | | ok marco | ||||
* | replace cross references to other manual pages with the right macros. | 2009-10-22 | 1 | -4/+7 | |
| | |||||
* | enlist mpi(4) and softraid(4) in bio(4) && Xr bio(4); ok marco | 2009-07-20 | 1 | -3/+7 | |
| | |||||
* | Document that ips has bio support now. | 2009-02-09 | 1 | -2/+4 | |
| | |||||
* | Mention bio support for cac(4). | 2008-10-29 | 1 | -2/+4 | |
| | |||||
* | sync arc(4) Nd; | 2008-10-24 | 1 | -3/+3 | |
| | |||||
* | the kids want I/O; | 2008-01-26 | 1 | -3/+3 | |
| | |||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | update ciss.4 .Nd; | 2006-09-20 | 1 | -2/+2 | |
| | |||||
* | more Nd sync; spotted by dlg | 2006-09-01 | 1 | -5/+5 | |
| | |||||
* | list the drivers that use bio for various types of management. | 2006-08-31 | 1 | -6/+27 | |
| | | | | help and ok jmc@ requested by and ok deraadt@ | ||||
* | er, no, gdt does not do bio yet | 2006-08-31 | 1 | -2/+1 | |
| | |||||
* | fix SEE ALSO; | 2006-04-30 | 1 | -5/+5 | |
| | |||||
* | Bring the function list back into reality. | 2006-04-30 | 1 | -18/+37 | |
| | | | | Several nits. | ||||
* | - Xr only 1st reference to ioctl (kind of the opposite of what michael | 2005-11-11 | 1 | -9/+7 | |
| | | | | | | | proposed) - uppercase `RAID' for consistency from michael knudsen; | ||||
* | hook up a simple ciss(4) page | 2005-08-03 | 1 | -1/+2 | |
| | |||||
* | one ioctl has to be first since it tells what the hell others use | 2005-06-30 | 1 | -5/+5 | |
| | |||||
* | sort ioctls; | 2005-06-30 | 1 | -8/+8 | |
| | |||||
* | grammar; | 2005-06-30 | 1 | -7/+7 | |
| | |||||
* | a few scetches on the new ioctls | 2005-06-29 | 1 | -3/+23 | |
| | |||||
* | - .Xr ioctl 2 | 2004-08-25 | 1 | -2/+3 | |
| | | | | - "first appeared" | ||||
* | The pseudo-device keyword takes only one count as an argument. | 2004-06-20 | 1 | -2/+1 | |
| | |||||
* | Homogeneize config lines for pseudo-devices, and do not put fixed values. | 2004-03-21 | 1 | -2/+2 | |
| | |||||
* | typos; | 2003-03-14 | 1 | -3/+3 | |
| | | | | | audio(4): ok naddy@ cardbus(4): ok deraadt@ | ||||
* | date should be written formally: .Dd Month day, year | 2003-03-06 | 1 | -2/+2 | |
| | | | | | also fixes a few misspellings of the month ok henning@ jmc@ | ||||
* | start new sentence on a new line. | 2002-06-12 | 1 | -5/+5 | |
| | | | | niklas@ | ||||
* | bio is a driver that can delegate ioctls to other drivers which | 2002-06-09 | 1 | -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. |