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