Released as 2.1.2.
+Sat Dec 11 23:34:48 1999 Martin Mares <mj@albireo.ucw.cz>
+
+ * Released as version 2.1.2.
+
+ * lib/names.c (pci_lookup_name): Fixed printing of unknown subsystem ID's.
+
Sat Dec 4 13:11:03 1999 Martin Mares <mj@albireo.ucw.cz>
* Released as version 2.1.1.
-# $Id: Makefile,v 1.26 1999/12/04 12:55:11 mj Exp $
+# $Id: Makefile,v 1.27 1999/12/11 22:38:39 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.1
+VERSION=2.1.2
SUFFIX=
#SUFFIX=-alpha
-DATE=1999-12-04
+DATE=1999-12-11
ifeq ($(shell uname),FreeBSD)
ROOT=/usr/local
-This package contains the PCI Utilities, version 2.1.1.
+This package contains the PCI Utilities, version 2.1.2.
Copyright (c) 1997--1999 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
/*
- * $Id: names.c,v 1.3 1999/10/09 13:26:12 mj Exp $
+ * $Id: names.c,v 1.4 1999/12/11 22:38:55 mj Exp $
*
* The PCI Library -- ID to Name Translation
*
e = nl_lookup(a, 0, NL_VENDOR, arg3, 0, 0, 0);
e2 = nl_lookup(a, 0, NL_SUBSYSTEM, arg1, arg2, arg3, arg4);
if (!e)
- res = snprintf(buf, size, "Unknown device %04x:%04x", arg1, arg2);
+ res = snprintf(buf, size, "Unknown device %04x:%04x", arg3, arg4);
else if (!e2)
- res = snprintf(buf, size, "%s: Unknown device %04x", e->name, arg2);
+ res = snprintf(buf, size, "%s: Unknown device %04x", e->name, arg4);
else
res = snprintf(buf, size, "%s %s", e->name, e2->name);
}
# Maintained by Martin Mares <pci-ids@ucw.cz>
# If you have any new entries, send them to the maintainer.
#
-# $Id: pci.ids,v 1.43 1999/12/04 12:32:55 mj Exp $
+# $Id: pci.ids,v 1.44 1999/12/11 22:38:43 mj Exp $
#
# Vendors, devices and subsystems. Please keep sorted.
8888 Cinemaster C 3.0 DVD Decoder
1240 Marathon Technologies Corp.
1241 DSC Communications
+1242 Jaycor Networks, Inc.
1243 Delphax
1244 AVM Audiovisuelles MKTG & Computer System GmbH
0700 B1 ISDN
Begin3
Title: Linux PCI Utilities
-Version: 2.1.1
-Entered-date: 991204
+Version: 2.1.2
+Entered-date: 991211
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-2.1.1.tar.gz
-Alternate-site: metalab.unc.edu pub/Linux/hardware/pciutils-2.1.1.tar.gz
+Primary-site: atrey.karlin.mff.cuni.cz pub/linux/pci/pciutils-2.1.2.tar.gz
+Alternate-site: metalab.unc.edu pub/Linux/hardware/pciutils-2.1.2.tar.gz
Copying-policy: GPL
End
Name: pciutils
-Version: 2.1.1
+Version: 2.1.2
Release: 1
Source: ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/%{name}-%{version}.tar.gz
Copyright: GNU GPL