]> mj.ucw.cz Git - pciutils.git/blob - ChangeLog
AGP command register display bug fix from Petr Vandrovec.
[pciutils.git] / ChangeLog
1 Wed May 19 13:24:39 1999  Martin Mares  <mj@albireo.ucw.cz>
2
3         * Released the whole package as version 2.0.
4
5 Fri May 14 22:42:02 1999  Martin Mares  <mj@albireo.ucw.cz>
6
7         * pci.ids: Added several new ID's contributed by people
8         on the linux-pci list.
9
10 Mon Apr 19 15:21:08 1999  Jakub Jelinek  <jj@ultra.linux.cz>
11
12         * lspci.c: Display I/O addresses correctly on sparc64.
13         * lib/header.h: Ditto.
14
15         * lib/configure: On sparc set HAVE_64BIT* as well, we want
16         a binary which works on both 32bit and 64bit SPARCs.
17
18 Sun Apr 18 21:14:58 1999  Martin Mares  <mj@albireo.ucw.cz>
19
20         * lspci.c, lib/proc.c: Alpha compilation fixes from Matthew Jacob
21         <mjacob@feral.com>.
22
23         * pci.ids: A lot of updates from Adam J. Richter <adam@yggdrasil.com>.
24
25 Sun Feb 28 22:26:21 1999  Martin Mares  <mj@albireo.ucw.cz>
26
27         * lspci.c (do_map_bus): Don't dump functions 1--7 if not flagged
28         as a multi-function device, because several single-function devices
29         don't decode the function bits at all.
30
31 Sun Feb 14 23:48:22 1999  Martin Mares  <mj@albireo.ucw.cz>
32
33         * Makefile (install): Don't use "-o root -g root" for installation
34         since it breaks on machines where programs are not installed by root.
35         Reported by Richard Gooch <rgooch@atnf.csiro.au>
36
37 Tue Feb  9 15:54:39 1999  Martin Mares  <mj@albireo.ucw.cz>
38
39         * lspci.c (show_bases): Use new address masking macros and pciaddr_t.
40
41         * lib/pci.h: Using pciaddr_t for bus addresses, which are 32-bit
42         or 64-bit depending on CPU.
43
44         * lib/pci.h (PCI_ADDR_MEM_MASK): Added macros for address masks
45         according to bus address width.
46
47 Thu Jan 28 20:54:16 1999  Martin Mares  <mj@albireo.ucw.cz>
48
49         * Released as 1.99.4.
50
51         * lspci.c: Capability list parser now recognizes both AGP
52         registers and PCI Power Management registers (the latter
53         is mainly guesswork based on DEC/Intel 21153 bridge specs
54         since I don't have the PCI Power Management document).
55
56         * lspci.c: Replaced numerous occurences of (x & flag) ? '+' : '-'
57         by FLAG macro.
58
59         * lspci.c: Added bridge checks to bus mapping code.
60
61 Wed Jan 27 14:59:16 1999  Martin Mares  <mj@albireo.ucw.cz>
62
63         * lspci.c: Implemented bus mapping mode (-M).
64
65         * lspci.c (scan_devices): Split to scan_devices() and scan_device().
66         (show): Split to show() and show_device().
67
68         * lib/access.c (pci_init): When a->method == PCI_ACCESS_AUTO,
69         set it to the real access method afterwards.
70
71 Mon Jan 25 23:46:13 1999  Martin Mares  <mj@albireo.ucw.cz>
72
73         * lib/generic.c (pci_generic_fill_info): If in buscentric mode,
74         don't check PCI_COMMAND for I/O and memory enables.
75
76 Mon Jan 25 21:28:49 1999  Martin Mares  <mj@albireo.ucw.cz>
77
78         * Makefile: Added target `release' which substitutes new version
79         number to .spec, .lsm and README. Also rewrote target `dist'.
80
81         * Released as 1.99.3.
82
83 Sun Jan 24 22:10:36 1999  Martin Mares  <mj@albireo.ucw.cz>
84
85         * lib/header.h: Until kernel adopts new layout of PCI
86         includes (i.e., separate declaration of header structure,
87         functions and device IDs), which is not going to happen
88         before 2.3, we'll use our own definiton of the header.
89
90         * lspci.c (show_verbose): Display `Cap' flag in device status.
91
92         * lspci.c (show_htype0): Display capability lists whereever
93         available. The only capability name we recognize now is `AGP'.
94         Unfortunately, capabilities are stored in device-dependent
95         portion of the configuration space and are thus available
96         only to root unless you read a dump.
97
98         * lspci.c (scan_devices): Use cache instead of buffering.
99
100         * lib/buffer.c: Removed (obsoleted by the cache).
101
102         * lib/access.c: Added general caching mechanism.
103
104 Sat Jan 23 21:30:54 1999  Martin Mares  <mj@albireo.ucw.cz>
105
106         * pci.ids: Added few devices.
107
108 Fri Jan 22 19:29:31 1999  Martin Mares  <mj@albireo.ucw.cz>
109
110         * Version string is now defined in top-level Makefile, exported
111         to the configure script and also substituted to man pages.
112
113         * lspci.c (show_bases): Rewrote displaying of 64-bit addresses.
114         (show_verbose): Rewrote interrupt display logic.
115
116         * lib/i386-ports.c: Include sys/io.h only on glibc systems.
117
118         * lib/configure: Rewrote detection of Linux versions. Now it
119         works on 2.0 kernels (only with direct/dump access, of course).
120
121         * lib/internal.h: New bytesex macros using <asm/byteorder.h>
122         whenever available.
123
124         * lib/proc.c (proc_read, proc_write): Distinguish between short
125         read/write and real errors.
126
127         * lspci.c (show_htype{0,1}): Always use d->dev->rom_base_addr since
128         libpci respects buscentric mode automatically.
129
130         * lspci.c (show_hex_dump): For CardBus bridges, print out 128
131         bytes of header (the whole standard part).
132
133         * common.c: pcilib options are now all uppercase. Also moved
134         PCI access debugging option here.
135
136         * Released as 1.99.2.
137
138 Wed Jan 20 22:50:35 1999  Martin Mares  <mj@albireo.ucw.cz>
139
140         * Wrote configure script and rewrote Makefiles.
141
142         * Removed few unused variables.
143
144 Wed Jan 20 12:21:56 1999  Martin Mares  <mj@albireo.ucw.cz>
145
146         * common.c: Moved several functions used in both setpci and lspci
147         here. This includes parsing of libpci-related options.
148
149         * More library tweaks.
150
151         * filter.c, names.c: Moved to library.
152
153         * setpci: Rewritten to use the library.
154
155         * Released as 1.99.1.
156
157 Tue Jan 19 23:00:12 1999  Martin Mares  <mj@albireo.ucw.cz>
158
159         * lspci.c (scan_devices): For cardbus bridges, read first 128
160         bytes of config space to get full standard header.
161
162         * Makefile (CFLAGS): Removed "-Wno-unused".
163
164         * Started the "New Generation" branch and introduced the
165         PCI library.
166         
167         * lspci: Rewritten to use the library.
168
169 Tue Jan 19 22:24:08 1999  Martin Mares  <mj@albireo.ucw.cz>
170
171         * Released as version 1.10.
172
173 Mon Jan 18 08:51:17 1999  Martin Mares  <mj@albireo.ucw.cz>
174
175         * lspci.8, setpci.8: Miscellaneous fixes as suggested by
176         Dag Wieers <dag@digibel.be>.
177
178 Sun Nov 29 20:05:56 1998  Martin Mares  <mj@albireo.ucw.cz>
179
180         * pciutils.spec (Name): Update from Krzysztof G. Baranowski.
181
182 Sun Nov 22 10:49:56 1998  Martin Mares  <mj@albireo.ucw.cz>
183
184         * Makefile, pciutils.h: Moved pci.ids to /usr/share.
185
186         * Released as version 1.09.
187
188 Wed Nov 18 15:47:05 1998  Martin Mares  <mj@albireo.ucw.cz>
189
190         * lspci.c (show_htype1): Fixed displaying of prefetchable memory behind
191         bridge. Thanks to Petr Vandrovec <vandrove@vc.cvut.cz> for bug report.
192
193 Fri Oct 23 18:59:19 1998  Martin Mares  <mj@albireo.ucw.cz>
194
195         * setpci.c: Don't include <syscall-list.h> with glibc >= 2.1.
196
197 Mon Oct 19 21:53:30 1998  Martin Mares  <mj@albireo.ucw.cz>
198
199         * Released as version 1.08.
200
201         * setpci.c: glibc 2.1.x already defines pread() and pwrite().
202
203         * lspci.8: Changed warning about lspci -xxx.
204
205         * lspci.c: Require "-xxx" for full configuration space dump, so that
206         it's impossible to crash the machine by single typo.
207
208         * specs: Added (courtesy of Krzysztof G. Baranowski <kgb@knm.org.pl>).
209
210 Wed Sep  9 12:03:24 1998  Martin Mares  <mj@albireo.ucw.cz>
211
212         * lspci.c (show_bases): Better displaying of unassigned and
213         disabled bases. Thanks to Gabriel Paubert <paubert@iram.es>
214         for an idea.
215
216 Wed Sep  2 10:58:01 1998  Martin Mares  <mj@albireo.ucw.cz>
217
218         * setpci.c (pread): Recognize glibc 1.99 numbered as 2.0 on the PPC.
219         (thanks to Geert Uytterhoeven for finding this out)
220
221 Fri Jul 17 10:43:30 1998  Martin Mares  <mj@albireo.ucw.cz>
222
223         * lspci.c (show_verbose): Print subsystem ID using the new resolver.
224         (show_machine): Print subsystem ID.
225
226         * names.c: New name resolution engine supporting subsystem IDs.
227
228         * Released as version 1.07.
229
230 Wed Jul 15 15:37:21 1998  Martin Mares  <mj@albireo.ucw.cz>
231
232         * lspci.c (show_htype2 etc.): Displaying of CardBus headers.
233         (show_bases): Honor the `cnt' argument.
234         (grow_tree): Parse CardBus headers in tree mode as well.
235
236         * pci.h: Updated CardBus header field description. I still don't
237         have the CardBus standard available, but OZ6832 specs contain
238         full description of all header fields supported by the chip.
239
240 Tue Jun  9 22:53:59 1998  Martin Mares  <mj@albireo.ucw.cz>
241
242         * Released as 1.06.
243
244         * names.c (parse_name_list): Killed an unused variable.
245
246         * setpci.c (pread, pwrite): Define SYS_(pread|pwrite) as __NR_\1
247         if they are not defined by glibc (needed for glibc built on older
248         kernels). Ugly.
249
250         * setpci.c (exec_op): Fixed error messages. Thanks, Steve!
251
252 Mon Jun  8 10:59:22 1998  Martin Mares  <mj@albireo.ucw.cz>
253
254         * Released as 1.05.
255
256         * setpci.c: Problems with pread()/pwrite() with glibc on Alpha
257         should be gone. Again thanks to Steve for bug report.
258
259         * filter.c (filter_parse_slot): Fixed ":x" type filters.
260
261         * pci.ids: Killed duplicate entry. Thanks to Stephen Williams
262         <steve@icarus.com> for reporting this.
263
264 Sun Jun  7 19:27:51 1998  Martin Mares  <mj@albireo.ucw.cz>
265
266         * lspci.c (main), setpci.c (main): Implemented "--version".
267
268         * Released as 1.04.
269
270         * pciutils.h (PCIUTILS_VERSION): Added version string.
271
272         * filter.c, names.c: Extraneous #include <linux/pci.h> removed.
273         Thanks to Geert Uytterhoeven <Geert.Uytterhoeven@cs.kuleuven.ac.be>
274         for bug report.
275
276 Thu May 28 14:45:58 1998  Martin Mares  <mj@lomikel.karlin.mff.cuni.cz>
277
278         * pci.ids: More updates from Jens Maurer.
279
280 Wed Apr 22 10:00:39 1998  Martin Mares  <mj@albireo.ucw.cz>
281
282         * pci.ids: Updates from Jens Maurer.
283
284 Sun Apr 19 11:14:25 1998  Martin Mares  <mj@albireo.ucw.cz>
285
286         * Released as 1.03.
287
288         * setpci.8: Written.
289
290         * setpci.c: Finished.
291
292         * lspci.c: Now able to fetch expansion ROM base from kernel device list
293         and print it if not in buscentric mode.
294
295 Tue Mar 31 23:11:57 1998  Martin Mares  <mj@albireo.ucw.cz>
296
297         * setpci.c: Added.
298
299 Sun Mar 22 15:39:08 1998  Martin Mares  <mj@albireo.ucw.cz>
300
301         * lspci.8: Updated the documentation.
302
303         * lspci.c: Modified to use the new filtering mechanism (options -f and -d).
304
305         * filter.c: Introduced new generic device filter.
306
307 Thu Mar 19 17:03:48 1998  Martin Mares  <mj@lomikel.karlin.mff.cuni.cz>
308
309         * lspci.c (grow_tree, show_tree_dev, print_it): Fixed displaying
310         of PCI-to-PCI bridges in the tree format.
311
312 Sun Feb 15 10:12:25 1998  Martin Mares  <mj@albireo.ucw.cz>
313
314         * lspci.c (show_machine): Added non-verbose mode of machine-readable
315         dump.
316
317         * pci.ids: Updates from Jens Maurer.
318
319         * Released as version 1.02.
320
321 Thu Feb 12 16:53:28 1998  Martin Mares  <mj@lomikel.karlin.mff.cuni.cz>
322
323         * lspci.c: Added a "-m" switch for dumping machine-readable
324         configuration data (requested by Bjoern Kriews <bkr@cut.de>).
325
326 Mon Feb  9 13:17:43 1998  Martin Mares  <mj@albireo.ucw.cz>
327
328         * Makefile, pciutils.h: Include local pci.h instead of <linux/pci.h>
329         if available. This should avoid all problems with official kernel
330         not synchronized to newer PCI code in CVS -- standard distribution
331         of pciutils now contains pci.h from current CVS kernel, pciutils
332         in CVS contain no pci.h and use the correct kernel include.
333
334         * Makefile: Fixed installation path for man pages.
335
336 Sat Feb  7 15:15:46 1998  Martin Mares  <mj@albireo.ucw.cz>
337
338         * README: Updated.
339
340         * lspci.8: Created a man page.
341
342         * Releasing as version 1.0.
343
344 Tue Feb  3 20:56:00 1998  Martin Mares  <mj@albireo.ucw.cz>
345
346         * Makefile: Recognize architecture by calling uname and pass it as ARCH_xxx
347         to all the C sources. This should eliminate problems with 32-bit compilers
348         on sparc64.
349
350         * lspci.c (show_verbose): Recognize CardBus bridge header type.
351         (show_htype2): Stub routine.
352         (scan_config): Write sensible error message if the kernel denies reading of
353         upper part of the PCI config space.
354