]> mj.ucw.cz Git - pciutils.git/blobdiff - README
Add PCI 2.2 VPD register definitions
[pciutils.git] / README
diff --git a/README b/README
index 8c354bf57b119ed34475b46226c1063708518c8e..4b3cb1a2142e03bb5d108406585190a7add4a4e2 100644 (file)
--- a/README
+++ b/README
@@ -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.