]> mj.ucw.cz Git - pciutils.git/commitdiff
lspci: Fix Virtual Channel VC# Caps: MaxTimeSlots
authorMikhail Bratchikov <m@pepyaka.org>
Thu, 2 Jun 2022 11:24:02 +0000 (14:24 +0300)
committerMartin Mares <mj@ucw.cz>
Sun, 30 Oct 2022 12:33:30 +0000 (13:33 +0100)
ls-ecaps.c

index 2ff8f27eefed2275d6858400243686c2aa81e3f0..f7ffd833b85418dabcca77d9a97fe32e8d56124f 100644 (file)
@@ -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:");