+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
-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>
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
-.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
.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
/*
- * $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
*
#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"
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
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
-.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