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