1 Fri Jul 17 10:43:30 1998 Martin Mares <mj@albireo.ucw.cz>
3 * lspci.c (show_verbose): Print subsystem ID using the new resolver.
4 (show_machine): Print subsystem ID.
6 * names.c: New name resolution engine supporting subsystem IDs.
8 * Released as version 1.07.
10 Wed Jul 15 15:37:21 1998 Martin Mares <mj@albireo.ucw.cz>
12 * lspci.c (show_htype2 etc.): Displaying of CardBus headers.
13 (show_bases): Honor the `cnt' argument.
14 (grow_tree): Parse CardBus headers in tree mode as well.
16 * pci.h: Updated CardBus header field description. I still don't
17 have the CardBus standard available, but OZ6832 specs contain
18 full description of all header fields supported by the chip.
20 Tue Jun 9 22:53:59 1998 Martin Mares <mj@albireo.ucw.cz>
24 * names.c (parse_name_list): Killed an unused variable.
26 * setpci.c (pread, pwrite): Define SYS_(pread|pwrite) as __NR_\1
27 if they are not defined by glibc (needed for glibc built on older
30 * setpci.c (exec_op): Fixed error messages. Thanks, Steve!
32 Mon Jun 8 10:59:22 1998 Martin Mares <mj@albireo.ucw.cz>
36 * setpci.c: Problems with pread()/pwrite() with glibc on Alpha
37 should be gone. Again thanks to Steve for bug report.
39 * filter.c (filter_parse_slot): Fixed ":x" type filters.
41 * pci.ids: Killed duplicate entry. Thanks to Stephen Williams
42 <steve@icarus.com> for reporting this.
44 Sun Jun 7 19:27:51 1998 Martin Mares <mj@albireo.ucw.cz>
46 * lspci.c (main), setpci.c (main): Implemented "--version".
50 * pciutils.h (PCIUTILS_VERSION): Added version string.
52 * filter.c, names.c: Extraneous #include <linux/pci.h> removed.
53 Thanks to Geert Uytterhoeven <Geert.Uytterhoeven@cs.kuleuven.ac.be>
56 Thu May 28 14:45:58 1998 Martin Mares <mj@lomikel.karlin.mff.cuni.cz>
58 * pci.ids: More updates from Jens Maurer.
60 Wed Apr 22 10:00:39 1998 Martin Mares <mj@albireo.ucw.cz>
62 * pci.ids: Updates from Jens Maurer.
64 Sun Apr 19 11:14:25 1998 Martin Mares <mj@albireo.ucw.cz>
72 * lspci.c: Now able to fetch expansion ROM base from kernel device list
73 and print it if not in buscentric mode.
75 Tue Mar 31 23:11:57 1998 Martin Mares <mj@albireo.ucw.cz>
79 Sun Mar 22 15:39:08 1998 Martin Mares <mj@albireo.ucw.cz>
81 * lspci.8: Updated the documentation.
83 * lspci.c: Modified to use the new filtering mechanism (options -f and -d).
85 * filter.c: Introduced new generic device filter.
87 Thu Mar 19 17:03:48 1998 Martin Mares <mj@lomikel.karlin.mff.cuni.cz>
89 * lspci.c (grow_tree, show_tree_dev, print_it): Fixed displaying
90 of PCI-to-PCI bridges in the tree format.
92 Sun Feb 15 10:12:25 1998 Martin Mares <mj@albireo.ucw.cz>
94 * lspci.c (show_machine): Added non-verbose mode of machine-readable
97 * pci.ids: Updates from Jens Maurer.
99 * Released as version 1.02.
101 Thu Feb 12 16:53:28 1998 Martin Mares <mj@lomikel.karlin.mff.cuni.cz>
103 * lspci.c: Added a "-m" switch for dumping machine-readable
104 configuration data (requested by Bjoern Kriews <bkr@cut.de>).
106 Mon Feb 9 13:17:43 1998 Martin Mares <mj@albireo.ucw.cz>
108 * Makefile, pciutils.h: Include local pci.h instead of <linux/pci.h>
109 if available. This should avoid all problems with official kernel
110 not synchronized to newer PCI code in CVS -- standard distribution
111 of pciutils now contains pci.h from current CVS kernel, pciutils
112 in CVS contain no pci.h and use the correct kernel include.
114 * Makefile: Fixed installation path for man pages.
116 Sat Feb 7 15:15:46 1998 Martin Mares <mj@albireo.ucw.cz>
120 * lspci.8: Created a man page.
122 * Releasing as version 1.0.
124 Tue Feb 3 20:56:00 1998 Martin Mares <mj@albireo.ucw.cz>
126 * Makefile: Recognize architecture by calling uname and pass it as ARCH_xxx
127 to all the C sources. This should eliminate problems with 32-bit compilers
130 * lspci.c (show_verbose): Recognize CardBus bridge header type.
131 (show_htype2): Stub routine.
132 (scan_config): Write sensible error message if the kernel denies reading of
133 upper part of the PCI config space.