]> git.ipfire.org Git - thirdparty/pciutils.git/blobdiff - ls-ecaps.c
lspci: Fix Virtual Channel VC# Caps: MaxTimeSlots
[thirdparty/pciutils.git] / 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:");