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