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