]> mj.ucw.cz Git - pciutils.git/commitdiff
Released as version 1.08.
authorMartin Mares <mj@ucw.cz>
Mon, 19 Oct 1998 13:40:36 +0000 (13:40 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 5 May 2006 12:09:56 +0000 (14:09 +0200)
ChangeLog
README
lspci.8
pciutils.h
pciutils.lsm
setpci.8

index 03a843ddad8b28b44a74ee64da96095954f6f403..aa7947b52bd57b700173c8ed77b62040d00cf054 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Mon Oct 19 21:53:30 1998  Martin Mares  <mj@albireo.ucw.cz>
+
+       * 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 <kgb@knm.org.pl>).
+
 Wed Sep  9 12:03:24 1998  Martin Mares  <mj@albireo.ucw.cz>
 
        * lspci.c (show_bases): Better displaying of unassigned and
diff --git a/README b/README
index e661ff5a3770b299049d2837342b09912868e923..081cd98789514d8af3b0fcd42be1f384b1e8f9a9 100644 (file)
--- 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 <mj@atrey.karlin.mff.cuni.cz>
 
@@ -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 d98a91da8d955b6257c3d455e97bdd39e9154bdd..338cb74993f7a26d07c9dbe164c91444ed2971d1 100644 (file)
--- 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
index f46f2b4d97f0576aaa58f20111248d6381bf7de8..05772e1880b5e359031b607be38e33f21d5590f9 100644 (file)
@@ -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"
index 0460212aab9467b87473dd89f0f7e2bde8fd7bd1..ed41ea3789a56ac9acb82ec860e4e8c69293f9ce 100644 (file)
@@ -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
index e9c275fa91e48beaf5dd709465cc5a49f76eb75e..275d09b7b612fb7c747d74fc9360873784f9dc19 100644 (file)
--- 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