mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 21:40:54 +07:00
898bd37a92
Rename the block documentation files to ReST, add an index for them and adjust in order to produce a nice html output via the Sphinx build system. At its new index.rst, let's add a :orphan: while this is not linked to the main index.rst file, in order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
19 lines
536 B
ReStructuredText
19 lines
536 B
ReStructuredText
===============================
|
|
Generic Block Device Capability
|
|
===============================
|
|
|
|
This file documents the sysfs file block/<disk>/capability
|
|
|
|
capability is a hex word indicating which capabilities a specific disk
|
|
supports. For more information on bits not listed here, see
|
|
include/linux/genhd.h
|
|
|
|
GENHD_FL_MEDIA_CHANGE_NOTIFY
|
|
----------------------------
|
|
|
|
Value: 4
|
|
|
|
When this bit is set, the disk supports Asynchronous Notification
|
|
of media change events. These events will be broadcast to user
|
|
space via kernel uevent.
|