]> mj.ucw.cz Git - pciutils.git/blobdiff - ChangeLog
A lot of PCI ID's and also uninstall target, both by Dave Jones.
[pciutils.git] / ChangeLog
index cb5a3b77447484ca4a3ab856fa9a45205f360c2e..9a832ecef618928e0e26b187c46102543d616aaf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+Mon Jun 28 18:37:51 1999  Dave Jones    <dave@powertweak.com>
+
+       * Makefile:
+         Added `uninstall' target - removes all traces of pciutils.
+       * pci.ids:
+         - Lots of cleanups in the ATI, S3, Adaptec vendors.
+         - Changed Compaq QVision 1280/p definitions, as it's not possible
+           to determine the revision from the device ID.
+         - Same for the Tseng ET4000.
+           The id's said I had a rev C, when it was actually a rev B.
+         - Removed some unnecessary strings
+           `PCI'. Unless it's an AGP card, it should be obvious that it's PCI.
+           `Ethernet card'. This should be determined from config space.
+         - Lots of other new vendors & devices
+         - Other additional small cleanups.
+
+Mon Jun 21 22:11:10 1999  Martin Mares  <mj@albireo.ucw.cz>
+
+       * lib/names.c (pci_lookup_name): When device ID lookup
+       fails, return hexadecimal device ID instead of vendor ID.
+       Well spotted by Axel Bodemann <Axel.Bodemann@ruhr-uni-bochum.de>,
+       I've just extended the fix to subsystem ID's.
+
 Thu Jun 17 19:48:21 1999  Martin Mares  <mj@albireo.ucw.cz>
 
        * lspci.c (show_agp): Bug fix from Petr Vandrovec