Releasing as version 1.09.
+Sun Nov 22 10:49:56 1998 Martin Mares <mj@albireo.ucw.cz>
+
+ * Makefile, pciutils.h: Moved pci.ids to /usr/share.
+
+ * Released as version 1.09.
+
Wed Nov 18 15:47:05 1998 Martin Mares <mj@albireo.ucw.cz>
* lspci.c (show_htype1): Fixed displaying of prefetchable memory behind
-# $Id: Makefile,v 1.8 1998/04/19 11:02:25 mj Exp $
+# $Id: Makefile,v 1.9 1998/11/22 08:56:00 mj Exp $
# Makefile for Linux PCI Utilities
# (c) 1998 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
OPT=-O2 -fomit-frame-pointer
CFLAGS=$(OPT) -Wall -W -Wno-parentheses -Wstrict-prototypes -Wno-unused -Werror -DARCH_$(ARCH) $(KERN_H)
-PREFIX=/
-MANPREFIX=/usr
+ROOT=/
+PREFIX=/usr
all: lspci setpci
rm -f lspci setpci pci.h
install: all
- install -o root -g root -m 755 -s lspci setpci $(PREFIX)/sbin
- install -o root -g root -m 644 pci.ids $(PREFIX)/etc
- install -o root -g root -m 644 lspci.8 setpci.8 $(MANPREFIX)/man/man8
+ install -o root -g root -m 755 -s lspci setpci $(ROOT)/sbin
+ install -o root -g root -m 644 pci.ids $(PREFIX)/share
+ install -o root -g root -m 644 lspci.8 setpci.8 $(PREFIX)/man/man8
+ # Remove relics from old versions
+ rm -f $(ROOT)/etc/pci.ids
dist: clean
cp /usr/src/linux/include/linux/pci.h .
-.TH lspci 8 "19 October 1998" "pciutils-1.08" "Linux PCI Utilities"
+.TH lspci 8 "22 November 1998" "pciutils-1.09" "Linux PCI Utilities"
.IX lspci
.SH NAME
lspci \- list all PCI devices
/*
- * $Id: pciutils.h,v 1.9 1998/10/19 13:40:45 mj Exp $
+ * $Id: pciutils.h,v 1.10 1998/11/22 08:56:02 mj Exp $
*
* Linux PCI Utilities -- Declarations
*
#include "pci.h"
#endif
-#define PCIUTILS_VERSION "1.08"
+#define PCIUTILS_VERSION "1.09"
#define PROC_BUS_PCI "/proc/bus/pci"
-#define ETC_PCI_IDS "/etc/pci.ids"
+#define ETC_PCI_IDS "/usr/share/pci.ids"
/* Types */
Begin3
Title: Linux PCI Utilities
-Version: 1.08
-Entered-date: 981019
+Version: 1.09
+Entered-date: 981122
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.08.tar.gz
-Alternate-site: sunsite.unc.edu pub/Linux/hardware/pciutils-1.08.tar.gz
+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
Copying-policy: GPL
End
Name: pciutils
-Version: 1.08
+Version: 1.09
Release: 1
Source: ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/%{name}-%{version}.tar.gz
Copyright: GNU GPL
-.TH setpci 8 "19 October 1998" "pciutils-1.08" "Linux PCI Utilities"
+.TH setpci 8 "22 November 1998" "pciutils-1.09" "Linux PCI Utilities"
.IX setpci
.SH NAME
lspci \- configure PCI devices