+Sun Jan 23 10:52:34 2000 Martin Mares <mj@albireo.ucw.cz>
+
+ * pci.ids: Synced with Linux 2.3.40.
+
+ * Released as version 2.1.4.
+
Thu Jan 20 11:08:32 2000 Martin Mares <mj@albireo.ucw.cz>
* lspci.c (scan_device): Fixed bug in reading of cardbus extensions.
-# $Id: Makefile,v 1.28 2000/01/13 22:51:31 mj Exp $
+# $Id: Makefile,v 1.29 2000/01/23 05:57:04 mj Exp $
# Makefile for Linux PCI Utilities
# (c) 1998--1999 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
#OPT=-O2 -g
CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Werror
-VERSION=2.1.3
+VERSION=2.1.4
SUFFIX=
#SUFFIX=-alpha
-DATE=2000-01-13
+DATE=2000-01-23
ifeq ($(shell uname),FreeBSD)
ROOT=/usr/local
-This package contains the PCI Utilities, version 2.1.3.
+This package contains the PCI Utilities, version 2.1.4.
Copyright (c) 1997--2000 Martin Mares <mj@suse.cz>
/*
- * $Id: lspci.c,v 1.34 2000/01/20 21:23:14 mj Exp $
+ * $Id: lspci.c,v 1.35 2000/01/23 05:57:04 mj Exp $
*
* Linux PCI Utilities -- List All PCI Devices
*
if (c != buf)
*c++ = ',';
*c++ = 'x';
- *c++ = '0' + (4 >> i);
+ *c++ = '0' + (1 << i);
}
if (c != buf)
*c = 0;
# Maintained by Martin Mares <pci-ids@ucw.cz>
# If you have any new entries, send them to the maintainer.
#
-# $Id: pci.ids,v 1.49 2000/01/20 21:24:51 mj Exp $
+# $Id: pci.ids,v 1.50 2000/01/23 05:57:06 mj Exp $
#
# Vendors, devices and subsystems. Please keep sorted.
0640 PCI0640
0643 PCI0643
0646 PCI0646
- 0650 PBC0650A
0647 PCI0647
+ 0648 PCI0648
+ 0650 PBC0650A
0670 USB0670
0673 USB0673
1096 Alacron
Begin3
Title: Linux PCI Utilities
-Version: 2.1.3
+Version: 2.1.4
Entered-date:
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.3.tar.gz
-Alternate-site: metalab.unc.edu pub/Linux/hardware/pciutils-2.1.3.tar.gz
+Primary-site: atrey.karlin.mff.cuni.cz pub/linux/pci/pciutils-2.1.4.tar.gz
+Alternate-site: metalab.unc.edu pub/Linux/hardware/pciutils-2.1.4.tar.gz
Copying-policy: GPL
End
Name: pciutils
-Version: 2.1.3
+Version: 2.1.4
Release: 1
Source: ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/%{name}-%{version}.tar.gz
Copyright: GNU GPL