X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ChangeLog;h=9a832ecef618928e0e26b187c46102543d616aaf;hb=82ce97c9aba1d05a7b7a746fadd263d9cc9f7408;hp=cb5a3b77447484ca4a3ab856fa9a45205f360c2e;hpb=5ba3a47553e956b5fcb097b52f3bcfe6212039b3;p=pciutils.git diff --git a/ChangeLog b/ChangeLog index cb5a3b7..9a832ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +Mon Jun 28 18:37:51 1999 Dave Jones + + * 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 + + * lib/names.c (pci_lookup_name): When device ID lookup + fails, return hexadecimal device ID instead of vendor ID. + Well spotted by Axel Bodemann , + I've just extended the fix to subsystem ID's. + Thu Jun 17 19:48:21 1999 Martin Mares * lspci.c (show_agp): Bug fix from Petr Vandrovec