Skip to content

Commit f96cf6e

Browse files
committed
fix formatting of example
1 parent 16a621b commit f96cf6e

File tree

1 file changed

+59
-59
lines changed

1 file changed

+59
-59
lines changed

README.md

+59-59
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Yocto (https://www.yoctoproject.org/) based targets using the SCST
88
If you want to use the SCST and Linux kernel patches outside of Yocto, look at
99
the following two patch files:
1010

11-
> recipes-kernel/linux/linux-stable/linux-stable-4.1-mpt3sas_stm.patch
11+
recipes-kernel/linux/linux-stable/linux-stable-4.1-mpt3sas_stm.patch
1212

13-
> recipes-protocols/scst/files/0001-add-mpt3.patch
13+
recipes-protocols/scst/files/0001-add-mpt3.patch
1414

1515
Requirements
1616
------------
@@ -64,60 +64,60 @@ port, and only a single port is supported in the current patch set.
6464
Here is an example of how one HBA has been configured with a single x4 port for
6565
normal Initator traffic, and a second x4 port for Target traffic:
6666

67-
> root@demox86-64:~# lsiutil
68-
>
69-
> LSI Logic MPT Configuration Utility, Version 1.72, Sep 09, 2014
70-
> modprobe: module mptctl not found in modules.dep
71-
>
72-
> 1 MPT Port found
73-
>
74-
> Port Name Chip Vendor/Type/Rev MPT Rev Firmware Rev IOC
75-
> 1. ioc0 LSI Logic SAS3008 C0 205 01000200 0
76-
>
77-
> Select a device: [1-1 or 0 to quit] 1
78-
>
79-
> 1. Identify firmware, BIOS, and/or FCode
80-
> 2. Download firmware (update the FLASH)
81-
> 4. Download/erase BIOS and/or FCode (update the FLASH)
82-
> 8. Scan for devices
83-
> 801. Scan for 1 LUN
84-
> 810. Scan for 10 LUN's
85-
> 10. Change IOC settings (interrupt coalescing)
86-
> 13. Change SAS IO Unit settings
87-
> 16. Display attached devices
88-
> 20. Diagnostics
89-
> 21. RAID actions
90-
> 23. Reset target
91-
> 42. Display operating system names for devices
92-
> 43. Diagnostic Buffer actions
93-
> 45. Concatenate SAS firmware and NVDATA files
94-
> 59. Dump PCI config space
95-
> 60. Show non-default settings
96-
> 61. Restore default settings
97-
> 66. Show SAS discovery errors
98-
> 69. Show board manufacturing information
99-
> 97. Reset SAS link, HARD RESET
100-
> 98. Reset SAS link
101-
> 99. Reset port
102-
> e Enable expert mode in menus
103-
> p Enable paged mode
104-
> w Enable logging
105-
>
106-
> Main menu, select an option: [1-99 or e/p/w or 0 to quit] 13
107-
>
108-
> SATA Maximum Queue Depth: [0 to 255, default is 128]
109-
> SAS Max Queue Depth, Narrow: [0 to 65535, default is 256]
110-
> SAS Max Queue Depth, Wide: [0 to 65535, default is 256]
111-
> Device Missing Report Delay: [0 to 2047, default is 0]
112-
> Device Missing I/O Delay: [0 to 255, default is 0]
113-
>
114-
> PhyNum Link MinRate MaxRate Initiator Target Port
115-
> 0 Enabled 3.0 12.0 Disabled Enabled 1
116-
> 1 Enabled 3.0 12.0 Disabled Enabled 1
117-
> 2 Enabled 3.0 12.0 Disabled Enabled 1
118-
> 3 Enabled 3.0 12.0 Disabled Enabled 1
119-
> 4 Enabled 3.0 12.0 Enabled Disabled Auto
120-
> 5 Enabled 3.0 12.0 Enabled Disabled Auto
121-
> 6 Enabled 3.0 12.0 Enabled Disabled Auto
122-
> 7 Enabled 3.0 12.0 Enabled Disabled Auto
123-
>
67+
root@demox86-64:~# lsiutil
68+
69+
LSI Logic MPT Configuration Utility, Version 1.72, Sep 09, 2014
70+
modprobe: module mptctl not found in modules.dep
71+
72+
1 MPT Port found
73+
74+
Port Name Chip Vendor/Type/Rev MPT Rev Firmware Rev IOC
75+
1. ioc0 LSI Logic SAS3008 C0 205 01000200 0
76+
77+
Select a device: [1-1 or 0 to quit] 1
78+
79+
1. Identify firmware, BIOS, and/or FCode
80+
2. Download firmware (update the FLASH)
81+
4. Download/erase BIOS and/or FCode (update the FLASH)
82+
8. Scan for devices
83+
801. Scan for 1 LUN
84+
810. Scan for 10 LUN's
85+
10. Change IOC settings (interrupt coalescing)
86+
13. Change SAS IO Unit settings
87+
16. Display attached devices
88+
20. Diagnostics
89+
21. RAID actions
90+
23. Reset target
91+
42. Display operating system names for devices
92+
43. Diagnostic Buffer actions
93+
45. Concatenate SAS firmware and NVDATA files
94+
59. Dump PCI config space
95+
60. Show non-default settings
96+
61. Restore default settings
97+
66. Show SAS discovery errors
98+
69. Show board manufacturing information
99+
97. Reset SAS link, HARD RESET
100+
98. Reset SAS link
101+
99. Reset port
102+
e Enable expert mode in menus
103+
p Enable paged mode
104+
w Enable logging
105+
106+
Main menu, select an option: [1-99 or e/p/w or 0 to quit] 13
107+
108+
SATA Maximum Queue Depth: [0 to 255, default is 128]
109+
SAS Max Queue Depth, Narrow: [0 to 65535, default is 256]
110+
SAS Max Queue Depth, Wide: [0 to 65535, default is 256]
111+
Device Missing Report Delay: [0 to 2047, default is 0]
112+
Device Missing I/O Delay: [0 to 255, default is 0]
113+
114+
PhyNum Link MinRate MaxRate Initiator Target Port
115+
0 Enabled 3.0 12.0 Disabled Enabled 1
116+
1 Enabled 3.0 12.0 Disabled Enabled 1
117+
2 Enabled 3.0 12.0 Disabled Enabled 1
118+
3 Enabled 3.0 12.0 Disabled Enabled 1
119+
4 Enabled 3.0 12.0 Enabled Disabled Auto
120+
5 Enabled 3.0 12.0 Enabled Disabled Auto
121+
6 Enabled 3.0 12.0 Enabled Disabled Auto
122+
7 Enabled 3.0 12.0 Enabled Disabled Auto
123+

0 commit comments

Comments
 (0)