Released as version 1.10.
+Tue Jan 19 22:24:08 1999 Martin Mares <mj@albireo.ucw.cz>
+
+ * Released as version 1.10.
+
+Mon Jan 18 08:51:17 1999 Martin Mares <mj@albireo.ucw.cz>
+
+ * lspci.8, setpci.8: Miscellaneous fixes as suggested by
+ Dag Wieers <dag@digibel.be>.
+
Sun Nov 29 20:05:56 1998 Martin Mares <mj@albireo.ucw.cz>
* pciutils.spec (Name): Update from Krzysztof G. Baranowski.
-This package contains the Linux PCI Utilities, version 1.08.
+This package contains the Linux PCI Utilities, version 1.10.
-Copyright (c) 1998 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+Copyright (c) 1997--1999 Martin Mares <mj@atrey.karlin.mff.cuni.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
-.TH lspci 8 "22 November 1998" "pciutils-1.09" "Linux PCI Utilities"
+.TH lspci 8 "19 January 1999" "pciutils-1.10" "Linux PCI Utilities"
.IX lspci
.SH NAME
lspci \- list all PCI devices
Use
.B
<file>
-as PCI ID database instead of /etc/pci.ids.
+as PCI ID database instead of /usr/share/pci.ids.
.TP
.B -p <dir>
Use
.SH FILES
.TP
-.B /etc/pci.ids
+.B /usr/share/pci.ids
A list of all known PCI ID's (vendors, devices, classes and subclasses).
.TP
.B /proc/bus/pci
/*
- * $Id: lspci.c,v 1.17 1998/11/18 14:06:07 mj Exp $
+ * $Id: lspci.c,v 1.18 1999/01/19 21:24:38 mj Exp $
*
* Linux PCI Utilities -- List All PCI Devices
*
- * Copyright (c) 1997, 1998 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+ * Copyright (c) 1997--1999 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
*
* Can be freely distributed and used under the terms of the GNU GPL.
*/
/*
- * $Id: pciutils.h,v 1.10 1998/11/22 08:56:02 mj Exp $
+ * $Id: pciutils.h,v 1.11 1999/01/19 21:24:42 mj Exp $
*
* Linux PCI Utilities -- Declarations
*
#include "pci.h"
#endif
-#define PCIUTILS_VERSION "1.09"
+#define PCIUTILS_VERSION "1.10"
#define PROC_BUS_PCI "/proc/bus/pci"
#define ETC_PCI_IDS "/usr/share/pci.ids"
Begin3
Title: Linux PCI Utilities
-Version: 1.09
-Entered-date: 981122
+Version: 1.10
+Entered-date: 990119
Description: This package contains various utilities for inspecting and
setting of devices connected to the PCI bus. Requires
kernel version 2.1.82 or newer (supporting the /proc/bus/pci
Keywords: kernel, pci, proc, lspci, setpci
Author: mj@atrey.karlin.mff.cuni.cz (Martin Mares)
Maintained-by: mj@atrey.karlin.mff.cuni.cz (Martin Mares)
-Primary-site: atrey.karlin.mff.cuni.cz pub/linux/pci/pciutils-1.09.tar.gz
-Alternate-site: sunsite.unc.edu pub/Linux/hardware/pciutils-1.09.tar.gz
+Primary-site: atrey.karlin.mff.cuni.cz pub/linux/pci/pciutils-1.10.tar.gz
+Alternate-site: sunsite.unc.edu pub/Linux/hardware/pciutils-1.10.tar.gz
Copying-policy: GPL
End
Name: pciutils
-Version: 1.09
+Version: 1.10
Release: 1
Source: ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/%{name}-%{version}.tar.gz
Copyright: GNU GPL
-.TH setpci 8 "22 November 1998" "pciutils-1.09" "Linux PCI Utilities"
+.TH setpci 8 "19 January 1999" "pciutils-1.10" "Linux PCI Utilities"
.IX setpci
.SH NAME
-lspci \- configure PCI devices
+setpci \- configure PCI devices
.SH SYNOPSIS
.B setpci
.RB [ options ]