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