1594de878SMartin Mares2007-10-05 Martin Mares <[email protected]> 2594de878SMartin Mares 3*8a23eadcSMartin Mares * Released as 2.2.7. 4*8a23eadcSMartin Mares 5594de878SMartin Mares * lspci.c (show_caps, show_ext_caps): Detect and report loops in 6594de878SMartin Mares capability lists. 7594de878SMartin Mares 8*8a23eadcSMartin Mares * lspci.c, lib/header.h: Finished decoding of the PCI Express 9*8a23eadcSMartin Mares capability. The extended capabilities remain undecoded for now, 10*8a23eadcSMartin Mares but at least the list of them has been updated to reflect the 11*8a23eadcSMartin Mares current PCI Express 2.0 spec. 12*8a23eadcSMartin Mares 13*8a23eadcSMartin Mares * lspci.c, lib/header.h: Decode new bits of traditional registers 14*8a23eadcSMartin Mares as defined by PCIE / PCI-X. This includes discard timers in the bridge 15*8a23eadcSMartin Mares control register and INTx enable/status in device control/status 16*8a23eadcSMartin Mares registers. 17*8a23eadcSMartin Mares 18*8a23eadcSMartin Mares * lib/fbsd-device.c: Support domains on new FreeBSD's. Contributed 19*8a23eadcSMartin Mares by Marius Strobl. 20*8a23eadcSMartin Mares 2199091df9SMartin Mares2007-09-12 Hasso Tepper <[email protected]> 2299091df9SMartin Mares 2399091df9SMartin Mares * Extended the fbsd-device backend to run on Dragonfly BSD. 2499091df9SMartin Mares 2599091df9SMartin Mares * lspci.c: alloca() is declared in <stdlib.h> on BSD's, not <alloca.h>. 2699091df9SMartin Mares 2709156b3bSMartin Mares2007-09-03 Martin Mares <[email protected]> 2809156b3bSMartin Mares 2909156b3bSMartin Mares * Resurrected the Windows port, including cross-compilation by MinGW. 3009156b3bSMartin Mares Patch by Samuel Bronson <[email protected]>. 3109156b3bSMartin Mares 32325a3c50SMartin Mares2007-08-31 Martin Mares <[email protected]> 33325a3c50SMartin Mares 34325a3c50SMartin Mares * Makefile, lib/Makefile: `ar' and `ranlib' can be overriden to allow 35325a3c50SMartin Mares cross-compilation. 36325a3c50SMartin Mares 37a2322147SMartin Mares2007-08-27 Martin Mares <[email protected]> 38a2322147SMartin Mares 39a2322147SMartin Mares * lib/names.c (pci_open): When calling gzopen(), use "rb" file mode 40a2322147SMartin Mares instead of "r". This is needed on DOS systems, where this function 41a2322147SMartin Mares somewhat illogically uses the binary flag for the compressed file 42a2322147SMartin Mares instead of the decompressed stream inside, where binariness really 43a2322147SMartin Mares matters. 44a2322147SMartin Mares 454f2c5b94SMartin Mares2007-08-14 Martin Mares <[email protected]> 464f2c5b94SMartin Mares 474f2c5b94SMartin Mares * lspci.c (show_ht): Added decoding of Hypertransport MSI mapping capability, 484f2c5b94SMartin Mares based on a patch by Jason Gunthorpe. 494f2c5b94SMartin Mares 504f2c5b94SMartin Mares * tests/cap-MSI-mapping: Added a test case. I plan to add test cases 514f2c5b94SMartin Mares (which are dumps of config space) for all new features. 524f2c5b94SMartin Mares 530d7f5331SMartin Mares2007-06-20 Martin Mares <[email protected]> 540d7f5331SMartin Mares 557cebe481SMartin Mares * Released as 2.2.6. 567cebe481SMartin Mares 570d7f5331SMartin Mares * Makefile: Added an "install-lib" target. Thanks to Dan Nicholson 580d7f5331SMartin Mares for a patch. 590d7f5331SMartin Mares 607cebe481SMartin Mares * Makefile, lib/Makefile: Generate and install pkg-config file 617cebe481SMartin Mares for libpci. Again by Dan Nicholson. 627cebe481SMartin Mares 630d7f5331SMartin Mares2007-06-20 Thomas Schwinge <[email protected]> 640d7f5331SMartin Mares 650d7f5331SMartin Mares * lib/i386-io-hurd.h: Rewritten for new Hurd kernels. 660d7f5331SMartin Mares 676e4a45edSMartin Mares2007-05-04 Martin Mares <[email protected]> 686e4a45edSMartin Mares 6955c89179SMartin Mares * Released as 2.2.5. 7055c89179SMartin Mares 716e4a45edSMartin Mares * pci.ids: Updated to the current snapshot of the database. 726e4a45edSMartin Mares 73d0b07542SMartin Mares2007-02-14 Martin Mares <[email protected]> 74d0b07542SMartin Mares 75d0b07542SMartin Mares * lspci.c (show_express): Added PCI/PCI-X to PCI-Express Bridge type. 76d0b07542SMartin Mares Patch by Mark Glines. 77d0b07542SMartin Mares 783df35926SMartin Mares2007-02-09 Martin Mares <[email protected]> 793df35926SMartin Mares 803df35926SMartin Mares * pci.ids: Updated to the current snapshot of the database. 813df35926SMartin Mares 82e49ed044SMartin Mares2007-02-06 Martin Mares <[email protected]> 83e49ed044SMartin Mares 841ac3a99dSMartin Mares * Replaced bzero() by memset() everywhere, it's better to lose a tiny 851ac3a99dSMartin Mares bit of readability than maintain hacks to make it work on various systems. 861ac3a99dSMartin Mares 87b0eb18ccSMartin Mares * lib/configure: tr on Solaris is a bit weird and it requires `[A-Z]' 88b0eb18ccSMartin Mares instead of `A-Z'. Fortunately, the extra brackets don't hurt otherwise. 89b0eb18ccSMartin Mares 90e49ed044SMartin Mares * lib/types.h, lib/configure: Solaris should use <stdint.h> to get precise 91e49ed044SMartin Mares integer types. 92e49ed044SMartin Mares 939de2768cSMartin Mares2007-02-04 Martin Mares <[email protected]> 949de2768cSMartin Mares 959de2768cSMartin Mares * lspci.c: alloca() needs <alloca.h>. 969de2768cSMartin Mares 97d19394dbSMartin Mares2006-09-17 Martin Mares <[email protected]> 98d19394dbSMartin Mares 99d19394dbSMartin Mares * lib/dump.c: Fixed a couple of bugs in the dump backend which caused 100d19394dbSMartin Mares devices with domains or with extended config space to be read incorrectly. 101d19394dbSMartin Mares Also, dumps with partial lines are allowed now. 102d19394dbSMartin Mares 103934e7e36SMartin Mares2006-09-10 Martin Mares <[email protected]> 104934e7e36SMartin Mares 105f09856deSMartin Mares * pci.ids: Updated to the current database snapshot. 106f09856deSMartin Mares 107934e7e36SMartin Mares * lspci.c (scan_device): If an error occurs when reading the standard config 108934e7e36SMartin Mares header of a device, report it and ignore the device and return with exit 109934e7e36SMartin Mares code 2 at the end. 110934e7e36SMartin Mares 111b2055313SMartin Mares2006-09-09 Martin Mares <[email protected]> 112b2055313SMartin Mares 113fb260653SMartin Mares * Released as 2.2.4. 114fb260653SMartin Mares 1151865e2ddSMartin Mares * maint/release: Remind the maintainer about the current PCI_LIB_VERSION. 1161865e2ddSMartin Mares 117028dffb2SMartin Mares * lib/pci.h: Updated PCI_LIB_VERSION. 118028dffb2SMartin Mares 11913081e57SMartin Mares * lspci.c (show_machine): In the `-m' mode, do proper shell escaping 12013081e57SMartin Mares if the fields printed contain quotes or backslashes. 12113081e57SMartin Mares 1223fd6b4d2SMartin Mares * lspci.c (show_machine): Added a `-vmm' mode, which removes the misuse 1233fd6b4d2SMartin Mares of the `Device' tag for two different purposes. 1243fd6b4d2SMartin Mares 125840d09aeSMartin Mares * Makefile: Moved all system-dependent decisions to lib/configure, 126840d09aeSMartin Mares since config.mk is included in the top-level Makefile anyway. 127840d09aeSMartin Mares 1282100f710SMartin Mares * lib/configure: When configuring for Linux, ignore the kernel version 1292100f710SMartin Mares and always build all access methods. 1302100f710SMartin Mares 1313e9c7a18SMartin Mares * Makefile (CFLAGS): Removed -Winline, it's not needed and triggers 1323e9c7a18SMartin Mares at many non-interesting places with gcc 3.4. 1333e9c7a18SMartin Mares 13494db5c82SMartin Mares * Whitespace cleanup of all source files. 13594db5c82SMartin Mares 136cc062b4aSMartin Mares * The pci.ids file can be stored compressed if zlib is available. 137cc062b4aSMartin Mares Added transparent decompression to lib/names.c, modified update-pciids.sh 138cc062b4aSMartin Mares to keep the file compressed if applicable, updated Makefiles. 139cc062b4aSMartin Mares Based on a patch by Matthew Wilcox, but all the bugs are mine. 140cc062b4aSMartin Mares 141f4ddb8d3SMartin Mares * Makefile, README: Allow installation to be done to a different directory 142f4ddb8d3SMartin Mares from the one we will eventually be placed in by setting DESTDIR. 143f4ddb8d3SMartin Mares Patch by Matthew Wilcox. 144f4ddb8d3SMartin Mares 14516e37012SMartin Mares * Added .gitignore files. 14616e37012SMartin Mares 147c7f5314dSMartin Mares * Makefile (clean): Clean *.orig, too. 148c7f5314dSMartin Mares 149afebde01SMartin Mares * Cleaned up usage of `char' and `byte'. 150afebde01SMartin Mares 151fd54ccebSMartin Mares * lib/header.h: PCI_CLASS_DOCKING_OTHER should be 0x0a80, not 0x0a01. 152fd54ccebSMartin Mares 153b2055313SMartin Mares * lib/header.h: Added PCI_CLASS_xxx constants for all classes currently 154b2055313SMartin Mares defined in the pci.ids file. 155b2055313SMartin Mares 1564254d153SMartin Mares2006-08-01 Martin Mares <[email protected]> 1574254d153SMartin Mares 1584254d153SMartin Mares * lib/i386-io-hurd.h: Fixed a silly typo. 1594254d153SMartin Mares 1601c5cc9b5SMartin Mares2006-07-30 Martin Mares <[email protected]> 1611c5cc9b5SMartin Mares 16238a9e3c3SMartin Mares * lib/Makefile: Added a missing rule for obsd-device.o. 16338a9e3c3SMartin Mares 164c7ddfa3eSMartin Mares * lspci.c, lib/header.h: Added support for MSI per-vector masking. 165c7ddfa3eSMartin Mares Contributed by Petr Vandrovec. 166c7ddfa3eSMartin Mares 167248a04f8SMartin Mares * lspci.c, lib/header.h: Added support for the `bridge subsystem ID' 168248a04f8SMartin Mares capability. Contributed by Petr Vandrovec. 169248a04f8SMartin Mares 170f29dcc87SMartin Mares * lspci.c (show_htype1): Fixed bug in printing of 64-bit prefetchable 171f29dcc87SMartin Mares memory windows. Fix by Petr Vandrovec. 172f29dcc87SMartin Mares 1738eab3bffSMartin Mares * maint/release.pm: Exclude .git directory from releases. 1748eab3bffSMartin Mares 175d305d704SMartin Mares * lib/i386-ports.c, lib/i386-io-*: Report failures during port access 176d305d704SMartin Mares initialization by a->warn() instead of calling printf() or perror() 177d305d704SMartin Mares directly. 178d305d704SMartin Mares 1799007a292SMartin Mares * lib/i386-ports.c, lib/i386-io-*: Moved the logic which keeps track of 1809007a292SMartin Mares the port access state to generic code. 1819007a292SMartin Mares 182bd20d5b5SMartin Mares * lib/i386-io-hurd.h: Ask the kernel for I/O port access appropriately. 183bd20d5b5SMartin Mares Contributed by Thomas Schwinge and Samuel Thibault. 184bd20d5b5SMartin Mares 18573750606SMartin Mares * lib/i386-ports.c: Define _GNU_SOURCE, it's needed by the Hurd module. 18673750606SMartin Mares 187d71daa45SMartin Mares * lib/header.h: Whitespace cleanups. 188d71daa45SMartin Mares 1891c5cc9b5SMartin Mares * lib/i386-io-windows.h: Fixed indentation and spelling. 1901c5cc9b5SMartin Mares 1911c5cc9b5SMartin Mares * README.Windows: Mention that WinIO.dll is needed and where to get it. 1921c5cc9b5SMartin Mares 193c2b144efSMartin Mares2006-06-27 Martin Mares <[email protected]> 194c2b144efSMartin Mares 19514d4f989SMartin Mares * lib/Makefile, Makefile: Added rules for building and cleaning the example. 19614d4f989SMartin Mares 19714d4f989SMartin Mares * lib/example.c: Show how to use PCI_FILL_CLASS and used another register 19814d4f989SMartin Mares for demonstrating the config space accesses. The example is still very 19914d4f989SMartin Mares incomplete, though. 20014d4f989SMartin Mares 201c2b144efSMartin Mares * lib/pci.h, lib/generic.c: Added PCI_FILL_CLASS. 202c2b144efSMartin Mares 203c2b144efSMartin Mares * lib/sysfs.c: Fetch device ID and class from sysfs, because they can 204c2b144efSMartin Mares be modified by kernel fixups. 205c2b144efSMartin Mares 206c2b144efSMartin Mares * lspci.c: Use PCI_FILL_CLASS. Thanks to Matthew Willcox for the patch. 207c2b144efSMartin Mares 208bc2eed2dSMartin Mares2006-06-03 Martin Mares <[email protected]> 209bc2eed2dSMartin Mares 210bc2eed2dSMartin Mares * lspci.c: Introduced the -nn switch. Thanks to David N. Welton 211bc2eed2dSMartin Mares for the idea. 212bc2eed2dSMartin Mares 213bc2eed2dSMartin Mares * lib/names.c (pci_lookup_name): Introduced PCI_LOOKUP_MIXED and 214bc2eed2dSMartin Mares cleaned up the name selection code. 215bc2eed2dSMartin Mares 216c72eeddeSMartin Mares * lib/names.c (pci_lookup_name): If PCI_LOOKUP_NO_NUMBERS is given, 217c72eeddeSMartin Mares pci_access->numeric_ids is ignored. 218c72eeddeSMartin Mares 219c72eeddeSMartin Mares * lib/names.c (pci_lookup_name): When class is identified and 220c72eeddeSMartin Mares subclass isn't, display class name and subclass number. 221c72eeddeSMartin Mares 2222f294d4bSMartin Mares2006-05-31 Martin Mares <[email protected]> 2232f294d4bSMartin Mares 2242f294d4bSMartin Mares * setpci.c (main): Don't crash when an invalid width is specified. 2252f294d4bSMartin Mares 22681afa98cSMartin Mares * lspci.c, setpci.c, common.c: die() now uses the right program 22781afa98cSMartin Mares name when printing an error message. 22881afa98cSMartin Mares 2290ac282f2SMartin Mares2006-05-19 Martin Mares <[email protected]> 2300ac282f2SMartin Mares 2310ac282f2SMartin Mares * README: Mention the public GIT tree. 2320ac282f2SMartin Mares 2330ac282f2SMartin Mares * README: Updated the list of ports. 2340ac282f2SMartin Mares 235d1058e9dSMartin Mares2006-05-10 Martin Mares <[email protected]> 236d1058e9dSMartin Mares 237d1058e9dSMartin Mares * lib/configure, lib/fbsd-device.c: Added support for GNU/kFreeBSD. 238d1058e9dSMartin Mares Thanks to Petr Salinger for the patch. 239d1058e9dSMartin Mares 240abf8d505SMartin Mares2006-05-05 Martin Mares <[email protected]> 241abf8d505SMartin Mares 2422ae2d1aeSMartin Mares * Released as 2.2.3. 2432ae2d1aeSMartin Mares 2442ae2d1aeSMartin Mares * lspci.c (scan_device): The -D switch didn't work as intended 2452ae2d1aeSMartin Mares in -m mode. 2462ae2d1aeSMartin Mares 2472ae2d1aeSMartin Mares2006-05-05 Martin Mares <[email protected]> 2482ae2d1aeSMartin Mares 2491d5cf727SMartin Mares * Released as 2.2.2. 2501d5cf727SMartin Mares 2518a830168SMartin Mares * pci.ids: Updated to the current database snapshot. 2528a830168SMartin Mares 253b6359063SMartin Mares * lib/obsd-device.c (and other files in lib/*): Added OpenBSD 254b6359063SMartin Mares interface by Matthieu Herrb <[email protected]>, based on 255b6359063SMartin Mares the existing FreeBSD interface. 256b6359063SMartin Mares 257abf8d505SMartin Mares * Moved pciutils to a GIT repository, which now contains merged 258abf8d505SMartin Mares history from both CVS and Arch. Good bye, TLA! 259abf8d505SMartin Mares 2606ac70402SMartin Mares2006-03-21 Martin Mares <[email protected]> 2616ac70402SMartin Mares 2622a124daeSMartin Mares * lspci.c (show_slot_name): Avoid the previous changes in default 2632a124daeSMartin Mares display of domain name when in machine-readable mode. However, `-D' 2642a124daeSMartin Mares forces domain display even there. 2652a124daeSMartin Mares 2666ac70402SMartin Mares * lspci.man: Added a warning on -m being the only format, which is 2676ac70402SMartin Mares guaranteed to be stable between lspci versions. 2686ac70402SMartin Mares 2691bbdea17SMartin Mares2006-03-13 Martin Mares <[email protected]> 2701bbdea17SMartin Mares 271af61eb25SMartin Mares * lspci.man: Documented the -D switch. 272af61eb25SMartin Mares 273af61eb25SMartin Mares * lspci.c (show_slot_name, scan_device): If there are multiple PCI 274af61eb25SMartin Mares domains or if the `-D' switch is used, show the domain number for 275af61eb25SMartin Mares all devices. 276af61eb25SMartin Mares 2777a61b93cSMartin Mares * lspci.c (show_verbose): Report cache line size in bytes. 2787a61b93cSMartin Mares 2791bbdea17SMartin Mares * update-pciids.sh: Use curl if available. Patch by Matthew Wilcox. 2801bbdea17SMartin Mares 2810e78ef8aSMartin Mares2006-01-04 Martin Mares <[email protected]> 2820e78ef8aSMartin Mares 2830e78ef8aSMartin Mares * lspci.c (show_express_link): Fixed decoding of link status register. 2840e78ef8aSMartin Mares Thanks to Roland Dreier for his report. 2850e78ef8aSMartin Mares 286e6859953SMartin Mares2005-12-12 Martin Mares <[email protected]> 287e6859953SMartin Mares 288e6859953SMartin Mares * lib/nbsd-libpci.c: If libpci is used by an ordinary user, allow 289e6859953SMartin Mares at least read-only access. Patch by Pavel Celeda <[email protected]>. 290e6859953SMartin Mares 291e6859953SMartin Mares * Makefile: Corrected library path on NetBSD. 292e6859953SMartin Mares 293a99c0d69SMartin Mares2005-11-26 Martin Mares <[email protected]> 294a99c0d69SMartin Mares 295e4af70c6SMartin Mares * Released as 2.2.1. 296e4af70c6SMartin Mares 297a99c0d69SMartin Mares * lspci.c (show_machine): Subsystem vendors were printed incorrectly 298a99c0d69SMartin Mares in machine-readable modes. Thanks to Pavel Celeda for a bug report. 299a99c0d69SMartin Mares 300f23fd3fcSMartin Mares2005-10-11 Martin Mares <[email protected]> 301f23fd3fcSMartin Mares 302f23fd3fcSMartin Mares * lspci.c (new_bus): Fixed a memory leak. Thanks to Paul Sangree for reporting it. 303f23fd3fcSMartin Mares 30415296723SMartin Mares2005-09-21 Martin Mares <[email protected]> 30515296723SMartin Mares 30615296723SMartin Mares * Released as 2.2.0. 30715296723SMartin Mares 30840b6d93fSMartin Mares * pci.ids: Updated copyright header. 30940b6d93fSMartin Mares 31015296723SMartin Mares * lib/sysfs.c (sysfs_get_resources): Removed warning about unsupported 31115296723SMartin Mares 64-bit addresses, they are now always supported. 31215296723SMartin Mares 31315296723SMartin Mares * lspci.c (show_bases): Corrected printing of 64-bit addresses 31415296723SMartin Mares in bus-centric mode. 31515296723SMartin Mares 31615296723SMartin Mares * lib/configure: Enable 64-bit addresses on all Linux systems. 31715296723SMartin Mares 31815296723SMartin Mares * lib/types.h: Don't pad 64-bit addresses to 16 xigits, only to 8 if they 31915296723SMartin Mares are shorter. 32015296723SMartin Mares 321224707baSMartin Mares2005-09-11 Martin Mares <[email protected]> 322224707baSMartin Mares 323224707baSMartin Mares * Released as 2.1.99-test11. 324224707baSMartin Mares 325224707baSMartin Mares * lspci.c: Removed unnecessary trailing zeros in pci_lookup_name() calls. 326224707baSMartin Mares 327aeaca5d3SMartin Mares2005-09-10 Martin Mares <[email protected]> 328aeaca5d3SMartin Mares 329224707baSMartin Mares * Released as 2.1.99-test10. 330224707baSMartin Mares 33163e6f2e0SMartin Mares * pci.ids: Synchronized with the current database snapshot. 33263e6f2e0SMartin Mares 333043ebdeeSMartin Mares * update-pciids.sh: Changed the default URL for downloading pci.ids 334043ebdeeSMartin Mares to http://pciids.sourceforge.net/v2.2/pci.ids. 335043ebdeeSMartin Mares 336043ebdeeSMartin Mares * lib/pci.h (PCI_LIB_VERSION): Added version identifier. 337043ebdeeSMartin Mares 338aeaca5d3SMartin Mares * lib/names.c: Rewritten the name database module almost from scratch. 339aeaca5d3SMartin Mares Everything is much cleaner and there are hopefully no more memory leaks; 340aeaca5d3SMartin Mares pci_lookup_name() now uses varargs in a backward compatible fashion. 341aeaca5d3SMartin Mares Introduced PCI_LOOKUP_NO_NUMBERS. 342aeaca5d3SMartin Mares 343aeaca5d3SMartin Mares The new code supports subsystem entries not tied to a specific device. 344aeaca5d3SMartin Mares I had to extend the format of pci.ids in order to support it, so I have 345aeaca5d3SMartin Mares extended the idea of the "C" (class) blocks and introduced "S" blocks 346aeaca5d3SMartin Mares for subsystems. To avoid doing more incompatible changes in the future, 347aeaca5d3SMartin Mares the parser skips unknown single-letter blocks without reporting errors. 348aeaca5d3SMartin Mares 349121c76c9SMartin Mares2005-08-23 Martin Mares <[email protected]> 350121c76c9SMartin Mares 35154e13765SMartin Mares * Released as 2.1.99-test9. 35254e13765SMartin Mares 35354e13765SMartin Mares * Makefile (OPT): Removed -fomit-frame-pointer, it's default in recent 35454e13765SMartin Mares gcc versions when optimizing anyway. 35554e13765SMartin Mares 35654e13765SMartin Mares * Made the path to pci.ids customizable and independent on the SHAREDIR. 35754e13765SMartin Mares Just override IDSDIR in the top-level Makefile. 35854e13765SMartin Mares 35954e13765SMartin Mares * pci.ids: Synchronized with the current database snapshot. 36054e13765SMartin Mares 36184d437d6SMartin Mares * lspci.man, setpci.man: Improved the man pages. Documented all access 36284d437d6SMartin Mares methods and which operations are privileged. 36384d437d6SMartin Mares 36484d437d6SMartin Mares * lspci.c: Another rewrite of config register caching, now also including 36584d437d6SMartin Mares lots of internal checks. It should be now perfectly able to cope with 36684d437d6SMartin Mares portions of the configuration space being inaccessible, for example 36784d437d6SMartin Mares due to insufficient access rights. 36884d437d6SMartin Mares 3693b8bf739SMartin Mares * lspci.c (show_pcix_nobridge, show_pcix_bridge): Cleaned up dumping of PCI-X 3703b8bf739SMartin Mares capabilities. Includes partial support for PCI-X 2.0 (probably incomplete 3713b8bf739SMartin Mares as I haven't seen the spec). 3723b8bf739SMartin Mares 3733b8bf739SMartin Mares * lspci.c: Quell warnings about unused parameters. 3743b8bf739SMartin Mares 37584d437d6SMartin Mares * lspci.c: Removed C++ comments. 37684d437d6SMartin Mares 3773b8bf739SMartin Mares * lib/header.h: Merged definitions of extended capabilities and some new 3783b8bf739SMartin Mares PCI-X capability bits from linux-2.6.11/include/pci.h. 3793b8bf739SMartin Mares 3803b8bf739SMartin Mares * lspci.c (show_caps): Try to scan extended capabilities only if the 3813b8bf739SMartin Mares device has either PCI-X or PCI Express capability in its normal capability 3823b8bf739SMartin Mares list. 3833b8bf739SMartin Mares 384f7821e53SMartin Mares * lib/dump.c (dump_init): Reading of dumps works again. The dump reader 385f7821e53SMartin Mares now also remembers how much data it has read and refuses attempts to 386f7821e53SMartin Mares access more than that. 387ea4e5f5dSMartin Mares 38846ea554dSMartin Mares * setpci.man, lspci.c, README: prefer spelling "buses" over "busses". 38946ea554dSMartin Mares 3908afaab22SMartin Mares * lspci.c: If alloca() is not available, use xmalloc(), not malloc(). 3918afaab22SMartin Mares 392121c76c9SMartin Mares * lib/configure: Added x86_64 on Linux. 393121c76c9SMartin Mares 394c1c2c30eSMartin Mares2005-08-22 Martin Mares <[email protected]> 395c1c2c30eSMartin Mares 396b9ca9147SMartin Mares * lib/filter.c (pci_filter_parse_slot): Fixed parsing of domain filters. 397b9ca9147SMartin Mares Thanks to Matthew Wilcox for bug report. 398b9ca9147SMartin Mares 399c1c2c30eSMartin Mares * lspci.c: Corrected spelling of "Hz" (it was "hz" at several places). 400b9ca9147SMartin Mares Thanks to Krzysztof Oledzki for pointing that out. 401c1c2c30eSMartin Mares 40226542a0bSMartin Mares2004-08-19 Martin Mares <[email protected]> 40326542a0bSMartin Mares 40426542a0bSMartin Mares * pciutils.spec (%attr): Setting attributes for /sbin/* is an anachronism, 40526542a0bSMartin Mares because pciutils by default install to /usr/sbin. Update. 40626542a0bSMartin Mares 4076aa54f1bSMartin Mares2004-08-13 Martin Mares <[email protected]> 4086aa54f1bSMartin Mares 409aabb0a92SMartin Mares * Released as 2.1.99-test8. 410aabb0a92SMartin Mares 411f31412d1SMartin Mares * lib/types.h, lib/pci.h, lib/sysdep.h: `byte' and `word' are 412f31412d1SMartin Mares no longer exported to the outside world. 413f31412d1SMartin Mares 414ee7d8384SMartin Mares * README.Windows: Updated. 415ee7d8384SMartin Mares 416ee7d8384SMartin Mares * maint/release: Substitute version number in win32/config.h. 417ee7d8384SMartin Mares 418ee7d8384SMartin Mares * win32/config.h: Added. 419ee7d8384SMartin Mares 420ee7d8384SMartin Mares * lib/sysdep.h (bzero, strcasecmp): are macros on Windows. 421ee7d8384SMartin Mares 422ee7d8384SMartin Mares * compat/getopt.[ch]: Added copies of getopt.[ch] from the GNU 423ee7d8384SMartin Mares C library for use on systems where the default libraries lack 424ee7d8384SMartin Mares proper getopt. Currently used by the Windows port. 425ee7d8384SMartin Mares 426ee7d8384SMartin Mares * lib/sysdep.h, lib/types.h: Updates of the Windows port from 427ee7d8384SMartin Mares Alexander Stock. 428ee7d8384SMartin Mares 429489233b4SMartin Mares * lib/types.h: If PCI_HAVE_Uxx_TYPES is defined, libpci doesn't define 430489233b4SMartin Mares its own u8, u16, u32, byte and word types and uses what the user 431489233b4SMartin Mares has supplied instead. With this change, all namespace clashes should 432489233b4SMartin Mares be gone. 433489233b4SMartin Mares 434489233b4SMartin Mares * Makefile, lib/Makefile: Updated dependencies. 435489233b4SMartin Mares 436489233b4SMartin Mares * pciutils.h: Include lib/sysdep.h and move NONRET et al. there. 437489233b4SMartin Mares 438489233b4SMartin Mares * lib/sysdep.h: No need to include <sys/types.h> on FreeBSD, because 439489233b4SMartin Mares it is included unconditionally in lib/types.h. 440489233b4SMartin Mares 441489233b4SMartin Mares * Moved system-dependent stuff from lib/internal.h to lib/sysdep.h, 442489233b4SMartin Mares which is also used by the utilities. Also moved type declarations 443489233b4SMartin Mares from lib/pci.h to lib/types.h. 444489233b4SMartin Mares 445489233b4SMartin Mares * All files: Prepend a "PCI_" prefix in front of all configuration 446489233b4SMartin Mares defines to avoid namespace clashes. CAVEAT: If there is any libpci 447489233b4SMartin Mares application using the (undocumented) defines, it has to be updated. 448489233b4SMartin Mares 449489233b4SMartin Mares * lib/Makefile: Killed HAVE_OWN_HEADER_H, since we stopped sharing 450489233b4SMartin Mares headers with the kernel a couple of years ago. 451489233b4SMartin Mares 4529bb4b4eaSMartin Mares * lib/sysfs.c (sysfs_get_resources): We have 7 resources, not 6. 4539bb4b4eaSMartin Mares 4546aa54f1bSMartin Mares * lspci.c (show_rom): Use the same logic for printing disabled 4556aa54f1bSMartin Mares or unassigned ROM's as we do in show_bases() for the other BAR's. 4566aa54f1bSMartin Mares 4576aa54f1bSMartin Mares * lib/generic.c (pci_generic_fill_info): Better reaction to 4586aa54f1bSMartin Mares invalid 64-bit addresses. Also d->hdrtype should not include 4596aa54f1bSMartin Mares bit 7, which caused mysterious errors on multi-function devices. 4606aa54f1bSMartin Mares 4616aa54f1bSMartin Mares * lib/generic.c (pci_generic_fill_info): Fill in base addresses 4626aa54f1bSMartin Mares even if the regions are known to be disabled. It is the client's 4636aa54f1bSMartin Mares job to interpret them. (And it is not a trivial job if you want 4646aa54f1bSMartin Mares to do it correctly, since you need to check I/O and memory enables 4656aa54f1bSMartin Mares on all upstream bridges, too.) However, it could be interesting to 4666aa54f1bSMartin Mares introduce functions for interpreting the addresses and even for 4676aa54f1bSMartin Mares mapping the regions and doing I/O on them. 4686aa54f1bSMartin Mares 46980e6c636SMartin Mares2004-07-30 Martin Mares <[email protected]> 47080e6c636SMartin Mares 47180e6c636SMartin Mares * lspci.c: HyperTransport improvements from Maciej. 47280e6c636SMartin Mares 473d6324891SMartin Mares2004-07-11 Martin Mares <[email protected]> 474d6324891SMartin Mares 475d6324891SMartin Mares * lib/sysfs.c (sysfs_get_resources): Arguments now correspond 476d6324891SMartin Mares to the format string. [Patch by Bill Nottingham] 477d6324891SMartin Mares 478ec25b52dSMartin Mares2004-07-05 Martin Mares <[email protected]> 479ec25b52dSMartin Mares 480362be683SMartin Mares * Released as 2.1.99-test7. 481362be683SMartin Mares 482ec25b52dSMartin Mares * lspci.c (config_fetch): Wanted to merge Matthew's bug fix, but 483ec25b52dSMartin Mares ended up with rewriting the fetching mechanism to be fully dynamic, 484ec25b52dSMartin Mares but avoid reading config space registers not explicitly requested. 485ec25b52dSMartin Mares 486ec25b52dSMartin Mares2004-06-29 Matthew Wilcox <[email protected]> 487ec25b52dSMartin Mares 488ec25b52dSMartin Mares * lspci.c: More work on PCI Express dumping. 489ec25b52dSMartin Mares 490ec25b52dSMartin Mares * lib/header.h: Updated PCI Express capability definitions. 491ec25b52dSMartin Mares 492ec25b52dSMartin Mares * lib/proc.c (proc_read): Removed bogus warning. 493ec25b52dSMartin Mares 494ec25b52dSMartin Mares * common.c (xrealloc): Introduced. 495ec25b52dSMartin Mares 496ec25b52dSMartin Mares * lspci.man: Added -xxxx. 497ec25b52dSMartin Mares 49809817437SMartin Mares2004-06-27 Martin Mares <[email protected]> 49909817437SMartin Mares 500d1fa27ebSMartin Mares * Released as 2.1.99-test6. 501d1fa27ebSMartin Mares 5024d67aa89SMartin Mares * lspci.c (show_msix), lib/header.h: Added dumping of MSI-X cap. 5034d67aa89SMartin Mares Patch by Roland Dreier <[email protected]>, cleaned up by me. 5044d67aa89SMartin Mares 5054d67aa89SMartin Mares * lspci.c (show_pcix_nobridge, show_pcix_bridge): Handle config_fetch() 5064d67aa89SMartin Mares failures. 5074d67aa89SMartin Mares 5084d67aa89SMartin Mares * lib/header.h: Added PCI Express extended capabilities. Again by Matthew. 5094d67aa89SMartin Mares 5104d67aa89SMartin Mares * lspci.c (show_express): Added dumping of PCI Express cap. 5114d67aa89SMartin Mares Patch by Matthew Wilcox. 5124d67aa89SMartin Mares 5134d67aa89SMartin Mares * lib/header.h: Added a list of PCI 3.0 capabilities and also details 5144d67aa89SMartin Mares on PCI Express caps. Patch by Matthew Wilcox <[email protected]>. 5154d67aa89SMartin Mares 51609817437SMartin Mares * lspci.c (check_root): Gone. No explicit checks for root are needed, 51709817437SMartin Mares report correct errors reported by the libpci instead. 51809817437SMartin Mares 51909817437SMartin Mares * lspci.c: Added dumping of the extended config space on "-xxxx". 52009817437SMartin Mares Better caching of config registers. 52109817437SMartin Mares 52209817437SMartin Mares * setpci.c (main): Allow access to whole 4096 bytes of the config space. 52309817437SMartin Mares 52409817437SMartin Mares * lib/sysfs.c, lib/proc.c: Don't print error messages on short reads, 52509817437SMartin Mares just return the appropriate error code. 52609817437SMartin Mares 52709817437SMartin Mares * lib: Added support for extended (4096-byte) configuration space, 52809817437SMartin Mares currently implemented only in Linux proc and sysfs access methods 52909817437SMartin Mares and of course in the dump reader. 53009817437SMartin Mares 5310d656226SMartin Mares2004-05-29 Martin Mares <[email protected]> 5320d656226SMartin Mares 533c0eece92SMartin Mares * Released as 2.1.99-test5. 534c0eece92SMartin Mares 535a2413560SMartin Mares * lib/pci.h: Windows don't have the standard u_int* types. 536a2413560SMartin Mares 537a2413560SMartin Mares * lib/internal.h: <sys/param.h> required on Windows for endianity 538a2413560SMartin Mares macros. 539a2413560SMartin Mares 540a2413560SMartin Mares * lib/i386-ports.c: Connected i386-io-windows.h. 541a2413560SMartin Mares 542a2413560SMartin Mares * lspci.c (check_root): geteuid() is not available on Windows. 543a2413560SMartin Mares 544a2413560SMartin Mares * lib/i386-io-windows.h: Added Windows port contributed by Alexander 545a2413560SMartin Mares Stock <[email protected]>. 546a2413560SMartin Mares 547a2413560SMartin Mares * lib/configure: Hopefully fixed SunOS port broken by various 548a2413560SMartin Mares changes to the configure script. 549a2413560SMartin Mares 5500d656226SMartin Mares * Makefile, lib/configure: Cross-compilation support, patch by Maciej. 5510d656226SMartin Mares 552138c0385SMartin Mares2004-05-28 Martin Mares <[email protected]> 553138c0385SMartin Mares 5549f490382SMartin Mares * Released as 2.1.99-test4. 5559f490382SMartin Mares 556cce2caacSMartin Mares * lspci.c (show_verbose): Header type 1 is probably legal for all 557cce2caacSMartin Mares types of bridges, not only for PCI-to-PCI bridges. 558cce2caacSMartin Mares 559b569ef09SMartin Mares * lspci.c (format_agp_rate): Write "x16", not "x@". 560b569ef09SMartin Mares (show_agp): rate[] could overflow. 561b569ef09SMartin Mares Bugs reported by Jakub Bogusz <[email protected]>. 562b569ef09SMartin Mares 563bfc4fe7aSMartin Mares * lspci.c (show_ht_*): Show HyperTransport capability with all its 564bfc4fe7aSMartin Mares details. Once again code by Maciej simplified (i.e., possibly broken) 565bfc4fe7aSMartin Mares by me. 566bfc4fe7aSMartin Mares 567bfc4fe7aSMartin Mares * lib/header.h: Added declarations of HyperTransport capability. 568bfc4fe7aSMartin Mares Again thanks to Maciej. 569bfc4fe7aSMartin Mares 570138c0385SMartin Mares * lspci.c: Decode all bits of the secondary status word in type 1 headers. 571138c0385SMartin Mares Thanks to Maciej W. Rozycki <[email protected]> for the patch. 572138c0385SMartin Mares 5738fc75dbcSMartin Mares2003-12-27 Martin Mares <[email protected]> 5748fc75dbcSMartin Mares 57581abd2a7SMartin Mares * Released as 2.1.99-test3. 57681abd2a7SMartin Mares 5771f7c91ccSMartin Mares * lspci.man, setpci.man: Document domains and correct spelling. 5781f7c91ccSMartin Mares 5791f7c91ccSMartin Mares * lib/dump.c (dump_init): Added ability to read domain numbers. 5801f7c91ccSMartin Mares 58184c8d1bbSMartin Mares * lspci.c: Devices in domains different from 0 have their slot number 5821f7c91ccSMartin Mares printed as "<domain>:<bus>:<slot>.<func>". Tree view supports domains 5831f7c91ccSMartin Mares as well. 58484c8d1bbSMartin Mares 58584c8d1bbSMartin Mares * lib/filter.c: Slot filters understand domains. 58684c8d1bbSMartin Mares 58784c8d1bbSMartin Mares * lib/generic.c: Mention the domain in slot numbers in all error messages. 58884c8d1bbSMartin Mares 58984c8d1bbSMartin Mares * lib/internal.h: The #ifdef for Linux <asm/byteorder.h> was wrong. 59084c8d1bbSMartin Mares 59184c8d1bbSMartin Mares * lib/access.c (pci_get_dev): Added support for domains. 59284c8d1bbSMartin Mares 59384c8d1bbSMartin Mares * lib/sysfs.c (sysfs_scan): Read vendor and device ID from the config 59484c8d1bbSMartin Mares registers (or to be precise, leave it for the generic parts of the pcilib 59584c8d1bbSMartin Mares to do so) instead of reading them from the sysfs. It's faster this way. 59684c8d1bbSMartin Mares 59784c8d1bbSMartin Mares * lspci.c (show_pcix): Don't touch pci_dev->hdrtype, it's an internal 59884c8d1bbSMartin Mares variable. Better read it from the config registers (it's cached anyway). 59984c8d1bbSMartin Mares 60084c8d1bbSMartin Mares * lib/sysfs.c (sysfs_scan), lib/proc.c (proc_scan): Don't read the hdrtype. 60184c8d1bbSMartin Mares lib/generic.c (pci_generic_fill_info): If hdrtype is -1 (unset), read it. 60284c8d1bbSMartin Mares Saves lots of unnecessary file accesses. 60384c8d1bbSMartin Mares 60411f7b31bSMartin Mares * lib/pci.h (PCIADDR_PORT_FMT): Use %llx instead of %Lx, because the latter 60511f7b31bSMartin Mares is not supported by all C libraries. 60611f7b31bSMartin Mares 60711f7b31bSMartin Mares * Makefile: Always enter the lib directory (remember that we don't have 60811f7b31bSMartin Mares full dependecies for the library in the top-level Makefile; hmmm, another 60911f7b31bSMartin Mares thing to rewrite some day). 61011f7b31bSMartin Mares 61111f7b31bSMartin Mares * lib/sysfs.c: Added Linux sysfs access method based on the patch 61211f7b31bSMartin Mares written by Matthew Wilcox <[email protected]>. 61311f7b31bSMartin Mares 61411f7b31bSMartin Mares * lib/proc.c: Renamed the access method name from "/proc/bus/pci" to "Linux-proc". 61511f7b31bSMartin Mares 61611f7b31bSMartin Mares * lib/pread.h: The hacks to support pread on various versions 61711f7b31bSMartin Mares of Linux libc moved there. 61811f7b31bSMartin Mares 61911f7b31bSMartin Mares * lib/proc.c (proc_setup): The return value of snprintf() varies 62011f7b31bSMartin Mares between glibc versions, so we need to check both for a negative 62111f7b31bSMartin Mares values and for too large values. 62211f7b31bSMartin Mares 6234284af58SMartin Mares * Removed last few references to the "Linux PCI Utilities", the 6244284af58SMartin Mares package is pretty cross-platform now :) 6254284af58SMartin Mares 6264284af58SMartin Mares2003-12-27 Martin Mares <[email protected]> 6274284af58SMartin Mares 628ab12277eSMartin Mares * Released as 2.1.99-test2. 629ab12277eSMartin Mares 630ab12277eSMartin Mares * README, pciutils.lsm, pciutils.spec: Use @VERSION@ to make the 631ab12277eSMartin Mares release scripts insert the current version. "make release" is gone. 632ab12277eSMartin Mares 633ab12277eSMartin Mares * maint/release, maint/release.pm: Added a new system of scripts for 634ab12277eSMartin Mares making releases including inter-version diffs etc. 635ab12277eSMartin Mares 636ab12277eSMartin Mares * Makefile: Cleaned up. 637ab12277eSMartin Mares 638ab12277eSMartin Mares * lib/fbsd-device.c: I patched another copy of this file by mistake, 639ab12277eSMartin Mares this time the version checks should be right. 640ab12277eSMartin Mares 641ab12277eSMartin Mares2003-12-27 Martin Mares <[email protected]> 642ab12277eSMartin Mares 6436d722cd6SMartin Mares * Released as 2.1.99-test1. 6446d722cd6SMartin Mares 645dd33246aSMartin Mares * pciutils.h, common.c, lspci.man, setpci.man, lib/internal.h: 646dd33246aSMartin Mares Remove shadows of the syscall access method which was never 647dd33246aSMartin Mares implemented. 648dd33246aSMartin Mares 64980b3121aSMartin Mares * update-pciids.sh: Try to preserve permissions of the old file 65080b3121aSMartin Mares if chmod supports --reference. Should close Debian Bug #223740. 65180b3121aSMartin Mares 6526aea909aSMartin Mares * lib/proc.c (proc_setup): Increased path name length limit to 1024. 6536aea909aSMartin Mares Thanks for Redhat and Mandrake for inspiration. 6546aea909aSMartin Mares 6556aea909aSMartin Mares * lib/configure: Recognize ppc and ppc64, both have 64-bit addresses. 6566aea909aSMartin Mares Grabbed from Redhat (Fedora) patches. 6576aea909aSMartin Mares 6586aea909aSMartin Mares2003-12-27 Martin Mares <[email protected]> 6596aea909aSMartin Mares 660f701ff47SMartin Mares Merged bug fixes from Debian patches: 661f701ff47SMartin Mares 662f701ff47SMartin Mares * lspci.c (show_verbose): "Cache Line Size" should be capitalized. 663f701ff47SMartin Mares 664f701ff47SMartin Mares * lspci.c (show_pcix_nobridge): Added a missing newline. 665f701ff47SMartin Mares 6662240db8cSMartin Mares * lib/proc.c (proc_scan): When reading the header type, don't 6672240db8cSMartin Mares forget to clear the topmost bit indicating that the device has 668f701ff47SMartin Mares multiple functions. 6692240db8cSMartin Mares 6702240db8cSMartin Mares2003-12-27 Martin Mares <[email protected]> 6712240db8cSMartin Mares 67245902995SMartin Mares Updated the FreeBSD port. Thanks to Samy Al Bahra <[email protected]> 67345902995SMartin Mares for the patches: 67445902995SMartin Mares 67545902995SMartin Mares * lib/Makefile: Add ${FREEBSD_SYS} to the include path if it's defined. 67645902995SMartin Mares * lib/fbsd-device.c: Select the right set of system includes according 67745902995SMartin Mares to __FreeBSD_version. 67845902995SMartin Mares 67945902995SMartin Mares2003-12-27 Martin Mares <[email protected]> 68045902995SMartin Mares 6818fc75dbcSMartin Mares Merged support for Solaris on i386 by Bill Moore <[email protected]> 6828fc75dbcSMartin Mares and cleaned up: 6838fc75dbcSMartin Mares 6848fc75dbcSMartin Mares * lib/configure: Recognize SunOS. 6858fc75dbcSMartin Mares * lib/internal.h: Learn how to recognize byte order on SunOS. 6868fc75dbcSMartin Mares * lib/i386-ports.c: Split OS-dependent I/O port access from i386-ports.c. 6878fc75dbcSMartin Mares * lib/i386-io-linux.h: Linux specific part. 6888fc75dbcSMartin Mares * lib/i386-io-hurd.h: GNU/Hurd specific part. 6898fc75dbcSMartin Mares * lib/i386-io-sunos.h: SunOS specific part. 6908fc75dbcSMartin Mares 6919739916eSMartin Mares2003-12-26 Martin Mares <[email protected]> 6929739916eSMartin Mares 6939739916eSMartin Mares * lib/header.h (PCI_*_MASK): Cast to pciaddr_t explicitly. 6949739916eSMartin Mares 6959739916eSMartin Mares * lib/pci.h: Types declared in <sys/types.h> should be usable on all 6969739916eSMartin Mares platforms we currently support, so kill the forest of #ifdef's and 6979739916eSMartin Mares use them in all cases. 6989739916eSMartin Mares 6999739916eSMartin Mares * lib/pci.h: Use ULONG_MASK to decide whether we should use long 7009739916eSMartin Mares or long long to represent a 64-bit address. Killed HAVE_LONG_ADDRESS. 7019739916eSMartin Mares Define format strings for addresses, port numbers and IRQ numbers 7029739916eSMartin Mares directly in pci.h. 7039739916eSMartin Mares 7049739916eSMartin Mares * lib/proc.c (proc_scan): Use PCIADDR_T_FMT for scanf'ing addresses. 7059739916eSMartin Mares 70680459c65SMartin Mares2003-12-26 Marco Gerards <[email protected]> 70780459c65SMartin Mares 70880459c65SMartin Mares Added support for the GNU Hurd (cleaned up by Martin Mares): 70980459c65SMartin Mares 71080459c65SMartin Mares * lib/configure [GNU]: Use the i386 ports for configuration access. 71180459c65SMartin Mares * lib/i386-ports.c: Don't call iopl() on the Hurd. 71280459c65SMartin Mares * lib/pci.h [OS_GNU]: Include <sys/types.h> and use it for defining 71380459c65SMartin Mares u8 to u32. 71480459c65SMartin Mares 715a85769a8SMartin Mares2003-12-26 Martin Mares <[email protected]> 716a85769a8SMartin Mares 7177dacd9c8SMartin Mares * lspci.c (show_pcix_bridge, show_pcix_nobridge): Don't forget to call 7187dacd9c8SMartin Mares config_fetch() to ensure that the registers have been read. Thanks to 7197dacd9c8SMartin Mares Bill Wood <[email protected]> for the patch. 7207dacd9c8SMartin Mares 7217dacd9c8SMartin Mares * lspci.c: Ensure that failure of config_fetch() is handled correctly 7227dacd9c8SMartin Mares at all places. 7237dacd9c8SMartin Mares 7244063c31cSMartin Mares * lspci.man: There was one more explicit reference to /usr/share/pci.ids. 7254063c31cSMartin Mares Changed to @SHAREDIR@. Patch from Maciej W. Rozycki <[email protected]>. 7264063c31cSMartin Mares 7273fe8a38dSMartin Mares * setpci.c (main): Better error messages. 7283fe8a38dSMartin Mares 7295f5b1a7bSMartin Mares * setpci.c (ex_op): The demo mode should disable only writing, not reading. 7305f5b1a7bSMartin Mares 7315f5b1a7bSMartin Mares * setpci.man: The documentation was inconsistent on what should -D do. 7325f5b1a7bSMartin Mares Document the new behaviour. 733b251f40bSMartin Mares 73491e37a49SMartin Mares * pciutils.h, common.c, setpci.c: Introduced a NONRET macro encapsulating 73591e37a49SMartin Mares the GCC specific __attribute__((noreturn)) and killed the hack with 73691e37a49SMartin Mares redefining __attribute__ on non-GCC compilers. 73791e37a49SMartin Mares 7384afd29d3SMartin Mares * Makefile: Added missing dependencies. Parallel builds work now. 7394afd29d3SMartin Mares Problem reported by Andreas Haumer <[email protected]>, but I chose 7404afd29d3SMartin Mares a different fix. 7414afd29d3SMartin Mares 742b0f1a03bSMartin Mares * Makefile (MANDIR): Use `:=' instead of `=' to avoid executing the shell 743b0f1a03bSMartin Mares command every time $(MANDIR) is referenced. 744b0f1a03bSMartin Mares 745b7fd8e19SMartin Mares * lspci.c (main): The error message for `lspci -s' incorrectly mentioned 746b7fd8e19SMartin Mares a `-f' switch. Reported by Steve Finney <[email protected]>. 747b7fd8e19SMartin Mares 74805bb10a2SMartin Mares * lib/generic.c: Removed memory leak in pci_generic_bus_scan(). 74905bb10a2SMartin Mares Reported by Gary Parnes <[email protected]>. 75005bb10a2SMartin Mares 751a832f6f1SMartin Mares * Replaced obsolete syntax of __attribute__((unused)) in the middle of 752a832f6f1SMartin Mares parameter declarations (which is no longer supported by GCC 3.1) by the 753a832f6f1SMartin Mares current syntax (attribute at the end). Thanks to [email protected] 754a832f6f1SMartin Mares for reporting this problem. 755a832f6f1SMartin Mares 756a85769a8SMartin Mares * Removed CVS $Id$ tags from all files. 757a85769a8SMartin Mares 758a85769a8SMartin Mares * Makefile: Added some more warnings. 759a85769a8SMartin Mares 760b7351143SMartin Mares * setpci.c: Cleaned up mask/value code. 761b7351143SMartin Mares 762b7351143SMartin Mares2003-12-08 Thayne Harbaugh <[email protected]> 763b7351143SMartin Mares 764b7351143SMartin Mares * setpci.c: Individual bits to be set can be specified as <value>:<mask>. 765b7351143SMartin Mares 7662a5d5cf9SMartin Mares2003-11-29 Martin Mares <[email protected]> 7672a5d5cf9SMartin Mares 7682a5d5cf9SMartin Mares * Imported the pciutils sources to my Arch repository. Good-bye, CVS. 7692a5d5cf9SMartin Mares 770d772ef15SMartin Mares2003-01-04 Martin Mares <[email protected]> 771d772ef15SMartin Mares 7721b95f396SMartin Mares * Released as 2.1.11. 7731b95f396SMartin Mares 774c83293ebSMartin Mares * Makefile: Changed configuration of installation directories -- 775c83293ebSMartin Mares all paths are now set at the top of the Makefile instead of being 776c83293ebSMartin Mares scattered between the installation rules. The default installation 777c83293ebSMartin Mares now goes always to /usr/local regardless of the OS as most distributions 778c83293ebSMartin Mares already contain some version of pciutils and we don't want custom 779c83293ebSMartin Mares installations to interfere with the default ones. 780c83293ebSMartin Mares 781c83293ebSMartin Mares * Makefile: Removed a couple of ancient install hacks: we no longer 782c83293ebSMartin Mares try to avoid overwriting a newer pci.ids file (users are now expected 783c83293ebSMartin Mares to use update-ids) and we don't try to remove /etc/pci.ids (a long time 784c83293ebSMartin Mares has passed since the last version which used it). 785c83293ebSMartin Mares 786e2875dcdSMartin Mares * Makefile: Paths to pci.ids in man pages automatically get the right path. 787e2875dcdSMartin Mares 7881b95f396SMartin Mares * Added the update-ids utility. 7890138a2a7SMartin Mares 790d772ef15SMartin Mares * lib: Removed partially implemented "syscall" access method which will 791d772ef15SMartin Mares probably never be needed. 792d772ef15SMartin Mares 793eb620239SMartin Mares2002-12-27 Martin Mares <[email protected]> 794eb620239SMartin Mares 795130090bdSMartin Mares * lib/nbsd-libpci.c: Cleaned up and hopefully made it endian safe. 796130090bdSMartin Mares 797eb620239SMartin Mares * lib/generic.c (pci_generic_scan_bus): Added work-around for devices with 798eb620239SMartin Mares discontiguous numbering of functions. This is already present in the Linux 799eb620239SMartin Mares kernel for several years, but I forgot to update pciutils as well. 800eb620239SMartin Mares 801848b4347SMartin Mares2002-12-26 Martin Mares <[email protected]> 802848b4347SMartin Mares 803579b19ffSMartin Mares * lib/header.h, lspci.c: Dump AGP3 flags and speeds. 804579b19ffSMartin Mares 805579b19ffSMartin Mares * lib/pci.h, Makefile: Removed HAVE_OWN_HEADER_H. Always use our own header, 806579b19ffSMartin Mares there is no reason to prefer the kernel version. 807579b19ffSMartin Mares 808579b19ffSMartin Mares * lib/proc.c (proc_scan): Don't forget to initialize hdrtype. 809579b19ffSMartin Mares 810848b4347SMartin Mares * Added preliminary version of NetBSD support by Quentin Garnier 811848b4347SMartin Mares <[email protected]>. 812848b4347SMartin Mares 813f0952474SMartin Mares2002-04-06 Martin Mares <[email protected]> 814f0952474SMartin Mares 815f0952474SMartin Mares * lspci.c: Mention "-xxx" in the help. 816f0952474SMartin Mares 817d2f666f1SMartin Mares2002-03-30 Martin Mares <[email protected]> 818d2f666f1SMartin Mares 8199bd44bb0SMartin Mares * Released as 2.1.10. 8209bd44bb0SMartin Mares 821a33d0eb7SMartin Mares * Removed pci.ids from the CVS as they are now maintained separately. 822a33d0eb7SMartin Mares They are still included in the tarball, but if you are building pciutils 823a33d0eb7SMartin Mares from CVS sources or you want to get a newer ID file than the one distributed, 824a33d0eb7SMartin Mares just use "make update-ids" to download the most recent snapshot from 825a33d0eb7SMartin Mares pciids.sf.net. 826a33d0eb7SMartin Mares 827a33d0eb7SMartin Mares * Makefile, README: Updated accordingly. 828a33d0eb7SMartin Mares 829a33d0eb7SMartin Mares * Makefile: Added a couple of maintenance targets. 830a33d0eb7SMartin Mares 831a33d0eb7SMartin Mares * maint/*: Maintainer's utilities now reside here (present only in CVS, 832a33d0eb7SMartin Mares not in the tarball). 833a33d0eb7SMartin Mares 834d2f666f1SMartin Mares * lib/names.c (parse_name_list): End-of-line comments are no longer 835d2f666f1SMartin Mares supported. Hashes are now perfectly valid in all names and they start 836d2f666f1SMartin Mares a comment only at the start of the line. 837d2f666f1SMartin Mares 838ee551b73SMartin Mares2002-03-26 Martin Mares <[email protected]> 839ee551b73SMartin Mares 84007159913SMartin Mares * README: Rewritten. 84107159913SMartin Mares 842ee551b73SMartin Mares * Makefile: When the currently installed pci.ids file is newer than 843ee551b73SMartin Mares the version to be installed, don't overwrite it. Suggested by 844ee551b73SMartin Mares Jean Delvare <[email protected]>. 845ee551b73SMartin Mares 846bc7b1d62SMartin Mares2002-03-24 Martin Mares <[email protected]> 847bc7b1d62SMartin Mares 8485f5e6f64SMartin Mares * lspci.c (show_pcix_bridge): Added PCI-X capability display. 8495f5e6f64SMartin Mares Contributed by Jeff Garzik <[email protected]>. 8505f5e6f64SMartin Mares 8515f5e6f64SMartin Mares * lib/header.h: Added PCI-X stuff. Again by Jeff. 8525f5e6f64SMartin Mares 8535f5e6f64SMartin Mares * Makefile (CFLAGS): -Werror is gone. 8545f5e6f64SMartin Mares 855a1052f16SMartin Mares * lspci.c (format_agp_rate): Fixed AGP rate reporting. 856a1052f16SMartin Mares 857bc7b1d62SMartin Mares * lib/filter.c (pci_filter_parse_slot): Allow bus 0xff, slot 0x1f and 858bc7b1d62SMartin Mares function 7. 859bc7b1d62SMartin Mares 860bc7b1d62SMartin Mares * lib/names.c (pci_lookup_name): When printing unknown subsystem vendor 861bc7b1d62SMartin Mares or device hexadecimally, don't confuse it with chip vendor/device ID. 862bc7b1d62SMartin Mares First reported by Marc Boucher <[email protected]>. 863bc7b1d62SMartin Mares 864f793990cSMartin Mares2001-11-04 Martin Mares <[email protected]> 865f793990cSMartin Mares 866ee551b73SMartin Mares * Released as 2.1.9. 867ee551b73SMartin Mares 868f793990cSMartin Mares * pci.ids: Synced with the PCI ID Repository at SourceForge 869f793990cSMartin Mares (http://pciids.sourceforge.net/). 870f793990cSMartin Mares 8711d174e56SMartin Mares2000-08-25 Martin Mares <[email protected]> 8721d174e56SMartin Mares 8731d174e56SMartin Mares * pci.ids: Updated ID's, synced with kernel 2.4.0-test7. 8741d174e56SMartin Mares 87565b4327eSMartin Mares2000-06-13 Martin Mares <[email protected]> 87665b4327eSMartin Mares 87765b4327eSMartin Mares * Makefile (uninstall): Fixed. 87865b4327eSMartin Mares 87965b4327eSMartin Mares * pci.ids: ID updates. 88065b4327eSMartin Mares 8814a219d5fSMartin Mares2000-05-20 Martin Mares <[email protected]> 8824a219d5fSMartin Mares 8834a219d5fSMartin Mares * Released as 2.1.8. 8844a219d5fSMartin Mares 8854a219d5fSMartin Mares * pci.ids: ID updates. 8864a219d5fSMartin Mares 8874a219d5fSMartin Mares * lspci.c (show_verbose): Min/max latency is now printed in nanoseconds. 8884a219d5fSMartin Mares 8894a219d5fSMartin Mares2000-05-04 Martin Mares <[email protected]> 8904a219d5fSMartin Mares 8914a219d5fSMartin Mares * lspci.c (show_verbose): If the header type doesn't match device 8924a219d5fSMartin Mares class, just print a warning and still use the header type, assuming 8934a219d5fSMartin Mares bogus class info. 8944a219d5fSMartin Mares 89510c90662SMartin Mares2000-05-01 Martin Mares <[email protected]> 89610c90662SMartin Mares 89772b9b690SMartin Mares * lspci.c (show_pm): Updated according to PCI PM specs 1.1. 89872b9b690SMartin Mares 89910c90662SMartin Mares * pci.ids: Updated Contemporary Control ARCnet card entries. 90010c90662SMartin Mares 90110c90662SMartin Mares * pci.ids: Synchronized class list with latest PCI SIG documents. 90210c90662SMartin Mares 903a239ade6SMartin Mares2000-04-29 Martin Mares <[email protected]> 904a239ade6SMartin Mares 905a239ade6SMartin Mares * lib/names.c (pci_lookup_name): Fixed the cheat. 906a239ade6SMartin Mares 907a239ade6SMartin Mares * lib/internal.h: Moved UNUSED/inline hacks above all other declarations. 908a239ade6SMartin Mares 909a239ade6SMartin Mares * pci.ids: Various ID updates. 910a239ade6SMartin Mares 9112c83b860SMartin Mares2000-04-21 Martin Mares <[email protected]> 9122c83b860SMartin Mares 9132c83b860SMartin Mares * Released as 2.1.7. 9142c83b860SMartin Mares 9152c83b860SMartin Mares * pciutils.spec: Added German description. 9162c83b860SMartin Mares 9172c83b860SMartin Mares * lib/names.c (pci_lookup_name): Added a cheat for case that subsystem ID's 9182c83b860SMartin Mares are the same as device ID and just output subsystem name according to 9192c83b860SMartin Mares device name. 9202c83b860SMartin Mares 9212c83b860SMartin Mares * lib/proc.c: Use UNUSED instead of __attribute__((unused)). 9222c83b860SMartin Mares 9232c83b860SMartin Mares * lib/pci.h: Added the correct typedefs for AIX. 9242c83b860SMartin Mares 9252c83b860SMartin Mares * lib/generic.c (pci_generic_scan_bus): Export. 9262c83b860SMartin Mares 9272c83b860SMartin Mares * lib/configure: Detect AIX. Use "echo '...\c'" instead of 9282c83b860SMartin Mares "echo -n" if the shell isn't bash. 9292c83b860SMartin Mares 9302c83b860SMartin Mares * lspci.c: Avoid using alloca() if not compiled by GCC. 9312c83b860SMartin Mares (insert_dev): Avoid returning a void value. 9322c83b860SMartin Mares 9332c83b860SMartin Mares * Makefile: Choose which install utility to use according to 9342c83b860SMartin Mares OS type. Also use `-o' instead of `-or' in find arguments. 9352c83b860SMartin Mares Part of the AIX port. 9362c83b860SMartin Mares 9372c83b860SMartin Mares * lib/aix-device.c: Added AIX low-level interface. Contributed 9382c83b860SMartin Mares by Dave Johnson <[email protected]>, thanks a lot! 9392c83b860SMartin Mares 9402c83b860SMartin Mares * pci.ids: Few new ID's. 9412c83b860SMartin Mares 9422c83b860SMartin Mares * pciutils.h, lib/internal.h: Redefine __attribute__ and inline 9432c83b860SMartin Mares when not compiled by GCC. 9442c83b860SMartin Mares 945c1a828daSMartin Mares2000-04-17 Martin Mares <[email protected]> 946c1a828daSMartin Mares 947c1a828daSMartin Mares * Released as 2.1.6. 948c1a828daSMartin Mares 949c1a828daSMartin Mares * pci.ids: Added a large batch of ID's contributed by Gunther 950c1a828daSMartin Mares Mayer <[email protected]> and synced the 951c1a828daSMartin Mares list with the 2.3.99pre6 kernel. 952c1a828daSMartin Mares 953e91dd3abSMartin MaresThu Mar 9 13:11:39 2000 Martin Mares <[email protected]> 954e91dd3abSMartin Mares 955a80b79a9SMartin Mares * lib/example.c: Added a simple example of how to use 956a80b79a9SMartin Mares the library. 957a80b79a9SMartin Mares 95889984232SMartin Mares * lspci.man, setpci.man: Revealed --version. Well spotted 95989984232SMartin Mares by Adam Sulmicki. 96089984232SMartin Mares 961e91dd3abSMartin Mares * pci.ids: Added lots of new ID's and synced with 2.3.50. 962e91dd3abSMartin Mares 96378d9c5e2SMartin MaresTue Feb 15 00:16:21 2000 Martin Mares <[email protected]> 96478d9c5e2SMartin Mares 96578d9c5e2SMartin Mares * Released as 2.1.5. 96678d9c5e2SMartin Mares 96778d9c5e2SMartin Mares * pciutils.spec: Updated spec file from Andreas Jaeger. Now using 96878d9c5e2SMartin Mares %{_mandir} to find the right location to install manual pages to. 96978d9c5e2SMartin Mares 97078d9c5e2SMartin Mares * pci.ids: New ID's. 97178d9c5e2SMartin Mares 97278d9c5e2SMartin Mares * setpci.c (main): Don't crash when `-s' or `-d' is given with 97378d9c5e2SMartin Mares no argument. 97478d9c5e2SMartin Mares 975f8141ae2SMartin MaresMon Jan 24 20:04:11 2000 Andreas Jaeger <[email protected]> 976f8141ae2SMartin Mares 977f8141ae2SMartin Mares * lib/i386-ports.c: Include <asm/io.h> only on systems without 978f8141ae2SMartin Mares glibc. 979f8141ae2SMartin Mares 980f8141ae2SMartin MaresMon Jan 24 11:24:43 2000 Martin Mares <[email protected]> 981f8141ae2SMartin Mares 982f8141ae2SMartin Mares * Makefile: Modified to work with the Linux FHS brain-damaged idea 983f8141ae2SMartin Mares of putting man pages to /usr/share/man. Now we choose either /usr/man 984f8141ae2SMartin Mares or /usr/share/man depending on which one exists. 985f8141ae2SMartin Mares 98659e76e8bSMartin MaresSun Jan 23 10:52:34 2000 Martin Mares <[email protected]> 98759e76e8bSMartin Mares 98859e76e8bSMartin Mares * pci.ids: Synced with Linux 2.3.40. 98959e76e8bSMartin Mares 99059e76e8bSMartin Mares * Released as version 2.1.4. 99159e76e8bSMartin Mares 9922dfd48cdSMartin MaresThu Jan 20 11:08:32 2000 Martin Mares <[email protected]> 9932dfd48cdSMartin Mares 9942715403fSMartin Mares * lspci.c (scan_device): Fixed bug in reading of cardbus extensions. 9952715403fSMartin Mares 99681077814SMartin Mares * lib/proc.c: pread/pwrite fixed again, this time on libc5 :( 99781077814SMartin Mares 99881077814SMartin Mares * lspci.c (format_agp_rate): Better formatting of AGP rates. 99981077814SMartin Mares 100081077814SMartin Mares * pci.ids: New ID's. 100181077814SMartin Mares 10022dfd48cdSMartin Mares * lib/configure: Added configuration for ia64 (the same as for Alpha). 10032dfd48cdSMartin Mares Patch from Stephane Eranian <[email protected]>. 10042dfd48cdSMartin Mares 10055a258860SMartin MaresThu Jan 13 23:01:52 2000 Martin Mares <[email protected]> 10065a258860SMartin Mares 10075a258860SMartin Mares * Released as version 2.1.3. 10085a258860SMartin Mares 10095a258860SMartin Mares * pci.ids: New ID's. 10105a258860SMartin Mares 10115a258860SMartin Mares * lspci.c: Alpha IO_FORMAT fix by Andrea Arcangeli. 10125a258860SMartin Mares 10135a258860SMartin Mares * lib/access.c: Corrected order of access methods -- it's wonderful how 10145a258860SMartin Mares long could such a bug remain unspotted. Thanks go to Andreas Schockenhoff. 10155a258860SMartin Mares 10160c047bbeSMartin MaresSat Dec 11 23:34:48 1999 Martin Mares <[email protected]> 10170c047bbeSMartin Mares 10180c047bbeSMartin Mares * Released as version 2.1.2. 10190c047bbeSMartin Mares 10200c047bbeSMartin Mares * lib/names.c (pci_lookup_name): Fixed printing of unknown subsystem ID's. 10210c047bbeSMartin Mares 102233bc28a5SMartin MaresSat Dec 4 13:11:03 1999 Martin Mares <[email protected]> 102333bc28a5SMartin Mares 102439231205SMartin Mares * Released as version 2.1.1. 102539231205SMartin Mares 102633bc28a5SMartin Mares * pci.ids: Several new ID's. 102733bc28a5SMartin Mares 102833bc28a5SMartin Mares * setpci.c (exec_op): Don't forget to increment address after writing 102933bc28a5SMartin Mares single value, so that `30.b=12,34,56,78' works as expected. Reported 103033bc28a5SMartin Mares by Petr Soucek <[email protected]>. 103133bc28a5SMartin Mares 10328d047897SMartin MaresWed Nov 3 10:24:38 1999 Martin Mares <[email protected]> 10338d047897SMartin Mares 10348d047897SMartin Mares * lspci.c (show_terse): If prog-if is zero, but it's present in the 10358d047897SMartin Mares ID list, show it. 10368d047897SMartin Mares 10376afc6538SMartin MaresSat Oct 30 11:06:35 1999 Martin Mares <[email protected]> 10386afc6538SMartin Mares 10396afc6538SMartin Mares * Released as version 2.1. 10406afc6538SMartin Mares 10416afc6538SMartin Mares * pci.ids: Synced to devlist.h in 2.3.24 kernel. Merged in 10426afc6538SMartin Mares lots of contributed entries. 10436afc6538SMartin Mares 10448f756113SMartin MaresThu Oct 14 10:40:12 1999 Dave Jones <[email protected]> 10458f756113SMartin Mares 10468f756113SMartin Mares * pci.ids: Added lots of subsystem definitions. 10478f756113SMartin Mares 1048d4798a32SMartin MaresSat Oct 9 14:32:28 1999 Martin Mares <[email protected]> 1049d4798a32SMartin Mares 1050d4798a32SMartin Mares * setpci.man: Better example. 1051d4798a32SMartin Mares 1052d4798a32SMartin Mares * lspci.c: Resolve prog-if names. 1053d4798a32SMartin Mares 1054d4798a32SMartin Mares * lib/names.c: Adapted to new pci.ids syntax. 1055d4798a32SMartin Mares 1056d4798a32SMartin Mares * pci.ids: Reorganized the pci.ids file. Subsystems are listed 1057d4798a32SMartin Mares under devices, classes can optionally contain prog-if information. 1058d4798a32SMartin Mares New ID's, as usually. 1059d4798a32SMartin Mares 1060e306e911SMartin MaresWed Sep 22 09:45:24 1999 Martin Mares <[email protected]> 1061e306e911SMartin Mares 1062e306e911SMartin Mares * pci.ids: New ID's. As usually. 1063e306e911SMartin Mares 1064e306e911SMartin Mares * lspci.c (show_htype1, show_htype2): Don't show `closed' bridge windows 1065e306e911SMartin Mares unless we're vvvery verbose. 1066e306e911SMartin Mares 1067e306e911SMartin MaresMon Sep 20 11:22:54 1999 Martin Mares <[email protected]> 1068e306e911SMartin Mares 1069e306e911SMartin Mares * lspci.c (show_htype2): Don't forget a TAB before the "I/O window" line. 1070e306e911SMartin Mares 1071e64a576cSMartin MaresTue Sep 14 09:31:01 1999 Martin Mares <[email protected]> 1072e64a576cSMartin Mares 1073e64a576cSMartin Mares * pci.ids: New ID's. Again. 1074e64a576cSMartin Mares 1075c36c0862SMartin MaresThu Aug 5 17:45:42 1999 Martin Mares <[email protected]> 1076c36c0862SMartin Mares 1077c36c0862SMartin Mares * lspci.c (show_size): Don't show size if it's zero (usually 1078c36c0862SMartin Mares due to bus-centric mode being enabled). 1079c36c0862SMartin Mares 10801ca42433SMartin MaresTue Jul 20 13:25:09 1999 Martin Mares <[email protected]> 10811ca42433SMartin Mares 1082168b4f46SMartin Mares * lib/pci.h: Types are OS dependent. 1083168b4f46SMartin Mares 1084168b4f46SMartin Mares * lib/internal.h: Byte order hacks are OS dependent. 1085168b4f46SMartin Mares 1086168b4f46SMartin Mares * lib/configure: Recognize FreeBSD. Also set OS_XXX according to the OS. 1087168b4f46SMartin Mares 1088168b4f46SMartin Mares * lib/Makefile, lib/access.c: Added fbsd-device target. 1089168b4f46SMartin Mares 1090168b4f46SMartin Mares * pci.ids: Added an entry for PLX 9080 bridges with subsystem ID 1091168b4f46SMartin Mares incorrectly set to device ID. 1092168b4f46SMartin Mares 1093168b4f46SMartin Mares * README: Added a note that we support FreeBSD. 1094168b4f46SMartin Mares 1095168b4f46SMartin Mares * Makefile (PREFIX, ROOT): Set it depending on the OS. 1096168b4f46SMartin Mares (%.8): Grrr, BSD date is not able to convert date formats the same way 1097168b4f46SMartin Mares as GNU date does. Use sed instead. 1098168b4f46SMartin Mares (install): Use `-c' when calling install. 1099168b4f46SMartin Mares 1100168b4f46SMartin Mares * lib/fbsd-device.c: Added FreeBSD /dev/pci access module contributed 1101168b4f46SMartin Mares by Jari Kirma <[email protected]>. 1102168b4f46SMartin Mares 1103bc6346dfSMartin Mares * lib/proc.c: Rewrote the pread/pwrite things once again. Use pread 1104bc6346dfSMartin Mares and pwrite only when we are certain it's safe (i.e., glibc 2.1 1105bc6346dfSMartin Mares on all architectures or any libc on a i386 where we really know 1106bc6346dfSMartin Mares how to use syscalls directly). In all other cases, emulate it 1107bc6346dfSMartin Mares with lseek/read/write. 1108bc6346dfSMartin Mares 11091ca42433SMartin Mares * pci.ids: Some more IDs. 11101ca42433SMartin Mares 11111ca42433SMartin MaresMon Jul 19 14:10:36 1999 Martin Mares <[email protected]> 11121ca42433SMartin Mares 11131ca42433SMartin Mares * pci.ids: Added IDs of parallel port controller cards as sent 11141ca42433SMartin Mares by Tim Waugh <[email protected]>. 11151ca42433SMartin Mares 1116e95c8373SMartin MaresWed Jul 7 00:55:48 1999 Martin Mares <[email protected]> 1117e95c8373SMartin Mares 1118e95c8373SMartin Mares * lib/proc.c (proc_scan): HAVE_LONG_ADDRESS instead of HAVE_64BIT_ADDRESS. 1119e95c8373SMartin Mares 1120e95c8373SMartin Mares * lspci.c: ADDR_FORMAT now depends on both HAVE_64BIT_ADDRESS and 1121e95c8373SMartin Mares HAVE_LONG_ADDRESS. 1122e95c8373SMartin Mares 1123e95c8373SMartin Mares * lib/configure: HAVE_64BIT_ADDRESS now doesn't imply that the addresses 1124e95c8373SMartin Mares are represented as long long. Introduced a new flag HAVE_LONG_ADDRESS 1125e95c8373SMartin Mares to indicate this. Both Sparc architectures now use both 64BIT_ADDRESS 1126e95c8373SMartin Mares and LONG_ADDRESS since they have 32-bit userland, but don't set LONG_ADDRESS 1127e95c8373SMartin Mares on Alpha. 1128e95c8373SMartin Mares 1129e95c8373SMartin Mares * lspci.c (show_msi): Added dumping of the MSI capability. 1130e95c8373SMartin Mares (show_slotid): The same for SlotID capability. 1131e95c8373SMartin Mares (show_caps): Seperated capability dumping, because it should 1132e95c8373SMartin Mares be used for both htype0 and htype1. Even PCI 2.2 doesn't mention 1133e95c8373SMartin Mares layout of htype2, so I'm a bit unsure about it wrt capabilities 1134e95c8373SMartin Mares -- they at least have to live somewhere else since address 0x34 1135e95c8373SMartin Mares is already defined differently in htype2. 1136e95c8373SMartin Mares 1137e95c8373SMartin Mares * lib/header.h (PCI_STATUS_UDF): Marked as obsolete (PCI 2.2). 1138e95c8373SMartin Mares (PCI_BASE_ADDRESS_MEM_TYPE_1M): Ditto. 1139e95c8373SMartin Mares (PCI_CAP_ID_*): Added some new capabilities defined in PCI 2.2. 1140e95c8373SMartin Mares 1141e95c8373SMartin Mares * lspci.c (show_htype0): Mask out lowest 2 bits from all capability pointers 1142e95c8373SMartin Mares (required by the PCI 2.2 specs). 1143e95c8373SMartin Mares 1144e95c8373SMartin MaresMon Jul 5 12:45:19 1999 Martin Mares <[email protected]> 1145e95c8373SMartin Mares 1146e95c8373SMartin Mares * lspci.c (show_size): Added new function for dumping of region sizes. 1147e95c8373SMartin Mares (show_rom): Added. Now correctly dumps unassigned ROM addresses, disabled 1148e95c8373SMartin Mares ROMs et cetera. 1149e95c8373SMartin Mares 1150e95c8373SMartin Mares * lib/pci.h (struct pci_dev): known_fields moved to the public part 1151e95c8373SMartin Mares of the structure. 1152e95c8373SMartin Mares 1153e95c8373SMartin Mares * Added support for region sizes. Needs support in the kernel, because 1154e95c8373SMartin Mares sizes have to be scanned before drivers initialize yourself. pci_fill_info() 1155e95c8373SMartin Mares now returns a bitmask of what fields were really read. 1156e95c8373SMartin Mares 115782ce97c9SMartin MaresMon Jun 28 18:37:51 1999 Dave Jones <[email protected]> 115882ce97c9SMartin Mares 115982ce97c9SMartin Mares * Makefile: 116082ce97c9SMartin Mares Added `uninstall' target - removes all traces of pciutils. 116182ce97c9SMartin Mares * pci.ids: 116282ce97c9SMartin Mares - Lots of cleanups in the ATI, S3, Adaptec vendors. 116382ce97c9SMartin Mares - Changed Compaq QVision 1280/p definitions, as it's not possible 116482ce97c9SMartin Mares to determine the revision from the device ID. 116582ce97c9SMartin Mares - Same for the Tseng ET4000. 116682ce97c9SMartin Mares The id's said I had a rev C, when it was actually a rev B. 116782ce97c9SMartin Mares - Removed some unnecessary strings 116882ce97c9SMartin Mares `PCI'. Unless it's an AGP card, it should be obvious that it's PCI. 116982ce97c9SMartin Mares `Ethernet card'. This should be determined from config space. 117082ce97c9SMartin Mares - Lots of other new vendors & devices 117182ce97c9SMartin Mares - Other additional small cleanups. 117282ce97c9SMartin Mares 11737bed2d83SMartin MaresMon Jun 21 22:11:10 1999 Martin Mares <[email protected]> 11747bed2d83SMartin Mares 11757bed2d83SMartin Mares * lib/names.c (pci_lookup_name): When device ID lookup 11767bed2d83SMartin Mares fails, return hexadecimal device ID instead of vendor ID. 11777bed2d83SMartin Mares Well spotted by Axel Bodemann <[email protected]>, 11787bed2d83SMartin Mares I've just extended the fix to subsystem ID's. 11797bed2d83SMartin Mares 11805ba3a475SMartin MaresThu Jun 17 19:48:21 1999 Martin Mares <[email protected]> 11815ba3a475SMartin Mares 11825ba3a475SMartin Mares * lspci.c (show_agp): Bug fix from Petr Vandrovec 11835ba3a475SMartin Mares <[email protected]>. The command register was displayed 11845ba3a475SMartin Mares incorrectly. 11855ba3a475SMartin Mares 11865ba3a475SMartin MaresWed Jun 2 22:42:44 1999 Martin Mares <[email protected]> 11875ba3a475SMartin Mares 11885ba3a475SMartin Mares * lib/proc.c (SYS_pread, SYS_pwrite): Use hard-coded 11895ba3a475SMartin Mares numbers if not supplied by the libc. 11905ba3a475SMartin Mares 119155c815b5SMartin MaresWed May 19 13:24:39 1999 Martin Mares <[email protected]> 119255c815b5SMartin Mares 119355c815b5SMartin Mares * Released the whole package as version 2.0. 119455c815b5SMartin Mares 119555c815b5SMartin MaresFri May 14 22:42:02 1999 Martin Mares <[email protected]> 119655c815b5SMartin Mares 119755c815b5SMartin Mares * pci.ids: Added several new ID's contributed by people 119855c815b5SMartin Mares on the linux-pci list. 119955c815b5SMartin Mares 1200dec16943SMartin MaresMon Apr 19 15:21:08 1999 Jakub Jelinek <[email protected]> 1201dec16943SMartin Mares 1202dec16943SMartin Mares * lspci.c: Display I/O addresses correctly on sparc64. 1203dec16943SMartin Mares * lib/header.h: Ditto. 1204dec16943SMartin Mares 1205dec16943SMartin Mares * lib/configure: On sparc set HAVE_64BIT* as well, we want 1206dec16943SMartin Mares a binary which works on both 32bit and 64bit SPARCs. 1207dec16943SMartin Mares 1208e33c9c7aSMartin MaresSun Apr 18 21:14:58 1999 Martin Mares <[email protected]> 1209e33c9c7aSMartin Mares 1210e33c9c7aSMartin Mares * lspci.c, lib/proc.c: Alpha compilation fixes from Matthew Jacob 1211e33c9c7aSMartin Mares <[email protected]>. 1212e33c9c7aSMartin Mares 1213e33c9c7aSMartin Mares * pci.ids: A lot of updates from Adam J. Richter <[email protected]>. 1214e33c9c7aSMartin Mares 1215f3395cc5SMartin MaresSun Feb 28 22:26:21 1999 Martin Mares <[email protected]> 1216f3395cc5SMartin Mares 1217f3395cc5SMartin Mares * lspci.c (do_map_bus): Don't dump functions 1--7 if not flagged 1218f3395cc5SMartin Mares as a multi-function device, because several single-function devices 1219f3395cc5SMartin Mares don't decode the function bits at all. 1220f3395cc5SMartin Mares 1221f3395cc5SMartin MaresSun Feb 14 23:48:22 1999 Martin Mares <[email protected]> 1222f3395cc5SMartin Mares 1223f3395cc5SMartin Mares * Makefile (install): Don't use "-o root -g root" for installation 1224f3395cc5SMartin Mares since it breaks on machines where programs are not installed by root. 1225f3395cc5SMartin Mares Reported by Richard Gooch <[email protected]> 1226f3395cc5SMartin Mares 1227f3395cc5SMartin MaresTue Feb 9 15:54:39 1999 Martin Mares <[email protected]> 1228f3395cc5SMartin Mares 1229f3395cc5SMartin Mares * lspci.c (show_bases): Use new address masking macros and pciaddr_t. 1230f3395cc5SMartin Mares 1231f3395cc5SMartin Mares * lib/pci.h: Using pciaddr_t for bus addresses, which are 32-bit 1232f3395cc5SMartin Mares or 64-bit depending on CPU. 1233f3395cc5SMartin Mares 1234f3395cc5SMartin Mares * lib/pci.h (PCI_ADDR_MEM_MASK): Added macros for address masks 1235f3395cc5SMartin Mares according to bus address width. 1236f3395cc5SMartin Mares 12371c31d620SMartin MaresThu Jan 28 20:54:16 1999 Martin Mares <[email protected]> 12381c31d620SMartin Mares 12391c31d620SMartin Mares * Released as 1.99.4. 12401c31d620SMartin Mares 12411c31d620SMartin Mares * lspci.c: Capability list parser now recognizes both AGP 12421c31d620SMartin Mares registers and PCI Power Management registers (the latter 12431c31d620SMartin Mares is mainly guesswork based on DEC/Intel 21153 bridge specs 12441c31d620SMartin Mares since I don't have the PCI Power Management document). 12451c31d620SMartin Mares 12461c31d620SMartin Mares * lspci.c: Replaced numerous occurences of (x & flag) ? '+' : '-' 12471c31d620SMartin Mares by FLAG macro. 12481c31d620SMartin Mares 12491c31d620SMartin Mares * lspci.c: Added bridge checks to bus mapping code. 12501c31d620SMartin Mares 12511812a795SMartin MaresWed Jan 27 14:59:16 1999 Martin Mares <[email protected]> 12521812a795SMartin Mares 12531812a795SMartin Mares * lspci.c: Implemented bus mapping mode (-M). 12541812a795SMartin Mares 12551812a795SMartin Mares * lspci.c (scan_devices): Split to scan_devices() and scan_device(). 12561812a795SMartin Mares (show): Split to show() and show_device(). 12571812a795SMartin Mares 12581812a795SMartin Mares * lib/access.c (pci_init): When a->method == PCI_ACCESS_AUTO, 12591812a795SMartin Mares set it to the real access method afterwards. 12601812a795SMartin Mares 12611812a795SMartin MaresMon Jan 25 23:46:13 1999 Martin Mares <[email protected]> 12621812a795SMartin Mares 12631812a795SMartin Mares * lib/generic.c (pci_generic_fill_info): If in buscentric mode, 12641812a795SMartin Mares don't check PCI_COMMAND for I/O and memory enables. 12651812a795SMartin Mares 1266f6c86928SMartin MaresMon Jan 25 21:28:49 1999 Martin Mares <[email protected]> 1267f6c86928SMartin Mares 1268f6c86928SMartin Mares * Makefile: Added target `release' which substitutes new version 1269f6c86928SMartin Mares number to .spec, .lsm and README. Also rewrote target `dist'. 1270f6c86928SMartin Mares 1271f6c86928SMartin Mares * Released as 1.99.3. 1272f6c86928SMartin Mares 1273b5137411SMartin MaresSun Jan 24 22:10:36 1999 Martin Mares <[email protected]> 1274b5137411SMartin Mares 1275d6b297d0SMartin Mares * lib/header.h: Until kernel adopts new layout of PCI 1276d6b297d0SMartin Mares includes (i.e., separate declaration of header structure, 1277d6b297d0SMartin Mares functions and device IDs), which is not going to happen 1278d6b297d0SMartin Mares before 2.3, we'll use our own definiton of the header. 1279d6b297d0SMartin Mares 1280b5137411SMartin Mares * lspci.c (show_verbose): Display `Cap' flag in device status. 1281b5137411SMartin Mares 1282b5137411SMartin Mares * lspci.c (show_htype0): Display capability lists whereever 1283b5137411SMartin Mares available. The only capability name we recognize now is `AGP'. 1284b5137411SMartin Mares Unfortunately, capabilities are stored in device-dependent 1285b5137411SMartin Mares portion of the configuration space and are thus available 1286b5137411SMartin Mares only to root unless you read a dump. 1287b5137411SMartin Mares 1288b5137411SMartin Mares * lspci.c (scan_devices): Use cache instead of buffering. 1289b5137411SMartin Mares 1290b5137411SMartin Mares * lib/buffer.c: Removed (obsoleted by the cache). 1291b5137411SMartin Mares 1292b5137411SMartin Mares * lib/access.c: Added general caching mechanism. 1293b5137411SMartin Mares 129481ce358dSMartin MaresSat Jan 23 21:30:54 1999 Martin Mares <[email protected]> 129581ce358dSMartin Mares 129681ce358dSMartin Mares * pci.ids: Added few devices. 129781ce358dSMartin Mares 1298727ce158SMartin MaresFri Jan 22 19:29:31 1999 Martin Mares <[email protected]> 1299727ce158SMartin Mares 1300727ce158SMartin Mares * Version string is now defined in top-level Makefile, exported 1301727ce158SMartin Mares to the configure script and also substituted to man pages. 1302727ce158SMartin Mares 1303727ce158SMartin Mares * lspci.c (show_bases): Rewrote displaying of 64-bit addresses. 1304727ce158SMartin Mares (show_verbose): Rewrote interrupt display logic. 1305727ce158SMartin Mares 1306727ce158SMartin Mares * lib/i386-ports.c: Include sys/io.h only on glibc systems. 1307727ce158SMartin Mares 1308727ce158SMartin Mares * lib/configure: Rewrote detection of Linux versions. Now it 1309727ce158SMartin Mares works on 2.0 kernels (only with direct/dump access, of course). 1310727ce158SMartin Mares 1311727ce158SMartin Mares * lib/internal.h: New bytesex macros using <asm/byteorder.h> 1312727ce158SMartin Mares whenever available. 1313727ce158SMartin Mares 1314727ce158SMartin Mares * lib/proc.c (proc_read, proc_write): Distinguish between short 1315727ce158SMartin Mares read/write and real errors. 1316727ce158SMartin Mares 1317727ce158SMartin Mares * lspci.c (show_htype{0,1}): Always use d->dev->rom_base_addr since 1318727ce158SMartin Mares libpci respects buscentric mode automatically. 1319727ce158SMartin Mares 1320727ce158SMartin Mares * lspci.c (show_hex_dump): For CardBus bridges, print out 128 1321727ce158SMartin Mares bytes of header (the whole standard part). 1322727ce158SMartin Mares 1323727ce158SMartin Mares * common.c: pcilib options are now all uppercase. Also moved 1324727ce158SMartin Mares PCI access debugging option here. 1325727ce158SMartin Mares 1326727ce158SMartin Mares * Released as 1.99.2. 1327727ce158SMartin Mares 1328727ce158SMartin MaresWed Jan 20 22:50:35 1999 Martin Mares <[email protected]> 1329727ce158SMartin Mares 1330727ce158SMartin Mares * Wrote configure script and rewrote Makefiles. 1331727ce158SMartin Mares 1332727ce158SMartin Mares * Removed few unused variables. 1333727ce158SMartin Mares 1334727ce158SMartin MaresWed Jan 20 12:21:56 1999 Martin Mares <[email protected]> 1335727ce158SMartin Mares 1336727ce158SMartin Mares * common.c: Moved several functions used in both setpci and lspci 1337727ce158SMartin Mares here. This includes parsing of libpci-related options. 1338727ce158SMartin Mares 1339727ce158SMartin Mares * More library tweaks. 1340727ce158SMartin Mares 1341727ce158SMartin Mares * filter.c, names.c: Moved to library. 1342727ce158SMartin Mares 1343727ce158SMartin Mares * setpci: Rewritten to use the library. 1344727ce158SMartin Mares 1345727ce158SMartin Mares * Released as 1.99.1. 1346727ce158SMartin Mares 1347727ce158SMartin MaresTue Jan 19 23:00:12 1999 Martin Mares <[email protected]> 1348727ce158SMartin Mares 1349727ce158SMartin Mares * lspci.c (scan_devices): For cardbus bridges, read first 128 1350727ce158SMartin Mares bytes of config space to get full standard header. 1351727ce158SMartin Mares 1352727ce158SMartin Mares * Makefile (CFLAGS): Removed "-Wno-unused". 1353727ce158SMartin Mares 1354727ce158SMartin Mares * Started the "New Generation" branch and introduced the 1355727ce158SMartin Mares PCI library. 1356727ce158SMartin Mares 1357727ce158SMartin Mares * lspci: Rewritten to use the library. 1358727ce158SMartin Mares 13596ece6bc6SMartin MaresTue Jan 19 22:24:08 1999 Martin Mares <[email protected]> 13606ece6bc6SMartin Mares 13616ece6bc6SMartin Mares * Released as version 1.10. 13626ece6bc6SMartin Mares 13636ece6bc6SMartin MaresMon Jan 18 08:51:17 1999 Martin Mares <[email protected]> 13646ece6bc6SMartin Mares 13656ece6bc6SMartin Mares * lspci.8, setpci.8: Miscellaneous fixes as suggested by 13666ece6bc6SMartin Mares Dag Wieers <[email protected]>. 13676ece6bc6SMartin Mares 13681212dd6dSMartin MaresSun Nov 29 20:05:56 1998 Martin Mares <[email protected]> 13691212dd6dSMartin Mares 13701212dd6dSMartin Mares * pciutils.spec (Name): Update from Krzysztof G. Baranowski. 13711212dd6dSMartin Mares 1372d38471fdSMartin MaresSun Nov 22 10:49:56 1998 Martin Mares <[email protected]> 1373d38471fdSMartin Mares 1374d38471fdSMartin Mares * Makefile, pciutils.h: Moved pci.ids to /usr/share. 1375d38471fdSMartin Mares 1376d38471fdSMartin Mares * Released as version 1.09. 1377d38471fdSMartin Mares 1378371f605bSMartin MaresWed Nov 18 15:47:05 1998 Martin Mares <[email protected]> 1379371f605bSMartin Mares 1380371f605bSMartin Mares * lspci.c (show_htype1): Fixed displaying of prefetchable memory behind 1381371f605bSMartin Mares bridge. Thanks to Petr Vandrovec <[email protected]> for bug report. 1382371f605bSMartin Mares 138310be47abSMartin MaresFri Oct 23 18:59:19 1998 Martin Mares <[email protected]> 138410be47abSMartin Mares 138510be47abSMartin Mares * setpci.c: Don't include <syscall-list.h> with glibc >= 2.1. 138610be47abSMartin Mares 1387472bd340SMartin MaresMon Oct 19 21:53:30 1998 Martin Mares <[email protected]> 1388472bd340SMartin Mares 1389472bd340SMartin Mares * Released as version 1.08. 1390472bd340SMartin Mares 1391472bd340SMartin Mares * setpci.c: glibc 2.1.x already defines pread() and pwrite(). 1392472bd340SMartin Mares 1393472bd340SMartin Mares * lspci.8: Changed warning about lspci -xxx. 1394472bd340SMartin Mares 1395472bd340SMartin Mares * lspci.c: Require "-xxx" for full configuration space dump, so that 1396472bd340SMartin Mares it's impossible to crash the machine by single typo. 1397472bd340SMartin Mares 1398472bd340SMartin Mares * specs: Added (courtesy of Krzysztof G. Baranowski <[email protected]>). 1399472bd340SMartin Mares 1400072c77e5SMartin MaresWed Sep 9 12:03:24 1998 Martin Mares <[email protected]> 1401072c77e5SMartin Mares 1402072c77e5SMartin Mares * lspci.c (show_bases): Better displaying of unassigned and 1403072c77e5SMartin Mares disabled bases. Thanks to Gabriel Paubert <[email protected]> 1404072c77e5SMartin Mares for an idea. 1405072c77e5SMartin Mares 1406b7554856SMartin MaresWed Sep 2 10:58:01 1998 Martin Mares <[email protected]> 1407b7554856SMartin Mares 1408b7554856SMartin Mares * setpci.c (pread): Recognize glibc 1.99 numbered as 2.0 on the PPC. 1409b7554856SMartin Mares (thanks to Geert Uytterhoeven for finding this out) 1410b7554856SMartin Mares 1411ce503b7fSMartin MaresFri Jul 17 10:43:30 1998 Martin Mares <[email protected]> 1412ce503b7fSMartin Mares 1413ce503b7fSMartin Mares * lspci.c (show_verbose): Print subsystem ID using the new resolver. 1414ce503b7fSMartin Mares (show_machine): Print subsystem ID. 1415ce503b7fSMartin Mares 1416ce503b7fSMartin Mares * names.c: New name resolution engine supporting subsystem IDs. 1417ce503b7fSMartin Mares 1418ce503b7fSMartin Mares * Released as version 1.07. 1419ce503b7fSMartin Mares 142096e4f295SMartin MaresWed Jul 15 15:37:21 1998 Martin Mares <[email protected]> 142196e4f295SMartin Mares 142296e4f295SMartin Mares * lspci.c (show_htype2 etc.): Displaying of CardBus headers. 142396e4f295SMartin Mares (show_bases): Honor the `cnt' argument. 142496e4f295SMartin Mares (grow_tree): Parse CardBus headers in tree mode as well. 142596e4f295SMartin Mares 142696e4f295SMartin Mares * pci.h: Updated CardBus header field description. I still don't 142796e4f295SMartin Mares have the CardBus standard available, but OZ6832 specs contain 142896e4f295SMartin Mares full description of all header fields supported by the chip. 142996e4f295SMartin Mares 14306ae3650aSMartin MaresTue Jun 9 22:53:59 1998 Martin Mares <[email protected]> 14316ae3650aSMartin Mares 1432304f9a0bSMartin Mares * Released as 1.06. 1433304f9a0bSMartin Mares 14346ae3650aSMartin Mares * names.c (parse_name_list): Killed an unused variable. 14356ae3650aSMartin Mares 14366ae3650aSMartin Mares * setpci.c (pread, pwrite): Define SYS_(pread|pwrite) as __NR_\1 14376ae3650aSMartin Mares if they are not defined by glibc (needed for glibc built on older 14386ae3650aSMartin Mares kernels). Ugly. 14396ae3650aSMartin Mares 14406ae3650aSMartin Mares * setpci.c (exec_op): Fixed error messages. Thanks, Steve! 14416ae3650aSMartin Mares 14424b88a6b8SMartin MaresMon Jun 8 10:59:22 1998 Martin Mares <[email protected]> 14434b88a6b8SMartin Mares 14444b88a6b8SMartin Mares * Released as 1.05. 14454b88a6b8SMartin Mares 14464b88a6b8SMartin Mares * setpci.c: Problems with pread()/pwrite() with glibc on Alpha 14474b88a6b8SMartin Mares should be gone. Again thanks to Steve for bug report. 14484b88a6b8SMartin Mares 14494b88a6b8SMartin Mares * filter.c (filter_parse_slot): Fixed ":x" type filters. 14504b88a6b8SMartin Mares 14514b88a6b8SMartin Mares * pci.ids: Killed duplicate entry. Thanks to Stephen Williams 14524b88a6b8SMartin Mares <[email protected]> for reporting this. 14534b88a6b8SMartin Mares 14544b88a6b8SMartin MaresSun Jun 7 19:27:51 1998 Martin Mares <[email protected]> 14554b88a6b8SMartin Mares 14564b88a6b8SMartin Mares * lspci.c (main), setpci.c (main): Implemented "--version". 14574b88a6b8SMartin Mares 14584b88a6b8SMartin Mares * Released as 1.04. 14594b88a6b8SMartin Mares 14604b88a6b8SMartin Mares * pciutils.h (PCIUTILS_VERSION): Added version string. 14614b88a6b8SMartin Mares 14624b88a6b8SMartin Mares * filter.c, names.c: Extraneous #include <linux/pci.h> removed. 14634b88a6b8SMartin Mares Thanks to Geert Uytterhoeven <[email protected]> 14644b88a6b8SMartin Mares for bug report. 14654b88a6b8SMartin Mares 14669b306998SMartin MaresThu May 28 14:45:58 1998 Martin Mares <[email protected]> 14679b306998SMartin Mares 14689b306998SMartin Mares * pci.ids: More updates from Jens Maurer. 14699b306998SMartin Mares 1470b372672fSMartin MaresWed Apr 22 10:00:39 1998 Martin Mares <[email protected]> 1471b372672fSMartin Mares 1472b372672fSMartin Mares * pci.ids: Updates from Jens Maurer. 1473b372672fSMartin Mares 1474b2c9b373SMartin MaresSun Apr 19 11:14:25 1998 Martin Mares <[email protected]> 1475b2c9b373SMartin Mares 1476b372672fSMartin Mares * Released as 1.03. 1477b372672fSMartin Mares 1478b2c9b373SMartin Mares * setpci.8: Written. 1479b2c9b373SMartin Mares 1480b2c9b373SMartin Mares * setpci.c: Finished. 1481b2c9b373SMartin Mares 1482b2c9b373SMartin Mares * lspci.c: Now able to fetch expansion ROM base from kernel device list 1483b2c9b373SMartin Mares and print it if not in buscentric mode. 1484b2c9b373SMartin Mares 1485e4842ff3SMartin MaresTue Mar 31 23:11:57 1998 Martin Mares <[email protected]> 1486e4842ff3SMartin Mares 1487e4842ff3SMartin Mares * setpci.c: Added. 1488e4842ff3SMartin Mares 1489e4842ff3SMartin MaresSun Mar 22 15:39:08 1998 Martin Mares <[email protected]> 1490e4842ff3SMartin Mares 1491e4842ff3SMartin Mares * lspci.8: Updated the documentation. 1492e4842ff3SMartin Mares 1493e4842ff3SMartin Mares * lspci.c: Modified to use the new filtering mechanism (options -f and -d). 1494e4842ff3SMartin Mares 1495e4842ff3SMartin Mares * filter.c: Introduced new generic device filter. 1496e4842ff3SMartin Mares 1497008407bdSMartin MaresThu Mar 19 17:03:48 1998 Martin Mares <[email protected]> 1498008407bdSMartin Mares 1499008407bdSMartin Mares * lspci.c (grow_tree, show_tree_dev, print_it): Fixed displaying 1500008407bdSMartin Mares of PCI-to-PCI bridges in the tree format. 1501008407bdSMartin Mares 15020a33d0ecSMartin MaresSun Feb 15 10:12:25 1998 Martin Mares <[email protected]> 15030a33d0ecSMartin Mares 15040a33d0ecSMartin Mares * lspci.c (show_machine): Added non-verbose mode of machine-readable 15050a33d0ecSMartin Mares dump. 15060a33d0ecSMartin Mares 15070a33d0ecSMartin Mares * pci.ids: Updates from Jens Maurer. 15080a33d0ecSMartin Mares 15090a33d0ecSMartin Mares * Released as version 1.02. 15100a33d0ecSMartin Mares 15110a33d0ecSMartin MaresThu Feb 12 16:53:28 1998 Martin Mares <[email protected]> 15120a33d0ecSMartin Mares 15130a33d0ecSMartin Mares * lspci.c: Added a "-m" switch for dumping machine-readable 15140a33d0ecSMartin Mares configuration data (requested by Bjoern Kriews <[email protected]>). 15150a33d0ecSMartin Mares 1516fb38eee8SMartin MaresMon Feb 9 13:17:43 1998 Martin Mares <[email protected]> 1517fb38eee8SMartin Mares 1518fb38eee8SMartin Mares * Makefile, pciutils.h: Include local pci.h instead of <linux/pci.h> 1519fb38eee8SMartin Mares if available. This should avoid all problems with official kernel 1520fb38eee8SMartin Mares not synchronized to newer PCI code in CVS -- standard distribution 1521fb38eee8SMartin Mares of pciutils now contains pci.h from current CVS kernel, pciutils 1522fb38eee8SMartin Mares in CVS contain no pci.h and use the correct kernel include. 1523fb38eee8SMartin Mares 1524fb38eee8SMartin Mares * Makefile: Fixed installation path for man pages. 1525fb38eee8SMartin Mares 15262f48f637SMartin MaresSat Feb 7 15:15:46 1998 Martin Mares <[email protected]> 15272f48f637SMartin Mares 15282f48f637SMartin Mares * README: Updated. 15292f48f637SMartin Mares 15302f48f637SMartin Mares * lspci.8: Created a man page. 15312f48f637SMartin Mares 15322f48f637SMartin Mares * Releasing as version 1.0. 15332f48f637SMartin Mares 15342f48f637SMartin MaresTue Feb 3 20:56:00 1998 Martin Mares <[email protected]> 15352f48f637SMartin Mares 15362f48f637SMartin Mares * Makefile: Recognize architecture by calling uname and pass it as ARCH_xxx 15372f48f637SMartin Mares to all the C sources. This should eliminate problems with 32-bit compilers 15382f48f637SMartin Mares on sparc64. 15392f48f637SMartin Mares 15402f48f637SMartin Mares * lspci.c (show_verbose): Recognize CardBus bridge header type. 15412f48f637SMartin Mares (show_htype2): Stub routine. 15422f48f637SMartin Mares (scan_config): Write sensible error message if the kernel denies reading of 15432f48f637SMartin Mares upper part of the PCI config space. 1544