]> mj.ucw.cz Git - pciutils.git/blob - ChangeLog
Updated PCI ID entries from Jens Maurer.
[pciutils.git] / ChangeLog
1 Wed Apr 22 10:00:39 1998  Martin Mares  <mj@albireo.ucw.cz>
2
3         * pci.ids: Updates from Jens Maurer.
4
5 Sun Apr 19 11:14:25 1998  Martin Mares  <mj@albireo.ucw.cz>
6
7         * Released as 1.03.
8
9         * setpci.8: Written.
10
11         * setpci.c: Finished.
12
13         * lspci.c: Now able to fetch expansion ROM base from kernel device list
14         and print it if not in buscentric mode.
15
16 Tue Mar 31 23:11:57 1998  Martin Mares  <mj@albireo.ucw.cz>
17
18         * setpci.c: Added.
19
20 Sun Mar 22 15:39:08 1998  Martin Mares  <mj@albireo.ucw.cz>
21
22         * lspci.8: Updated the documentation.
23
24         * lspci.c: Modified to use the new filtering mechanism (options -f and -d).
25
26         * filter.c: Introduced new generic device filter.
27
28 Thu Mar 19 17:03:48 1998  Martin Mares  <mj@lomikel.karlin.mff.cuni.cz>
29
30         * lspci.c (grow_tree, show_tree_dev, print_it): Fixed displaying
31         of PCI-to-PCI bridges in the tree format.
32
33 Sun Feb 15 10:12:25 1998  Martin Mares  <mj@albireo.ucw.cz>
34
35         * lspci.c (show_machine): Added non-verbose mode of machine-readable
36         dump.
37
38         * pci.ids: Updates from Jens Maurer.
39
40         * Released as version 1.02.
41
42 Thu Feb 12 16:53:28 1998  Martin Mares  <mj@lomikel.karlin.mff.cuni.cz>
43
44         * lspci.c: Added a "-m" switch for dumping machine-readable
45         configuration data (requested by Bjoern Kriews <bkr@cut.de>).
46
47 Mon Feb  9 13:17:43 1998  Martin Mares  <mj@albireo.ucw.cz>
48
49         * Makefile, pciutils.h: Include local pci.h instead of <linux/pci.h>
50         if available. This should avoid all problems with official kernel
51         not synchronized to newer PCI code in CVS -- standard distribution
52         of pciutils now contains pci.h from current CVS kernel, pciutils
53         in CVS contain no pci.h and use the correct kernel include.
54
55         * Makefile: Fixed installation path for man pages.
56
57 Sat Feb  7 15:15:46 1998  Martin Mares  <mj@albireo.ucw.cz>
58
59         * README: Updated.
60
61         * lspci.8: Created a man page.
62
63         * Releasing as version 1.0.
64
65 Tue Feb  3 20:56:00 1998  Martin Mares  <mj@albireo.ucw.cz>
66
67         * Makefile: Recognize architecture by calling uname and pass it as ARCH_xxx
68         to all the C sources. This should eliminate problems with 32-bit compilers
69         on sparc64.
70
71         * lspci.c (show_verbose): Recognize CardBus bridge header type.
72         (show_htype2): Stub routine.
73         (scan_config): Write sensible error message if the kernel denies reading of
74         upper part of the PCI config space.
75