git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-80
2005-09-10 Martin Mares <mj@ucw.cz>
+ * update-pciids.sh: Changed the default URL for downloading pci.ids
+ to http://pciids.sourceforge.net/v2.2/pci.ids.
+
+ * lib/pci.h (PCI_LIB_VERSION): Added version identifier.
+
* lib/names.c: Rewritten the name database module almost from scratch.
Everything is much cleaner and there are hopefully no more memory leaks;
pci_lookup_name() now uses varargs in a backward compatible fashion.
- update the web page
-- kill "word"
-
- some extended capabilities are currently only partially decoded
- finish PCI-X 2.0 capabilities
- finish PCI Express support
- reading of VPD
- change machine-readable output?
-- "Class %04x" -> "%04x"
- class 0805?
PCIIDS:
#include "header.h"
#include "types.h"
+#define PCI_LIB_VERSION 0x020200
+
/*
* PCI Access Structure
*/
#!/bin/sh
set -e
-SRC="http://pciids.sourceforge.net/pci.ids"
+SRC="http://pciids.sourceforge.net/v2.2/pci.ids"
DEST=pci.ids
if which bzip2 >/dev/null ; then