From: Martin Mares Date: Tue, 12 Feb 2008 11:20:55 +0000 (+0100) Subject: Updated the README: mention DNS mode. X-Git-Tag: v3.0.0~1^2~35 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=14b85d7c859db7ee7d928ef00694c8c75b79e278;p=pciutils.git Updated the README: mention DNS mode. --- diff --git a/README b/README index 42a6261..d8eab41 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ This package contains the PCI Utilities, version @VERSION@. -Copyright (c) 1997--2007 Martin Mares +Copyright (c) 1997--2008 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 @@ -71,6 +71,9 @@ If you are missing names for any of your devices or you just want to stay on the bleeding edge, download the most recent pci.ids file from http://pciids.sf.net/ (e.g., by running the update-ids utility). +Alternatively, you can use `lspci -q' to query the central database +for new entries via network. + If your devices still appear as unknown, please send us their ID's and names, the detailed instructions for submissions are listed on the sf.net web page. @@ -91,9 +94,10 @@ There is also a public GIT tree at: 5. Using the library ~~~~~~~~~~~~~~~~~~~~ -There is still no documentation for the library, if you want to use it -in your programs, please follow the comments in lib/pci.h and in the -example program lib/example.c. +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. 6. Feedback