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