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