-# $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 <mj@suse.cz>
+# (c) 1998--2000 Martin Mares <mj@ucw.cz>
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
-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 <mj@suse.cz>
+Copyright (c) 1997--2001 Martin Mares <mj@ucw.cz>
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
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
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