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