I think there is a bug displaying the virtual channel status bits
"NegoPending" and "InProgress". The wrong offset is being used.
Signed-off-by: John L. Burr <jlburr@cadence.com>
}
rcap = get_conf_long(d, pos);
rctrl = get_conf_long(d, pos+4);
- rstatus = get_conf_word(d, pos+8);
+ rstatus = get_conf_word(d, pos+10);
pat_pos = BITS(rcap, 24, 8);
printf("Caps:\tPATOffset=%02x MaxTimeSlots=%d RejSnoopTrans%c\n",