Revision tags: release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
#
d0c11f9e |
| 05-May-2007 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
- Extend disk structure to allow to store disk's serial number, which can be retrieved via GEOM::ident attribute. - Bump disk(9) ABI version.
OK'ed by: phk
|
#
09313993 |
| 28-Jan-2007 |
Robert Watson <rwatson@FreeBSD.org> |
Fix minor type: "struct disk *" instead of "struct *disk".
MFC after: 3 days
|
Revision tags: release/6.2.0_cvs, release/6.2.0 |
|
#
1d2aee20 |
| 31-Oct-2006 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
Add a new disk flag - DISKFLAG_CANFLUSHCACHE, which indicates that the disk can handle BIO_FLUSH requests.
Sponsored by: home.pl
|
Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0 |
|
#
2988974b |
| 21-Jun-2004 |
Mike Pritchard <mpp@FreeBSD.org> |
Spelling fixes.
|
Revision tags: release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1 |
|
#
1b2f42a9 |
| 19-Feb-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
Improve formatting.
|
#
0aef5c84 |
| 18-Feb-2004 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Improve contents, ruin formatting.
|
Revision tags: release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0 |
|
#
2f6e000a |
| 23-Oct-2003 |
Hiten Pandya <hmp@FreeBSD.org> |
Correct #include file in SYNOPSIS:
It is not sys/geom_disk.h, but located under geom/ directory, so, mark it geom/geom_disk.h.
|
#
aad6efcc |
| 23-Oct-2003 |
Hiten Pandya <hmp@FreeBSD.org> |
Mdoc Janitor:
* 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)
Mdoc Janitor:
* 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.
show more ...
|
#
5e50629b |
| 27-Sep-2003 |
Robert Watson <rwatson@FreeBSD.org> |
Additional information on the memory properties of struct disk instances: the memory holding a struct disk should be pre-zeroed so as to initialize any storage framework private data in the structure
Additional information on the memory properties of struct disk 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
show more ...
|
#
ef43d3b5 |
| 26-Sep-2003 |
Robert Watson <rwatson@FreeBSD.org> |
Documentation of kernel disk_create() and disk_destroy() APIs. These APIs permit disk device drivers to register and deregister storage devices for use by storage device consumers. No doubt this AP
Documentation of kernel disk_create() and disk_destroy() APIs. These 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
show more ...
|
Revision tags: release/7.2.0_cvs, release/7.2.0 |
|
#
1829d5da |
| 12-Mar-2009 |
Warner Losh <imp@FreeBSD.org> |
Update the projects tree to a newer FreeBSD current.
|
#
cbc1fff1 |
| 22-Feb-2009 |
Edward Tomasz Napierala <trasz@FreeBSD.org> |
Mention disk_gone() in disk(9).
Approved by: rwatson (mentor)
|
Revision tags: release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
#
d0c11f9e |
| 05-May-2007 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
- Extend disk structure to allow to store disk's serial number, which can be retrieved via GEOM::ident attribute. - Bump disk(9) ABI version.
OK'ed by: phk
|
#
09313993 |
| 28-Jan-2007 |
Robert Watson <rwatson@FreeBSD.org> |
Fix minor type: "struct disk *" instead of "struct *disk".
MFC after: 3 days
|
Revision tags: release/6.2.0_cvs, release/6.2.0 |
|
#
1d2aee20 |
| 31-Oct-2006 |
Pawel Jakub Dawidek <pjd@FreeBSD.org> |
Add a new disk flag - DISKFLAG_CANFLUSHCACHE, which indicates that the disk can handle BIO_FLUSH requests.
Sponsored by: home.pl
|
Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0 |
|
#
2988974b |
| 21-Jun-2004 |
Mike Pritchard <mpp@FreeBSD.org> |
Spelling fixes.
|
Revision tags: release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1 |
|
#
1b2f42a9 |
| 19-Feb-2004 |
Ruslan Ermilov <ru@FreeBSD.org> |
Improve formatting.
|
#
0aef5c84 |
| 18-Feb-2004 |
Poul-Henning Kamp <phk@FreeBSD.org> |
Improve contents, ruin formatting.
|
Revision tags: release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0 |
|
#
2f6e000a |
| 23-Oct-2003 |
Hiten Pandya <hmp@FreeBSD.org> |
Correct #include file in SYNOPSIS:
It is not sys/geom_disk.h, but located under geom/ directory, so, mark it geom/geom_disk.h.
|
#
aad6efcc |
| 23-Oct-2003 |
Hiten Pandya <hmp@FreeBSD.org> |
Mdoc Janitor:
* 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)
Mdoc Janitor:
* 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.
show more ...
|
#
5e50629b |
| 27-Sep-2003 |
Robert Watson <rwatson@FreeBSD.org> |
Additional information on the memory properties of struct disk instances: the memory holding a struct disk should be pre-zeroed so as to initialize any storage framework private data in the structure
Additional information on the memory properties of struct disk 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
show more ...
|
#
ef43d3b5 |
| 26-Sep-2003 |
Robert Watson <rwatson@FreeBSD.org> |
Documentation of kernel disk_create() and disk_destroy() APIs. These APIs permit disk device drivers to register and deregister storage devices for use by storage device consumers. No doubt this AP
Documentation of kernel disk_create() and disk_destroy() APIs. These 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
show more ...
|