summaryrefslogtreecommitdiffstats
path: root/share/man/man9/disk.9
Commit message (Collapse)AuthorAgeFilesLines
* Mention disk_gone() in disk(9).trasz2009-02-221-0/+7
| | | | Approved by: rwatson (mentor)
* - Extend disk structure to allow to store disk's serial number, which can bepjd2007-05-051-0/+2
| | | | | | | retrieved via GEOM::ident attribute. - Bump disk(9) ABI version. OK'ed by: phk
* Fix minor type: "struct disk *" instead of "struct *disk".rwatson2007-01-281-1/+1
| | | | MFC after: 3 days
* Add a new disk flag - DISKFLAG_CANFLUSHCACHE, which indicates that the diskpjd2006-10-311-1/+3
| | | | | | can handle BIO_FLUSH requests. Sponsored by: home.pl
* Spelling fixes.mpp2004-06-211-1/+1
|
* Improve formatting.ru2004-02-191-45/+40
|
* Improve contents, ruin formatting.phk2004-02-181-38/+68
|
* Correct #include file in SYNOPSIS:hmp2003-10-231-1/+1
| | | | | It is not sys/geom_disk.h, but located under geom/ directory, so, mark it geom/geom_disk.h.
* Mdoc Janitor:hmp2003-10-231-3/+9
| | | | | | | | | | | | | * Uppercase .Dt command contents. * Make use of .Fo and .Fc for marking up functions with a lot of arguments. NOTE: Please do not use the `\' line seperator for mdoc(7) manual pages, as it has problems of its own on some displays; instead, consult the mdoc(7) manual on using .Fo and .Fc. * Change 'man' to 'manual' for consistency.
* Additional information on the memory properties of struct diskrwatson2003-09-261-2/+9
| | | | | | | | | instances: the memory holding a struct disk should be pre-zeroed so as to initialize any storage framework private data in the structures properly. In addition, the memory must be writable so that the private data may be updated. Pointed out by: phk
* Documentation of kernel disk_create() and disk_destroy() APIs. Theserwatson2003-09-261-0/+151
APIs permit disk device drivers to register and deregister storage devices for use by storage device consumers. No doubt this API will change more as time flies by, but this should be helpful to the creators of new storage device drivers. Reviewed by: phk
OpenPOWER on IntegriCloud