diff mbox

pciutils: Problem with Virtual Channel decoding and pciutils-3.1.6?

Message ID mj+md-20100128.101605.28879.nikam@ucw.cz (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Martin Mareš Jan. 28, 2010, 10:17 a.m. UTC
None
diff mbox

Patch

diff --git a/ls-ecaps.c b/ls-ecaps.c
index 6b1639d..fa3545f 100644
--- a/ls-ecaps.c
+++ b/ls-ecaps.c
@@ -222,8 +222,8 @@  cap_vc(struct device *d, int where)
   int arb_table_pos;
   int i, j;
   static const char ref_clocks[][6] = { "100ns" };
-  static const char arb_selects[][7] = { "Fixed", "WRR32", "WRR64", "WRR128" };
-  static const char vc_arb_selects[][8] = { "Fixed", "WRR32", "WRR64", "WRR128", "TWRR128", "WRR256" };
+  static const char arb_selects[8][7] = { "Fixed", "WRR32", "WRR64", "WRR128", "??4", "??5", "??6", "??7" };
+  static const char vc_arb_selects[8][8] = { "Fixed", "WRR32", "WRR64", "WRR128", "TWRR128", "WRR256", "??6", "??7" };
   char buf[8];
 
   printf("Virtual Channel\n");