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