From: Martin Mares Date: Fri, 5 Oct 2007 12:22:14 +0000 (+0200) Subject: Released as 2.2.7. X-Git-Tag: v3.0.0~8^2~21 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=8a23eadcb0e83bf019886b3ed24066c13ee888ec;p=pciutils.git Released as 2.2.7. --- diff --git a/ChangeLog b/ChangeLog index daf3534..33f4eb9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,23 @@ 2007-10-05 Martin Mares + * 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 * Extended the fbsd-device backend to run on Dragonfly BSD. diff --git a/Makefile b/Makefile index 016cdaa..cc06843 100644 --- 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