Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dcdbas.txt: standardize document format

Each text file under Documentation follows a different
format. Some doesn't even have titles!

Change its representation to follow the adopted standard,
using ReST markups for it to be parseable by Sphinx:

- Mark titles;
- Mark literal blocks;
- Mark table.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
7effa5b0 2e4e6f30

+16 -8
+16 -8
Documentation/dcdbas.txt
··· 1 + =================================== 2 + Dell Systems Management Base Driver 3 + =================================== 4 + 1 5 Overview 6 + ======== 2 7 3 8 The Dell Systems Management Base Driver provides a sysfs interface for 4 9 systems management software such as Dell OpenManage to perform system ··· 22 17 23 18 24 19 System Management Interrupt 20 + =========================== 25 21 26 22 On some Dell systems, systems management software must access certain 27 23 management information via a system management interrupt (SMI). The SMI data ··· 30 24 buffer is required for the SMI. The driver maintains the memory required for 31 25 the SMI and provides a way for the application to generate the SMI. 32 26 The driver creates the following sysfs entries for systems management 33 - software to perform these system management interrupts: 27 + software to perform these system management interrupts:: 34 28 35 - /sys/devices/platform/dcdbas/smi_data 36 - /sys/devices/platform/dcdbas/smi_data_buf_phys_addr 37 - /sys/devices/platform/dcdbas/smi_data_buf_size 38 - /sys/devices/platform/dcdbas/smi_request 29 + /sys/devices/platform/dcdbas/smi_data 30 + /sys/devices/platform/dcdbas/smi_data_buf_phys_addr 31 + /sys/devices/platform/dcdbas/smi_data_buf_size 32 + /sys/devices/platform/dcdbas/smi_request 39 33 40 34 Systems management software must perform the following steps to execute 41 35 a SMI using this driver: ··· 49 43 50 44 51 45 Host Control Action 46 + =================== 52 47 53 48 Dell OpenManage supports a host control feature that allows the administrator 54 49 to perform a power cycle or power off of the system after the OS has finished ··· 76 69 77 70 78 71 Host Control SMI Type 72 + ===================== 79 73 80 74 The following table shows the value to write to host_control_smi_type to 81 75 perform a power cycle or power off host control action: 82 76 77 + =================== ===================== 83 78 PowerEdge System Host Control SMI Type 84 - ---------------- --------------------- 79 + =================== ===================== 85 80 300 HC_SMITYPE_TYPE1 86 81 1300 HC_SMITYPE_TYPE1 87 82 1400 HC_SMITYPE_TYPE2 ··· 96 87 1655MC HC_SMITYPE_TYPE2 97 88 700 HC_SMITYPE_TYPE3 98 89 750 HC_SMITYPE_TYPE3 99 - 100 - 90 + =================== =====================