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