From 02beb6330465dfd55ce605206c35780f3c390d6b Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Fri, 5 Nov 2021 23:31:50 +0000 Subject: sgp_dd: add check for stdatomic.h presence in configure.ac; scripts: 55-scsi-sg3_id.rules remove outdated rule git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@918 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- inhex/rep_realms.hex | 3 +++ inhex/rep_zdomains.hex | 2 ++ inhex/rep_zones.hex | 3 +++ inhex/ses_areca_all.hex | 9 +++++++++ inhex/vpd_consistuents.hex | 5 +++++ inhex/vpd_cpr.hex | 4 ++++ inhex/vpd_dev_id.hex | 4 ++++ inhex/vpd_fp.hex | 4 ++++ inhex/vpd_lbpro.hex | 3 +++ inhex/vpd_sfs.hex | 4 ++++ inhex/vpd_zbdc.hex | 4 ++++ 11 files changed, 45 insertions(+) (limited to 'inhex') diff --git a/inhex/rep_realms.hex b/inhex/rep_realms.hex index 9854e0e0..08df66b9 100644 --- a/inhex/rep_realms.hex +++ b/inhex/rep_realms.hex @@ -2,6 +2,9 @@ # This page is constructed from the command description in zbc2r10 # with three realms, and two zone domains +# A typical example: +# sg_rep_zones --realm --inhex=rep_realms.hex + # parameter data header (64 bytes) 00 00 00 90 00 00 00 03 00 00 00 30 00 00 00 00 diff --git a/inhex/rep_zdomains.hex b/inhex/rep_zdomains.hex index d678a698..346f2c0b 100644 --- a/inhex/rep_zdomains.hex +++ b/inhex/rep_zdomains.hex @@ -2,6 +2,8 @@ # This page is constructed from the command description in zbc2r10 # with two zone domains. +# A typical example: +# sg_rep_zones --domain --inhex=rep_zdomains.hex # parameter data header (64 bytes) 00 00 00 c0 00 00 00 c0 02 02 00 30 00 00 00 00 diff --git a/inhex/rep_zones.hex b/inhex/rep_zones.hex index 444ebfda..702c93c5 100644 --- a/inhex/rep_zones.hex +++ b/inhex/rep_zones.hex @@ -7,6 +7,9 @@ # sg_rep_zones /dev/sg1 -HHH > /tmp/rep_zones.hex # where /dev/sg1 was a scsi_debug device. +# An example invocation: +# sg_rep_zones --inhex=rep_zones.hex + # parameter data header (64 bytes) 00 00 01 00 00 00 00 00 00 00 00 00 00 0f ff ff diff --git a/inhex/ses_areca_all.hex b/inhex/ses_areca_all.hex index 96e3e46a..b744321c 100644 --- a/inhex/ses_areca_all.hex +++ b/inhex/ses_areca_all.hex @@ -1,3 +1,12 @@ +# +# This file was generated by something like: +# sg_ses --page=all -HHHH /dev/sg5 > ses_areca_all.hex +# where /dev/sg5 was an Areca 8028 SAS-3 expander + +# An example invocation to decode the hex data below: +# sg_ses --all --status --inhex=ses_areca_all.hex +# +# vvvvvvvvvv generated part of file below vvvvvvvvvvvvvv # Supported Diagnostic Pages dpage: 00 00 00 0b 00 01 02 04 05 07 0a 0d 0e 0f 3f diff --git a/inhex/vpd_consistuents.hex b/inhex/vpd_consistuents.hex index 57fbb7cc..169ebbaa 100644 --- a/inhex/vpd_consistuents.hex +++ b/inhex/vpd_consistuents.hex @@ -1,3 +1,8 @@ +# +# An example invocation: +# sg_vpd --inhex=vpd_consistuents.hex + + 00 8b 00 c6 00 03 00 00 diff --git a/inhex/vpd_cpr.hex b/inhex/vpd_cpr.hex index ec8aaa0a..130c5c14 100644 --- a/inhex/vpd_cpr.hex +++ b/inhex/vpd_cpr.hex @@ -1,3 +1,7 @@ +# +# An example invocation: +# sg_vpd --inhex=vpd_cpr.hex + # Dummy data for Concurrent positioning ranges VPD page 00 b9 00 7c 00 00 00 00 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 diff --git a/inhex/vpd_dev_id.hex b/inhex/vpd_dev_id.hex index 073e87df..e9cb9907 100644 --- a/inhex/vpd_dev_id.hex +++ b/inhex/vpd_dev_id.hex @@ -1,3 +1,7 @@ +# +# An example invocation: +# sg_vpd --inhex=vpd_dev_id.hex + 00 83 00 48 01 03 00 08 50 00 c5 00 30 11 cb 2b 61 93 00 08 50 00 c5 00 30 11 cb 29 61 94 00 04 00 00 00 01 61 a3 00 08 50 00 c5 00 30 11 cb 28 diff --git a/inhex/vpd_fp.hex b/inhex/vpd_fp.hex index 5bf71ff5..967080f5 100644 --- a/inhex/vpd_fp.hex +++ b/inhex/vpd_fp.hex @@ -1,3 +1,7 @@ +# +# An example invocation: +# sg_vpd --inhex=vpd_fp.hex + # Dummy data for Format presets VPD page 00 b8 00 80 diff --git a/inhex/vpd_lbpro.hex b/inhex/vpd_lbpro.hex index 639e74bd..188666c0 100644 --- a/inhex/vpd_lbpro.hex +++ b/inhex/vpd_lbpro.hex @@ -1,3 +1,6 @@ +# +# An example invocation: +# sg_vpd --inhex=vpd_lbpro.hex 01 b5 00 10 00 00 00 00 03 01 20 e0 diff --git a/inhex/vpd_sfs.hex b/inhex/vpd_sfs.hex index b9d282f5..f4c2ab07 100644 --- a/inhex/vpd_sfs.hex +++ b/inhex/vpd_sfs.hex @@ -1,3 +1,7 @@ +# +# An example invocation: +# sg_vpd --inhex=vpd_sfs.hex + 00 92 00 0e 00 00 00 00 00 01 01 01 01 02 02 01 09 09 diff --git a/inhex/vpd_zbdc.hex b/inhex/vpd_zbdc.hex index 4fb63497..371b0c3c 100644 --- a/inhex/vpd_zbdc.hex +++ b/inhex/vpd_zbdc.hex @@ -1,3 +1,7 @@ +# +# An example invocation: +# sg_vpd --inhex=vpd_zbdc.hex + # Zoned block device characteristics VPD page [0xb6] # Host managed zoned block device model; pdt=0x14 14 b6 00 3c -- cgit v1.2.3