git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-93
2006-03-13 Martin Mares <mj@ucw.cz>
+ * lspci.c (show_verbose): Report cache line size in bytes.
+
* update-pciids.sh: Use curl if available. Patch by Matthew Wilcox.
2006-01-04 Martin Mares <mj@ucw.cz>
/*
* The PCI Utilities -- List All PCI Devices
*
- * Copyright (c) 1997--2005 Martin Mares <mj@ucw.cz>
+ * Copyright (c) 1997--2006 Martin Mares <mj@ucw.cz>
*
* Can be freely distributed and used under the terms of the GNU GPL.
*/
putchar(')');
}
if (cache_line)
- printf(", Cache Line Size %02x", cache_line);
+ printf(", Cache Line Size: %d bytes", cache_line * 4);
putchar('\n');
}
if (int_pin || irq)