]> mj.ucw.cz Git - pciutils.git/blobdiff - ChangeLog
Released as 2.1.99-test4.
[pciutils.git] / ChangeLog
index 8afa15153d4f89f9916b38a267d9b0a5f3258219..e97e7e5f52bbd27b62e25be937802a9554977ad9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
 2004-05-28  Martin Mares  <mj@ucw.cz>
 
+       * Released as 2.1.99-test4.
+
+       * lspci.c (show_verbose): Header type 1 is probably legal for all
+       types of bridges, not only for PCI-to-PCI bridges.
+
+       * lspci.c (format_agp_rate): Write "x16", not "x@".
+       (show_agp): rate[] could overflow.
+       Bugs reported by Jakub Bogusz <qboosh@pld-linux.org>.
+
+       * lspci.c (show_ht_*): Show HyperTransport capability with all its
+       details. Once again code by Maciej simplified (i.e., possibly broken)
+       by me.
+
+       * lib/header.h: Added declarations of HyperTransport capability.
+       Again thanks to Maciej.
+
        * lspci.c: Decode all bits of the secondary status word in type 1 headers.
        Thanks to Maciej W. Rozycki <macro@ds2.pg.gda.pl> for the patch.