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