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