From 472bd340fecc4845fd4dd050d59649667d31b920 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 19 Oct 1998 13:40:36 +0000 Subject: [PATCH] Released as version 1.08. --- ChangeLog | 13 +++++++++++++ README | 4 +++- lspci.8 | 10 ++++++---- pciutils.h | 4 ++-- pciutils.lsm | 8 ++++---- setpci.8 | 2 +- 6 files changed, 29 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 03a843d..aa7947b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Mon Oct 19 21:53:30 1998 Martin Mares + + * Released as version 1.08. + + * setpci.c: glibc 2.1.x already defines pread() and pwrite(). + + * lspci.8: Changed warning about lspci -xxx. + + * lspci.c: Require "-xxx" for full configuration space dump, so that + it's impossible to crash the machine by single typo. + + * specs: Added (courtesy of Krzysztof G. Baranowski ). + Wed Sep 9 12:03:24 1998 Martin Mares * lspci.c (show_bases): Better displaying of unassigned and diff --git a/README b/README index e661ff5..081cd98 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This package contains the Linux PCI Utilities, version 1.07. +This package contains the Linux PCI Utilities, version 1.08. Copyright (c) 1998 Martin Mares @@ -21,6 +21,8 @@ bus in Linux: See manual pages for more details. + You _NEED_ kernel 2.1.82 or newer which supports /proc/bus/pci. + 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 diff --git a/lspci.8 b/lspci.8 index d98a91d..338cb74 100644 --- a/lspci.8 +++ b/lspci.8 @@ -1,4 +1,4 @@ -.TH lspci 8 "17 July 1998" "pciutils-1.07" "Linux PCI Utilities" +.TH lspci 8 "19 October 1998" "pciutils-1.08" "Linux PCI Utilities" .IX lspci .SH NAME lspci \- list all PCI devices @@ -41,10 +41,12 @@ header). Useful for debugging of drivers and .I lspci itself. .TP -.B -xx +.B -xxx Show hexadecimal dump of whole PCI configuration space. Available only for root -as several PCI devices crash when you try to read undefined portions of the config -space (although this directly violates the PCI standard). +as several PCI devices +.B crash +when you try to read undefined portions of the config space (this behaviour probably +doesn't violate the PCI standard, but it's at least very stupid). .TP .B -b Bus-centric view. Show all IRQ numbers and addresses as seen by the cards on the diff --git a/pciutils.h b/pciutils.h index f46f2b4..05772e1 100644 --- a/pciutils.h +++ b/pciutils.h @@ -1,5 +1,5 @@ /* - * $Id: pciutils.h,v 1.8 1998/07/17 08:57:20 mj Exp $ + * $Id: pciutils.h,v 1.9 1998/10/19 13:40:45 mj Exp $ * * Linux PCI Utilities -- Declarations * @@ -16,7 +16,7 @@ #include "pci.h" #endif -#define PCIUTILS_VERSION "1.07" +#define PCIUTILS_VERSION "1.08" #define PROC_BUS_PCI "/proc/bus/pci" #define ETC_PCI_IDS "/etc/pci.ids" diff --git a/pciutils.lsm b/pciutils.lsm index 0460212..ed41ea3 100644 --- a/pciutils.lsm +++ b/pciutils.lsm @@ -1,7 +1,7 @@ Begin3 Title: Linux PCI Utilities -Version: 1.07 -Entered-date: 980717 +Version: 1.08 +Entered-date: 981019 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 @@ -9,7 +9,7 @@ Description: This package contains various utilities for inspecting and 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.07.tar.gz -Alternate-site: sunsite.unc.edu pub/Linux/hardware/pciutils-1.07.tar.gz +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 Copying-policy: GPL End diff --git a/setpci.8 b/setpci.8 index e9c275f..275d09b 100644 --- a/setpci.8 +++ b/setpci.8 @@ -1,4 +1,4 @@ -.TH setpci 8 "17 July 1998" "pciutils-1.07" "Linux PCI Utilities" +.TH setpci 8 "19 October 1998" "pciutils-1.08" "Linux PCI Utilities" .IX setpci .SH NAME lspci \- configure PCI devices -- 2.39.2