X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ChangeLog;h=03f7589031b08bac7c1a4b48936b92e90b59f4c5;hb=bd20d5b5a916e050d280bb4a67e77252d2034445;hp=6247337b6beec1605db6ebb4644c4eaaccd4dba6;hpb=c72eedde22a9824769260acc8ad091846177c44e;p=pciutils.git diff --git a/ChangeLog b/ChangeLog index 6247337..03f7589 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +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