[Pkg-pciutils-commits] pciutils packaging: Changes to 'refs/tags/v2.1'

Matthew Wilcox willy at costa.debian.org
Wed Sep 6 11:43:02 UTC 2006


Changes since v1.10:
Cort Dougan:
      Add python.
      New Motorola IDs and a fix for the messed up vendor ID

Eddie C. Dost:
      extend buffer size for proc reads, too small on sparc64
      fix args to install

Geert Uytterhoeven:
      Add missing final argument to a->debug() call.

Jakub Jelinek:
      DECchip 21153 here as well.

Martin Mares:
      Rewrote the PCI Utilities. All PCI configuration space access has been
      Added few device IDs.
      Replaced `buffer' access method by a real cache.
      Assorted ID file fixes.
      lspci now understands PCI capability lists. Currently, the only capability I
      Until kernel adopts new layout of PCI includes (i.e., separate declaration of
      Rewrote `dist' and `release' rules to generate version numbers in all files
      Grrr, forgot to commit those :(
      Added `bus mapping mode' (-M) which scans the whole configuration space
      Capability list parser now recognizes all AGP and all PCI Power Management
      o  Don't assume unsigned long to be 64-bit on 64-bit platforms. Introduced
      Some more PCI ID's from Michael Neuffer.
      A lot of updates from Adam J. Richter.
      Alpha compilation fixes by Matthew Jacob.
      Released as 1.99.5-alpha.
      Few updates to the ID database.
      Sparc/Sparc64 fixes by Jakub.
      Miscellaneous PCI ID contributions.
      Added some ID's.
      Use hard-coded numbers instead of __NR_pread in case glibc doesn't
      AGP command register display bug fix from Petr Vandrovec.
      PCI ID database updates accumulated over last few weeks.
      When device ID lookup fails, return hexadecimal device ID instead of vendor ID.
      A lot of PCI ID's and also uninstall target, both by Dave Jones.
      Added reference to PowerTweak.
      Various PCIutils changes accumulated over last two weeks:
      Some new PCI ID's.
      Rewrote the pread/pwrite things once again. Use pread and pwrite only when we
      Added support for FreeBSD and its /dev/pci access method.
      Few more ID's.
      Don't show region size if it's zero (usually due to buscentric mode
      And as usually, some new PCI IDs.
      More PCI ID's. Again. :)
      * pci.ids: New ID's. As usually.
      Reorganized the pci.ids file. Subsystems are listed under devices, classes
      PCI Bridge Optimization in the kernel is gone.
      A lot of subsystem ID's from Dave Jones.
      Synchronize to 2.3.24 devlist.h.
      Released as version 2.1.

Ralf Baechle:
      Add IOC3 id.
      Some more SGI device IDs.

---
 ChangeLog         |  322 +++++++
 Makefile          |   78 +
 README            |   33 
 TODO              |    1 
 common.c          |   79 +
 filter.c          |  105 --
 lib/Makefile      |   50 +
 lib/access.c      |  321 +++++++
 lib/configure     |   67 +
 lib/dump.c        |  128 ++
 lib/fbsd-device.c |  146 +++
 lib/filter.c      |  109 ++
 lib/generic.c     |  213 ++++
 lib/header.h      |  356 ++++++++
 lib/i386-ports.c  |  260 ++++++
 lib/internal.h    |   88 ++
 lib/names.c       |  342 +++++++
 lib/pci.h         |  183 ++++
 lib/proc.c        |  261 ++++++
 lib/syscalls.c    |   53 +
 lspci.8           |   98 --
 lspci.c           |  933 +++++++++++++++------
 lspci.man         |  147 +++
 names.c           |  329 -------
 pci.ids           | 2325 +++++++++++++++++++++++++++++++++++++++++++++++-------
 pciutils.h        |   83 -
 pciutils.lsm      |    8 
 pciutils.spec     |    2 
 setpci.8          |  161 ---
 setpci.c          |  242 +----
 setpci.man        |  202 ++++
 31 files changed, 6243 insertions(+), 1482 deletions(-)
---



More information about the Pkg-pciutils-commits mailing list