]> git.ipfire.org Git - thirdparty/pciutils.git/blob - ChangeLog
785a8bce35315ec75236f58bac60fbf5c72c7acd
[thirdparty/pciutils.git] / ChangeLog
1 Tue Jan 19 22:24:08 1999 Martin Mares <mj@albireo.ucw.cz>
2
3 * Released as version 1.10.
4
5 Mon Jan 18 08:51:17 1999 Martin Mares <mj@albireo.ucw.cz>
6
7 * lspci.8, setpci.8: Miscellaneous fixes as suggested by
8 Dag Wieers <dag@digibel.be>.
9
10 Sun Nov 29 20:05:56 1998 Martin Mares <mj@albireo.ucw.cz>
11
12 * pciutils.spec (Name): Update from Krzysztof G. Baranowski.
13
14 Sun Nov 22 10:49:56 1998 Martin Mares <mj@albireo.ucw.cz>
15
16 * Makefile, pciutils.h: Moved pci.ids to /usr/share.
17
18 * Released as version 1.09.
19
20 Wed Nov 18 15:47:05 1998 Martin Mares <mj@albireo.ucw.cz>
21
22 * lspci.c (show_htype1): Fixed displaying of prefetchable memory behind
23 bridge. Thanks to Petr Vandrovec <vandrove@vc.cvut.cz> for bug report.
24
25 Fri Oct 23 18:59:19 1998 Martin Mares <mj@albireo.ucw.cz>
26
27 * setpci.c: Don't include <syscall-list.h> with glibc >= 2.1.
28
29 Mon Oct 19 21:53:30 1998 Martin Mares <mj@albireo.ucw.cz>
30
31 * Released as version 1.08.
32
33 * setpci.c: glibc 2.1.x already defines pread() and pwrite().
34
35 * lspci.8: Changed warning about lspci -xxx.
36
37 * lspci.c: Require "-xxx" for full configuration space dump, so that
38 it's impossible to crash the machine by single typo.
39
40 * specs: Added (courtesy of Krzysztof G. Baranowski <kgb@knm.org.pl>).
41
42 Wed Sep 9 12:03:24 1998 Martin Mares <mj@albireo.ucw.cz>
43
44 * lspci.c (show_bases): Better displaying of unassigned and
45 disabled bases. Thanks to Gabriel Paubert <paubert@iram.es>
46 for an idea.
47
48 Wed Sep 2 10:58:01 1998 Martin Mares <mj@albireo.ucw.cz>
49
50 * setpci.c (pread): Recognize glibc 1.99 numbered as 2.0 on the PPC.
51 (thanks to Geert Uytterhoeven for finding this out)
52
53 Fri Jul 17 10:43:30 1998 Martin Mares <mj@albireo.ucw.cz>
54
55 * lspci.c (show_verbose): Print subsystem ID using the new resolver.
56 (show_machine): Print subsystem ID.
57
58 * names.c: New name resolution engine supporting subsystem IDs.
59
60 * Released as version 1.07.
61
62 Wed Jul 15 15:37:21 1998 Martin Mares <mj@albireo.ucw.cz>
63
64 * lspci.c (show_htype2 etc.): Displaying of CardBus headers.
65 (show_bases): Honor the `cnt' argument.
66 (grow_tree): Parse CardBus headers in tree mode as well.
67
68 * pci.h: Updated CardBus header field description. I still don't
69 have the CardBus standard available, but OZ6832 specs contain
70 full description of all header fields supported by the chip.
71
72 Tue Jun 9 22:53:59 1998 Martin Mares <mj@albireo.ucw.cz>
73
74 * Released as 1.06.
75
76 * names.c (parse_name_list): Killed an unused variable.
77
78 * setpci.c (pread, pwrite): Define SYS_(pread|pwrite) as __NR_\1
79 if they are not defined by glibc (needed for glibc built on older
80 kernels). Ugly.
81
82 * setpci.c (exec_op): Fixed error messages. Thanks, Steve!
83
84 Mon Jun 8 10:59:22 1998 Martin Mares <mj@albireo.ucw.cz>
85
86 * Released as 1.05.
87
88 * setpci.c: Problems with pread()/pwrite() with glibc on Alpha
89 should be gone. Again thanks to Steve for bug report.
90
91 * filter.c (filter_parse_slot): Fixed ":x" type filters.
92
93 * pci.ids: Killed duplicate entry. Thanks to Stephen Williams
94 <steve@icarus.com> for reporting this.
95
96 Sun Jun 7 19:27:51 1998 Martin Mares <mj@albireo.ucw.cz>
97
98 * lspci.c (main), setpci.c (main): Implemented "--version".
99
100 * Released as 1.04.
101
102 * pciutils.h (PCIUTILS_VERSION): Added version string.
103
104 * filter.c, names.c: Extraneous #include <linux/pci.h> removed.
105 Thanks to Geert Uytterhoeven <Geert.Uytterhoeven@cs.kuleuven.ac.be>
106 for bug report.
107
108 Thu May 28 14:45:58 1998 Martin Mares <mj@lomikel.karlin.mff.cuni.cz>
109
110 * pci.ids: More updates from Jens Maurer.
111
112 Wed Apr 22 10:00:39 1998 Martin Mares <mj@albireo.ucw.cz>
113
114 * pci.ids: Updates from Jens Maurer.
115
116 Sun Apr 19 11:14:25 1998 Martin Mares <mj@albireo.ucw.cz>
117
118 * Released as 1.03.
119
120 * setpci.8: Written.
121
122 * setpci.c: Finished.
123
124 * lspci.c: Now able to fetch expansion ROM base from kernel device list
125 and print it if not in buscentric mode.
126
127 Tue Mar 31 23:11:57 1998 Martin Mares <mj@albireo.ucw.cz>
128
129 * setpci.c: Added.
130
131 Sun Mar 22 15:39:08 1998 Martin Mares <mj@albireo.ucw.cz>
132
133 * lspci.8: Updated the documentation.
134
135 * lspci.c: Modified to use the new filtering mechanism (options -f and -d).
136
137 * filter.c: Introduced new generic device filter.
138
139 Thu Mar 19 17:03:48 1998 Martin Mares <mj@lomikel.karlin.mff.cuni.cz>
140
141 * lspci.c (grow_tree, show_tree_dev, print_it): Fixed displaying
142 of PCI-to-PCI bridges in the tree format.
143
144 Sun Feb 15 10:12:25 1998 Martin Mares <mj@albireo.ucw.cz>
145
146 * lspci.c (show_machine): Added non-verbose mode of machine-readable
147 dump.
148
149 * pci.ids: Updates from Jens Maurer.
150
151 * Released as version 1.02.
152
153 Thu Feb 12 16:53:28 1998 Martin Mares <mj@lomikel.karlin.mff.cuni.cz>
154
155 * lspci.c: Added a "-m" switch for dumping machine-readable
156 configuration data (requested by Bjoern Kriews <bkr@cut.de>).
157
158 Mon Feb 9 13:17:43 1998 Martin Mares <mj@albireo.ucw.cz>
159
160 * Makefile, pciutils.h: Include local pci.h instead of <linux/pci.h>
161 if available. This should avoid all problems with official kernel
162 not synchronized to newer PCI code in CVS -- standard distribution
163 of pciutils now contains pci.h from current CVS kernel, pciutils
164 in CVS contain no pci.h and use the correct kernel include.
165
166 * Makefile: Fixed installation path for man pages.
167
168 Sat Feb 7 15:15:46 1998 Martin Mares <mj@albireo.ucw.cz>
169
170 * README: Updated.
171
172 * lspci.8: Created a man page.
173
174 * Releasing as version 1.0.
175
176 Tue Feb 3 20:56:00 1998 Martin Mares <mj@albireo.ucw.cz>
177
178 * Makefile: Recognize architecture by calling uname and pass it as ARCH_xxx
179 to all the C sources. This should eliminate problems with 32-bit compilers
180 on sparc64.
181
182 * lspci.c (show_verbose): Recognize CardBus bridge header type.
183 (show_htype2): Stub routine.
184 (scan_config): Write sensible error message if the kernel denies reading of
185 upper part of the PCI config space.
186