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