From 8a23eadcb0e83bf019886b3ed24066c13ee888ec Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 5 Oct 2007 14:22:14 +0200 Subject: [PATCH] Released as 2.2.7. --- ChangeLog | 15 +++++++++++++++ Makefile | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) 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 -- 2.39.2