]> mj.ucw.cz Git - pciutils.git/commitdiff
Released as 2.2.7.
authorMartin Mares <mj@ucw.cz>
Fri, 5 Oct 2007 12:22:14 +0000 (14:22 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 5 Oct 2007 12:22:14 +0000 (14:22 +0200)
ChangeLog
Makefile

index daf35344392c7980973799de33868cc230dc2e0a..33f4eb9e2a6150bc7f812f59f96461f067ee32e6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,23 @@
 2007-10-05  Martin Mares <mj@ucw.cz>
 
+       * Released as 2.2.7.
+
        * lspci.c (show_caps, show_ext_caps): Detect and report loops in
        capability lists.
 
+       * lspci.c, lib/header.h: Finished decoding of the PCI Express
+       capability. The extended capabilities remain undecoded for now,
+       but at least the list of them has been updated to reflect the
+       current PCI Express 2.0 spec.
+
+       * lspci.c, lib/header.h: Decode new bits of traditional registers
+       as defined by PCIE / PCI-X. This includes discard timers in the bridge
+       control register and INTx enable/status in device control/status
+       registers.
+
+       * lib/fbsd-device.c: Support domains on new FreeBSD's. Contributed
+       by Marius Strobl.
+
 2007-09-12  Hasso Tepper <hasso@estpak.ee>
 
        * Extended the fbsd-device backend to run on Dragonfly BSD.
index 016cdaa79dc8baa62ee7e6a2adc35c6955359f33..cc06843e066554562b9f936ea5615a5acefecd61 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@
 OPT=-O2
 CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wmissing-prototypes
 
-VERSION=2.2.6
-DATE=2007-06-20
+VERSION=2.2.7
+DATE=2007-10-05
 
 PREFIX=/usr/local
 SBINDIR=$(PREFIX)/sbin