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