]> mj.ucw.cz Git - pciutils.git/blob - ChangeLog
2cf13e9833d4b650adb9877696d189d8edc2a767
[pciutils.git] / ChangeLog
1 Wed Nov 18 15:47:05 1998  Martin Mares  <mj@albireo.ucw.cz>
2
3         * lspci.c (show_htype1): Fixed displaying of prefetchable memory behind
4         bridge. Thanks to Petr Vandrovec <vandrove@vc.cvut.cz> for bug report.
5
6 Fri Oct 23 18:59:19 1998  Martin Mares  <mj@albireo.ucw.cz>
7
8         * setpci.c: Don't include <syscall-list.h> with glibc >= 2.1.
9
10 Mon Oct 19 21:53:30 1998  Martin Mares  <mj@albireo.ucw.cz>
11
12         * Released as version 1.08.
13
14         * setpci.c: glibc 2.1.x already defines pread() and pwrite().
15
16         * lspci.8: Changed warning about lspci -xxx.
17
18         * lspci.c: Require "-xxx" for full configuration space dump, so that
19         it's impossible to crash the machine by single typo.
20
21         * specs: Added (courtesy of Krzysztof G. Baranowski <kgb@knm.org.pl>).
22
23 Wed Sep  9 12:03:24 1998  Martin Mares  <mj@albireo.ucw.cz>
24
25         * lspci.c (show_bases): Better displaying of unassigned and
26         disabled bases. Thanks to Gabriel Paubert <paubert@iram.es>
27         for an idea.
28
29 Wed Sep  2 10:58:01 1998  Martin Mares  <mj@albireo.ucw.cz>
30
31         * setpci.c (pread): Recognize glibc 1.99 numbered as 2.0 on the PPC.
32         (thanks to Geert Uytterhoeven for finding this out)
33
34 Fri Jul 17 10:43:30 1998  Martin Mares  <mj@albireo.ucw.cz>
35
36         * lspci.c (show_verbose): Print subsystem ID using the new resolver.
37         (show_machine): Print subsystem ID.
38
39         * names.c: New name resolution engine supporting subsystem IDs.
40
41         * Released as version 1.07.
42
43 Wed Jul 15 15:37:21 1998  Martin Mares  <mj@albireo.ucw.cz>
44
45         * lspci.c (show_htype2 etc.): Displaying of CardBus headers.
46         (show_bases): Honor the `cnt' argument.
47         (grow_tree): Parse CardBus headers in tree mode as well.
48
49         * pci.h: Updated CardBus header field description. I still don't
50         have the CardBus standard available, but OZ6832 specs contain
51         full description of all header fields supported by the chip.
52
53 Tue Jun  9 22:53:59 1998  Martin Mares  <mj@albireo.ucw.cz>
54
55         * Released as 1.06.
56
57         * names.c (parse_name_list): Killed an unused variable.
58
59         * setpci.c (pread, pwrite): Define SYS_(pread|pwrite) as __NR_\1
60         if they are not defined by glibc (needed for glibc built on older
61         kernels). Ugly.
62
63         * setpci.c (exec_op): Fixed error messages. Thanks, Steve!
64
65 Mon Jun  8 10:59:22 1998  Martin Mares  <mj@albireo.ucw.cz>
66
67         * Released as 1.05.
68
69         * setpci.c: Problems with pread()/pwrite() with glibc on Alpha
70         should be gone. Again thanks to Steve for bug report.
71
72         * filter.c (filter_parse_slot): Fixed ":x" type filters.
73
74         * pci.ids: Killed duplicate entry. Thanks to Stephen Williams
75         <steve@icarus.com> for reporting this.
76
77 Sun Jun  7 19:27:51 1998  Martin Mares  <mj@albireo.ucw.cz>
78
79         * lspci.c (main), setpci.c (main): Implemented "--version".
80
81         * Released as 1.04.
82
83         * pciutils.h (PCIUTILS_VERSION): Added version string.
84
85         * filter.c, names.c: Extraneous #include <linux/pci.h> removed.
86         Thanks to Geert Uytterhoeven <Geert.Uytterhoeven@cs.kuleuven.ac.be>
87         for bug report.
88
89 Thu May 28 14:45:58 1998  Martin Mares  <mj@lomikel.karlin.mff.cuni.cz>
90
91         * pci.ids: More updates from Jens Maurer.
92
93 Wed Apr 22 10:00:39 1998  Martin Mares  <mj@albireo.ucw.cz>
94
95         * pci.ids: Updates from Jens Maurer.
96
97 Sun Apr 19 11:14:25 1998  Martin Mares  <mj@albireo.ucw.cz>
98
99         * Released as 1.03.
100
101         * setpci.8: Written.
102
103         * setpci.c: Finished.
104
105         * lspci.c: Now able to fetch expansion ROM base from kernel device list
106         and print it if not in buscentric mode.
107
108 Tue Mar 31 23:11:57 1998  Martin Mares  <mj@albireo.ucw.cz>
109
110         * setpci.c: Added.
111
112 Sun Mar 22 15:39:08 1998  Martin Mares  <mj@albireo.ucw.cz>
113
114         * lspci.8: Updated the documentation.
115
116         * lspci.c: Modified to use the new filtering mechanism (options -f and -d).
117
118         * filter.c: Introduced new generic device filter.
119
120 Thu Mar 19 17:03:48 1998  Martin Mares  <mj@lomikel.karlin.mff.cuni.cz>
121
122         * lspci.c (grow_tree, show_tree_dev, print_it): Fixed displaying
123         of PCI-to-PCI bridges in the tree format.
124
125 Sun Feb 15 10:12:25 1998  Martin Mares  <mj@albireo.ucw.cz>
126
127         * lspci.c (show_machine): Added non-verbose mode of machine-readable
128         dump.
129
130         * pci.ids: Updates from Jens Maurer.
131
132         * Released as version 1.02.
133
134 Thu Feb 12 16:53:28 1998  Martin Mares  <mj@lomikel.karlin.mff.cuni.cz>
135
136         * lspci.c: Added a "-m" switch for dumping machine-readable
137         configuration data (requested by Bjoern Kriews <bkr@cut.de>).
138
139 Mon Feb  9 13:17:43 1998  Martin Mares  <mj@albireo.ucw.cz>
140
141         * Makefile, pciutils.h: Include local pci.h instead of <linux/pci.h>
142         if available. This should avoid all problems with official kernel
143         not synchronized to newer PCI code in CVS -- standard distribution
144         of pciutils now contains pci.h from current CVS kernel, pciutils
145         in CVS contain no pci.h and use the correct kernel include.
146
147         * Makefile: Fixed installation path for man pages.
148
149 Sat Feb  7 15:15:46 1998  Martin Mares  <mj@albireo.ucw.cz>
150
151         * README: Updated.
152
153         * lspci.8: Created a man page.
154
155         * Releasing as version 1.0.
156
157 Tue Feb  3 20:56:00 1998  Martin Mares  <mj@albireo.ucw.cz>
158
159         * Makefile: Recognize architecture by calling uname and pass it as ARCH_xxx
160         to all the C sources. This should eliminate problems with 32-bit compilers
161         on sparc64.
162
163         * lspci.c (show_verbose): Recognize CardBus bridge header type.
164         (show_htype2): Stub routine.
165         (scan_config): Write sensible error message if the kernel denies reading of
166         upper part of the PCI config space.
167