X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ChangeLog;h=03f7589031b08bac7c1a4b48936b92e90b59f4c5;hb=bd20d5b5a916e050d280bb4a67e77252d2034445;hp=85f56559664a36ef35c0794d46ae90ff1f7e3c12;hpb=2f294d4b425f37d76f34ea82e83b0ab61430bb64;p=pciutils.git diff --git a/ChangeLog b/ChangeLog index 85f5655..03f7589 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,52 @@ +2006-07-30 Martin Mares + + * lib/i386-io-hurd.h: Ask the kernel for I/O port access appropriately. + Contributed by Thomas Schwinge and Samuel Thibault. + + * lib/i386-ports.c: Define _GNU_SOURCE, it's needed by the Hurd module. + + * lib/header.h: Whitespace cleanups. + + * lib/i386-io-windows.h: Fixed indentation and spelling. + + * README.Windows: Mention that WinIO.dll is needed and where to get it. + +2006-06-27 Martin Mares + + * lib/Makefile, Makefile: Added rules for building and cleaning the example. + + * lib/example.c: Show how to use PCI_FILL_CLASS and used another register + for demonstrating the config space accesses. The example is still very + incomplete, though. + + * lib/pci.h, lib/generic.c: Added PCI_FILL_CLASS. + + * lib/sysfs.c: Fetch device ID and class from sysfs, because they can + be modified by kernel fixups. + + * lspci.c: Use PCI_FILL_CLASS. Thanks to Matthew Willcox for the patch. + +2006-06-03 Martin Mares + + * lspci.c: Introduced the -nn switch. Thanks to David N. Welton + for the idea. + + * lib/names.c (pci_lookup_name): Introduced PCI_LOOKUP_MIXED and + cleaned up the name selection code. + + * lib/names.c (pci_lookup_name): If PCI_LOOKUP_NO_NUMBERS is given, + pci_access->numeric_ids is ignored. + + * lib/names.c (pci_lookup_name): When class is identified and + subclass isn't, display class name and subclass number. + 2006-05-31 Martin Mares * setpci.c (main): Don't crash when an invalid width is specified. + * lspci.c, setpci.c, common.c: die() now uses the right program + name when printing an error message. + 2006-05-19 Martin Mares * README: Mention the public GIT tree.