Commit graph

30 commits

Author SHA1 Message Date
Rudi Heitbaum
8b729e2670 pciutils: update to 3.9.0
release notes:
- https://github.com/pciutils/pciutils/blob/v3.9.0/ChangeLog
2022-12-02 09:50:09 +00:00
Rudi Heitbaum
d6959c9ace pciutils: update to 3.8.0 and HSTS
changelog:
        2022-04-16  Martin Mares <mj@ucw.cz>

 	* Released as 3.8.0.

 	* Filters can now match devices based on partially specified
 	  class code and also on the programming interface.

 	* Reporting of link speeds, power limits, and virtual function tags
 	  has been updated to the current PCIe specification.

 	* We decode the Data Object Exchange capability.

 	* Bus mapping mode works in non-zero domains.

 	* pci_fill_info() can fetch more fields: bridge bases, programming
 	  interface, revision, subsystem vendor and device ID, OS driver,
 	  and also parent bridge. Internally, the implementation was rewritten,
 	  significantly reducing the number of corner cases to be handled.

 	* The Windows port was revived and greatly improved by Pali Rohár.
 	  It requires less magic to compile. More importantly, it runs on both
 	  old and recent Windows systems (see README.Windows for details).

 	* Added a new Windows back-end using the cfgmgr32 interface.
 	  It does not provide direct access to the configuration space,
 	  but basic information about the device is reported via pci_fill_info().
 	  For back-ends of this type, we now provide an emulated read-only
 	  config space.

 	* If the configuration space is not readable for some reason
 	  (e.g., the cfgmgr32 back-end, but also badly implemented sleep mode
 	  of some devices), lspci prints only information provided by the OS.

 	* The Hurd back-end was greatly improved thanks to Joan Lledó.

 	* Various minor bug fixes and improvements.

 	* We officially require a working C99 compiler. Sorry, MSVC.

 	* As usually, updated pci.ids to the current snapshot of the database.
2022-04-19 11:35:35 +00:00
Matthias Reichl
fd128976da pciutils: drop ARCH=x86_64 restriction
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-02-16 17:33:02 +01:00
Ian Leonard
b31ce30170 sysutils: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:34:16 +00:00
heitbaum
3674e89109 pciutils: update to 3.7.0 2021-01-07 09:29:49 +00:00
MilhouseVH
f0e7f78380 pciutils: update to pciutils-3.6.4 2020-02-17 06:37:58 +00:00
MilhouseVH
d866c9e2e4 pciutils: update to pciutils-3.6.2 2019-06-07 08:49:07 +01:00
CvH
85e5b4dc1f cleanup: PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
CvH
1b9cbdaf26 spdx: packages/sysutils 2018-07-18 22:37:47 +02:00
Sascha Kuehndel (InuSasha)
3846ec7dac
buildsystem: replace PKG_AUTORECONF 2017-11-22 00:41:12 +01:00
cvh
837b447b7c decommission PKG_IS_ADDON 2017-10-16 00:01:20 +02:00
Peter Vicman
50a51452be build system: add sha256 checksum to all packages
putting #1597 in use
2017-07-17 20:49:23 +02:00
MilhouseVH
b6214c6929 pciutils: update to pciutils-3.5.4 2017-05-06 22:45:24 +01:00
awiouy
cf5d3a4579 decommission PKG_REV 2017-01-19 00:06:13 +01:00
MilhouseVH
f9738e27f3 pciutils: update to pciutils-3.5.2 2016-12-21 13:19:06 +00:00
awiouy
e0c2de9b39 Decommission PKG_PRIORITY 2016-09-24 11:57:39 +02:00
Lukas Rusak
1d6f3cff7b pciutils: update to 3.5.1 2016-06-14 01:13:33 -07:00
Stephan Raue
c7acc67aa4 pci-utils: update to pciutils-3.4.1
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-05 07:05:17 +01:00
Stephan Raue
f51faa070d packages: update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-02 17:29:56 +01:00
Stephan Raue
88e7f0ed56 pciutils: update to pciutils-3.4.0
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-10-03 20:58:53 +02:00
Stephan Raue
10ff5e93ab pciutils: update to pciutils-3.3.1
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-04-11 14:48:23 +02:00
Stefan Saraev
bebaafb331 packages/*: drop i386 support 2015-04-03 12:08:24 +03:00
Stephan Raue
1d2ec4842c pciutils: update to pciutils-3.3.0, enable udev and libkmod support, dont install pci.ids
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-11-12 02:09:08 +01:00
Stefan Saraev
8cb1ced06b pciutils: build with lto 2014-04-24 19:55:07 +02:00
Stefan Saraev
76241f3d78 pciutils: cleanup 2014-02-04 21:37:03 +02:00
Stephan Raue
541342af8e pciutils: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_*
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-30 14:56:19 +01:00
Stephan Raue
4631ffa739 pciutils: only build and install on supported platforms
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-20 20:22:06 +01:00
Stefan Saraev
4eae34f2be pciutils: dont build shared lib 2014-01-20 20:34:40 +02:00
Stephan Raue
39a7ad9776 pciutils: convert to new package format
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-25 20:27:06 +01:00
Renamed from packages/sysutils/pciutils/meta (Browse further)