]> mj.ucw.cz Git - pciutils.git/blob - ChangeLog
08e3e0fda25d657d395f67b023631492479671f1
[pciutils.git] / ChangeLog
1 2002-12-26  Martin Mares  <mj@ucw.cz>
2
3         * lib/header.h, lspci.c: Dump AGP3 flags and speeds.
4
5         * lib/pci.h, Makefile: Removed HAVE_OWN_HEADER_H. Always use our own header,
6         there is no reason to prefer the kernel version.
7
8         * lib/proc.c (proc_scan): Don't forget to initialize hdrtype.
9
10         * Added preliminary version of NetBSD support by Quentin Garnier
11         <netbsd@quatriemek.com>.
12
13 2002-04-06  Martin Mares  <mj@ucw.cz>
14
15         * lspci.c: Mention "-xxx" in the help.
16
17 2002-03-30  Martin Mares  <mj@ucw.cz>
18
19         * Released as 2.1.10.
20
21         * Removed pci.ids from the CVS as they are now maintained separately.
22         They are still included in the tarball, but if you are building pciutils
23         from CVS sources or you want to get a newer ID file than the one distributed,
24         just use "make update-ids" to download the most recent snapshot from
25         pciids.sf.net.
26
27         * Makefile, README: Updated accordingly.
28
29         * Makefile: Added a couple of maintenance targets.
30
31         * maint/*: Maintainer's utilities now reside here (present only in CVS,
32         not in the tarball).
33
34         * lib/names.c (parse_name_list): End-of-line comments are no longer
35         supported. Hashes are now perfectly valid in all names and they start
36         a comment only at the start of the line.
37
38 2002-03-26  Martin Mares  <mj@ucw.cz>
39
40         * README: Rewritten.
41
42         * Makefile: When the currently installed pci.ids file is newer than
43         the version to be installed, don't overwrite it. Suggested by
44         Jean Delvare <khali@linux-fr.org>.
45
46 2002-03-24  Martin Mares  <mj@ucw.cz>
47
48         * lspci.c (show_pcix_bridge): Added PCI-X capability display.
49         Contributed by Jeff Garzik <jgarzik@mandrakesoft.com>.
50
51         * lib/header.h: Added PCI-X stuff. Again by Jeff.
52
53         * Makefile (CFLAGS): -Werror is gone.
54
55         * lspci.c (format_agp_rate): Fixed AGP rate reporting.
56
57         * lib/filter.c (pci_filter_parse_slot): Allow bus 0xff, slot 0x1f and
58         function 7.
59
60         * lib/names.c (pci_lookup_name): When printing unknown subsystem vendor
61         or device hexadecimally, don't confuse it with chip vendor/device ID.
62         First reported by Marc Boucher <marc@mbsi.ca>.
63
64 2001-11-04  Martin Mares  <mj@ucw.cz>
65
66         * Released as 2.1.9.
67
68         * pci.ids: Synced with the PCI ID Repository at SourceForge
69         (http://pciids.sourceforge.net/).
70
71 2000-08-25  Martin Mares  <mj@albireo.ucw.cz>
72
73         * pci.ids: Updated ID's, synced with kernel 2.4.0-test7.
74
75 2000-06-13  Martin Mares  <mj@albireo.ucw.cz>
76
77         * Makefile (uninstall): Fixed.
78
79         * pci.ids: ID updates.
80
81 2000-05-20  Martin Mares  <mj@albireo.ucw.cz>
82
83         * Released as 2.1.8.
84
85         * pci.ids: ID updates.
86
87         * lspci.c (show_verbose): Min/max latency is now printed in nanoseconds.
88
89 2000-05-04  Martin Mares  <mj@albireo.ucw.cz>
90
91         * lspci.c (show_verbose): If the header type doesn't match device
92         class, just print a warning and still use the header type, assuming
93         bogus class info.
94
95 2000-05-01  Martin Mares  <mj@albireo.ucw.cz>
96
97         * lspci.c (show_pm): Updated according to PCI PM specs 1.1.
98
99         * pci.ids: Updated Contemporary Control ARCnet card entries.
100
101         * pci.ids: Synchronized class list with latest PCI SIG documents.
102
103 2000-04-29  Martin Mares  <mj@albireo.ucw.cz>
104
105         * lib/names.c (pci_lookup_name): Fixed the cheat.
106
107         * lib/internal.h: Moved UNUSED/inline hacks above all other declarations.
108
109         * pci.ids: Various ID updates.
110
111 2000-04-21  Martin Mares  <mj@albireo.ucw.cz>
112
113         * Released as 2.1.7.
114
115         * pciutils.spec: Added German description.
116
117         * lib/names.c (pci_lookup_name): Added a cheat for case that subsystem ID's
118         are the same as device ID and just output subsystem name according to
119         device name.
120
121         * lib/proc.c: Use UNUSED instead of __attribute__((unused)).
122
123         * lib/pci.h: Added the correct typedefs for AIX.
124
125         * lib/generic.c (pci_generic_scan_bus): Export.
126
127         * lib/configure: Detect AIX. Use "echo '...\c'" instead of
128         "echo -n" if the shell isn't bash.
129
130         * lspci.c: Avoid using alloca() if not compiled by GCC.
131         (insert_dev): Avoid returning a void value.
132
133         * Makefile: Choose which install utility to use according to
134         OS type. Also use `-o' instead of `-or' in find arguments.
135         Part of the AIX port.
136
137         * lib/aix-device.c: Added AIX low-level interface. Contributed
138         by Dave Johnson <ddj@brown.edu>, thanks a lot!
139
140         * pci.ids: Few new ID's.
141
142         * pciutils.h, lib/internal.h: Redefine __attribute__ and inline
143         when not compiled by GCC.
144
145 2000-04-17  Martin Mares  <mj@albireo.ucw.cz>
146
147         * Released as 2.1.6.
148
149         * pci.ids: Added a large batch of ID's contributed by Gunther
150         Mayer <gunther.mayer@braunschweig.netsurf.de> and synced the
151         list with the 2.3.99pre6 kernel.
152
153 Thu Mar  9 13:11:39 2000  Martin Mares  <mj@albireo.ucw.cz>
154
155         * lib/example.c: Added a simple example of how to use
156         the library.
157
158         * lspci.man, setpci.man: Revealed --version. Well spotted
159         by Adam Sulmicki.
160
161         * pci.ids: Added lots of new ID's and synced with 2.3.50.
162
163 Tue Feb 15 00:16:21 2000  Martin Mares  <mj@albireo.ucw.cz>
164
165         * Released as 2.1.5.
166
167         * pciutils.spec: Updated spec file from Andreas Jaeger. Now using
168         %{_mandir} to find the right location to install manual pages to.
169
170         * pci.ids: New ID's.
171
172         * setpci.c (main): Don't crash when `-s' or `-d' is given with
173         no argument.
174
175 Mon Jan 24 20:04:11 2000  Andreas Jaeger  <aj@suse.de>
176
177         * lib/i386-ports.c: Include <asm/io.h> only on systems without
178         glibc.
179
180 Mon Jan 24 11:24:43 2000  Martin Mares  <mj@albireo.ucw.cz>
181
182         * Makefile: Modified to work with the Linux FHS brain-damaged idea
183         of putting man pages to /usr/share/man. Now we choose either /usr/man
184         or /usr/share/man depending on which one exists.
185
186 Sun Jan 23 10:52:34 2000  Martin Mares  <mj@albireo.ucw.cz>
187
188         * pci.ids: Synced with Linux 2.3.40.
189
190         * Released as version 2.1.4.
191
192 Thu Jan 20 11:08:32 2000  Martin Mares  <mj@albireo.ucw.cz>
193
194         * lspci.c (scan_device): Fixed bug in reading of cardbus extensions.
195
196         * lib/proc.c: pread/pwrite fixed again, this time on libc5 :(
197
198         * lspci.c (format_agp_rate): Better formatting of AGP rates.
199
200         * pci.ids: New ID's.
201
202         * lib/configure: Added configuration for ia64 (the same as for Alpha).
203         Patch from Stephane Eranian <eranian@cello.hpl.hp.com>.
204
205 Thu Jan 13 23:01:52 2000  Martin Mares  <mj@albireo.ucw.cz>
206
207         * Released as version 2.1.3.
208
209         * pci.ids: New ID's.
210
211         * lspci.c: Alpha IO_FORMAT fix by Andrea Arcangeli.
212
213         * lib/access.c: Corrected order of access methods -- it's wonderful how
214         long could such a bug remain unspotted. Thanks go to Andreas Schockenhoff.
215
216 Sat Dec 11 23:34:48 1999  Martin Mares  <mj@albireo.ucw.cz>
217
218         * Released as version 2.1.2.
219
220         * lib/names.c (pci_lookup_name): Fixed printing of unknown subsystem ID's.
221
222 Sat Dec  4 13:11:03 1999  Martin Mares  <mj@albireo.ucw.cz>
223
224         * Released as version 2.1.1.
225
226         * pci.ids: Several new ID's.
227
228         * setpci.c (exec_op): Don't forget to increment address after writing
229         single value, so that `30.b=12,34,56,78' works as expected. Reported
230         by Petr Soucek <petr@ryston.cz>.
231
232 Wed Nov  3 10:24:38 1999  Martin Mares  <mj@albireo.ucw.cz>
233
234         * lspci.c (show_terse): If prog-if is zero, but it's present in the
235         ID list, show it.
236
237 Sat Oct 30 11:06:35 1999  Martin Mares  <mj@albireo.ucw.cz>
238
239         * Released as version 2.1.
240
241         * pci.ids: Synced to devlist.h in 2.3.24 kernel. Merged in
242         lots of contributed entries.
243
244 Thu Oct 14 10:40:12 1999  Dave Jones    <dave@powertweak.com>
245
246         * pci.ids: Added lots of subsystem definitions.
247
248 Sat Oct  9 14:32:28 1999  Martin Mares  <mj@albireo.ucw.cz>
249
250         * setpci.man: Better example.
251
252         * lspci.c: Resolve prog-if names.
253
254         * lib/names.c: Adapted to new pci.ids syntax.
255
256         * pci.ids: Reorganized the pci.ids file. Subsystems are listed
257         under devices, classes can optionally contain prog-if information.
258         New ID's, as usually.
259
260 Wed Sep 22 09:45:24 1999  Martin Mares  <mj@albireo.ucw.cz>
261
262         * pci.ids: New ID's. As usually.
263
264         * lspci.c (show_htype1, show_htype2): Don't show `closed' bridge windows
265         unless we're vvvery verbose.
266
267 Mon Sep 20 11:22:54 1999  Martin Mares  <mj@albireo.ucw.cz>
268
269         * lspci.c (show_htype2): Don't forget a TAB before the "I/O window" line.
270
271 Tue Sep 14 09:31:01 1999  Martin Mares  <mj@albireo.ucw.cz>
272
273         * pci.ids: New ID's. Again.
274
275 Thu Aug  5 17:45:42 1999  Martin Mares  <mj@albireo.ucw.cz>
276
277         * lspci.c (show_size): Don't show size if it's zero (usually
278         due to bus-centric mode being enabled).
279
280 Tue Jul 20 13:25:09 1999  Martin Mares  <mj@albireo.ucw.cz>
281
282         * lib/pci.h: Types are OS dependent.
283
284         * lib/internal.h: Byte order hacks are OS dependent.
285
286         * lib/configure: Recognize FreeBSD. Also set OS_XXX according to the OS.
287
288         * lib/Makefile, lib/access.c: Added fbsd-device target.
289
290         * pci.ids: Added an entry for PLX 9080 bridges with subsystem ID
291         incorrectly set to device ID.
292
293         * README: Added a note that we support FreeBSD.
294
295         * Makefile (PREFIX, ROOT): Set it depending on the OS.
296         (%.8): Grrr, BSD date is not able to convert date formats the same way
297         as GNU date does. Use sed instead.
298         (install): Use `-c' when calling install.
299
300         * lib/fbsd-device.c: Added FreeBSD /dev/pci access module contributed
301         by Jari Kirma <kirma@cs.hut.fi>.
302
303         * lib/proc.c: Rewrote the pread/pwrite things once again. Use pread
304         and pwrite only when we are certain it's safe (i.e., glibc 2.1
305         on all architectures or any libc on a i386 where we really know
306         how to use syscalls directly). In all other cases, emulate it
307         with lseek/read/write.
308
309         * pci.ids: Some more IDs.
310
311 Mon Jul 19 14:10:36 1999  Martin Mares  <mj@albireo.ucw.cz>
312
313         * pci.ids: Added IDs of parallel port controller cards as sent
314         by Tim Waugh <tim@cyberelk.demon.co.uk>.
315
316 Wed Jul  7 00:55:48 1999  Martin Mares  <mj@albireo.ucw.cz>
317
318         * lib/proc.c (proc_scan): HAVE_LONG_ADDRESS instead of HAVE_64BIT_ADDRESS.
319
320         * lspci.c: ADDR_FORMAT now depends on both HAVE_64BIT_ADDRESS and
321         HAVE_LONG_ADDRESS.
322
323         * lib/configure: HAVE_64BIT_ADDRESS now doesn't imply that the addresses
324         are represented as long long. Introduced a new flag HAVE_LONG_ADDRESS
325         to indicate this. Both Sparc architectures now use both 64BIT_ADDRESS
326         and LONG_ADDRESS since they have 32-bit userland, but don't set LONG_ADDRESS
327         on Alpha.
328
329         * lspci.c (show_msi): Added dumping of the MSI capability.
330         (show_slotid): The same for SlotID capability.
331         (show_caps): Seperated capability dumping, because it should
332         be used for both htype0 and htype1. Even PCI 2.2 doesn't mention
333         layout of htype2, so I'm a bit unsure about it wrt capabilities
334         -- they at least have to live somewhere else since address 0x34
335         is already defined differently in htype2.
336
337         * lib/header.h (PCI_STATUS_UDF): Marked as obsolete (PCI 2.2).
338         (PCI_BASE_ADDRESS_MEM_TYPE_1M): Ditto.
339         (PCI_CAP_ID_*): Added some new capabilities defined in PCI 2.2.
340
341         * lspci.c (show_htype0): Mask out lowest 2 bits from all capability pointers
342         (required by the PCI 2.2 specs).
343
344 Mon Jul  5 12:45:19 1999  Martin Mares  <mj@albireo.ucw.cz>
345
346         * lspci.c (show_size): Added new function for dumping of region sizes.
347         (show_rom): Added. Now correctly dumps unassigned ROM addresses, disabled
348         ROMs et cetera.
349
350         * lib/pci.h (struct pci_dev): known_fields moved to the public part
351         of the structure.
352
353         * Added support for region sizes. Needs support in the kernel, because
354         sizes have to be scanned before drivers initialize yourself. pci_fill_info()
355         now returns a bitmask of what fields were really read.
356
357 Mon Jun 28 18:37:51 1999  Dave Jones    <dave@powertweak.com>
358
359         * Makefile:
360           Added `uninstall' target - removes all traces of pciutils.
361         * pci.ids:
362           - Lots of cleanups in the ATI, S3, Adaptec vendors.
363           - Changed Compaq QVision 1280/p definitions, as it's not possible
364             to determine the revision from the device ID.
365           - Same for the Tseng ET4000.
366             The id's said I had a rev C, when it was actually a rev B.
367           - Removed some unnecessary strings
368             `PCI'. Unless it's an AGP card, it should be obvious that it's PCI.
369             `Ethernet card'. This should be determined from config space.
370           - Lots of other new vendors & devices
371           - Other additional small cleanups.
372
373 Mon Jun 21 22:11:10 1999  Martin Mares  <mj@albireo.ucw.cz>
374
375         * lib/names.c (pci_lookup_name): When device ID lookup
376         fails, return hexadecimal device ID instead of vendor ID.
377         Well spotted by Axel Bodemann <Axel.Bodemann@ruhr-uni-bochum.de>,
378         I've just extended the fix to subsystem ID's.
379
380 Thu Jun 17 19:48:21 1999  Martin Mares  <mj@albireo.ucw.cz>
381
382         * lspci.c (show_agp): Bug fix from Petr Vandrovec
383         <vandrove@vc.cvut.cz>. The command register was displayed
384         incorrectly.
385
386 Wed Jun  2 22:42:44 1999  Martin Mares  <mj@albireo.ucw.cz>
387
388         * lib/proc.c (SYS_pread, SYS_pwrite): Use hard-coded
389         numbers if not supplied by the libc.
390
391 Wed May 19 13:24:39 1999  Martin Mares  <mj@albireo.ucw.cz>
392
393         * Released the whole package as version 2.0.
394
395 Fri May 14 22:42:02 1999  Martin Mares  <mj@albireo.ucw.cz>
396
397         * pci.ids: Added several new ID's contributed by people
398         on the linux-pci list.
399
400 Mon Apr 19 15:21:08 1999  Jakub Jelinek  <jj@ultra.linux.cz>
401
402         * lspci.c: Display I/O addresses correctly on sparc64.
403         * lib/header.h: Ditto.
404
405         * lib/configure: On sparc set HAVE_64BIT* as well, we want
406         a binary which works on both 32bit and 64bit SPARCs.
407
408 Sun Apr 18 21:14:58 1999  Martin Mares  <mj@albireo.ucw.cz>
409
410         * lspci.c, lib/proc.c: Alpha compilation fixes from Matthew Jacob
411         <mjacob@feral.com>.
412
413         * pci.ids: A lot of updates from Adam J. Richter <adam@yggdrasil.com>.
414
415 Sun Feb 28 22:26:21 1999  Martin Mares  <mj@albireo.ucw.cz>
416
417         * lspci.c (do_map_bus): Don't dump functions 1--7 if not flagged
418         as a multi-function device, because several single-function devices
419         don't decode the function bits at all.
420
421 Sun Feb 14 23:48:22 1999  Martin Mares  <mj@albireo.ucw.cz>
422
423         * Makefile (install): Don't use "-o root -g root" for installation
424         since it breaks on machines where programs are not installed by root.
425         Reported by Richard Gooch <rgooch@atnf.csiro.au>
426
427 Tue Feb  9 15:54:39 1999  Martin Mares  <mj@albireo.ucw.cz>
428
429         * lspci.c (show_bases): Use new address masking macros and pciaddr_t.
430
431         * lib/pci.h: Using pciaddr_t for bus addresses, which are 32-bit
432         or 64-bit depending on CPU.
433
434         * lib/pci.h (PCI_ADDR_MEM_MASK): Added macros for address masks
435         according to bus address width.
436
437 Thu Jan 28 20:54:16 1999  Martin Mares  <mj@albireo.ucw.cz>
438
439         * Released as 1.99.4.
440
441         * lspci.c: Capability list parser now recognizes both AGP
442         registers and PCI Power Management registers (the latter
443         is mainly guesswork based on DEC/Intel 21153 bridge specs
444         since I don't have the PCI Power Management document).
445
446         * lspci.c: Replaced numerous occurences of (x & flag) ? '+' : '-'
447         by FLAG macro.
448
449         * lspci.c: Added bridge checks to bus mapping code.
450
451 Wed Jan 27 14:59:16 1999  Martin Mares  <mj@albireo.ucw.cz>
452
453         * lspci.c: Implemented bus mapping mode (-M).
454
455         * lspci.c (scan_devices): Split to scan_devices() and scan_device().
456         (show): Split to show() and show_device().
457
458         * lib/access.c (pci_init): When a->method == PCI_ACCESS_AUTO,
459         set it to the real access method afterwards.
460
461 Mon Jan 25 23:46:13 1999  Martin Mares  <mj@albireo.ucw.cz>
462
463         * lib/generic.c (pci_generic_fill_info): If in buscentric mode,
464         don't check PCI_COMMAND for I/O and memory enables.
465
466 Mon Jan 25 21:28:49 1999  Martin Mares  <mj@albireo.ucw.cz>
467
468         * Makefile: Added target `release' which substitutes new version
469         number to .spec, .lsm and README. Also rewrote target `dist'.
470
471         * Released as 1.99.3.
472
473 Sun Jan 24 22:10:36 1999  Martin Mares  <mj@albireo.ucw.cz>
474
475         * lib/header.h: Until kernel adopts new layout of PCI
476         includes (i.e., separate declaration of header structure,
477         functions and device IDs), which is not going to happen
478         before 2.3, we'll use our own definiton of the header.
479
480         * lspci.c (show_verbose): Display `Cap' flag in device status.
481
482         * lspci.c (show_htype0): Display capability lists whereever
483         available. The only capability name we recognize now is `AGP'.
484         Unfortunately, capabilities are stored in device-dependent
485         portion of the configuration space and are thus available
486         only to root unless you read a dump.
487
488         * lspci.c (scan_devices): Use cache instead of buffering.
489
490         * lib/buffer.c: Removed (obsoleted by the cache).
491
492         * lib/access.c: Added general caching mechanism.
493
494 Sat Jan 23 21:30:54 1999  Martin Mares  <mj@albireo.ucw.cz>
495
496         * pci.ids: Added few devices.
497
498 Fri Jan 22 19:29:31 1999  Martin Mares  <mj@albireo.ucw.cz>
499
500         * Version string is now defined in top-level Makefile, exported
501         to the configure script and also substituted to man pages.
502
503         * lspci.c (show_bases): Rewrote displaying of 64-bit addresses.
504         (show_verbose): Rewrote interrupt display logic.
505
506         * lib/i386-ports.c: Include sys/io.h only on glibc systems.
507
508         * lib/configure: Rewrote detection of Linux versions. Now it
509         works on 2.0 kernels (only with direct/dump access, of course).
510
511         * lib/internal.h: New bytesex macros using <asm/byteorder.h>
512         whenever available.
513
514         * lib/proc.c (proc_read, proc_write): Distinguish between short
515         read/write and real errors.
516
517         * lspci.c (show_htype{0,1}): Always use d->dev->rom_base_addr since
518         libpci respects buscentric mode automatically.
519
520         * lspci.c (show_hex_dump): For CardBus bridges, print out 128
521         bytes of header (the whole standard part).
522
523         * common.c: pcilib options are now all uppercase. Also moved
524         PCI access debugging option here.
525
526         * Released as 1.99.2.
527
528 Wed Jan 20 22:50:35 1999  Martin Mares  <mj@albireo.ucw.cz>
529
530         * Wrote configure script and rewrote Makefiles.
531
532         * Removed few unused variables.
533
534 Wed Jan 20 12:21:56 1999  Martin Mares  <mj@albireo.ucw.cz>
535
536         * common.c: Moved several functions used in both setpci and lspci
537         here. This includes parsing of libpci-related options.
538
539         * More library tweaks.
540
541         * filter.c, names.c: Moved to library.
542
543         * setpci: Rewritten to use the library.
544
545         * Released as 1.99.1.
546
547 Tue Jan 19 23:00:12 1999  Martin Mares  <mj@albireo.ucw.cz>
548
549         * lspci.c (scan_devices): For cardbus bridges, read first 128
550         bytes of config space to get full standard header.
551
552         * Makefile (CFLAGS): Removed "-Wno-unused".
553
554         * Started the "New Generation" branch and introduced the
555         PCI library.
556         
557         * lspci: Rewritten to use the library.
558
559 Tue Jan 19 22:24:08 1999  Martin Mares  <mj@albireo.ucw.cz>
560
561         * Released as version 1.10.
562
563 Mon Jan 18 08:51:17 1999  Martin Mares  <mj@albireo.ucw.cz>
564
565         * lspci.8, setpci.8: Miscellaneous fixes as suggested by
566         Dag Wieers <dag@digibel.be>.
567
568 Sun Nov 29 20:05:56 1998  Martin Mares  <mj@albireo.ucw.cz>
569
570         * pciutils.spec (Name): Update from Krzysztof G. Baranowski.
571
572 Sun Nov 22 10:49:56 1998  Martin Mares  <mj@albireo.ucw.cz>
573
574         * Makefile, pciutils.h: Moved pci.ids to /usr/share.
575
576         * Released as version 1.09.
577
578 Wed Nov 18 15:47:05 1998  Martin Mares  <mj@albireo.ucw.cz>
579
580         * lspci.c (show_htype1): Fixed displaying of prefetchable memory behind
581         bridge. Thanks to Petr Vandrovec <vandrove@vc.cvut.cz> for bug report.
582
583 Fri Oct 23 18:59:19 1998  Martin Mares  <mj@albireo.ucw.cz>
584
585         * setpci.c: Don't include <syscall-list.h> with glibc >= 2.1.
586
587 Mon Oct 19 21:53:30 1998  Martin Mares  <mj@albireo.ucw.cz>
588
589         * Released as version 1.08.
590
591         * setpci.c: glibc 2.1.x already defines pread() and pwrite().
592
593         * lspci.8: Changed warning about lspci -xxx.
594
595         * lspci.c: Require "-xxx" for full configuration space dump, so that
596         it's impossible to crash the machine by single typo.
597
598         * specs: Added (courtesy of Krzysztof G. Baranowski <kgb@knm.org.pl>).
599
600 Wed Sep  9 12:03:24 1998  Martin Mares  <mj@albireo.ucw.cz>
601
602         * lspci.c (show_bases): Better displaying of unassigned and
603         disabled bases. Thanks to Gabriel Paubert <paubert@iram.es>
604         for an idea.
605
606 Wed Sep  2 10:58:01 1998  Martin Mares  <mj@albireo.ucw.cz>
607
608         * setpci.c (pread): Recognize glibc 1.99 numbered as 2.0 on the PPC.
609         (thanks to Geert Uytterhoeven for finding this out)
610
611 Fri Jul 17 10:43:30 1998  Martin Mares  <mj@albireo.ucw.cz>
612
613         * lspci.c (show_verbose): Print subsystem ID using the new resolver.
614         (show_machine): Print subsystem ID.
615
616         * names.c: New name resolution engine supporting subsystem IDs.
617
618         * Released as version 1.07.
619
620 Wed Jul 15 15:37:21 1998  Martin Mares  <mj@albireo.ucw.cz>
621
622         * lspci.c (show_htype2 etc.): Displaying of CardBus headers.
623         (show_bases): Honor the `cnt' argument.
624         (grow_tree): Parse CardBus headers in tree mode as well.
625
626         * pci.h: Updated CardBus header field description. I still don't
627         have the CardBus standard available, but OZ6832 specs contain
628         full description of all header fields supported by the chip.
629
630 Tue Jun  9 22:53:59 1998  Martin Mares  <mj@albireo.ucw.cz>
631
632         * Released as 1.06.
633
634         * names.c (parse_name_list): Killed an unused variable.
635
636         * setpci.c (pread, pwrite): Define SYS_(pread|pwrite) as __NR_\1
637         if they are not defined by glibc (needed for glibc built on older
638         kernels). Ugly.
639
640         * setpci.c (exec_op): Fixed error messages. Thanks, Steve!
641
642 Mon Jun  8 10:59:22 1998  Martin Mares  <mj@albireo.ucw.cz>
643
644         * Released as 1.05.
645
646         * setpci.c: Problems with pread()/pwrite() with glibc on Alpha
647         should be gone. Again thanks to Steve for bug report.
648
649         * filter.c (filter_parse_slot): Fixed ":x" type filters.
650
651         * pci.ids: Killed duplicate entry. Thanks to Stephen Williams
652         <steve@icarus.com> for reporting this.
653
654 Sun Jun  7 19:27:51 1998  Martin Mares  <mj@albireo.ucw.cz>
655
656         * lspci.c (main), setpci.c (main): Implemented "--version".
657
658         * Released as 1.04.
659
660         * pciutils.h (PCIUTILS_VERSION): Added version string.
661
662         * filter.c, names.c: Extraneous #include <linux/pci.h> removed.
663         Thanks to Geert Uytterhoeven <Geert.Uytterhoeven@cs.kuleuven.ac.be>
664         for bug report.
665
666 Thu May 28 14:45:58 1998  Martin Mares  <mj@lomikel.karlin.mff.cuni.cz>
667
668         * pci.ids: More updates from Jens Maurer.
669
670 Wed Apr 22 10:00:39 1998  Martin Mares  <mj@albireo.ucw.cz>
671
672         * pci.ids: Updates from Jens Maurer.
673
674 Sun Apr 19 11:14:25 1998  Martin Mares  <mj@albireo.ucw.cz>
675
676         * Released as 1.03.
677
678         * setpci.8: Written.
679
680         * setpci.c: Finished.
681
682         * lspci.c: Now able to fetch expansion ROM base from kernel device list
683         and print it if not in buscentric mode.
684
685 Tue Mar 31 23:11:57 1998  Martin Mares  <mj@albireo.ucw.cz>
686
687         * setpci.c: Added.
688
689 Sun Mar 22 15:39:08 1998  Martin Mares  <mj@albireo.ucw.cz>
690
691         * lspci.8: Updated the documentation.
692
693         * lspci.c: Modified to use the new filtering mechanism (options -f and -d).
694
695         * filter.c: Introduced new generic device filter.
696
697 Thu Mar 19 17:03:48 1998  Martin Mares  <mj@lomikel.karlin.mff.cuni.cz>
698
699         * lspci.c (grow_tree, show_tree_dev, print_it): Fixed displaying
700         of PCI-to-PCI bridges in the tree format.
701
702 Sun Feb 15 10:12:25 1998  Martin Mares  <mj@albireo.ucw.cz>
703
704         * lspci.c (show_machine): Added non-verbose mode of machine-readable
705         dump.
706
707         * pci.ids: Updates from Jens Maurer.
708
709         * Released as version 1.02.
710
711 Thu Feb 12 16:53:28 1998  Martin Mares  <mj@lomikel.karlin.mff.cuni.cz>
712
713         * lspci.c: Added a "-m" switch for dumping machine-readable
714         configuration data (requested by Bjoern Kriews <bkr@cut.de>).
715
716 Mon Feb  9 13:17:43 1998  Martin Mares  <mj@albireo.ucw.cz>
717
718         * Makefile, pciutils.h: Include local pci.h instead of <linux/pci.h>
719         if available. This should avoid all problems with official kernel
720         not synchronized to newer PCI code in CVS -- standard distribution
721         of pciutils now contains pci.h from current CVS kernel, pciutils
722         in CVS contain no pci.h and use the correct kernel include.
723
724         * Makefile: Fixed installation path for man pages.
725
726 Sat Feb  7 15:15:46 1998  Martin Mares  <mj@albireo.ucw.cz>
727
728         * README: Updated.
729
730         * lspci.8: Created a man page.
731
732         * Releasing as version 1.0.
733
734 Tue Feb  3 20:56:00 1998  Martin Mares  <mj@albireo.ucw.cz>
735
736         * Makefile: Recognize architecture by calling uname and pass it as ARCH_xxx
737         to all the C sources. This should eliminate problems with 32-bit compilers
738         on sparc64.
739
740         * lspci.c (show_verbose): Recognize CardBus bridge header type.
741         (show_htype2): Stub routine.
742         (scan_config): Write sensible error message if the kernel denies reading of
743         upper part of the PCI config space.