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