]> mj.ucw.cz Git - pciutils.git/blob - ChangeLog
lspci now understands PCI capability lists. Currently, the only capability I
[pciutils.git] / ChangeLog
1 Sun Jan 24 22:10:36 1999  Martin Mares  <mj@albireo.ucw.cz>
2
3         * lspci.c (show_verbose): Display `Cap' flag in device status.
4
5         * lspci.c (show_htype0): Display capability lists whereever
6         available. The only capability name we recognize now is `AGP'.
7         Unfortunately, capabilities are stored in device-dependent
8         portion of the configuration space and are thus available
9         only to root unless you read a dump.
10
11         * lspci.c (scan_devices): Use cache instead of buffering.
12
13         * lib/buffer.c: Removed (obsoleted by the cache).
14
15         * lib/access.c: Added general caching mechanism.
16
17 Sat Jan 23 21:30:54 1999  Martin Mares  <mj@albireo.ucw.cz>
18
19         * pci.ids: Added few devices.
20
21 Fri Jan 22 19:29:31 1999  Martin Mares  <mj@albireo.ucw.cz>
22
23         * Version string is now defined in top-level Makefile, exported
24         to the configure script and also substituted to man pages.
25
26         * lspci.c (show_bases): Rewrote displaying of 64-bit addresses.
27         (show_verbose): Rewrote interrupt display logic.
28
29         * lib/i386-ports.c: Include sys/io.h only on glibc systems.
30
31         * lib/configure: Rewrote detection of Linux versions. Now it
32         works on 2.0 kernels (only with direct/dump access, of course).
33
34         * lib/internal.h: New bytesex macros using <asm/byteorder.h>
35         whenever available.
36
37         * lib/proc.c (proc_read, proc_write): Distinguish between short
38         read/write and real errors.
39
40         * lspci.c (show_htype{0,1}): Always use d->dev->rom_base_addr since
41         libpci respects buscentric mode automatically.
42
43         * lspci.c (show_hex_dump): For CardBus bridges, print out 128
44         bytes of header (the whole standard part).
45
46         * common.c: pcilib options are now all uppercase. Also moved
47         PCI access debugging option here.
48
49         * Released as 1.99.2.
50
51 Wed Jan 20 22:50:35 1999  Martin Mares  <mj@albireo.ucw.cz>
52
53         * Wrote configure script and rewrote Makefiles.
54
55         * Removed few unused variables.
56
57 Wed Jan 20 12:21:56 1999  Martin Mares  <mj@albireo.ucw.cz>
58
59         * common.c: Moved several functions used in both setpci and lspci
60         here. This includes parsing of libpci-related options.
61
62         * More library tweaks.
63
64         * filter.c, names.c: Moved to library.
65
66         * setpci: Rewritten to use the library.
67
68         * Released as 1.99.1.
69
70 Tue Jan 19 23:00:12 1999  Martin Mares  <mj@albireo.ucw.cz>
71
72         * lspci.c (scan_devices): For cardbus bridges, read first 128
73         bytes of config space to get full standard header.
74
75         * Makefile (CFLAGS): Removed "-Wno-unused".
76
77         * Started the "New Generation" branch and introduced the
78         PCI library.
79         
80         * lspci: Rewritten to use the library.
81
82 Tue Jan 19 22:24:08 1999  Martin Mares  <mj@albireo.ucw.cz>
83
84         * Released as version 1.10.
85
86 Mon Jan 18 08:51:17 1999  Martin Mares  <mj@albireo.ucw.cz>
87
88         * lspci.8, setpci.8: Miscellaneous fixes as suggested by
89         Dag Wieers <dag@digibel.be>.
90
91 Sun Nov 29 20:05:56 1998  Martin Mares  <mj@albireo.ucw.cz>
92
93         * pciutils.spec (Name): Update from Krzysztof G. Baranowski.
94
95 Sun Nov 22 10:49:56 1998  Martin Mares  <mj@albireo.ucw.cz>
96
97         * Makefile, pciutils.h: Moved pci.ids to /usr/share.
98
99         * Released as version 1.09.
100
101 Wed Nov 18 15:47:05 1998  Martin Mares  <mj@albireo.ucw.cz>
102
103         * lspci.c (show_htype1): Fixed displaying of prefetchable memory behind
104         bridge. Thanks to Petr Vandrovec <vandrove@vc.cvut.cz> for bug report.
105
106 Fri Oct 23 18:59:19 1998  Martin Mares  <mj@albireo.ucw.cz>
107
108         * setpci.c: Don't include <syscall-list.h> with glibc >= 2.1.
109
110 Mon Oct 19 21:53:30 1998  Martin Mares  <mj@albireo.ucw.cz>
111
112         * Released as version 1.08.
113
114         * setpci.c: glibc 2.1.x already defines pread() and pwrite().
115
116         * lspci.8: Changed warning about lspci -xxx.
117
118         * lspci.c: Require "-xxx" for full configuration space dump, so that
119         it's impossible to crash the machine by single typo.
120
121         * specs: Added (courtesy of Krzysztof G. Baranowski <kgb@knm.org.pl>).
122
123 Wed Sep  9 12:03:24 1998  Martin Mares  <mj@albireo.ucw.cz>
124
125         * lspci.c (show_bases): Better displaying of unassigned and
126         disabled bases. Thanks to Gabriel Paubert <paubert@iram.es>
127         for an idea.
128
129 Wed Sep  2 10:58:01 1998  Martin Mares  <mj@albireo.ucw.cz>
130
131         * setpci.c (pread): Recognize glibc 1.99 numbered as 2.0 on the PPC.
132         (thanks to Geert Uytterhoeven for finding this out)
133
134 Fri Jul 17 10:43:30 1998  Martin Mares  <mj@albireo.ucw.cz>
135
136         * lspci.c (show_verbose): Print subsystem ID using the new resolver.
137         (show_machine): Print subsystem ID.
138
139         * names.c: New name resolution engine supporting subsystem IDs.
140
141         * Released as version 1.07.
142
143 Wed Jul 15 15:37:21 1998  Martin Mares  <mj@albireo.ucw.cz>
144
145         * lspci.c (show_htype2 etc.): Displaying of CardBus headers.
146         (show_bases): Honor the `cnt' argument.
147         (grow_tree): Parse CardBus headers in tree mode as well.
148
149         * pci.h: Updated CardBus header field description. I still don't
150         have the CardBus standard available, but OZ6832 specs contain
151         full description of all header fields supported by the chip.
152
153 Tue Jun  9 22:53:59 1998  Martin Mares  <mj@albireo.ucw.cz>
154
155         * Released as 1.06.
156
157         * names.c (parse_name_list): Killed an unused variable.
158
159         * setpci.c (pread, pwrite): Define SYS_(pread|pwrite) as __NR_\1
160         if they are not defined by glibc (needed for glibc built on older
161         kernels). Ugly.
162
163         * setpci.c (exec_op): Fixed error messages. Thanks, Steve!
164
165 Mon Jun  8 10:59:22 1998  Martin Mares  <mj@albireo.ucw.cz>
166
167         * Released as 1.05.
168
169         * setpci.c: Problems with pread()/pwrite() with glibc on Alpha
170         should be gone. Again thanks to Steve for bug report.
171
172         * filter.c (filter_parse_slot): Fixed ":x" type filters.
173
174         * pci.ids: Killed duplicate entry. Thanks to Stephen Williams
175         <steve@icarus.com> for reporting this.
176
177 Sun Jun  7 19:27:51 1998  Martin Mares  <mj@albireo.ucw.cz>
178
179         * lspci.c (main), setpci.c (main): Implemented "--version".
180
181         * Released as 1.04.
182
183         * pciutils.h (PCIUTILS_VERSION): Added version string.
184
185         * filter.c, names.c: Extraneous #include <linux/pci.h> removed.
186         Thanks to Geert Uytterhoeven <Geert.Uytterhoeven@cs.kuleuven.ac.be>
187         for bug report.
188
189 Thu May 28 14:45:58 1998  Martin Mares  <mj@lomikel.karlin.mff.cuni.cz>
190
191         * pci.ids: More updates from Jens Maurer.
192
193 Wed Apr 22 10:00:39 1998  Martin Mares  <mj@albireo.ucw.cz>
194
195         * pci.ids: Updates from Jens Maurer.
196
197 Sun Apr 19 11:14:25 1998  Martin Mares  <mj@albireo.ucw.cz>
198
199         * Released as 1.03.
200
201         * setpci.8: Written.
202
203         * setpci.c: Finished.
204
205         * lspci.c: Now able to fetch expansion ROM base from kernel device list
206         and print it if not in buscentric mode.
207
208 Tue Mar 31 23:11:57 1998  Martin Mares  <mj@albireo.ucw.cz>
209
210         * setpci.c: Added.
211
212 Sun Mar 22 15:39:08 1998  Martin Mares  <mj@albireo.ucw.cz>
213
214         * lspci.8: Updated the documentation.
215
216         * lspci.c: Modified to use the new filtering mechanism (options -f and -d).
217
218         * filter.c: Introduced new generic device filter.
219
220 Thu Mar 19 17:03:48 1998  Martin Mares  <mj@lomikel.karlin.mff.cuni.cz>
221
222         * lspci.c (grow_tree, show_tree_dev, print_it): Fixed displaying
223         of PCI-to-PCI bridges in the tree format.
224
225 Sun Feb 15 10:12:25 1998  Martin Mares  <mj@albireo.ucw.cz>
226
227         * lspci.c (show_machine): Added non-verbose mode of machine-readable
228         dump.
229
230         * pci.ids: Updates from Jens Maurer.
231
232         * Released as version 1.02.
233
234 Thu Feb 12 16:53:28 1998  Martin Mares  <mj@lomikel.karlin.mff.cuni.cz>
235
236         * lspci.c: Added a "-m" switch for dumping machine-readable
237         configuration data (requested by Bjoern Kriews <bkr@cut.de>).
238
239 Mon Feb  9 13:17:43 1998  Martin Mares  <mj@albireo.ucw.cz>
240
241         * Makefile, pciutils.h: Include local pci.h instead of <linux/pci.h>
242         if available. This should avoid all problems with official kernel
243         not synchronized to newer PCI code in CVS -- standard distribution
244         of pciutils now contains pci.h from current CVS kernel, pciutils
245         in CVS contain no pci.h and use the correct kernel include.
246
247         * Makefile: Fixed installation path for man pages.
248
249 Sat Feb  7 15:15:46 1998  Martin Mares  <mj@albireo.ucw.cz>
250
251         * README: Updated.
252
253         * lspci.8: Created a man page.
254
255         * Releasing as version 1.0.
256
257 Tue Feb  3 20:56:00 1998  Martin Mares  <mj@albireo.ucw.cz>
258
259         * Makefile: Recognize architecture by calling uname and pass it as ARCH_xxx
260         to all the C sources. This should eliminate problems with 32-bit compilers
261         on sparc64.
262
263         * lspci.c (show_verbose): Recognize CardBus bridge header type.
264         (show_htype2): Stub routine.
265         (scan_config): Write sensible error message if the kernel denies reading of
266         upper part of the PCI config space.
267