2003-12-27 Martin Mares <mj@ucw.cz>
+ Merged bug fixes from Debian patches:
+
+ * lspci.c (show_verbose): "Cache Line Size" should be capitalized.
+
+ * lspci.c (show_pcix_nobridge): Added a missing newline.
+
* lib/proc.c (proc_scan): When reading the header type, don't
forget to clear the topmost bit indicating that the device has
- multiple functions. Grabbed from Debian patches.
+ multiple functions.
2003-12-27 Martin Mares <mj@ucw.cz>
FLAG(command, PCI_PCIX_COMMAND_ERO),
((command & PCI_PCIX_COMMAND_MAX_MEM_READ_BYTE_COUNT) >> 2U),
((command & PCI_PCIX_COMMAND_MAX_OUTSTANDING_SPLIT_TRANS) >> 4U));
- printf("\t\tStatus: Bus=%u Dev=%u Func=%u 64bit%c 133MHz%c SCD%c USC%c, DC=%s, DMMRBC=%u, DMOST=%u, DMCRS=%u, RSCEM%c",
+ printf("\t\tStatus: Bus=%u Dev=%u Func=%u 64bit%c 133MHz%c SCD%c USC%c, DC=%s, DMMRBC=%u, DMOST=%u, DMCRS=%u, RSCEM%c\n",
((status >> 8) & 0xffU), // bus
((status >> 3) & 0x1fU), // dev
(status & PCI_PCIX_STATUS_FUNCTION), // function
putchar(')');
}
if (cache_line)
- printf(", cache line size %02x", cache_line);
+ printf(", Cache Line Size %02x", cache_line);
putchar('\n');
}
if (int_pin || irq)