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