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