]> git.ipfire.org Git - thirdparty/pciutils.git/blame - ChangeLog
Intermediate version of pciutils.
[thirdparty/pciutils.git] / ChangeLog
CommitLineData
e4842ff3
MM
1Tue Mar 31 23:11:57 1998 Martin Mares <mj@albireo.ucw.cz>
2
3 * setpci.c: Added.
4
5Sun Mar 22 15:39:08 1998 Martin Mares <mj@albireo.ucw.cz>
6
7 * lspci.8: Updated the documentation.
8
9 * lspci.c: Modified to use the new filtering mechanism (options -f and -d).
10
11 * filter.c: Introduced new generic device filter.
12
008407bd
MM
13Thu Mar 19 17:03:48 1998 Martin Mares <mj@lomikel.karlin.mff.cuni.cz>
14
15 * lspci.c (grow_tree, show_tree_dev, print_it): Fixed displaying
16 of PCI-to-PCI bridges in the tree format.
17
0a33d0ec
MM
18Sun Feb 15 10:12:25 1998 Martin Mares <mj@albireo.ucw.cz>
19
20 * lspci.c (show_machine): Added non-verbose mode of machine-readable
21 dump.
22
23 * pci.ids: Updates from Jens Maurer.
24
25 * Released as version 1.02.
26
27Thu Feb 12 16:53:28 1998 Martin Mares <mj@lomikel.karlin.mff.cuni.cz>
28
29 * lspci.c: Added a "-m" switch for dumping machine-readable
30 configuration data (requested by Bjoern Kriews <bkr@cut.de>).
31
fb38eee8
MM
32Mon Feb 9 13:17:43 1998 Martin Mares <mj@albireo.ucw.cz>
33
34 * Makefile, pciutils.h: Include local pci.h instead of <linux/pci.h>
35 if available. This should avoid all problems with official kernel
36 not synchronized to newer PCI code in CVS -- standard distribution
37 of pciutils now contains pci.h from current CVS kernel, pciutils
38 in CVS contain no pci.h and use the correct kernel include.
39
40 * Makefile: Fixed installation path for man pages.
41
2f48f637
MM
42Sat Feb 7 15:15:46 1998 Martin Mares <mj@albireo.ucw.cz>
43
44 * README: Updated.
45
46 * lspci.8: Created a man page.
47
48 * Releasing as version 1.0.
49
50Tue Feb 3 20:56:00 1998 Martin Mares <mj@albireo.ucw.cz>
51
52 * Makefile: Recognize architecture by calling uname and pass it as ARCH_xxx
53 to all the C sources. This should eliminate problems with 32-bit compilers
54 on sparc64.
55
56 * lspci.c (show_verbose): Recognize CardBus bridge header type.
57 (show_htype2): Stub routine.
58 (scan_config): Write sensible error message if the kernel denies reading of
59 upper part of the PCI config space.
60