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