From: Martin Mares Date: Sun, 4 Nov 2001 15:27:15 +0000 (+0000) Subject: Released as version 2.1.9. X-Git-Tag: v3.0.0~206 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=783ed67d988bafca6d9bbbc23f3cc51d0151ee58;p=pciutils.git Released as version 2.1.9. --- diff --git a/Makefile b/Makefile index 0640b5b..1ebf66a 100644 --- a/Makefile +++ b/Makefile @@ -1,15 +1,15 @@ -# $Id: Makefile,v 1.36 2000/06/28 11:01:04 mj Exp $ +# $Id: Makefile,v 1.37 2001/11/04 15:27:15 mj Exp $ # Makefile for Linux PCI Utilities -# (c) 1998--2000 Martin Mares +# (c) 1998--2000 Martin Mares OPT=-O2 -fomit-frame-pointer #OPT=-O2 -g CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Werror -VERSION=2.1.8 +VERSION=2.1.9 #SUFFIX=-pre2 #SUFFIX=-alpha -DATE=2000-05-20 +DATE=2001-11-04 INSTALL=install DIRINSTALL=install -d diff --git a/README b/README index 70a5e01..02e7e93 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ -This package contains the PCI Utilities, version 2.1.8. +This package contains the PCI Utilities, version 2.1.9. -Copyright (c) 1997--2000 Martin Mares +Copyright (c) 1997--2001 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 @@ -35,16 +35,22 @@ me for whatever you want. If you have any bug reports or suggestions, send them to the author. If you want, subscribe to linux-pci@atrey.karlin.mff.cuni.cz (send -"subscribe linux-pci Your Full Name" to listproc@atrey.karlin.mff.cuni.cz). +"subscribe linux-pci" to majordomo@atrey.karlin.mff.cuni.cz). Release notes about new versions will be send to the list and problems with the Linux PCI support will be probably discussed there, too. You also might want to look at the pciutils web page containing release notes and other news: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.html . + If you're missing any PCI ID's, please look at the home page of the Linux +PCI ID Repository at http://pciids.sourceforge.net/ and download an updated +pci.ids file first. If the current version doesn't contain your devices, +please send us an update either using the Web interface of the Repository +or just mail a unified diff against the latest pci.ids to pci-ids@ucw.cz. + There also exists a utility called PowerTweak which is able to fine tune parameters of many chipsets much better than the Bridge Optimization code -in Linux kernel (already removed in 2.3.x). See http://linux.powertweak.com/ +in Linux kernel (already removed in 2.3.x). See http://powertweak.sf.net/ for more information. Have fun diff --git a/lspci.man b/lspci.man index addcd23..6719277 100644 --- a/lspci.man +++ b/lspci.man @@ -149,4 +149,4 @@ file containing a list of all PCI devices. .BR setpci (8) .SH AUTHOR -The Linux PCI Utilities are maintained by Martin Mares . +The Linux PCI Utilities are maintained by Martin Mares . diff --git a/pciutils.lsm b/pciutils.lsm index 0cc205c..16274ad 100644 --- a/pciutils.lsm +++ b/pciutils.lsm @@ -1,14 +1,14 @@ Begin3 Title: Linux PCI Utilities -Version: 2.1.8 -Entered-date: 000520 +Version: 2.1.9 +Entered-date: 011104 Description: This package contains various utilities for inspecting and setting of devices connected to the PCI bus. Keywords: kernel, pci, lspci, setpci, libpci -Author: mj@suse.cz (Martin Mares) -Maintained-by: mj@suse.cz (Martin Mares) -Primary-site: atrey.karlin.mff.cuni.cz pub/linux/pci/pciutils-2.1.8.tar.gz -Alternate-site: ftp.kernel.org pub/software/utils/pciutils/pciutils-2.1.8.tar.gz -Alternate-site: metalab.unc.edu pub/Linux/hardware/pciutils-2.1.8.tar.gz +Author: mj@ucw.cz (Martin Mares) +Maintained-by: mj@ucw.cz (Martin Mares) +Primary-site: atrey.karlin.mff.cuni.cz pub/linux/pci/pciutils-2.1.9.tar.gz +Alternate-site: ftp.kernel.org pub/software/utils/pciutils/pciutils-2.1.9.tar.gz +Alternate-site: metalab.unc.edu pub/Linux/hardware/pciutils-2.1.9.tar.gz Copying-policy: GPL End diff --git a/pciutils.spec b/pciutils.spec index 5e657f0..38e9055 100644 --- a/pciutils.spec +++ b/pciutils.spec @@ -1,5 +1,5 @@ Name: pciutils -Version: 2.1.8 +Version: 2.1.9 Release: 1 Source: ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/%{name}-%{version}.tar.gz Copyright: GNU GPL diff --git a/setpci.man b/setpci.man index 449dd6f..4991a98 100644 --- a/setpci.man +++ b/setpci.man @@ -205,4 +205,4 @@ and 3 to register 3e of device at bus 12, slot 3, function 4. .BR lspci (8) .SH AUTHOR -The Linux PCI Utilities are maintained by Martin Mares . +The Linux PCI Utilities are maintained by Martin Mares .