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