* [PATCH v6 1/6] smartpqi: add module parameter ctrl_ready_timeout
2023-10-03 19:54 [PATCH v6 0/6] smartpqi man page updates Don Brace
@ 2023-10-03 19:54 ` Don Brace
2023-10-08 22:32 ` Alejandro Colomar
2023-10-03 19:54 ` [PATCH v6 2/6] smartpqi: update FILES section Don Brace
` (4 subsequent siblings)
5 siblings, 1 reply; 10+ messages in thread
From: Don Brace @ 2023-10-03 19:54 UTC (permalink / raw)
To: alx; +Cc: linux-man
Allow user to change the length of time that the driver
will wait for the controller to become ready.
Reviewed-by: Scott Benesh <scott.benesh@microchip.com>
Reviewed-by: Scott Teel <scott.teel@microchip.com>
Reviewed-by: Mike McGowen <mike.mcgowen@microchip.com>
Reviewed-by: Kevin Barnett <kevin.barnett@microchip.com>
Signed-off-by: Don Brace <don.brace@microchip.com>
---
man4/smartpqi.4 | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/man4/smartpqi.4 b/man4/smartpqi.4
index 32f9240e37f2..e12d82296108 100644
--- a/man4/smartpqi.4
+++ b/man4/smartpqi.4
@@ -17,6 +17,7 @@ smartpqi \- Microchip Smart Storage SCSI driver
.RB [ expose_ld_first= { 0 | 1 }]
.RB [ hide_vsep= { 0 | 1 }]
.RB [ disable_managed_interrupts= { 0 | 1 }]
+.RB [ ctrl_ready_timeout= { 0 | [30, 1800] }]
.YS
.SH DESCRIPTION
.B smartpqi
@@ -107,6 +108,12 @@ Disables driver utilization of Linux kernel managed interrupts for controllers.
The managed interrupts feature automatically distributes interrupts
to all available CPUs and assigns SMP affinity.
The default value is 0 (managed interrupts enabled).
+.TP
+.BR ctrl_ready_timeout= { 0 | [30, 1800] }
+This option specifies the timeout in seconds for the driver to wait
+for the controller to be ready.
+The valid range is 0 or [30, 1800]. The default value is 0,
+which causes the driver to use a timeout of 180 seconds.
.SH FILES
.SS Device nodes
Logical drives are accessed via the SCSI disk driver
--
2.42.0.296.g493f462273
^ permalink raw reply related [flat|nested] 10+ messages in thread* Re: [PATCH v6 1/6] smartpqi: add module parameter ctrl_ready_timeout
2023-10-03 19:54 ` [PATCH v6 1/6] smartpqi: add module parameter ctrl_ready_timeout Don Brace
@ 2023-10-08 22:32 ` Alejandro Colomar
0 siblings, 0 replies; 10+ messages in thread
From: Alejandro Colomar @ 2023-10-08 22:32 UTC (permalink / raw)
To: Don Brace; +Cc: linux-man
[-- Attachment #1: Type: text/plain, Size: 2646 bytes --]
On Tue, Oct 03, 2023 at 02:54:34PM -0500, Don Brace wrote:
> Allow user to change the length of time that the driver
> will wait for the controller to become ready.
>
> Reviewed-by: Scott Benesh <scott.benesh@microchip.com>
> Reviewed-by: Scott Teel <scott.teel@microchip.com>
> Reviewed-by: Mike McGowen <mike.mcgowen@microchip.com>
> Reviewed-by: Kevin Barnett <kevin.barnett@microchip.com>
> Signed-off-by: Don Brace <don.brace@microchip.com>
Thanks. Patch applied. I applied the following minor formatting fix to
your patch.
Cheers,
Alex
diff --git a/man4/smartpqi.4 b/man4/smartpqi.4
index e12d82296..a213b3b70 100644
--- a/man4/smartpqi.4
+++ b/man4/smartpqi.4
@@ -17,7 +17,7 @@ .SH SYNOPSIS
.RB [ expose_ld_first= { 0 | 1 }]
.RB [ hide_vsep= { 0 | 1 }]
.RB [ disable_managed_interrupts= { 0 | 1 }]
-.RB [ ctrl_ready_timeout= { 0 | [30, 1800] }]
+.RB [ ctrl_ready_timeout= { 0 |[ 30 , 1800 ]}]
.YS
.SH DESCRIPTION
.B smartpqi
@@ -112,7 +112,9 @@ .SS Boot options
.BR ctrl_ready_timeout= { 0 | [30, 1800] }
This option specifies the timeout in seconds for the driver to wait
for the controller to be ready.
-The valid range is 0 or [30, 1800]. The default value is 0,
+The valid range is 0 or
+.RB [ 30 ", " 1800 ].
+The default value is 0,
which causes the driver to use a timeout of 180 seconds.
.SH FILES
.SS Device nodes
> ---
> man4/smartpqi.4 | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/man4/smartpqi.4 b/man4/smartpqi.4
> index 32f9240e37f2..e12d82296108 100644
> --- a/man4/smartpqi.4
> +++ b/man4/smartpqi.4
> @@ -17,6 +17,7 @@ smartpqi \- Microchip Smart Storage SCSI driver
> .RB [ expose_ld_first= { 0 | 1 }]
> .RB [ hide_vsep= { 0 | 1 }]
> .RB [ disable_managed_interrupts= { 0 | 1 }]
> +.RB [ ctrl_ready_timeout= { 0 | [30, 1800] }]
> .YS
> .SH DESCRIPTION
> .B smartpqi
> @@ -107,6 +108,12 @@ Disables driver utilization of Linux kernel managed interrupts for controllers.
> The managed interrupts feature automatically distributes interrupts
> to all available CPUs and assigns SMP affinity.
> The default value is 0 (managed interrupts enabled).
> +.TP
> +.BR ctrl_ready_timeout= { 0 | [30, 1800] }
> +This option specifies the timeout in seconds for the driver to wait
> +for the controller to be ready.
> +The valid range is 0 or [30, 1800]. The default value is 0,
> +which causes the driver to use a timeout of 180 seconds.
> .SH FILES
> .SS Device nodes
> Logical drives are accessed via the SCSI disk driver
> --
> 2.42.0.296.g493f462273
>
--
<https://www.alejandro-colomar.es/>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [PATCH v6 2/6] smartpqi: update FILES section
2023-10-03 19:54 [PATCH v6 0/6] smartpqi man page updates Don Brace
2023-10-03 19:54 ` [PATCH v6 1/6] smartpqi: add module parameter ctrl_ready_timeout Don Brace
@ 2023-10-03 19:54 ` Don Brace
2023-10-08 22:37 ` Alejandro Colomar
2023-10-03 19:54 ` [PATCH v6 3/6] smartpqi: update host attribute descriptions Don Brace
` (3 subsequent siblings)
5 siblings, 1 reply; 10+ messages in thread
From: Don Brace @ 2023-10-03 19:54 UTC (permalink / raw)
To: alx; +Cc: linux-man
Minor description changes for Device nodes.
Change "Logical drives" to "Disk drives".
Reviewed-by: Scott Benesh <scott.benesh@microchip.com>
Reviewed-by: Scott Teel <scott.teel@microchip.com>
Reviewed-by: Mike McGowen <mike.mcgowen@microchip.com>
Reviewed-by: Kevin Barnett <kevin.barnett@microchip.com>
Signed-off-by: Don Brace <don.brace@microchip.com>
---
man4/smartpqi.4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man4/smartpqi.4 b/man4/smartpqi.4
index e12d82296108..92bc5402b866 100644
--- a/man4/smartpqi.4
+++ b/man4/smartpqi.4
@@ -116,7 +116,7 @@ The valid range is 0 or [30, 1800]. The default value is 0,
which causes the driver to use a timeout of 180 seconds.
.SH FILES
.SS Device nodes
-Logical drives are accessed via the SCSI disk driver
+Disk drives are accessed via the SCSI disk driver
.RI ( sd ),
tape drives via the SCSI tape driver
.RI ( st ),
--
2.42.0.296.g493f462273
^ permalink raw reply related [flat|nested] 10+ messages in thread* Re: [PATCH v6 2/6] smartpqi: update FILES section
2023-10-03 19:54 ` [PATCH v6 2/6] smartpqi: update FILES section Don Brace
@ 2023-10-08 22:37 ` Alejandro Colomar
0 siblings, 0 replies; 10+ messages in thread
From: Alejandro Colomar @ 2023-10-08 22:37 UTC (permalink / raw)
To: Don Brace; +Cc: linux-man
[-- Attachment #1: Type: text/plain, Size: 1291 bytes --]
Hi Don,
On Tue, Oct 03, 2023 at 02:54:35PM -0500, Don Brace wrote:
> Minor description changes for Device nodes.
>
> Change "Logical drives" to "Disk drives".
>
> Reviewed-by: Scott Benesh <scott.benesh@microchip.com>
> Reviewed-by: Scott Teel <scott.teel@microchip.com>
> Reviewed-by: Mike McGowen <mike.mcgowen@microchip.com>
> Reviewed-by: Kevin Barnett <kevin.barnett@microchip.com>
> Signed-off-by: Don Brace <don.brace@microchip.com>
Patch applied. Thanks. I've reworded the commit message to:
smartpqi.4: FILES: Change "Logical drives" to "Disk drives" for /dev/sd*.
Cheers,
Alex
> ---
> man4/smartpqi.4 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man4/smartpqi.4 b/man4/smartpqi.4
> index e12d82296108..92bc5402b866 100644
> --- a/man4/smartpqi.4
> +++ b/man4/smartpqi.4
> @@ -116,7 +116,7 @@ The valid range is 0 or [30, 1800]. The default value is 0,
> which causes the driver to use a timeout of 180 seconds.
> .SH FILES
> .SS Device nodes
> -Logical drives are accessed via the SCSI disk driver
> +Disk drives are accessed via the SCSI disk driver
> .RI ( sd ),
> tape drives via the SCSI tape driver
> .RI ( st ),
> --
> 2.42.0.296.g493f462273
>
--
<https://www.alejandro-colomar.es/>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH v6 3/6] smartpqi: update host attribute descriptions
2023-10-03 19:54 [PATCH v6 0/6] smartpqi man page updates Don Brace
2023-10-03 19:54 ` [PATCH v6 1/6] smartpqi: add module parameter ctrl_ready_timeout Don Brace
2023-10-03 19:54 ` [PATCH v6 2/6] smartpqi: update FILES section Don Brace
@ 2023-10-03 19:54 ` Don Brace
2023-10-08 22:41 ` Alejandro Colomar
2023-10-03 19:54 ` [PATCH v6 4/6] smartpqi: add host attributes Don Brace
` (2 subsequent siblings)
5 siblings, 1 reply; 10+ messages in thread
From: Don Brace @ 2023-10-03 19:54 UTC (permalink / raw)
To: alx; +Cc: linux-man
Minor description changes for host attributes.
Just some small changes to the host attribute descriptions.
Remove the "version" sysfs entry. This entry was changed
to two sysfs entries: driver_version and firmware_version.
Reviewed-by: Scott Benesh <scott.benesh@microchip.com>
Reviewed-by: Scott Teel <scott.teel@microchip.com>
Reviewed-by: Mike McGowen <mike.mcgowen@microchip.com>
Reviewed-by: Kevin Barnett <kevin.barnett@microchip.com>
Signed-off-by: Don Brace <don.brace@microchip.com>
---
man4/smartpqi.4 | 21 ++-------------------
1 file changed, 2 insertions(+), 19 deletions(-)
diff --git a/man4/smartpqi.4 b/man4/smartpqi.4
index 92bc5402b866..5ff134a4821a 100644
--- a/man4/smartpqi.4
+++ b/man4/smartpqi.4
@@ -136,29 +136,12 @@ The host
attribute is a write-only attribute.
Writing to this attribute will cause the driver to scan for new,
changed, or removed devices (e.g., hot-plugged tape drives, or newly
-configured or deleted logical drives) and notify the SCSI mid-layer of
+configured or deleted logical volumes) and notify the SCSI mid-layer of
any changes detected.
Usually this action is triggered automatically by configuration
changes, so the user should not normally have to write to this file.
Doing so may be useful when hot-plugging devices such as tape drives or
-entire storage boxes containing pre-configured logical drives.
-.TP
-.IR /sys/class/scsi_host/host * /version
-The host
-.I version
-attribute is a read-only attribute.
-This attribute contains the driver version and the controller firmware
-version.
-.IP
-For example:
-.IP
-.in +4n
-.EX
-$ \c
-.B cat /sys/class/scsi_host/host1/version
-driver: 1.1.2\-126
-firmware: 1.29\-112
-.EE
+entire storage boxes containing pre-configured logical volumes.
.in
.TP
.IR /sys/class/scsi_host/host * /lockup_action
--
2.42.0.296.g493f462273
^ permalink raw reply related [flat|nested] 10+ messages in thread* Re: [PATCH v6 3/6] smartpqi: update host attribute descriptions
2023-10-03 19:54 ` [PATCH v6 3/6] smartpqi: update host attribute descriptions Don Brace
@ 2023-10-08 22:41 ` Alejandro Colomar
0 siblings, 0 replies; 10+ messages in thread
From: Alejandro Colomar @ 2023-10-08 22:41 UTC (permalink / raw)
To: Don Brace; +Cc: linux-man
[-- Attachment #1: Type: text/plain, Size: 2301 bytes --]
Hi Don,
On Tue, Oct 03, 2023 at 02:54:36PM -0500, Don Brace wrote:
> Minor description changes for host attributes.
>
> Just some small changes to the host attribute descriptions.
> Remove the "version" sysfs entry. This entry was changed
> to two sysfs entries: driver_version and firmware_version.
Please do the removal in a patch of its own, separate from the small
wording fixes.
Also, it would be good to merge that one with the one that adds HISTORY.
Thanks,
Alex
>
> Reviewed-by: Scott Benesh <scott.benesh@microchip.com>
> Reviewed-by: Scott Teel <scott.teel@microchip.com>
> Reviewed-by: Mike McGowen <mike.mcgowen@microchip.com>
> Reviewed-by: Kevin Barnett <kevin.barnett@microchip.com>
> Signed-off-by: Don Brace <don.brace@microchip.com>
> ---
> man4/smartpqi.4 | 21 ++-------------------
> 1 file changed, 2 insertions(+), 19 deletions(-)
>
> diff --git a/man4/smartpqi.4 b/man4/smartpqi.4
> index 92bc5402b866..5ff134a4821a 100644
> --- a/man4/smartpqi.4
> +++ b/man4/smartpqi.4
> @@ -136,29 +136,12 @@ The host
> attribute is a write-only attribute.
> Writing to this attribute will cause the driver to scan for new,
> changed, or removed devices (e.g., hot-plugged tape drives, or newly
> -configured or deleted logical drives) and notify the SCSI mid-layer of
> +configured or deleted logical volumes) and notify the SCSI mid-layer of
> any changes detected.
> Usually this action is triggered automatically by configuration
> changes, so the user should not normally have to write to this file.
> Doing so may be useful when hot-plugging devices such as tape drives or
> -entire storage boxes containing pre-configured logical drives.
> -.TP
> -.IR /sys/class/scsi_host/host * /version
> -The host
> -.I version
> -attribute is a read-only attribute.
> -This attribute contains the driver version and the controller firmware
> -version.
> -.IP
> -For example:
> -.IP
> -.in +4n
> -.EX
> -$ \c
> -.B cat /sys/class/scsi_host/host1/version
> -driver: 1.1.2\-126
> -firmware: 1.29\-112
> -.EE
> +entire storage boxes containing pre-configured logical volumes.
> .in
> .TP
> .IR /sys/class/scsi_host/host * /lockup_action
> --
> 2.42.0.296.g493f462273
>
--
<https://www.alejandro-colomar.es/>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH v6 4/6] smartpqi: add host attributes
2023-10-03 19:54 [PATCH v6 0/6] smartpqi man page updates Don Brace
` (2 preceding siblings ...)
2023-10-03 19:54 ` [PATCH v6 3/6] smartpqi: update host attribute descriptions Don Brace
@ 2023-10-03 19:54 ` Don Brace
2023-10-03 19:54 ` [PATCH v6 5/6] smartpqi: add device attributes Don Brace
2023-10-03 19:54 ` [PATCH v6 6/6] smartpqi: add HISTORY section Don Brace
5 siblings, 0 replies; 10+ messages in thread
From: Don Brace @ 2023-10-03 19:54 UTC (permalink / raw)
To: alx; +Cc: linux-man
Add in some host level sysfs entries:
enable_stream_detection - Send RAID 5/6 writes down the normal I/O path.
Allow for full-stripe write requests.
ssd_smart_path_enabled - Indicates that our Accelerated I/O path is
enabled. (AIO).
enable_r5_writes - Allow RAID 5 write operations down the AIO path.
enable_r6_writes - Allow RAID 6 write operations down the AIO path.
Reviewed-by: Scott Benesh <scott.benesh@microchip.com>
Reviewed-by: Scott Teel <scott.teel@microchip.com>
Reviewed-by: Mike McGowen <mike.mcgowen@microchip.com>
Reviewed-by: Kevin Barnett <kevin.barnett@microchip.com>
Signed-off-by: Don Brace <don.brace@microchip.com>
---
man4/smartpqi.4 | 62 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 62 insertions(+)
diff --git a/man4/smartpqi.4 b/man4/smartpqi.4
index 5ff134a4821a..6305e15a912b 100644
--- a/man4/smartpqi.4
+++ b/man4/smartpqi.4
@@ -236,6 +236,68 @@ $ \c
Adaptec
.EE
.in
+.TP
+.I /sys/class/scsi_host/host*/enable_stream_detection
+The
+.I enable_stream_detection
+attribute is read-write.
+This attribute enables/disables stream detection in the driver.
+Enabling stream detection can improve sequential write performance for
+ioaccel-enabled volumes. See the
+.BI ssd_smart_path_enabled
+disk attribute section for details on ioaccel-enabled volumes.
+The default value is 1 (stream detection enabled).
+.IP
+Enable example:
+.IP
+.in +4n
+.EX
+$ \c
+.B echo 1 > /sys/class/scsi_host/host1/enable_stream_detection
+.EE
+.in
+.TP
+.I /sys/class/scsi_host/host*/enable_r5_writes
+The
+.I enable_r5_writes
+attribute is read-write.
+This attribute enables/disables RAID 5 write operations for ioaccel-enabled
+volumes.
+Enabling can improve sequential write performance.
+See the
+.BI ssd_smart_path_enabled
+disk attribute section for details on ioaccel-enabled volumes.
+The default value is 1 (RAID 5 writes enabled).
+.IP
+Enable example:
+.IP
+.in +4n
+.EX
+$ \c
+.B echo 1 > /sys/class/scsi_host/host1/enable_r5_writes
+.EE
+.in
+.TP
+.I /sys/class/scsi_host/host*/enable_r6_writes
+The
+.I enable_r6_writes
+attribute is read-write.
+This attribute enables/disables RAID 6 write operations for
+ioaccel-enabled volumes.
+Enabling can improve sequential write performance.
+See the
+.BI ssd_smart_path_enabled
+disk attribute section for details on ioaccel-enabled volumes.
+The default value is 1 (RAID 6 writes enabled).
+.IP
+Enable example:
+.IP
+.in +4n
+.EX
+$ \c
+.B echo 1 > /sys/class/scsi_host/host1/enable_r6_writes
+.EE
+.in
.SS SmartPQI-specific disk attribute files in \f[BI]/sys\fP
In the file specifications below,
.I c
--
2.42.0.296.g493f462273
^ permalink raw reply related [flat|nested] 10+ messages in thread* [PATCH v6 5/6] smartpqi: add device attributes
2023-10-03 19:54 [PATCH v6 0/6] smartpqi man page updates Don Brace
` (3 preceding siblings ...)
2023-10-03 19:54 ` [PATCH v6 4/6] smartpqi: add host attributes Don Brace
@ 2023-10-03 19:54 ` Don Brace
2023-10-03 19:54 ` [PATCH v6 6/6] smartpqi: add HISTORY section Don Brace
5 siblings, 0 replies; 10+ messages in thread
From: Don Brace @ 2023-10-03 19:54 UTC (permalink / raw)
To: alx; +Cc: linux-man
Add in some device level sysfs entry descriptions:
lunid
unique_id
path_info
raid_bypass_cnt
sas_ncq_prio_enable
These have already been provided by the driver.
Reviewed-by: Scott Benesh <scott.benesh@microchip.com>
Reviewed-by: Scott Teel <scott.teel@microchip.com>
Reviewed-by: Mike McGowen <mike.mcgowen@microchip.com>
Reviewed-by: Kevin Barnett <kevin.barnett@microchip.com>
Signed-off-by: Don Brace <don.brace@microchip.com>
---
man4/smartpqi.4 | 95 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 95 insertions(+)
diff --git a/man4/smartpqi.4 b/man4/smartpqi.4
index 6305e15a912b..7477ee714e5b 100644
--- a/man4/smartpqi.4
+++ b/man4/smartpqi.4
@@ -362,6 +362,101 @@ $ \c
0
.EE
.in
+.TP
+.I /sys/class/scsi_disk/c : b : t : l/device/lunid
+The
+.I lunid
+attribute is read-only.
+This attribute contains the SCSI LUN ID for the device.
+.IP
+For example:
+.IP
+.in +4n
+.EX
+$ \c
+.B cat /sys/class/scsi_disk/13:1:0:3/device/lunid
+0x0300004000000000
+.EE
+.in
+.TP
+.I /sys/class/scsi_disk/c : b : t : l/device/unique_id
+The
+.I unique_id
+attribute is read-only.
+This attribute contains a 16-byte ID that uniquely identifies the device
+within the controller.
+.IP
+For example:
+.IP
+.in +4n
+.EX
+$ \c
+.B cat /sys/class/scsi_disk/13:1:0:3/device/unique_id
+600508B1001C6D4723A8E98D704FDB94
+.EE
+.in
+.TP
+.I /sys/class/scsi_disk/c : b : t : l/device/path_info
+The
+.I path_info
+attribute is read-only.
+This attribute contains the c:b:t:l of the device along with the device
+type and whether the device is Active or Inactive.
+If the device is an HBA device,
+.I path_info
+will also display the PORT, BOX, and BAY the device is plugged into.
+.IP
+For example:
+.IP
+.in +4n
+.EX
+$ \c
+.B cat /sys/class/scsi_disk/13:1:0:3/device/path_info
+[13:1:0:3] Direct-Access Active
+
+$ \c
+.B cat /sys/class/scsi_disk/12:0:9:0/device/path_info
+[12:0:9:0] Direct-Access PORT: C1 BOX: 1 BAY: 14 Inactive
+[12:0:9:0] Direct-Access PORT: C0 BOX: 1 BAY: 14 Active
+.EE
+.in
+.TP
+.I /sys/class/scsi_disk/13:1:0:3/device/raid_bypass_cnt
+The
+.I raid_bypass_cnt
+attribute is read-only.
+This attribute contains the number of I/O requests that have gone
+through the ioaccel path for ioaccel-enabled volumes.
+See the
+.BI ssd_smart_path_enabled
+disk attribute section for details on ioaccel-enabled volumes.
+.IP
+For example:
+.IP
+.in +4n
+.EX
+$ \c
+.B cat /sys/class/scsi_disk/13:1:0:3/device/raid_bypass_cnt
+0x300
+.EE
+.in
+.TP
+.I /sys/class/scsi_disk/13:1:0:3/device/sas_ncq_prio_enable
+The
+.I sas_ncq_prio_enable
+attribute is read/write.
+This attribute enables SATA NCQ priority support.
+This attribute works only when device has NCQ support and
+controller firmware can handle IO with NCQ priority attribute.
+.IP
+For example:
+.IP
+.in +4n
+.EX
+$ \c
+.B echo 1 > /sys/class/scsi_disk/13:1:0:3/device/sas_ncq_prio_enable
+.EE
+.in
.SH VERSIONS
The
.B smartpqi
--
2.42.0.296.g493f462273
^ permalink raw reply related [flat|nested] 10+ messages in thread* [PATCH v6 6/6] smartpqi: add HISTORY section
2023-10-03 19:54 [PATCH v6 0/6] smartpqi man page updates Don Brace
` (4 preceding siblings ...)
2023-10-03 19:54 ` [PATCH v6 5/6] smartpqi: add device attributes Don Brace
@ 2023-10-03 19:54 ` Don Brace
5 siblings, 0 replies; 10+ messages in thread
From: Don Brace @ 2023-10-03 19:54 UTC (permalink / raw)
To: alx; +Cc: linux-man
Enumerate old sysfs entries replaced by newer entries.
Suggested-by: Alejandro Colomar <alx@kernel.org>
Signed-off-by: Don Brace <don.brace@microchip.com>
---
man4/smartpqi.4 | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/man4/smartpqi.4 b/man4/smartpqi.4
index 7477ee714e5b..4a2d44d6101b 100644
--- a/man4/smartpqi.4
+++ b/man4/smartpqi.4
@@ -468,6 +468,13 @@ refer to the User Guide for the controller,
which can be found by searching for the specific controller at
.UR https://www.microchip.com/design-centers/storage
.UE .
+.SH HISTORY
+.I /sys/class/scsi_host/host*/version
+was replaced by two sysfs entries:
+.IP
+.I /sys/class/scsi_host/host*/driver_version
+.IP
+.I /sys/class/scsi_host/host*/firmware_version
.SH SEE ALSO
.BR cciss (4),
.BR hpsa (4),
--
2.42.0.296.g493f462273
^ permalink raw reply related [flat|nested] 10+ messages in thread