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