X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=README;h=d00cb5dc8676a184490b85680ef348940b38a416;hb=e2864327195d067728dd904f8ff72959c8097508;hp=8c354bf57b119ed34475b46226c1063708518c8e;hpb=d7ea742c6db9993512d809097a1b154c2bae82c9;p=pciutils.git diff --git a/README b/README index 8c354bf..d00cb5d 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ This package contains the PCI Utilities, version @VERSION@. -Copyright (c) 1997--2008 Martin Mares +Copyright (c) 1997--2010 Martin Mares All files in this package can be freely distributed and used according to the terms of the GNU General Public License, either version 2 or @@ -23,6 +23,7 @@ In runs on the following systems: Aix (via /dev/pci and odmget) GNU Hurd (direct port access) Windows (direct port access) + CYGWIN (direct port access) It should be very easy to add support for other systems as well (volunteers wanted; if you want to try that, I'll be very glad to see the patches and @@ -68,7 +69,7 @@ when running make: systems as a part of the standard libraries) and tries to autodetect its presence if the option is not specified. - SHARED=yes/ Build libpci as a shared library. Requires the GNU toolchain. + SHARED=yes/ Build libpci as a shared library. Requires GCC 4.0 or newer. no/local The ABI of the shared library is intended to remain backward compatible for a long time (we use symbol versioning to achieve that, like GNU libc does). The value `local' includes the @@ -117,7 +118,7 @@ There is also a public GIT tree at: So far, there is only a little documentation for the library except for the general introduction in the pcilib(7) man page. If you want to use the library in your programs, please follow the comments in lib/pci.h and in -the example program lib/example.c. +the example program example.c. 6. Feedback @@ -127,8 +128,8 @@ If you have any bug reports or suggestions, send them to the author. If you have any new ID's, I'll be very glad to add them to the database, but please take a look at http://pciids.sf.net/ first and follow the instructions. -If you want, subscribe to linux-pci@atrey.karlin.mff.cuni.cz (send -"subscribe linux-pci" to majordomo@atrey.karlin.mff.cuni.cz). +If you want, subscribe to linux-pci@vger.kernel.org (take a look at +http://vger.kernel.org/ for instructions). Release notes about new versions will be send to the list and problems with the Linux PCI support will be probably discussed there, too.