From 29fbcc3d5124c2109c0c05aeba6d53d99cb9eba1 Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Sun, 27 Oct 2019 21:44:39 +0000 Subject: sg_logs: change '-ll' option to suppress subpages=0xff, apart from page 0x0,0xff; asc/ascq sync with asc-num.txt @t10 20191014; sg_chk_asc: tweak for LF terminated lines git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@834 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- examples/sdiag_sas_p0_prbs9.txt | 12 ++++++++++++ examples/sdiag_sas_p1_prbs15.txt | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 examples/sdiag_sas_p0_prbs9.txt create mode 100644 examples/sdiag_sas_p1_prbs15.txt (limited to 'examples') diff --git a/examples/sdiag_sas_p0_prbs9.txt b/examples/sdiag_sas_p0_prbs9.txt new file mode 100644 index 00000000..1b96f99d --- /dev/null +++ b/examples/sdiag_sas_p0_prbs9.txt @@ -0,0 +1,12 @@ +# This is the hex for a SAS protocol specific diagnostic +# page. It will attempt to put phy identifier 0 of the +# given device into PRBS9 (jitter pattern) generation mode. +# Physical transmission speed is 22.5 Gbps +# N.B. This will turn the receiver off on phy id 0. +# +# Usage example: 'sg_senddiag --pf --raw=- /dev/sg2 < {this_file}' +# +3f,6,0,1c,0,1,3,c, +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/examples/sdiag_sas_p1_prbs15.txt b/examples/sdiag_sas_p1_prbs15.txt new file mode 100644 index 00000000..1248ab3a --- /dev/null +++ b/examples/sdiag_sas_p1_prbs15.txt @@ -0,0 +1,12 @@ +# This is the hex for a SAS protocol specific diagnostic +# page. It will attempt to put phy identifier 1 of the +# given device into PRBS15 (jitter pattern) generation mode. +# Physical transmission speed is 22.5 Gbps +# N.B. This will turn the receiver off on phy id 1. +# +# Usage example: 'sg_senddiag --pf --raw=- /dev/sg2 < {this_file}' +# +3f,6,0,1c,1,1,4,c, +0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0, +0,0,0,0,0,0,0,0 -- cgit v1.2.3