]> mj.ucw.cz Git - pciutils.git/blobdiff - ChangeLog
Whitespace cleanup of all source files.
[pciutils.git] / ChangeLog
index 65e71dba2e764c7c4b72dfe9d5ca614b78430f0a..37d10e2d472e6ed7667075150ded81c982e2118c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,38 @@
+2006-09-09  Martin Mares  <mj@ucw.cz>
+
+       * Whitespace cleanup of all source files.
+
+       * The pci.ids file can be stored compressed if zlib is available.
+       Added transparent decompression to lib/names.c, modified update-pciids.sh
+       to keep the file compressed if applicable, updated Makefiles.
+       Based on a patch by Matthew Wilcox, but all the bugs are mine.
+
+       * Makefile, README: Allow installation to be done to a different directory
+       from the one we will eventually be placed in by setting DESTDIR.
+       Patch by Matthew Wilcox.
+
+       * Added .gitignore files.
+
+       * Makefile (clean): Clean *.orig, too.
+
+       * Cleaned up usage of `char' and `byte'.
+
+       * lib/header.h: PCI_CLASS_DOCKING_OTHER should be 0x0a80, not 0x0a01.
+
+       * lib/header.h: Added PCI_CLASS_xxx constants for all classes currently
+       defined in the pci.ids file.
+
+2006-08-01  Martin Mares  <mj@ucw.cz>
+
+       * lib/i386-io-hurd.h: Fixed a silly typo.
+
 2006-07-30  Martin Mares  <mj@ucw.cz>
 
+       * lib/Makefile: Added a missing rule for obsd-device.o.
+
+       * lspci.c, lib/header.h: Added support for MSI per-vector masking.
+       Contributed by Petr Vandrovec.
+
        * lspci.c, lib/header.h: Added support for the `bridge subsystem ID'
        capability. Contributed by Petr Vandrovec.
 
@@ -1189,7 +1222,7 @@ Tue Jan 19 23:00:12 1999  Martin Mares  <mj@albireo.ucw.cz>
 
        * Started the "New Generation" branch and introduced the
        PCI library.
-       
+
        * lspci: Rewritten to use the library.
 
 Tue Jan 19 22:24:08 1999  Martin Mares  <mj@albireo.ucw.cz>