X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=README;h=81f35df787e584bf18277a1e050e9b99338469b2;hb=1d5cf727a564396ba51127140457ad9b6cedac7d;hp=26bfa58601b45df84caf402a885cf3fc78da9fca;hpb=aabb0a92a297d049d463cfaa37188c1096251588;p=pciutils.git diff --git a/README b/README index 26bfa58..81f35df 100644 --- a/README +++ b/README @@ -1,27 +1,12 @@ This package contains the PCI Utilities, version @VERSION@. -Copyright (c) 1997--2004 Martin Mares +Copyright (c) 1997--2006 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 (at your opinion) any newer version. See http://www.gnu.org/ for details. -############################################################################ - -Beware, this is a preliminary test version! Anything might not work! - -Some more things I intend to merge before the 2.2.0 release: - - o pcimodules and possibly other Linux module related stuff - o New ID's from the pciids project - o Avoid calling show_ext_caps() for non-ext devices. - o Kill memory leaks in lib/names.c - -############################################################################ - - - 1. What's that? ~~~~~~~~~~~~~~~ The PCI Utilities package contains a library for portable access to PCI bus @@ -35,7 +20,7 @@ include them in the next version). The utilities include: (See manual pages for more details) - - lspci: displays detailed information about all PCI busses and devices. + - lspci: displays detailed information about all PCI buses and devices. - setpci: allows to read from and write to PCI device configuration registers. For example, you can adjust the latency timers with it.