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