From: Mikhail Bratchikov Date: Thu, 2 Jun 2022 11:24:02 +0000 (+0300) Subject: lspci: Fix Virtual Channel VC# Caps: MaxTimeSlots X-Git-Tag: v3.9.0~22 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=3711e86f10643442d13f5e49d0c8ae73d380ab6a;p=pciutils.git lspci: Fix Virtual Channel VC# Caps: MaxTimeSlots --- diff --git a/ls-ecaps.c b/ls-ecaps.c index 2ff8f27..f7ffd83 100644 --- a/ls-ecaps.c +++ b/ls-ecaps.c @@ -549,7 +549,7 @@ cap_vc(struct device *d, int where) pat_pos = BITS(rcap, 24, 8); printf("Caps:\tPATOffset=%02x MaxTimeSlots=%d RejSnoopTrans%c\n", pat_pos, - BITS(rcap, 16, 6) + 1, + BITS(rcap, 16, 7) + 1, FLAG(rcap, 1 << 15)); printf("\t\t\tArb:");