+2017-02-15 Martin Mares <mj@ucw.cz>
+
+ * Released as 3.5.3.
+
+ * When lspci looks for Linux kernel modules, it uses the default
+ path to module directory provided by libkmod. Previously,
+ it tried to construct the path explicitly, which need not
+ work on all systems.
+
+ * Improved formatting of memory and I/O ranges behind a bridge.
+
+ * PCIe link capabilities now display GEN4 speed (16GT/s).
+
+ * PCIe device capabilities now show bits related to atomic operations.
+ Thanks to Satanand Burla for a patch.
+
+ * As usually, updated pci.ids to the current snapshot of the database.
+
2016-10-03 Martin Mares <mj@ucw.cz>
* Released as 3.5.2.
# Makefile for The PCI Utilities
-# (c) 1998--2016 Martin Mares <mj@ucw.cz>
+# (c) 1998--2017 Martin Mares <mj@ucw.cz>
OPT=-O2
CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
-VERSION=3.5.2
-DATE=2016-10-03
+VERSION=3.5.3
+DATE=2017-02-15
# Host OS and release (override if you are cross-compiling)
HOST=
/*
* The PCI Library
*
- * Copyright (c) 1997--2016 Martin Mares <mj@ucw.cz>
+ * Copyright (c) 1997--2017 Martin Mares <mj@ucw.cz>
*
* Can be freely distributed and used under the terms of the GNU GPL.
*/
#include "header.h"
#include "types.h"
-#define PCI_LIB_VERSION 0x030502
+#define PCI_LIB_VERSION 0x030503
#ifndef PCI_ABI
#define PCI_ABI