diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-05-17 09:29:58 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-07-14 15:51:34 -0400 |
commit | 7c6a2d229dd6dab7cc7563f72b78dd5867d351b4 (patch) | |
tree | 5044c86f9a73b4952b65618b161ec2b5e2667683 /Documentation/debugging-via-ohci1394.txt | |
parent | 5d75cf6d37e5a88a702e96288dc040663ba7d915 (diff) |
debugging-via-ohci1394.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 and adjust titles;
- Mark and indent literal blocks.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/debugging-via-ohci1394.txt')
-rw-r--r-- | Documentation/debugging-via-ohci1394.txt | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/Documentation/debugging-via-ohci1394.txt b/Documentation/debugging-via-ohci1394.txt index 9ff026d22b75..981ad4f89fd3 100644 --- a/Documentation/debugging-via-ohci1394.txt +++ b/Documentation/debugging-via-ohci1394.txt | |||
@@ -1,6 +1,6 @@ | |||
1 | 1 | =========================================================================== | |
2 | Using physical DMA provided by OHCI-1394 FireWire controllers for debugging | 2 | Using physical DMA provided by OHCI-1394 FireWire controllers for debugging |
3 | --------------------------------------------------------------------------- | 3 | =========================================================================== |
4 | 4 | ||
5 | Introduction | 5 | Introduction |
6 | ------------ | 6 | ------------ |
@@ -91,10 +91,10 @@ Step-by-step instructions for using firescope with early OHCI initialization: | |||
91 | 1) Verify that your hardware is supported: | 91 | 1) Verify that your hardware is supported: |
92 | 92 | ||
93 | Load the firewire-ohci module and check your kernel logs. | 93 | Load the firewire-ohci module and check your kernel logs. |
94 | You should see a line similar to | 94 | You should see a line similar to:: |
95 | 95 | ||
96 | firewire_ohci 0000:15:00.1: added OHCI v1.0 device as card 2, 4 IR + 4 IT | 96 | firewire_ohci 0000:15:00.1: added OHCI v1.0 device as card 2, 4 IR + 4 IT |
97 | ... contexts, quirks 0x11 | 97 | ... contexts, quirks 0x11 |
98 | 98 | ||
99 | when loading the driver. If you have no supported controller, many PCI, | 99 | when loading the driver. If you have no supported controller, many PCI, |
100 | CardBus and even some Express cards which are fully compliant to OHCI-1394 | 100 | CardBus and even some Express cards which are fully compliant to OHCI-1394 |
@@ -113,9 +113,9 @@ Step-by-step instructions for using firescope with early OHCI initialization: | |||
113 | stable connection and has matching connectors (there are small 4-pin and | 113 | stable connection and has matching connectors (there are small 4-pin and |
114 | large 6-pin FireWire ports) will do. | 114 | large 6-pin FireWire ports) will do. |
115 | 115 | ||
116 | If an driver is running on both machines you should see a line like | 116 | If an driver is running on both machines you should see a line like:: |
117 | 117 | ||
118 | firewire_core 0000:15:00.1: created device fw1: GUID 00061b0020105917, S400 | 118 | firewire_core 0000:15:00.1: created device fw1: GUID 00061b0020105917, S400 |
119 | 119 | ||
120 | on both machines in the kernel log when the cable is plugged in | 120 | on both machines in the kernel log when the cable is plugged in |
121 | and connects the two machines. | 121 | and connects the two machines. |
@@ -123,7 +123,7 @@ Step-by-step instructions for using firescope with early OHCI initialization: | |||
123 | 3) Test physical DMA using firescope: | 123 | 3) Test physical DMA using firescope: |
124 | 124 | ||
125 | On the debug host, make sure that /dev/fw* is accessible, | 125 | On the debug host, make sure that /dev/fw* is accessible, |
126 | then start firescope: | 126 | then start firescope:: |
127 | 127 | ||
128 | $ firescope | 128 | $ firescope |
129 | Port 0 (/dev/fw1) opened, 2 nodes detected | 129 | Port 0 (/dev/fw1) opened, 2 nodes detected |
@@ -163,7 +163,7 @@ Step-by-step instructions for using firescope with early OHCI initialization: | |||
163 | host loaded, reboot the debugged machine, booting the kernel which has | 163 | host loaded, reboot the debugged machine, booting the kernel which has |
164 | CONFIG_PROVIDE_OHCI1394_DMA_INIT enabled, with the option ohci1394_dma=early. | 164 | CONFIG_PROVIDE_OHCI1394_DMA_INIT enabled, with the option ohci1394_dma=early. |
165 | 165 | ||
166 | Then, on the debugging host, run firescope, for example by using -A: | 166 | Then, on the debugging host, run firescope, for example by using -A:: |
167 | 167 | ||
168 | firescope -A System.map-of-debug-target-kernel | 168 | firescope -A System.map-of-debug-target-kernel |
169 | 169 | ||
@@ -178,6 +178,7 @@ Step-by-step instructions for using firescope with early OHCI initialization: | |||
178 | 178 | ||
179 | Notes | 179 | Notes |
180 | ----- | 180 | ----- |
181 | |||
181 | Documentation and specifications: http://halobates.de/firewire/ | 182 | Documentation and specifications: http://halobates.de/firewire/ |
182 | 183 | ||
183 | FireWire is a trademark of Apple Inc. - for more information please refer to: | 184 | FireWire is a trademark of Apple Inc. - for more information please refer to: |