This commit is contained in:
parent
272915d739
commit
b965ef4f55
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:326e9089355571cce20c60ff8a7b73556daf93e717c0d338d34c32c34bab8022
|
|
||||||
size 205033
|
|
3
pciutils-2.2.7.tar.bz2
Normal file
3
pciutils-2.2.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:97c7c743656791cf9635a2831574cc1cd1fd705e15e04f1b9364cbdfb39715f4
|
||||||
|
size 207904
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 5 14:42:24 CEST 2007 - anicka@suse.cz
|
||||||
|
|
||||||
|
- update to 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.
|
||||||
|
* Makefile, lib/Makefile: `ar' and `ranlib' can be overriden to
|
||||||
|
allow cross-compilation.
|
||||||
|
* lspci.c (show_ht): Added decoding of Hypertransport MSI
|
||||||
|
mapping capability
|
||||||
|
* tests/cap-MSI-mapping: Added a test case.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 3 08:29:53 CEST 2007 - anicka@suse.cz
|
Tue Jul 3 08:29:53 CEST 2007 - anicka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pciutils (Version 2.2.6)
|
# spec file for package pciutils (Version 2.2.7)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -12,14 +12,14 @@
|
|||||||
|
|
||||||
Name: pciutils
|
Name: pciutils
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
Version: 2.2.6
|
Version: 2.2.7
|
||||||
Release: 1
|
Release: 1
|
||||||
Requires: pciutils-ids
|
Requires: pciutils-ids
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Group: Hardware/Other
|
Group: Hardware/Other
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Summary: PCI-utilities for Kernel version 2.2 and newer
|
Summary: PCI-utilities for Kernel version 2.2 and newer
|
||||||
URL: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml
|
Url: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch0: %{name}-%{version}-class.diff
|
Patch0: %{name}-%{version}-class.diff
|
||||||
Patch1: %{name}-%{version}-strip.diff
|
Patch1: %{name}-%{version}-strip.diff
|
||||||
@ -90,8 +90,24 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_includedir}/pci/
|
%{_includedir}/pci/
|
||||||
%{_libdir}/libpci.a
|
%{_libdir}/libpci.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 05 2007 - anicka@suse.cz
|
||||||
|
- update to 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.
|
||||||
|
* Makefile, lib/Makefile: `ar' and `ranlib' can be overriden to
|
||||||
|
allow cross-compilation.
|
||||||
|
* lspci.c (show_ht): Added decoding of Hypertransport MSI
|
||||||
|
mapping capability
|
||||||
|
* tests/cap-MSI-mapping: Added a test case.
|
||||||
* Tue Jul 03 2007 - anicka@suse.cz
|
* Tue Jul 03 2007 - anicka@suse.cz
|
||||||
- update to 2.2.6
|
- update to 2.2.6
|
||||||
* Makefile: Added an "install-lib" target.
|
* Makefile: Added an "install-lib" target.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user