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