12017-02-25 Martin Mares <[email protected]> 2 3 * Released as 3.5.4. 4 5 * Previous version broke compilation on systems, for which lib/types.h 6 did not provide a 64-bit integer type. It is provided everywhere now. 7 82017-02-15 Martin Mares <[email protected]> 9 10 * Released as 3.5.3. 11 12 * When lspci looks for Linux kernel modules, it uses the default 13 path to module directory provided by libkmod. Previously, 14 it tried to construct the path explicitly, which need not 15 work on all systems. 16 17 * Improved formatting of memory and I/O ranges behind a bridge. 18 19 * PCIe link capabilities now display GEN4 speed (16GT/s). 20 21 * PCIe device capabilities now show bits related to atomic operations. 22 Thanks to Satanand Burla for a patch. 23 24 * As usually, updated pci.ids to the current snapshot of the database. 25 262016-10-03 Martin Mares <[email protected]> 27 28 * Released as 3.5.2. 29 30 * The L1 power management capability is now decoded more 31 thoroughly. Thanks to Rajat Jain for the patch. 32 33 * The table of configuration registers used by setpci 34 had a bug in the definition of SUBSYSTEM_VENDOR_ID. 35 362016-05-22 Martin Mares <[email protected]> 37 38 * Released as 3.5.1. 39 40 * Fixed symbol versioning of pci_init(). 41 422016-05-19 Martin Mares <[email protected]> 43 44 * Released as 3.5.0. 45 46 * New capabilities decoded: Downstream Port Containment, 47 Precision Time Measurement. Thanks to Keith Busch and 48 Jonathan Yong. 49 50 * Domain numbers extended to 31 bits. This will be used by the 51 Linux kernel on some machines in near future. 52 53 * Enhanced allocation regions are now decoded on Linux. 54 55 * The NetBSD back-end supports PCIe extended configuration space. 56 57 * Updated pci.ids to the current snapshot of the database. 58 592016-01-03 Martin Mares <[email protected]> 60 61 * Released as 3.4.1. 62 63 * New capabilities decoded: Process Address Space, Page Request 64 Interface, Enhanced Allocation. Thanks to David Daney and 65 David Woodhouse. 66 67 * DevCap SlotPowerLimit is now decoded for all components with 68 upstream ports. 69 70 * Database mirror at SourceForge moved to GitHub. 71 72 * Updated pci.ids to the current snapshot of the database. 73 742015-09-14 Martin Mares <[email protected]> 75 76 * Released as 3.4.0. 77 78 * On Linux, we report NUMA nodes of devices. 79 80 * The sysfs back-end does not die on read errors 81 of optional attributes. Instead, a warning is produced. 82 83 * Fixed several minor bugs. 84 85 * Updated pci.ids to the current snapshot of the database. 86 872015-04-09 Martin Mares <[email protected]> 88 89 * Released as 3.3.1. 90 91 * Removed hacks for backward compatibility with Linux libc5, 92 which were breaking newer non-glibc Linux systems. Thanks 93 to Felix Janda. 94 95 * Display VirtIO vendor-specific capability. Patch by Gerd 96 Hoffmann. 97 98 * Fixed memory leak in name cache. 99 100 * Updated pci.ids to the current snapshot of the database. 101 1022014-11-10 Martin Mares <[email protected]> 103 104 * Released as 3.3.0. 105 (celebrating a one-year anniversary of the previous version :)) 106 107 * Device names exported by BIOS are displayed on Linux. 108 109 * On Linux systems, HWDB is used to look up device names 110 when our ID database gives no match. (More precisely, 111 HWDB is consulted after local pci.ids, but before using 112 network to query online pci.ids.) Thanks to Tom Gundersen 113 for the initial patch. 114 115 * Added experimental back-end for OS X / Darwin. Thanks to 116 Richard Yao for providing it. 117 118 * Filters now support matching by device class. Original 119 patch by Matthew Wilcox, wrappers for ABI compatibility 120 by me. 121 122 * Interrupt Pin and Interrupt Line registers are displayed 123 for bridge devices, too. 124 125 * Several portability bugs have been fixed. 126 127 * Several typos have been fixed. Also, use of questionable 128 constructs in man pages has been reduced. 129 130 * PCIe link capabilities now include the ASPMOptComp bit. 131 132 * The "CRS Software Visibility" bit is now decoded properly. 133 134 * Updated pci.ids to the current snapshot of the database. 135 1362013-11-10 Martin Mares <[email protected]> 137 138 * Released as 3.2.1. 139 140 * CardBus bridge capabilities are displayed. 141 142 * PCIe L1 PM substates are decoded. 143 144 * Various bugs were fixed in decoding of PCIe capabilities. 145 146 * The sysfs back-end does not spit out unnecessary warnings when 147 empty slots report only a partial device address. This actually 148 happens on IBM pSeries. 149 150 * Updated pci.ids to the today's snapshot of the database. 151 1522013-04-19 Martin Mares <[email protected]> 153 154 * Released as 3.2.0. 155 156 * On newer Linux systems, we use libkmod to look up kernel modules 157 (modules.pcimap no longer exists). To facilitate this, libpci 158 is able to look up module aliases in sysfs. 159 160 * Various minor bug fixes. 161 162 * Updated pci.ids to the today's snapshot of the database. 163 1642012-06-25 Martin Mares <[email protected]> 165 166 * Released as 3.1.10. 167 168 * Decoding of LTR/OBFF in PCIe capabilities. 169 170 * Various minor bug fixes. 171 172 * Updated pci.ids to the today's snapshot of the database. 173 1742012-01-14 Martin Mares <[email protected]> 175 176 * Released as 3.1.9. 177 178 * Updated README. 179 180 * Wherever we mention the PCI ID database, we now refer to 181 http://pci-ids.ucw.cz/ and the sf.net site is mentioned only 182 as a mirror. This includes update-pciids. 183 184 * Decode PCIe Gen 3 speeds and link status fields. 185 186 * Various minor bug fixes. 187 188 * Updated pci.ids to the today's snapshot of the database. 189 1902011-10-02 Martin Mares <[email protected]> 191 192 * Released as 3.1.8. 193 194 * More capabilities: Transaction Processing Hints, Latency Tolerance 195 Reporting. Thanks to Jesse Barnes. 196 197 * Added BeOS and Haiku ports. Contributed by Francois Revol. 198 199 * pciutils.pc now uses Libs.private properly. 200 201 * When we format a name and it does not fit in the buffer, we truncate 202 it instead of returning "buffer too small" instead. This works on all 203 platforms with sane (i.e., C99-compatible) snprintf(). 204 205 * Various minor bug fixes. 206 207 * Updated pci.ids to the today's snapshot of the database. 208 2092010-01-31 Martin Mares <[email protected]> 210 211 * Released as 3.1.7. 212 213 * Minor improvements and bug fixes in decoding of the Virtual Channel 214 capability. 215 2162010-01-24 Martin Mares <[email protected]> 217 218 * Released as 3.1.6. 219 220 * More capabilities decoded: Virtual Channel (except arbitration 221 tables), Root Complex Link, Vendor-Specific (header only), SATA HBA. 222 223 * All extended capabilities have their version displayed (-vv or more). 224 2252010-01-19 Martin Mares <[email protected]> 226 227 * Released as 3.1.5. 228 229 * Updated pci.ids to the today's snapshot of the database. 230 231 * When scanning extended capabilities, properly mask the lowest 2 bits, 232 which are currently reserved. This avoids unaligned access errors on 233 broken hardware (see tests/broken-ecaps). 234 235 * Large bar sizes are displayed in human-readable format (with units). 236 Thanks to Matthew Wilcox. 237 238 * Physical slot information is displayed correctly for multi-function cards. 239 Fixed by Matthew Wilcox. 240 241 * Fixed a couple of typos everywhere. 242 243 * Library: Fixed bugs in freeing of capabilities. 244 245 * Windows back-end compiles again. 246 2472009-08-14 Martin Mares <[email protected]> 248 249 * Released as 3.1.4. 250 (sorry that I have missed 22/7 and released it later :-)) 251 252 * Updated pci.ids to the today's snapshot of the database. 253 254 * Fixed memory and file descriptor leak in the dump back-end. 255 256 * The SR-IOV capability decoder now prints the VF BAR's. 257 Patch by Chris Wright, cleaned up by me. 258 259 * On request of certain company's lawyers, we now include a copy 260 of the GPL with our package. It seems that the pciutils are getting 261 mature if the most important bug of the month was this one ;-) 262 2632009-07-04 Martin Mares <[email protected]> 264 265 * Released as 3.1.3. 266 267 * Updated pci.ids to the current snapshot of the database. 268 269 * The VPD parser now reports unknown and vendor-defined items 270 properly. It also stops on any item in unknown format, avoiding long 271 output on bogus VPD data. Thanks to Ben Hutchings and Matthew Wilcox. 272 273 * The MSI-X table size now matches the spec. Thanks to Michael S. 274 Tsirkin. 275 276 * The Power Management capability now includes the soft reset bit. 277 Thanks to Yu Zhao. 278 279 * Decoding of the Advanced Features capability has been added. 280 Thanks to Yu Zhao. 281 282 * The whole package compiles on GNU/kFreeBSD again. 283 284 The following patches have been contributed by Matthew Wilcox: 285 286 * The procfs back-end is able to cope with /proc/bus/pci 287 containing names with domains, which occur on sparc64 and 288 possibly other architectures due to a kernel bug. 289 290 * The sysfs back-end no longer complains when a slot address 291 is missing, which happens with old versions of Linux fakephp. 292 293 * The Device Serial Number capability is printed in the right 294 byte order. 295 296 * The MSI and MSI-X capabilities are printed in a prettier way. 297 298 * The tree output mode (`lspci -t') shows domain numbers only 299 at the root, which makes the output more compact. 300 301 * Updated documentation on the bus mapping mode (`lspci -M'). 302 3032009-02-01 Martin Mares <[email protected]> 304 305 * Released as 3.1.2. 306 307 * Fixed another silly bug in the command-line parser of setpci. 308 3092009-01-30 Martin Mares <[email protected]> 310 311 * Released as 3.1.1. 312 313 * Updated pci.ids to the current snapshot of the database. 314 315 * The configure script now sets LC_ALL to avoid being fooled by 316 locale-dependent behavior of `tr'. 317 318 * The command-line parser of setpci did sometimes segfault on invalid 319 input. Thanks to Andreas Wiese for a fix. 320 3212009-01-18 Martin Mares <[email protected]> 322 323 * Released as 3.1.0. 324 325 * Updated pci.ids to the current snapshot of the database. 326 327 * The Cygwin backend now works on Windows Vista. Thanks to Jonathan 328 Kotta. 329 330 * Fixed a bug in decoding of the SR-IOV capability. Patch by Yu Zhao. 331 332 * Details of some PCIe capabilities are displayed only with -vv. 333 334 * When a BAR is reported by the OS, but not by the device (i.e., 335 it is marked as [virtual] in lspci), the [disabled] flag is 336 suppressed, because it does not make sense in such cases. 337 Patch by Yu Zhao. 338 3392008-12-13 Martin Mares <[email protected]> 340 341 * The source code of lspci has been split to multiple files, hopefully 342 making it easier to maintain. 343 344 * The library and lspci now know about physical slot names. So far, 345 they are provided by the sysfs back-end only. Thanks go to Alex Chiang. 346 347 * When a device has the VPD (Vital Product Data) capability and the 348 VPD data are supplied by the OS, they are decoded and printed in the 349 verbose mode. This currently works only on Linux with the sysfs 350 back-end. Thanks to Ben Hutchings of Solarflare for the patch. 351 352 * `setpci --version' now works properly. 353 354 * `setpci --dumpregs' prints a table of all known names of 355 registers and capabilities. This replaces the table of registers 356 in the setpci man page. 357 358 * The dry-run mode of setpci gives better feedback. 359 360 * The setpci utility is now able to address registers stored in PCI 361 capabilities (actually it allows a more general form of relative 362 addressing). 363 364 * The library has gained functions for working with PCI capabilities. 365 366 * Address Translation Services capability is now decoded. Patch by 367 Yu Zhao. 368 3692008-11-09 Martin Mares <[email protected]> 370 371 * Released as 3.0.3. 372 373 * `lspci -k' now displays the subsystem ID, too. This makes `-k' 374 show everything needed to identify the device and the available 375 drivers, which was called for by many users. 376 377 * Fixed spelling of MSI. Patch by Matthew Wilcox. 378 379 * Better support for cross-compilation. Thanks to Alon Bar-Lev 380 for the patch. 381 382 * Fixed printing of the AER capability. Patch by Max Asbock. 383 384 * HT 1.02 capabilities are decoded as HT 1.03. Suggested by 385 Carl-Daniel Hailfinger. 386 387 * Fixed Cygwin build. Thanks to Steve Elliott for reporting the bug. 388 389 * Updated pci.ids to the current snapshot of the database. 390 3912008-09-19 Martin Mares <[email protected]> 392 393 * Released as 3.0.2. 394 395 * Fixed a minor bug in the configure script, which caused warnings 396 about redefinition of symbols during compilation. 397 3982008-09-11 Martin Mares <[email protected]> 399 400 * Released as 3.0.1. 401 402 * Updated pci.ids to the most recent snapshot. 403 404 * Added a Cygwin port. Patch by Christopher Voltz, ported to the 405 current tree by Martin Mares. 406 407 * Worked around compatibility problems with various default settings 408 of wget (we have to set --no-timestamping explicitly). Thanks to Ville 409 Skytta for pointing that out. 410 411 * Fixed printing of MSI capabilities. Thanks to Matthew Wilcox for 412 a patch. 413 414 * Added decoding of several PCI-X capabilities: device/link/slot 2, 415 Advanced Error Reporting, Access Control Services, Alternative Routing-ID, 416 Single Root I/O Virtualization. Thanks to Yu Zhao for patches. 417 418 * Fixed bug in filters which caused them to refuse vendor/device ID 0xffff. 419 420 * README: The linux-pci mailing list has moved to [email protected]. 421 422 * Fixed several build problems: builds without PCI_USE_DNS on Linux 423 and with PCI_USE_DNS on Solaris and *BSD. Static library mode also 424 compiles again on old versions of GCC. 425 4262008-04-10 Martin Mares <[email protected]> 427 428 * Released as 3.0.0. 429 430 * Updated API and ABI version. 431 4322008-02-20 Martin Mares <[email protected]> 433 434 * Released as 2.99.1-alpha2. 435 436 * Changed the default domain for the DNS resolver. 437 4382008-02-18 Martin Mares <[email protected]> 439 440 * Released as 2.99.1-alpha1. 441 442 * The makefile system has been reworked. All configuration settings 443 are now passed to the configure script in environment variables, 444 allowing for easy tweaking in the top-level Makefile. All control 445 knobs are now described in the README. 446 447 * The libpci can be built as a shared library with properly restricted 448 symbol exports. Use `make SHARED=yes' to enable that or `make SHARED=local' 449 for a local testing build (with hardwired paths to the library, so that 450 it does not need installation). 451 452 * The example program has been moved from lib/example.c to the top-level 453 directory, because it should be built exactly as the other utilities 454 are. It has been also improved slightly to educate better. 455 456 * The i386-ports method is enabled on Linux/x86_64 as well. 457 4582008-02-13 Martin Mares <[email protected]> 459 460 * Released as 2.2.10-net2. 461 462 * Support for resolving of PCI ID's using DNS together with a local 463 cache of resolved entries has been added. See the `-q' and `-Q' options 464 of lspci. 465 466 * The library now has a generic system of settable parameters, which 467 also include settings of the DNS resolver and cache. An `-O' option 468 has been added to lspci and setpci to allow setting of these options. 469 470 * Configuration of the access methods are now specified by the new 471 parameter system, replacing the pci_access->method_params array. 472 473 * Access methods now also have sensible names and help texts and it 474 is possible to look up method ID by a name. 475 476 * An `-A' switch has been added to both lspci and setpci, allowing to 477 select an arbitrary access method. The `-P' switch (configure proc 478 backend) has been removed as it is no longer needed and I do not know 479 any its user. 480 481 * Several source files have been split for better maintainability 482 (most notably the resolving of ID's). 483 484 * Man pages and help texts have been updated. A new man page `pcilib(7)' 485 has been added and description of library options has been moved there. 486 487 * When an unknown device ID is encountered, we print `Device <id>' 488 instead of `Unknown device <id>'. It uses less space and it also 489 should reduce the number of inexperienced users complaining that 490 the device is not supported by the OS. To lookup up OS drivers, 491 use the `-k' option. 492 493 * PCI_LIB_VERSION has been bumped to 0x020299. 494 495 * Makefile: stripping of the binaries during installation can be 496 overridden by the STRIP variable. 497 498 * lib/types.h: We use the integer types from <stdint.h> if the 499 compiler claims C99 support. 500 5012008-02-11 Martin Mares <[email protected]> 502 503 * Released as 2.2.10. 504 505 * lspci.c, setpci.c: Cleaned up the list of options. 506 507 * lib/names.c: Fix displaying of errors reported by zlib. 508 Previously, the buffer containing the error message had 509 been deallocated by gzclose() before the message was printed. 510 5112008-01-07 Martin Mares <[email protected]> 512 513 * update-pciids.sh: Added quiet mode (-q). Clean up uncompressed 514 files left by previous versions of the pciutils. Patch by Mike 515 Frysinger. 516 517 * update-pciids.man: Mention the -q switch. 518 5192007-11-29 Martin Mares <[email protected]> 520 521 * lib/dump.c: Squashed compiler warnings about code with 522 no effect (there really were surplus *'s). 523 5242007-11-06 Martin Mares <[email protected]> 525 526 * Released as 2.2.9. 527 528 * lspci.c: Added a new switch `-k' which requests printing 529 of information on kernel drivers attached to each device 530 and on kernel modules reporting the ability to handle the 531 device. So far, this is supported only on Linux with the 532 sysfs back-end, so it is implemented internally in the lspci 533 instead of the libpci. Thanks to Anicka <[email protected]> 534 for help. 535 5362007-10-19 Martin Mares <[email protected]> 537 538 * Makefile, lib/Makefile: Moved -lz from LDFLAGS to LDLIBS. 539 Also added an explicit pattern rule for linking to make sure 540 that LDLIBS is used on all platforms. Thanks to Dan Nicholson 541 for the suggestion. 542 5432007-10-19 Martin Mares <[email protected]> 544 545 * Released as 2.2.8. 546 547 * pci.ids: Revised class codes to match Conventional PCI 3.0 specs. 548 Added a couple of new ones, renumbered `ADMA continuous operation' 549 prog-if to 0x30 (even the old SATA Class Code ECN doesn't mention 550 0x40) and renumbered the satellite communication controllers. 551 552 * lib/header.h: Include `PCI hot-plug' and `Secure device' 553 capabilities from PCI 3.0 specs. Also added `SATA HBA' and 554 `Advanced features' caps from various ECN's. 555 556 * lspci.c: All known capabilities have at least their name displayed 557 now. When we are unable to decode them completely, we signalize it 558 with a `<?>' mark. 559 560 * lspci.man: Document `<?>' and also mention that extended config 561 space is currently available only with the linux_sysfs back-end. 562 563 * lspci.c: Decode the Debug port capability (per EHCI 0.96 spec). 564 565 * lspci.c: Big code cleanup: re-arranged functions in the code, 566 renamed everything related to capabilities to cap_* and 567 all options except verbose to opt_*. 568 5692007-10-14 Martin Mares <[email protected]> 570 571 * lib/[fno]bsd-*: Removed extraneous braces. 572 5732007-10-12 Martin Mares <[email protected]> 574 575 * Capability loop detection introduced 2.2.7 did not work 576 properly with extended capabilities. Fixed. 577 5782007-10-05 Martin Mares <[email protected]> 579 580 * Released as 2.2.7. 581 582 * lspci.c (show_caps, show_ext_caps): Detect and report loops in 583 capability lists. 584 585 * lspci.c, lib/header.h: Finished decoding of the PCI Express 586 capability. The extended capabilities remain undecoded for now, 587 but at least the list of them has been updated to reflect the 588 current PCI Express 2.0 spec. 589 590 * lspci.c, lib/header.h: Decode new bits of traditional registers 591 as defined by PCIE / PCI-X. This includes discard timers in the bridge 592 control register and INTx enable/status in device control/status 593 registers. 594 595 * lib/fbsd-device.c: Support domains on new FreeBSD's. Contributed 596 by Marius Strobl. 597 5982007-09-12 Hasso Tepper <[email protected]> 599 600 * Extended the fbsd-device backend to run on Dragonfly BSD. 601 602 * lspci.c: alloca() is declared in <stdlib.h> on BSD's, not <alloca.h>. 603 6042007-09-03 Martin Mares <[email protected]> 605 606 * Resurrected the Windows port, including cross-compilation by MinGW. 607 Patch by Samuel Bronson <[email protected]>. 608 6092007-08-31 Martin Mares <[email protected]> 610 611 * Makefile, lib/Makefile: `ar' and `ranlib' can be overriden to allow 612 cross-compilation. 613 6142007-08-27 Martin Mares <[email protected]> 615 616 * lib/names.c (pci_open): When calling gzopen(), use "rb" file mode 617 instead of "r". This is needed on DOS systems, where this function 618 somewhat illogically uses the binary flag for the compressed file 619 instead of the decompressed stream inside, where binariness really 620 matters. 621 6222007-08-14 Martin Mares <[email protected]> 623 624 * lspci.c (show_ht): Added decoding of Hypertransport MSI mapping capability, 625 based on a patch by Jason Gunthorpe. 626 627 * tests/cap-MSI-mapping: Added a test case. I plan to add test cases 628 (which are dumps of config space) for all new features. 629 6302007-06-20 Martin Mares <[email protected]> 631 632 * Released as 2.2.6. 633 634 * Makefile: Added an "install-lib" target. Thanks to Dan Nicholson 635 for a patch. 636 637 * Makefile, lib/Makefile: Generate and install pkg-config file 638 for libpci. Again by Dan Nicholson. 639 6402007-06-20 Thomas Schwinge <[email protected]> 641 642 * lib/i386-io-hurd.h: Rewritten for new Hurd kernels. 643 6442007-05-04 Martin Mares <[email protected]> 645 646 * Released as 2.2.5. 647 648 * pci.ids: Updated to the current snapshot of the database. 649 6502007-02-14 Martin Mares <[email protected]> 651 652 * lspci.c (show_express): Added PCI/PCI-X to PCI-Express Bridge type. 653 Patch by Mark Glines. 654 6552007-02-09 Martin Mares <[email protected]> 656 657 * pci.ids: Updated to the current snapshot of the database. 658 6592007-02-06 Martin Mares <[email protected]> 660 661 * Replaced bzero() by memset() everywhere, it's better to lose a tiny 662 bit of readability than maintain hacks to make it work on various systems. 663 664 * lib/configure: tr on Solaris is a bit weird and it requires `[A-Z]' 665 instead of `A-Z'. Fortunately, the extra brackets don't hurt otherwise. 666 667 * lib/types.h, lib/configure: Solaris should use <stdint.h> to get precise 668 integer types. 669 6702007-02-04 Martin Mares <[email protected]> 671 672 * lspci.c: alloca() needs <alloca.h>. 673 6742006-09-17 Martin Mares <[email protected]> 675 676 * lib/dump.c: Fixed a couple of bugs in the dump backend which caused 677 devices with domains or with extended config space to be read incorrectly. 678 Also, dumps with partial lines are allowed now. 679 6802006-09-10 Martin Mares <[email protected]> 681 682 * pci.ids: Updated to the current database snapshot. 683 684 * lspci.c (scan_device): If an error occurs when reading the standard config 685 header of a device, report it and ignore the device and return with exit 686 code 2 at the end. 687 6882006-09-09 Martin Mares <[email protected]> 689 690 * Released as 2.2.4. 691 692 * maint/release: Remind the maintainer about the current PCI_LIB_VERSION. 693 694 * lib/pci.h: Updated PCI_LIB_VERSION. 695 696 * lspci.c (show_machine): In the `-m' mode, do proper shell escaping 697 if the fields printed contain quotes or backslashes. 698 699 * lspci.c (show_machine): Added a `-vmm' mode, which removes the misuse 700 of the `Device' tag for two different purposes. 701 702 * Makefile: Moved all system-dependent decisions to lib/configure, 703 since config.mk is included in the top-level Makefile anyway. 704 705 * lib/configure: When configuring for Linux, ignore the kernel version 706 and always build all access methods. 707 708 * Makefile (CFLAGS): Removed -Winline, it's not needed and triggers 709 at many non-interesting places with gcc 3.4. 710 711 * Whitespace cleanup of all source files. 712 713 * The pci.ids file can be stored compressed if zlib is available. 714 Added transparent decompression to lib/names.c, modified update-pciids.sh 715 to keep the file compressed if applicable, updated Makefiles. 716 Based on a patch by Matthew Wilcox, but all the bugs are mine. 717 718 * Makefile, README: Allow installation to be done to a different directory 719 from the one we will eventually be placed in by setting DESTDIR. 720 Patch by Matthew Wilcox. 721 722 * Added .gitignore files. 723 724 * Makefile (clean): Clean *.orig, too. 725 726 * Cleaned up usage of `char' and `byte'. 727 728 * lib/header.h: PCI_CLASS_DOCKING_OTHER should be 0x0a80, not 0x0a01. 729 730 * lib/header.h: Added PCI_CLASS_xxx constants for all classes currently 731 defined in the pci.ids file. 732 7332006-08-01 Martin Mares <[email protected]> 734 735 * lib/i386-io-hurd.h: Fixed a silly typo. 736 7372006-07-30 Martin Mares <[email protected]> 738 739 * lib/Makefile: Added a missing rule for obsd-device.o. 740 741 * lspci.c, lib/header.h: Added support for MSI per-vector masking. 742 Contributed by Petr Vandrovec. 743 744 * lspci.c, lib/header.h: Added support for the `bridge subsystem ID' 745 capability. Contributed by Petr Vandrovec. 746 747 * lspci.c (show_htype1): Fixed bug in printing of 64-bit prefetchable 748 memory windows. Fix by Petr Vandrovec. 749 750 * maint/release.pm: Exclude .git directory from releases. 751 752 * lib/i386-ports.c, lib/i386-io-*: Report failures during port access 753 initialization by a->warn() instead of calling printf() or perror() 754 directly. 755 756 * lib/i386-ports.c, lib/i386-io-*: Moved the logic which keeps track of 757 the port access state to generic code. 758 759 * lib/i386-io-hurd.h: Ask the kernel for I/O port access appropriately. 760 Contributed by Thomas Schwinge and Samuel Thibault. 761 762 * lib/i386-ports.c: Define _GNU_SOURCE, it's needed by the Hurd module. 763 764 * lib/header.h: Whitespace cleanups. 765 766 * lib/i386-io-windows.h: Fixed indentation and spelling. 767 768 * README.Windows: Mention that WinIO.dll is needed and where to get it. 769 7702006-06-27 Martin Mares <[email protected]> 771 772 * lib/Makefile, Makefile: Added rules for building and cleaning the example. 773 774 * lib/example.c: Show how to use PCI_FILL_CLASS and used another register 775 for demonstrating the config space accesses. The example is still very 776 incomplete, though. 777 778 * lib/pci.h, lib/generic.c: Added PCI_FILL_CLASS. 779 780 * lib/sysfs.c: Fetch device ID and class from sysfs, because they can 781 be modified by kernel fixups. 782 783 * lspci.c: Use PCI_FILL_CLASS. Thanks to Matthew Willcox for the patch. 784 7852006-06-03 Martin Mares <[email protected]> 786 787 * lspci.c: Introduced the -nn switch. Thanks to David N. Welton 788 for the idea. 789 790 * lib/names.c (pci_lookup_name): Introduced PCI_LOOKUP_MIXED and 791 cleaned up the name selection code. 792 793 * lib/names.c (pci_lookup_name): If PCI_LOOKUP_NO_NUMBERS is given, 794 pci_access->numeric_ids is ignored. 795 796 * lib/names.c (pci_lookup_name): When class is identified and 797 subclass isn't, display class name and subclass number. 798 7992006-05-31 Martin Mares <[email protected]> 800 801 * setpci.c (main): Don't crash when an invalid width is specified. 802 803 * lspci.c, setpci.c, common.c: die() now uses the right program 804 name when printing an error message. 805 8062006-05-19 Martin Mares <[email protected]> 807 808 * README: Mention the public GIT tree. 809 810 * README: Updated the list of ports. 811 8122006-05-10 Martin Mares <[email protected]> 813 814 * lib/configure, lib/fbsd-device.c: Added support for GNU/kFreeBSD. 815 Thanks to Petr Salinger for the patch. 816 8172006-05-05 Martin Mares <[email protected]> 818 819 * Released as 2.2.3. 820 821 * lspci.c (scan_device): The -D switch didn't work as intended 822 in -m mode. 823 8242006-05-05 Martin Mares <[email protected]> 825 826 * Released as 2.2.2. 827 828 * pci.ids: Updated to the current database snapshot. 829 830 * lib/obsd-device.c (and other files in lib/*): Added OpenBSD 831 interface by Matthieu Herrb <[email protected]>, based on 832 the existing FreeBSD interface. 833 834 * Moved pciutils to a GIT repository, which now contains merged 835 history from both CVS and Arch. Good bye, TLA! 836 8372006-03-21 Martin Mares <[email protected]> 838 839 * lspci.c (show_slot_name): Avoid the previous changes in default 840 display of domain name when in machine-readable mode. However, `-D' 841 forces domain display even there. 842 843 * lspci.man: Added a warning on -m being the only format, which is 844 guaranteed to be stable between lspci versions. 845 8462006-03-13 Martin Mares <[email protected]> 847 848 * lspci.man: Documented the -D switch. 849 850 * lspci.c (show_slot_name, scan_device): If there are multiple PCI 851 domains or if the `-D' switch is used, show the domain number for 852 all devices. 853 854 * lspci.c (show_verbose): Report cache line size in bytes. 855 856 * update-pciids.sh: Use curl if available. Patch by Matthew Wilcox. 857 8582006-01-04 Martin Mares <[email protected]> 859 860 * lspci.c (show_express_link): Fixed decoding of link status register. 861 Thanks to Roland Dreier for his report. 862 8632005-12-12 Martin Mares <[email protected]> 864 865 * lib/nbsd-libpci.c: If libpci is used by an ordinary user, allow 866 at least read-only access. Patch by Pavel Celeda <[email protected]>. 867 868 * Makefile: Corrected library path on NetBSD. 869 8702005-11-26 Martin Mares <[email protected]> 871 872 * Released as 2.2.1. 873 874 * lspci.c (show_machine): Subsystem vendors were printed incorrectly 875 in machine-readable modes. Thanks to Pavel Celeda for a bug report. 876 8772005-10-11 Martin Mares <[email protected]> 878 879 * lspci.c (new_bus): Fixed a memory leak. Thanks to Paul Sangree for reporting it. 880 8812005-09-21 Martin Mares <[email protected]> 882 883 * Released as 2.2.0. 884 885 * pci.ids: Updated copyright header. 886 887 * lib/sysfs.c (sysfs_get_resources): Removed warning about unsupported 888 64-bit addresses, they are now always supported. 889 890 * lspci.c (show_bases): Corrected printing of 64-bit addresses 891 in bus-centric mode. 892 893 * lib/configure: Enable 64-bit addresses on all Linux systems. 894 895 * lib/types.h: Don't pad 64-bit addresses to 16 xigits, only to 8 if they 896 are shorter. 897 8982005-09-11 Martin Mares <[email protected]> 899 900 * Released as 2.1.99-test11. 901 902 * lspci.c: Removed unnecessary trailing zeros in pci_lookup_name() calls. 903 9042005-09-10 Martin Mares <[email protected]> 905 906 * Released as 2.1.99-test10. 907 908 * pci.ids: Synchronized with the current database snapshot. 909 910 * update-pciids.sh: Changed the default URL for downloading pci.ids 911 to http://pciids.sourceforge.net/v2.2/pci.ids. 912 913 * lib/pci.h (PCI_LIB_VERSION): Added version identifier. 914 915 * lib/names.c: Rewritten the name database module almost from scratch. 916 Everything is much cleaner and there are hopefully no more memory leaks; 917 pci_lookup_name() now uses varargs in a backward compatible fashion. 918 Introduced PCI_LOOKUP_NO_NUMBERS. 919 920 The new code supports subsystem entries not tied to a specific device. 921 I had to extend the format of pci.ids in order to support it, so I have 922 extended the idea of the "C" (class) blocks and introduced "S" blocks 923 for subsystems. To avoid doing more incompatible changes in the future, 924 the parser skips unknown single-letter blocks without reporting errors. 925 9262005-08-23 Martin Mares <[email protected]> 927 928 * Released as 2.1.99-test9. 929 930 * Makefile (OPT): Removed -fomit-frame-pointer, it's default in recent 931 gcc versions when optimizing anyway. 932 933 * Made the path to pci.ids customizable and independent on the SHAREDIR. 934 Just override IDSDIR in the top-level Makefile. 935 936 * pci.ids: Synchronized with the current database snapshot. 937 938 * lspci.man, setpci.man: Improved the man pages. Documented all access 939 methods and which operations are privileged. 940 941 * lspci.c: Another rewrite of config register caching, now also including 942 lots of internal checks. It should be now perfectly able to cope with 943 portions of the configuration space being inaccessible, for example 944 due to insufficient access rights. 945 946 * lspci.c (show_pcix_nobridge, show_pcix_bridge): Cleaned up dumping of PCI-X 947 capabilities. Includes partial support for PCI-X 2.0 (probably incomplete 948 as I haven't seen the spec). 949 950 * lspci.c: Quell warnings about unused parameters. 951 952 * lspci.c: Removed C++ comments. 953 954 * lib/header.h: Merged definitions of extended capabilities and some new 955 PCI-X capability bits from linux-2.6.11/include/pci.h. 956 957 * lspci.c (show_caps): Try to scan extended capabilities only if the 958 device has either PCI-X or PCI Express capability in its normal capability 959 list. 960 961 * lib/dump.c (dump_init): Reading of dumps works again. The dump reader 962 now also remembers how much data it has read and refuses attempts to 963 access more than that. 964 965 * setpci.man, lspci.c, README: prefer spelling "buses" over "busses". 966 967 * lspci.c: If alloca() is not available, use xmalloc(), not malloc(). 968 969 * lib/configure: Added x86_64 on Linux. 970 9712005-08-22 Martin Mares <[email protected]> 972 973 * lib/filter.c (pci_filter_parse_slot): Fixed parsing of domain filters. 974 Thanks to Matthew Wilcox for bug report. 975 976 * lspci.c: Corrected spelling of "Hz" (it was "hz" at several places). 977 Thanks to Krzysztof Oledzki for pointing that out. 978 9792004-08-19 Martin Mares <[email protected]> 980 981 * pciutils.spec (%attr): Setting attributes for /sbin/* is an anachronism, 982 because pciutils by default install to /usr/sbin. Update. 983 9842004-08-13 Martin Mares <[email protected]> 985 986 * Released as 2.1.99-test8. 987 988 * lib/types.h, lib/pci.h, lib/sysdep.h: `byte' and `word' are 989 no longer exported to the outside world. 990 991 * README.Windows: Updated. 992 993 * maint/release: Substitute version number in win32/config.h. 994 995 * win32/config.h: Added. 996 997 * lib/sysdep.h (bzero, strcasecmp): are macros on Windows. 998 999 * compat/getopt.[ch]: Added copies of getopt.[ch] from the GNU 1000 C library for use on systems where the default libraries lack 1001 proper getopt. Currently used by the Windows port. 1002 1003 * lib/sysdep.h, lib/types.h: Updates of the Windows port from 1004 Alexander Stock. 1005 1006 * lib/types.h: If PCI_HAVE_Uxx_TYPES is defined, libpci doesn't define 1007 its own u8, u16, u32, byte and word types and uses what the user 1008 has supplied instead. With this change, all namespace clashes should 1009 be gone. 1010 1011 * Makefile, lib/Makefile: Updated dependencies. 1012 1013 * pciutils.h: Include lib/sysdep.h and move NONRET et al. there. 1014 1015 * lib/sysdep.h: No need to include <sys/types.h> on FreeBSD, because 1016 it is included unconditionally in lib/types.h. 1017 1018 * Moved system-dependent stuff from lib/internal.h to lib/sysdep.h, 1019 which is also used by the utilities. Also moved type declarations 1020 from lib/pci.h to lib/types.h. 1021 1022 * All files: Prepend a "PCI_" prefix in front of all configuration 1023 defines to avoid namespace clashes. CAVEAT: If there is any libpci 1024 application using the (undocumented) defines, it has to be updated. 1025 1026 * lib/Makefile: Killed HAVE_OWN_HEADER_H, since we stopped sharing 1027 headers with the kernel a couple of years ago. 1028 1029 * lib/sysfs.c (sysfs_get_resources): We have 7 resources, not 6. 1030 1031 * lspci.c (show_rom): Use the same logic for printing disabled 1032 or unassigned ROM's as we do in show_bases() for the other BAR's. 1033 1034 * lib/generic.c (pci_generic_fill_info): Better reaction to 1035 invalid 64-bit addresses. Also d->hdrtype should not include 1036 bit 7, which caused mysterious errors on multi-function devices. 1037 1038 * lib/generic.c (pci_generic_fill_info): Fill in base addresses 1039 even if the regions are known to be disabled. It is the client's 1040 job to interpret them. (And it is not a trivial job if you want 1041 to do it correctly, since you need to check I/O and memory enables 1042 on all upstream bridges, too.) However, it could be interesting to 1043 introduce functions for interpreting the addresses and even for 1044 mapping the regions and doing I/O on them. 1045 10462004-07-30 Martin Mares <[email protected]> 1047 1048 * lspci.c: HyperTransport improvements from Maciej. 1049 10502004-07-11 Martin Mares <[email protected]> 1051 1052 * lib/sysfs.c (sysfs_get_resources): Arguments now correspond 1053 to the format string. [Patch by Bill Nottingham] 1054 10552004-07-05 Martin Mares <[email protected]> 1056 1057 * Released as 2.1.99-test7. 1058 1059 * lspci.c (config_fetch): Wanted to merge Matthew's bug fix, but 1060 ended up with rewriting the fetching mechanism to be fully dynamic, 1061 but avoid reading config space registers not explicitly requested. 1062 10632004-06-29 Matthew Wilcox <[email protected]> 1064 1065 * lspci.c: More work on PCI Express dumping. 1066 1067 * lib/header.h: Updated PCI Express capability definitions. 1068 1069 * lib/proc.c (proc_read): Removed bogus warning. 1070 1071 * common.c (xrealloc): Introduced. 1072 1073 * lspci.man: Added -xxxx. 1074 10752004-06-27 Martin Mares <[email protected]> 1076 1077 * Released as 2.1.99-test6. 1078 1079 * lspci.c (show_msix), lib/header.h: Added dumping of MSI-X cap. 1080 Patch by Roland Dreier <[email protected]>, cleaned up by me. 1081 1082 * lspci.c (show_pcix_nobridge, show_pcix_bridge): Handle config_fetch() 1083 failures. 1084 1085 * lib/header.h: Added PCI Express extended capabilities. Again by Matthew. 1086 1087 * lspci.c (show_express): Added dumping of PCI Express cap. 1088 Patch by Matthew Wilcox. 1089 1090 * lib/header.h: Added a list of PCI 3.0 capabilities and also details 1091 on PCI Express caps. Patch by Matthew Wilcox <[email protected]>. 1092 1093 * lspci.c (check_root): Gone. No explicit checks for root are needed, 1094 report correct errors reported by the libpci instead. 1095 1096 * lspci.c: Added dumping of the extended config space on "-xxxx". 1097 Better caching of config registers. 1098 1099 * setpci.c (main): Allow access to whole 4096 bytes of the config space. 1100 1101 * lib/sysfs.c, lib/proc.c: Don't print error messages on short reads, 1102 just return the appropriate error code. 1103 1104 * lib: Added support for extended (4096-byte) configuration space, 1105 currently implemented only in Linux proc and sysfs access methods 1106 and of course in the dump reader. 1107 11082004-05-29 Martin Mares <[email protected]> 1109 1110 * Released as 2.1.99-test5. 1111 1112 * lib/pci.h: Windows don't have the standard u_int* types. 1113 1114 * lib/internal.h: <sys/param.h> required on Windows for endianity 1115 macros. 1116 1117 * lib/i386-ports.c: Connected i386-io-windows.h. 1118 1119 * lspci.c (check_root): geteuid() is not available on Windows. 1120 1121 * lib/i386-io-windows.h: Added Windows port contributed by Alexander 1122 Stock <[email protected]>. 1123 1124 * lib/configure: Hopefully fixed SunOS port broken by various 1125 changes to the configure script. 1126 1127 * Makefile, lib/configure: Cross-compilation support, patch by Maciej. 1128 11292004-05-28 Martin Mares <[email protected]> 1130 1131 * Released as 2.1.99-test4. 1132 1133 * lspci.c (show_verbose): Header type 1 is probably legal for all 1134 types of bridges, not only for PCI-to-PCI bridges. 1135 1136 * lspci.c (format_agp_rate): Write "x16", not "x@". 1137 (show_agp): rate[] could overflow. 1138 Bugs reported by Jakub Bogusz <[email protected]>. 1139 1140 * lspci.c (show_ht_*): Show HyperTransport capability with all its 1141 details. Once again code by Maciej simplified (i.e., possibly broken) 1142 by me. 1143 1144 * lib/header.h: Added declarations of HyperTransport capability. 1145 Again thanks to Maciej. 1146 1147 * lspci.c: Decode all bits of the secondary status word in type 1 headers. 1148 Thanks to Maciej W. Rozycki <[email protected]> for the patch. 1149 11502003-12-27 Martin Mares <[email protected]> 1151 1152 * Released as 2.1.99-test3. 1153 1154 * lspci.man, setpci.man: Document domains and correct spelling. 1155 1156 * lib/dump.c (dump_init): Added ability to read domain numbers. 1157 1158 * lspci.c: Devices in domains different from 0 have their slot number 1159 printed as "<domain>:<bus>:<slot>.<func>". Tree view supports domains 1160 as well. 1161 1162 * lib/filter.c: Slot filters understand domains. 1163 1164 * lib/generic.c: Mention the domain in slot numbers in all error messages. 1165 1166 * lib/internal.h: The #ifdef for Linux <asm/byteorder.h> was wrong. 1167 1168 * lib/access.c (pci_get_dev): Added support for domains. 1169 1170 * lib/sysfs.c (sysfs_scan): Read vendor and device ID from the config 1171 registers (or to be precise, leave it for the generic parts of the pcilib 1172 to do so) instead of reading them from the sysfs. It's faster this way. 1173 1174 * lspci.c (show_pcix): Don't touch pci_dev->hdrtype, it's an internal 1175 variable. Better read it from the config registers (it's cached anyway). 1176 1177 * lib/sysfs.c (sysfs_scan), lib/proc.c (proc_scan): Don't read the hdrtype. 1178 lib/generic.c (pci_generic_fill_info): If hdrtype is -1 (unset), read it. 1179 Saves lots of unnecessary file accesses. 1180 1181 * lib/pci.h (PCIADDR_PORT_FMT): Use %llx instead of %Lx, because the latter 1182 is not supported by all C libraries. 1183 1184 * Makefile: Always enter the lib directory (remember that we don't have 1185 full dependecies for the library in the top-level Makefile; hmmm, another 1186 thing to rewrite some day). 1187 1188 * lib/sysfs.c: Added Linux sysfs access method based on the patch 1189 written by Matthew Wilcox <[email protected]>. 1190 1191 * lib/proc.c: Renamed the access method name from "/proc/bus/pci" to "Linux-proc". 1192 1193 * lib/pread.h: The hacks to support pread on various versions 1194 of Linux libc moved there. 1195 1196 * lib/proc.c (proc_setup): The return value of snprintf() varies 1197 between glibc versions, so we need to check both for a negative 1198 values and for too large values. 1199 1200 * Removed last few references to the "Linux PCI Utilities", the 1201 package is pretty cross-platform now :) 1202 12032003-12-27 Martin Mares <[email protected]> 1204 1205 * Released as 2.1.99-test2. 1206 1207 * README, pciutils.lsm, pciutils.spec: Use @VERSION@ to make the 1208 release scripts insert the current version. "make release" is gone. 1209 1210 * maint/release, maint/release.pm: Added a new system of scripts for 1211 making releases including inter-version diffs etc. 1212 1213 * Makefile: Cleaned up. 1214 1215 * lib/fbsd-device.c: I patched another copy of this file by mistake, 1216 this time the version checks should be right. 1217 12182003-12-27 Martin Mares <[email protected]> 1219 1220 * Released as 2.1.99-test1. 1221 1222 * pciutils.h, common.c, lspci.man, setpci.man, lib/internal.h: 1223 Remove shadows of the syscall access method which was never 1224 implemented. 1225 1226 * update-pciids.sh: Try to preserve permissions of the old file 1227 if chmod supports --reference. Should close Debian Bug #223740. 1228 1229 * lib/proc.c (proc_setup): Increased path name length limit to 1024. 1230 Thanks for Redhat and Mandrake for inspiration. 1231 1232 * lib/configure: Recognize ppc and ppc64, both have 64-bit addresses. 1233 Grabbed from Redhat (Fedora) patches. 1234 12352003-12-27 Martin Mares <[email protected]> 1236 1237 Merged bug fixes from Debian patches: 1238 1239 * lspci.c (show_verbose): "Cache Line Size" should be capitalized. 1240 1241 * lspci.c (show_pcix_nobridge): Added a missing newline. 1242 1243 * lib/proc.c (proc_scan): When reading the header type, don't 1244 forget to clear the topmost bit indicating that the device has 1245 multiple functions. 1246 12472003-12-27 Martin Mares <[email protected]> 1248 1249 Updated the FreeBSD port. Thanks to Samy Al Bahra <[email protected]> 1250 for the patches: 1251 1252 * lib/Makefile: Add ${FREEBSD_SYS} to the include path if it's defined. 1253 * lib/fbsd-device.c: Select the right set of system includes according 1254 to __FreeBSD_version. 1255 12562003-12-27 Martin Mares <[email protected]> 1257 1258 Merged support for Solaris on i386 by Bill Moore <[email protected]> 1259 and cleaned up: 1260 1261 * lib/configure: Recognize SunOS. 1262 * lib/internal.h: Learn how to recognize byte order on SunOS. 1263 * lib/i386-ports.c: Split OS-dependent I/O port access from i386-ports.c. 1264 * lib/i386-io-linux.h: Linux specific part. 1265 * lib/i386-io-hurd.h: GNU/Hurd specific part. 1266 * lib/i386-io-sunos.h: SunOS specific part. 1267 12682003-12-26 Martin Mares <[email protected]> 1269 1270 * lib/header.h (PCI_*_MASK): Cast to pciaddr_t explicitly. 1271 1272 * lib/pci.h: Types declared in <sys/types.h> should be usable on all 1273 platforms we currently support, so kill the forest of #ifdef's and 1274 use them in all cases. 1275 1276 * lib/pci.h: Use ULONG_MASK to decide whether we should use long 1277 or long long to represent a 64-bit address. Killed HAVE_LONG_ADDRESS. 1278 Define format strings for addresses, port numbers and IRQ numbers 1279 directly in pci.h. 1280 1281 * lib/proc.c (proc_scan): Use PCIADDR_T_FMT for scanf'ing addresses. 1282 12832003-12-26 Marco Gerards <[email protected]> 1284 1285 Added support for the GNU Hurd (cleaned up by Martin Mares): 1286 1287 * lib/configure [GNU]: Use the i386 ports for configuration access. 1288 * lib/i386-ports.c: Don't call iopl() on the Hurd. 1289 * lib/pci.h [OS_GNU]: Include <sys/types.h> and use it for defining 1290 u8 to u32. 1291 12922003-12-26 Martin Mares <[email protected]> 1293 1294 * lspci.c (show_pcix_bridge, show_pcix_nobridge): Don't forget to call 1295 config_fetch() to ensure that the registers have been read. Thanks to 1296 Bill Wood <[email protected]> for the patch. 1297 1298 * lspci.c: Ensure that failure of config_fetch() is handled correctly 1299 at all places. 1300 1301 * lspci.man: There was one more explicit reference to /usr/share/pci.ids. 1302 Changed to @SHAREDIR@. Patch from Maciej W. Rozycki <[email protected]>. 1303 1304 * setpci.c (main): Better error messages. 1305 1306 * setpci.c (ex_op): The demo mode should disable only writing, not reading. 1307 1308 * setpci.man: The documentation was inconsistent on what should -D do. 1309 Document the new behaviour. 1310 1311 * pciutils.h, common.c, setpci.c: Introduced a NONRET macro encapsulating 1312 the GCC specific __attribute__((noreturn)) and killed the hack with 1313 redefining __attribute__ on non-GCC compilers. 1314 1315 * Makefile: Added missing dependencies. Parallel builds work now. 1316 Problem reported by Andreas Haumer <[email protected]>, but I chose 1317 a different fix. 1318 1319 * Makefile (MANDIR): Use `:=' instead of `=' to avoid executing the shell 1320 command every time $(MANDIR) is referenced. 1321 1322 * lspci.c (main): The error message for `lspci -s' incorrectly mentioned 1323 a `-f' switch. Reported by Steve Finney <[email protected]>. 1324 1325 * lib/generic.c: Removed memory leak in pci_generic_bus_scan(). 1326 Reported by Gary Parnes <[email protected]>. 1327 1328 * Replaced obsolete syntax of __attribute__((unused)) in the middle of 1329 parameter declarations (which is no longer supported by GCC 3.1) by the 1330 current syntax (attribute at the end). Thanks to [email protected] 1331 for reporting this problem. 1332 1333 * Removed CVS $Id$ tags from all files. 1334 1335 * Makefile: Added some more warnings. 1336 1337 * setpci.c: Cleaned up mask/value code. 1338 13392003-12-08 Thayne Harbaugh <[email protected]> 1340 1341 * setpci.c: Individual bits to be set can be specified as <value>:<mask>. 1342 13432003-11-29 Martin Mares <[email protected]> 1344 1345 * Imported the pciutils sources to my Arch repository. Good-bye, CVS. 1346 13472003-01-04 Martin Mares <[email protected]> 1348 1349 * Released as 2.1.11. 1350 1351 * Makefile: Changed configuration of installation directories -- 1352 all paths are now set at the top of the Makefile instead of being 1353 scattered between the installation rules. The default installation 1354 now goes always to /usr/local regardless of the OS as most distributions 1355 already contain some version of pciutils and we don't want custom 1356 installations to interfere with the default ones. 1357 1358 * Makefile: Removed a couple of ancient install hacks: we no longer 1359 try to avoid overwriting a newer pci.ids file (users are now expected 1360 to use update-ids) and we don't try to remove /etc/pci.ids (a long time 1361 has passed since the last version which used it). 1362 1363 * Makefile: Paths to pci.ids in man pages automatically get the right path. 1364 1365 * Added the update-ids utility. 1366 1367 * lib: Removed partially implemented "syscall" access method which will 1368 probably never be needed. 1369 13702002-12-27 Martin Mares <[email protected]> 1371 1372 * lib/nbsd-libpci.c: Cleaned up and hopefully made it endian safe. 1373 1374 * lib/generic.c (pci_generic_scan_bus): Added work-around for devices with 1375 discontiguous numbering of functions. This is already present in the Linux 1376 kernel for several years, but I forgot to update pciutils as well. 1377 13782002-12-26 Martin Mares <[email protected]> 1379 1380 * lib/header.h, lspci.c: Dump AGP3 flags and speeds. 1381 1382 * lib/pci.h, Makefile: Removed HAVE_OWN_HEADER_H. Always use our own header, 1383 there is no reason to prefer the kernel version. 1384 1385 * lib/proc.c (proc_scan): Don't forget to initialize hdrtype. 1386 1387 * Added preliminary version of NetBSD support by Quentin Garnier 1388 <[email protected]>. 1389 13902002-04-06 Martin Mares <[email protected]> 1391 1392 * lspci.c: Mention "-xxx" in the help. 1393 13942002-03-30 Martin Mares <[email protected]> 1395 1396 * Released as 2.1.10. 1397 1398 * Removed pci.ids from the CVS as they are now maintained separately. 1399 They are still included in the tarball, but if you are building pciutils 1400 from CVS sources or you want to get a newer ID file than the one distributed, 1401 just use "make update-ids" to download the most recent snapshot from 1402 pciids.sf.net. 1403 1404 * Makefile, README: Updated accordingly. 1405 1406 * Makefile: Added a couple of maintenance targets. 1407 1408 * maint/*: Maintainer's utilities now reside here (present only in CVS, 1409 not in the tarball). 1410 1411 * lib/names.c (parse_name_list): End-of-line comments are no longer 1412 supported. Hashes are now perfectly valid in all names and they start 1413 a comment only at the start of the line. 1414 14152002-03-26 Martin Mares <[email protected]> 1416 1417 * README: Rewritten. 1418 1419 * Makefile: When the currently installed pci.ids file is newer than 1420 the version to be installed, don't overwrite it. Suggested by 1421 Jean Delvare <[email protected]>. 1422 14232002-03-24 Martin Mares <[email protected]> 1424 1425 * lspci.c (show_pcix_bridge): Added PCI-X capability display. 1426 Contributed by Jeff Garzik <[email protected]>. 1427 1428 * lib/header.h: Added PCI-X stuff. Again by Jeff. 1429 1430 * Makefile (CFLAGS): -Werror is gone. 1431 1432 * lspci.c (format_agp_rate): Fixed AGP rate reporting. 1433 1434 * lib/filter.c (pci_filter_parse_slot): Allow bus 0xff, slot 0x1f and 1435 function 7. 1436 1437 * lib/names.c (pci_lookup_name): When printing unknown subsystem vendor 1438 or device hexadecimally, don't confuse it with chip vendor/device ID. 1439 First reported by Marc Boucher <[email protected]>. 1440 14412001-11-04 Martin Mares <[email protected]> 1442 1443 * Released as 2.1.9. 1444 1445 * pci.ids: Synced with the PCI ID Repository at SourceForge 1446 (http://pciids.sourceforge.net/). 1447 14482000-08-25 Martin Mares <[email protected]> 1449 1450 * pci.ids: Updated ID's, synced with kernel 2.4.0-test7. 1451 14522000-06-13 Martin Mares <[email protected]> 1453 1454 * Makefile (uninstall): Fixed. 1455 1456 * pci.ids: ID updates. 1457 14582000-05-20 Martin Mares <[email protected]> 1459 1460 * Released as 2.1.8. 1461 1462 * pci.ids: ID updates. 1463 1464 * lspci.c (show_verbose): Min/max latency is now printed in nanoseconds. 1465 14662000-05-04 Martin Mares <[email protected]> 1467 1468 * lspci.c (show_verbose): If the header type doesn't match device 1469 class, just print a warning and still use the header type, assuming 1470 bogus class info. 1471 14722000-05-01 Martin Mares <[email protected]> 1473 1474 * lspci.c (show_pm): Updated according to PCI PM specs 1.1. 1475 1476 * pci.ids: Updated Contemporary Control ARCnet card entries. 1477 1478 * pci.ids: Synchronized class list with latest PCI SIG documents. 1479 14802000-04-29 Martin Mares <[email protected]> 1481 1482 * lib/names.c (pci_lookup_name): Fixed the cheat. 1483 1484 * lib/internal.h: Moved UNUSED/inline hacks above all other declarations. 1485 1486 * pci.ids: Various ID updates. 1487 14882000-04-21 Martin Mares <[email protected]> 1489 1490 * Released as 2.1.7. 1491 1492 * pciutils.spec: Added German description. 1493 1494 * lib/names.c (pci_lookup_name): Added a cheat for case that subsystem ID's 1495 are the same as device ID and just output subsystem name according to 1496 device name. 1497 1498 * lib/proc.c: Use UNUSED instead of __attribute__((unused)). 1499 1500 * lib/pci.h: Added the correct typedefs for AIX. 1501 1502 * lib/generic.c (pci_generic_scan_bus): Export. 1503 1504 * lib/configure: Detect AIX. Use "echo '...\c'" instead of 1505 "echo -n" if the shell isn't bash. 1506 1507 * lspci.c: Avoid using alloca() if not compiled by GCC. 1508 (insert_dev): Avoid returning a void value. 1509 1510 * Makefile: Choose which install utility to use according to 1511 OS type. Also use `-o' instead of `-or' in find arguments. 1512 Part of the AIX port. 1513 1514 * lib/aix-device.c: Added AIX low-level interface. Contributed 1515 by Dave Johnson <[email protected]>, thanks a lot! 1516 1517 * pci.ids: Few new ID's. 1518 1519 * pciutils.h, lib/internal.h: Redefine __attribute__ and inline 1520 when not compiled by GCC. 1521 15222000-04-17 Martin Mares <[email protected]> 1523 1524 * Released as 2.1.6. 1525 1526 * pci.ids: Added a large batch of ID's contributed by Gunther 1527 Mayer <[email protected]> and synced the 1528 list with the 2.3.99pre6 kernel. 1529 1530Thu Mar 9 13:11:39 2000 Martin Mares <[email protected]> 1531 1532 * lib/example.c: Added a simple example of how to use 1533 the library. 1534 1535 * lspci.man, setpci.man: Revealed --version. Well spotted 1536 by Adam Sulmicki. 1537 1538 * pci.ids: Added lots of new ID's and synced with 2.3.50. 1539 1540Tue Feb 15 00:16:21 2000 Martin Mares <[email protected]> 1541 1542 * Released as 2.1.5. 1543 1544 * pciutils.spec: Updated spec file from Andreas Jaeger. Now using 1545 %{_mandir} to find the right location to install manual pages to. 1546 1547 * pci.ids: New ID's. 1548 1549 * setpci.c (main): Don't crash when `-s' or `-d' is given with 1550 no argument. 1551 1552Mon Jan 24 20:04:11 2000 Andreas Jaeger <[email protected]> 1553 1554 * lib/i386-ports.c: Include <asm/io.h> only on systems without 1555 glibc. 1556 1557Mon Jan 24 11:24:43 2000 Martin Mares <[email protected]> 1558 1559 * Makefile: Modified to work with the Linux FHS brain-damaged idea 1560 of putting man pages to /usr/share/man. Now we choose either /usr/man 1561 or /usr/share/man depending on which one exists. 1562 1563Sun Jan 23 10:52:34 2000 Martin Mares <[email protected]> 1564 1565 * pci.ids: Synced with Linux 2.3.40. 1566 1567 * Released as version 2.1.4. 1568 1569Thu Jan 20 11:08:32 2000 Martin Mares <[email protected]> 1570 1571 * lspci.c (scan_device): Fixed bug in reading of cardbus extensions. 1572 1573 * lib/proc.c: pread/pwrite fixed again, this time on libc5 :( 1574 1575 * lspci.c (format_agp_rate): Better formatting of AGP rates. 1576 1577 * pci.ids: New ID's. 1578 1579 * lib/configure: Added configuration for ia64 (the same as for Alpha). 1580 Patch from Stephane Eranian <[email protected]>. 1581 1582Thu Jan 13 23:01:52 2000 Martin Mares <[email protected]> 1583 1584 * Released as version 2.1.3. 1585 1586 * pci.ids: New ID's. 1587 1588 * lspci.c: Alpha IO_FORMAT fix by Andrea Arcangeli. 1589 1590 * lib/access.c: Corrected order of access methods -- it's wonderful how 1591 long could such a bug remain unspotted. Thanks go to Andreas Schockenhoff. 1592 1593Sat Dec 11 23:34:48 1999 Martin Mares <[email protected]> 1594 1595 * Released as version 2.1.2. 1596 1597 * lib/names.c (pci_lookup_name): Fixed printing of unknown subsystem ID's. 1598 1599Sat Dec 4 13:11:03 1999 Martin Mares <[email protected]> 1600 1601 * Released as version 2.1.1. 1602 1603 * pci.ids: Several new ID's. 1604 1605 * setpci.c (exec_op): Don't forget to increment address after writing 1606 single value, so that `30.b=12,34,56,78' works as expected. Reported 1607 by Petr Soucek <[email protected]>. 1608 1609Wed Nov 3 10:24:38 1999 Martin Mares <[email protected]> 1610 1611 * lspci.c (show_terse): If prog-if is zero, but it's present in the 1612 ID list, show it. 1613 1614Sat Oct 30 11:06:35 1999 Martin Mares <[email protected]> 1615 1616 * Released as version 2.1. 1617 1618 * pci.ids: Synced to devlist.h in 2.3.24 kernel. Merged in 1619 lots of contributed entries. 1620 1621Thu Oct 14 10:40:12 1999 Dave Jones <[email protected]> 1622 1623 * pci.ids: Added lots of subsystem definitions. 1624 1625Sat Oct 9 14:32:28 1999 Martin Mares <[email protected]> 1626 1627 * setpci.man: Better example. 1628 1629 * lspci.c: Resolve prog-if names. 1630 1631 * lib/names.c: Adapted to new pci.ids syntax. 1632 1633 * pci.ids: Reorganized the pci.ids file. Subsystems are listed 1634 under devices, classes can optionally contain prog-if information. 1635 New ID's, as usually. 1636 1637Wed Sep 22 09:45:24 1999 Martin Mares <[email protected]> 1638 1639 * pci.ids: New ID's. As usually. 1640 1641 * lspci.c (show_htype1, show_htype2): Don't show `closed' bridge windows 1642 unless we're vvvery verbose. 1643 1644Mon Sep 20 11:22:54 1999 Martin Mares <[email protected]> 1645 1646 * lspci.c (show_htype2): Don't forget a TAB before the "I/O window" line. 1647 1648Tue Sep 14 09:31:01 1999 Martin Mares <[email protected]> 1649 1650 * pci.ids: New ID's. Again. 1651 1652Thu Aug 5 17:45:42 1999 Martin Mares <[email protected]> 1653 1654 * lspci.c (show_size): Don't show size if it's zero (usually 1655 due to bus-centric mode being enabled). 1656 1657Tue Jul 20 13:25:09 1999 Martin Mares <[email protected]> 1658 1659 * lib/pci.h: Types are OS dependent. 1660 1661 * lib/internal.h: Byte order hacks are OS dependent. 1662 1663 * lib/configure: Recognize FreeBSD. Also set OS_XXX according to the OS. 1664 1665 * lib/Makefile, lib/access.c: Added fbsd-device target. 1666 1667 * pci.ids: Added an entry for PLX 9080 bridges with subsystem ID 1668 incorrectly set to device ID. 1669 1670 * README: Added a note that we support FreeBSD. 1671 1672 * Makefile (PREFIX, ROOT): Set it depending on the OS. 1673 (%.8): Grrr, BSD date is not able to convert date formats the same way 1674 as GNU date does. Use sed instead. 1675 (install): Use `-c' when calling install. 1676 1677 * lib/fbsd-device.c: Added FreeBSD /dev/pci access module contributed 1678 by Jari Kirma <[email protected]>. 1679 1680 * lib/proc.c: Rewrote the pread/pwrite things once again. Use pread 1681 and pwrite only when we are certain it's safe (i.e., glibc 2.1 1682 on all architectures or any libc on a i386 where we really know 1683 how to use syscalls directly). In all other cases, emulate it 1684 with lseek/read/write. 1685 1686 * pci.ids: Some more IDs. 1687 1688Mon Jul 19 14:10:36 1999 Martin Mares <[email protected]> 1689 1690 * pci.ids: Added IDs of parallel port controller cards as sent 1691 by Tim Waugh <[email protected]>. 1692 1693Wed Jul 7 00:55:48 1999 Martin Mares <[email protected]> 1694 1695 * lib/proc.c (proc_scan): HAVE_LONG_ADDRESS instead of HAVE_64BIT_ADDRESS. 1696 1697 * lspci.c: ADDR_FORMAT now depends on both HAVE_64BIT_ADDRESS and 1698 HAVE_LONG_ADDRESS. 1699 1700 * lib/configure: HAVE_64BIT_ADDRESS now doesn't imply that the addresses 1701 are represented as long long. Introduced a new flag HAVE_LONG_ADDRESS 1702 to indicate this. Both Sparc architectures now use both 64BIT_ADDRESS 1703 and LONG_ADDRESS since they have 32-bit userland, but don't set LONG_ADDRESS 1704 on Alpha. 1705 1706 * lspci.c (show_msi): Added dumping of the MSI capability. 1707 (show_slotid): The same for SlotID capability. 1708 (show_caps): Seperated capability dumping, because it should 1709 be used for both htype0 and htype1. Even PCI 2.2 doesn't mention 1710 layout of htype2, so I'm a bit unsure about it wrt capabilities 1711 -- they at least have to live somewhere else since address 0x34 1712 is already defined differently in htype2. 1713 1714 * lib/header.h (PCI_STATUS_UDF): Marked as obsolete (PCI 2.2). 1715 (PCI_BASE_ADDRESS_MEM_TYPE_1M): Ditto. 1716 (PCI_CAP_ID_*): Added some new capabilities defined in PCI 2.2. 1717 1718 * lspci.c (show_htype0): Mask out lowest 2 bits from all capability pointers 1719 (required by the PCI 2.2 specs). 1720 1721Mon Jul 5 12:45:19 1999 Martin Mares <[email protected]> 1722 1723 * lspci.c (show_size): Added new function for dumping of region sizes. 1724 (show_rom): Added. Now correctly dumps unassigned ROM addresses, disabled 1725 ROMs et cetera. 1726 1727 * lib/pci.h (struct pci_dev): known_fields moved to the public part 1728 of the structure. 1729 1730 * Added support for region sizes. Needs support in the kernel, because 1731 sizes have to be scanned before drivers initialize yourself. pci_fill_info() 1732 now returns a bitmask of what fields were really read. 1733 1734Mon Jun 28 18:37:51 1999 Dave Jones <[email protected]> 1735 1736 * Makefile: 1737 Added `uninstall' target - removes all traces of pciutils. 1738 * pci.ids: 1739 - Lots of cleanups in the ATI, S3, Adaptec vendors. 1740 - Changed Compaq QVision 1280/p definitions, as it's not possible 1741 to determine the revision from the device ID. 1742 - Same for the Tseng ET4000. 1743 The id's said I had a rev C, when it was actually a rev B. 1744 - Removed some unnecessary strings 1745 `PCI'. Unless it's an AGP card, it should be obvious that it's PCI. 1746 `Ethernet card'. This should be determined from config space. 1747 - Lots of other new vendors & devices 1748 - Other additional small cleanups. 1749 1750Mon Jun 21 22:11:10 1999 Martin Mares <[email protected]> 1751 1752 * lib/names.c (pci_lookup_name): When device ID lookup 1753 fails, return hexadecimal device ID instead of vendor ID. 1754 Well spotted by Axel Bodemann <[email protected]>, 1755 I've just extended the fix to subsystem ID's. 1756 1757Thu Jun 17 19:48:21 1999 Martin Mares <[email protected]> 1758 1759 * lspci.c (show_agp): Bug fix from Petr Vandrovec 1760 <[email protected]>. The command register was displayed 1761 incorrectly. 1762 1763Wed Jun 2 22:42:44 1999 Martin Mares <[email protected]> 1764 1765 * lib/proc.c (SYS_pread, SYS_pwrite): Use hard-coded 1766 numbers if not supplied by the libc. 1767 1768Wed May 19 13:24:39 1999 Martin Mares <[email protected]> 1769 1770 * Released the whole package as version 2.0. 1771 1772Fri May 14 22:42:02 1999 Martin Mares <[email protected]> 1773 1774 * pci.ids: Added several new ID's contributed by people 1775 on the linux-pci list. 1776 1777Mon Apr 19 15:21:08 1999 Jakub Jelinek <[email protected]> 1778 1779 * lspci.c: Display I/O addresses correctly on sparc64. 1780 * lib/header.h: Ditto. 1781 1782 * lib/configure: On sparc set HAVE_64BIT* as well, we want 1783 a binary which works on both 32bit and 64bit SPARCs. 1784 1785Sun Apr 18 21:14:58 1999 Martin Mares <[email protected]> 1786 1787 * lspci.c, lib/proc.c: Alpha compilation fixes from Matthew Jacob 1788 <[email protected]>. 1789 1790 * pci.ids: A lot of updates from Adam J. Richter <[email protected]>. 1791 1792Sun Feb 28 22:26:21 1999 Martin Mares <[email protected]> 1793 1794 * lspci.c (do_map_bus): Don't dump functions 1--7 if not flagged 1795 as a multi-function device, because several single-function devices 1796 don't decode the function bits at all. 1797 1798Sun Feb 14 23:48:22 1999 Martin Mares <[email protected]> 1799 1800 * Makefile (install): Don't use "-o root -g root" for installation 1801 since it breaks on machines where programs are not installed by root. 1802 Reported by Richard Gooch <[email protected]> 1803 1804Tue Feb 9 15:54:39 1999 Martin Mares <[email protected]> 1805 1806 * lspci.c (show_bases): Use new address masking macros and pciaddr_t. 1807 1808 * lib/pci.h: Using pciaddr_t for bus addresses, which are 32-bit 1809 or 64-bit depending on CPU. 1810 1811 * lib/pci.h (PCI_ADDR_MEM_MASK): Added macros for address masks 1812 according to bus address width. 1813 1814Thu Jan 28 20:54:16 1999 Martin Mares <[email protected]> 1815 1816 * Released as 1.99.4. 1817 1818 * lspci.c: Capability list parser now recognizes both AGP 1819 registers and PCI Power Management registers (the latter 1820 is mainly guesswork based on DEC/Intel 21153 bridge specs 1821 since I don't have the PCI Power Management document). 1822 1823 * lspci.c: Replaced numerous occurences of (x & flag) ? '+' : '-' 1824 by FLAG macro. 1825 1826 * lspci.c: Added bridge checks to bus mapping code. 1827 1828Wed Jan 27 14:59:16 1999 Martin Mares <[email protected]> 1829 1830 * lspci.c: Implemented bus mapping mode (-M). 1831 1832 * lspci.c (scan_devices): Split to scan_devices() and scan_device(). 1833 (show): Split to show() and show_device(). 1834 1835 * lib/access.c (pci_init): When a->method == PCI_ACCESS_AUTO, 1836 set it to the real access method afterwards. 1837 1838Mon Jan 25 23:46:13 1999 Martin Mares <[email protected]> 1839 1840 * lib/generic.c (pci_generic_fill_info): If in buscentric mode, 1841 don't check PCI_COMMAND for I/O and memory enables. 1842 1843Mon Jan 25 21:28:49 1999 Martin Mares <[email protected]> 1844 1845 * Makefile: Added target `release' which substitutes new version 1846 number to .spec, .lsm and README. Also rewrote target `dist'. 1847 1848 * Released as 1.99.3. 1849 1850Sun Jan 24 22:10:36 1999 Martin Mares <[email protected]> 1851 1852 * lib/header.h: Until kernel adopts new layout of PCI 1853 includes (i.e., separate declaration of header structure, 1854 functions and device IDs), which is not going to happen 1855 before 2.3, we'll use our own definiton of the header. 1856 1857 * lspci.c (show_verbose): Display `Cap' flag in device status. 1858 1859 * lspci.c (show_htype0): Display capability lists whereever 1860 available. The only capability name we recognize now is `AGP'. 1861 Unfortunately, capabilities are stored in device-dependent 1862 portion of the configuration space and are thus available 1863 only to root unless you read a dump. 1864 1865 * lspci.c (scan_devices): Use cache instead of buffering. 1866 1867 * lib/buffer.c: Removed (obsoleted by the cache). 1868 1869 * lib/access.c: Added general caching mechanism. 1870 1871Sat Jan 23 21:30:54 1999 Martin Mares <[email protected]> 1872 1873 * pci.ids: Added few devices. 1874 1875Fri Jan 22 19:29:31 1999 Martin Mares <[email protected]> 1876 1877 * Version string is now defined in top-level Makefile, exported 1878 to the configure script and also substituted to man pages. 1879 1880 * lspci.c (show_bases): Rewrote displaying of 64-bit addresses. 1881 (show_verbose): Rewrote interrupt display logic. 1882 1883 * lib/i386-ports.c: Include sys/io.h only on glibc systems. 1884 1885 * lib/configure: Rewrote detection of Linux versions. Now it 1886 works on 2.0 kernels (only with direct/dump access, of course). 1887 1888 * lib/internal.h: New bytesex macros using <asm/byteorder.h> 1889 whenever available. 1890 1891 * lib/proc.c (proc_read, proc_write): Distinguish between short 1892 read/write and real errors. 1893 1894 * lspci.c (show_htype{0,1}): Always use d->dev->rom_base_addr since 1895 libpci respects buscentric mode automatically. 1896 1897 * lspci.c (show_hex_dump): For CardBus bridges, print out 128 1898 bytes of header (the whole standard part). 1899 1900 * common.c: pcilib options are now all uppercase. Also moved 1901 PCI access debugging option here. 1902 1903 * Released as 1.99.2. 1904 1905Wed Jan 20 22:50:35 1999 Martin Mares <[email protected]> 1906 1907 * Wrote configure script and rewrote Makefiles. 1908 1909 * Removed few unused variables. 1910 1911Wed Jan 20 12:21:56 1999 Martin Mares <[email protected]> 1912 1913 * common.c: Moved several functions used in both setpci and lspci 1914 here. This includes parsing of libpci-related options. 1915 1916 * More library tweaks. 1917 1918 * filter.c, names.c: Moved to library. 1919 1920 * setpci: Rewritten to use the library. 1921 1922 * Released as 1.99.1. 1923 1924Tue Jan 19 23:00:12 1999 Martin Mares <[email protected]> 1925 1926 * lspci.c (scan_devices): For cardbus bridges, read first 128 1927 bytes of config space to get full standard header. 1928 1929 * Makefile (CFLAGS): Removed "-Wno-unused". 1930 1931 * Started the "New Generation" branch and introduced the 1932 PCI library. 1933 1934 * lspci: Rewritten to use the library. 1935 1936Tue Jan 19 22:24:08 1999 Martin Mares <[email protected]> 1937 1938 * Released as version 1.10. 1939 1940Mon Jan 18 08:51:17 1999 Martin Mares <[email protected]> 1941 1942 * lspci.8, setpci.8: Miscellaneous fixes as suggested by 1943 Dag Wieers <[email protected]>. 1944 1945Sun Nov 29 20:05:56 1998 Martin Mares <[email protected]> 1946 1947 * pciutils.spec (Name): Update from Krzysztof G. Baranowski. 1948 1949Sun Nov 22 10:49:56 1998 Martin Mares <[email protected]> 1950 1951 * Makefile, pciutils.h: Moved pci.ids to /usr/share. 1952 1953 * Released as version 1.09. 1954 1955Wed Nov 18 15:47:05 1998 Martin Mares <[email protected]> 1956 1957 * lspci.c (show_htype1): Fixed displaying of prefetchable memory behind 1958 bridge. Thanks to Petr Vandrovec <[email protected]> for bug report. 1959 1960Fri Oct 23 18:59:19 1998 Martin Mares <[email protected]> 1961 1962 * setpci.c: Don't include <syscall-list.h> with glibc >= 2.1. 1963 1964Mon Oct 19 21:53:30 1998 Martin Mares <[email protected]> 1965 1966 * Released as version 1.08. 1967 1968 * setpci.c: glibc 2.1.x already defines pread() and pwrite(). 1969 1970 * lspci.8: Changed warning about lspci -xxx. 1971 1972 * lspci.c: Require "-xxx" for full configuration space dump, so that 1973 it's impossible to crash the machine by single typo. 1974 1975 * specs: Added (courtesy of Krzysztof G. Baranowski <[email protected]>). 1976 1977Wed Sep 9 12:03:24 1998 Martin Mares <[email protected]> 1978 1979 * lspci.c (show_bases): Better displaying of unassigned and 1980 disabled bases. Thanks to Gabriel Paubert <[email protected]> 1981 for an idea. 1982 1983Wed Sep 2 10:58:01 1998 Martin Mares <[email protected]> 1984 1985 * setpci.c (pread): Recognize glibc 1.99 numbered as 2.0 on the PPC. 1986 (thanks to Geert Uytterhoeven for finding this out) 1987 1988Fri Jul 17 10:43:30 1998 Martin Mares <[email protected]> 1989 1990 * lspci.c (show_verbose): Print subsystem ID using the new resolver. 1991 (show_machine): Print subsystem ID. 1992 1993 * names.c: New name resolution engine supporting subsystem IDs. 1994 1995 * Released as version 1.07. 1996 1997Wed Jul 15 15:37:21 1998 Martin Mares <[email protected]> 1998 1999 * lspci.c (show_htype2 etc.): Displaying of CardBus headers. 2000 (show_bases): Honor the `cnt' argument. 2001 (grow_tree): Parse CardBus headers in tree mode as well. 2002 2003 * pci.h: Updated CardBus header field description. I still don't 2004 have the CardBus standard available, but OZ6832 specs contain 2005 full description of all header fields supported by the chip. 2006 2007Tue Jun 9 22:53:59 1998 Martin Mares <[email protected]> 2008 2009 * Released as 1.06. 2010 2011 * names.c (parse_name_list): Killed an unused variable. 2012 2013 * setpci.c (pread, pwrite): Define SYS_(pread|pwrite) as __NR_\1 2014 if they are not defined by glibc (needed for glibc built on older 2015 kernels). Ugly. 2016 2017 * setpci.c (exec_op): Fixed error messages. Thanks, Steve! 2018 2019Mon Jun 8 10:59:22 1998 Martin Mares <[email protected]> 2020 2021 * Released as 1.05. 2022 2023 * setpci.c: Problems with pread()/pwrite() with glibc on Alpha 2024 should be gone. Again thanks to Steve for bug report. 2025 2026 * filter.c (filter_parse_slot): Fixed ":x" type filters. 2027 2028 * pci.ids: Killed duplicate entry. Thanks to Stephen Williams 2029 <[email protected]> for reporting this. 2030 2031Sun Jun 7 19:27:51 1998 Martin Mares <[email protected]> 2032 2033 * lspci.c (main), setpci.c (main): Implemented "--version". 2034 2035 * Released as 1.04. 2036 2037 * pciutils.h (PCIUTILS_VERSION): Added version string. 2038 2039 * filter.c, names.c: Extraneous #include <linux/pci.h> removed. 2040 Thanks to Geert Uytterhoeven <[email protected]> 2041 for bug report. 2042 2043Thu May 28 14:45:58 1998 Martin Mares <[email protected]> 2044 2045 * pci.ids: More updates from Jens Maurer. 2046 2047Wed Apr 22 10:00:39 1998 Martin Mares <[email protected]> 2048 2049 * pci.ids: Updates from Jens Maurer. 2050 2051Sun Apr 19 11:14:25 1998 Martin Mares <[email protected]> 2052 2053 * Released as 1.03. 2054 2055 * setpci.8: Written. 2056 2057 * setpci.c: Finished. 2058 2059 * lspci.c: Now able to fetch expansion ROM base from kernel device list 2060 and print it if not in buscentric mode. 2061 2062Tue Mar 31 23:11:57 1998 Martin Mares <[email protected]> 2063 2064 * setpci.c: Added. 2065 2066Sun Mar 22 15:39:08 1998 Martin Mares <[email protected]> 2067 2068 * lspci.8: Updated the documentation. 2069 2070 * lspci.c: Modified to use the new filtering mechanism (options -f and -d). 2071 2072 * filter.c: Introduced new generic device filter. 2073 2074Thu Mar 19 17:03:48 1998 Martin Mares <[email protected]> 2075 2076 * lspci.c (grow_tree, show_tree_dev, print_it): Fixed displaying 2077 of PCI-to-PCI bridges in the tree format. 2078 2079Sun Feb 15 10:12:25 1998 Martin Mares <[email protected]> 2080 2081 * lspci.c (show_machine): Added non-verbose mode of machine-readable 2082 dump. 2083 2084 * pci.ids: Updates from Jens Maurer. 2085 2086 * Released as version 1.02. 2087 2088Thu Feb 12 16:53:28 1998 Martin Mares <[email protected]> 2089 2090 * lspci.c: Added a "-m" switch for dumping machine-readable 2091 configuration data (requested by Bjoern Kriews <[email protected]>). 2092 2093Mon Feb 9 13:17:43 1998 Martin Mares <[email protected]> 2094 2095 * Makefile, pciutils.h: Include local pci.h instead of <linux/pci.h> 2096 if available. This should avoid all problems with official kernel 2097 not synchronized to newer PCI code in CVS -- standard distribution 2098 of pciutils now contains pci.h from current CVS kernel, pciutils 2099 in CVS contain no pci.h and use the correct kernel include. 2100 2101 * Makefile: Fixed installation path for man pages. 2102 2103Sat Feb 7 15:15:46 1998 Martin Mares <[email protected]> 2104 2105 * README: Updated. 2106 2107 * lspci.8: Created a man page. 2108 2109 * Releasing as version 1.0. 2110 2111Tue Feb 3 20:56:00 1998 Martin Mares <[email protected]> 2112 2113 * Makefile: Recognize architecture by calling uname and pass it as ARCH_xxx 2114 to all the C sources. This should eliminate problems with 32-bit compilers 2115 on sparc64. 2116 2117 * lspci.c (show_verbose): Recognize CardBus bridge header type. 2118 (show_htype2): Stub routine. 2119 (scan_config): Write sensible error message if the kernel denies reading of 2120 upper part of the PCI config space. 2121