summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr/src/cmd/pcieadm/pcieadm_cfgspace.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/cmd/pcieadm/pcieadm_cfgspace.c b/usr/src/cmd/pcieadm/pcieadm_cfgspace.c
index bdc04bbe2d..0eb16312ff 100644
--- a/usr/src/cmd/pcieadm/pcieadm_cfgspace.c
+++ b/usr/src/cmd/pcieadm/pcieadm_cfgspace.c
@@ -1336,7 +1336,7 @@ static pcieadm_regdef_t pcieadm_regdef_pcie_cap[] = {
static pcieadm_regdef_t pcieadm_regdef_pcie_devcap[] = {
{ 0, 2, "mps", "Max Payload Size Supported", PRDV_STRVAL,
.prd_val = { .prdv_strval = { "128 bytes", "256 bytes",
- "512 bytes", "1024 byes", "2048 bytes", "4096 bytes" } } },
+ "512 bytes", "1024 bytes", "2048 bytes", "4096 bytes" } } },
{ 3, 4, "pfunc", "Phantom Functions Supported", PRDV_STRVAL,
.prd_val = { .prdv_strval = { "No", "1-bit", "2-bits",
"3-bits" } } },
@@ -1374,7 +1374,7 @@ static pcieadm_regdef_t pcieadm_regdef_pcie_devctl[] = {
.prd_val = { .prdv_strval = { "disabled", "enabled" } } },
{ 5, 7, "mps", "Max Payload Size", PRDV_STRVAL,
.prd_val = { .prdv_strval = { "128 bytes", "256 bytes",
- "512 bytes", "1024 byes", "2048 bytes", "4096 bytes" } } },
+ "512 bytes", "1024 bytes", "2048 bytes", "4096 bytes" } } },
{ 8, 8, "exttag", "Extended Tag Field", PRDV_STRVAL,
.prd_val = { .prdv_strval = { "disabled", "enabled" } } },
{ 9, 9, "pfunc", "Phantom Functions", PRDV_STRVAL,
@@ -1385,7 +1385,7 @@ static pcieadm_regdef_t pcieadm_regdef_pcie_devctl[] = {
.prd_val = { .prdv_strval = { "disabled", "enabled" } } },
{ 12, 14, "mrrs", "Max Read Request Size", PRDV_STRVAL,
.prd_val = { .prdv_strval = { "128 bytes", "256 bytes",
- "512 bytes", "1024 byes", "2048 bytes", "4096 bytes" } } },
+ "512 bytes", "1024 bytes", "2048 bytes", "4096 bytes" } } },
{ 15, 15, "bcrflr", "Bridge Configuration Retry / Function Level Reset",
PRDV_HEX },
{ -1, -1, NULL }
@@ -2979,7 +2979,7 @@ static pcieadm_regdef_t pcieadm_regdef_pcix_dev_ctl[] = {
.prd_val = { .prdv_strval = { "disabled", "enabled" } } },
{ 2, 3, "maxread", "Maximum Memory Read Byte Count", PRDV_STRVAL,
.prd_val = { .prdv_strval = { "512 bytes", "1024 bytes",
- "2048 byes", "4096 bytes" } } },
+ "2048 bytes", "4096 bytes" } } },
{ 4, 6, "maxsplit", "Maximum Outstanding Split Transactions",
PRDV_STRVAL, .prd_val = { .prdv_strval = { "1", "2", "3", "4", "8",
"12", "16", "32" } } },
@@ -3004,7 +3004,7 @@ static pcieadm_regdef_t pcieadm_regdef_pcix_dev_sts[] = {
.prd_val = { .prdv_strval = { "simple", "bridge" } } },
{ 21, 22, "maxread", "Designed Maximum Memory Read Byte Count",
PRDV_STRVAL, .prd_val = { .prdv_strval = { "512 bytes",
- "1024 bytes", "2048 byes", "4096 bytes" } } },
+ "1024 bytes", "2048 bytes", "4096 bytes" } } },
{ 23, 25, "maxsplit", "Designed Maximum Outstanding Split Transactions",
PRDV_STRVAL, .prd_val = { .prdv_strval = { "1", "2", "3", "4", "8",
"12", "16", "32" } } },