1 Wed Jul 15 15:37:21 1998 Martin Mares <mj@albireo.ucw.cz>
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.
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.
11 Tue Jun 9 22:53:59 1998 Martin Mares <mj@albireo.ucw.cz>
15 * names.c (parse_name_list): Killed an unused variable.
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
21 * setpci.c (exec_op): Fixed error messages. Thanks, Steve!
23 Mon Jun 8 10:59:22 1998 Martin Mares <mj@albireo.ucw.cz>
27 * setpci.c: Problems with pread()/pwrite() with glibc on Alpha
28 should be gone. Again thanks to Steve for bug report.
30 * filter.c (filter_parse_slot): Fixed ":x" type filters.
32 * pci.ids: Killed duplicate entry. Thanks to Stephen Williams
33 <steve@icarus.com> for reporting this.
35 Sun Jun 7 19:27:51 1998 Martin Mares <mj@albireo.ucw.cz>
37 * lspci.c (main), setpci.c (main): Implemented "--version".
41 * pciutils.h (PCIUTILS_VERSION): Added version string.
43 * filter.c, names.c: Extraneous #include <linux/pci.h> removed.
44 Thanks to Geert Uytterhoeven <Geert.Uytterhoeven@cs.kuleuven.ac.be>
47 Thu May 28 14:45:58 1998 Martin Mares <mj@lomikel.karlin.mff.cuni.cz>
49 * pci.ids: More updates from Jens Maurer.
51 Wed Apr 22 10:00:39 1998 Martin Mares <mj@albireo.ucw.cz>
53 * pci.ids: Updates from Jens Maurer.
55 Sun Apr 19 11:14:25 1998 Martin Mares <mj@albireo.ucw.cz>
63 * lspci.c: Now able to fetch expansion ROM base from kernel device list
64 and print it if not in buscentric mode.
66 Tue Mar 31 23:11:57 1998 Martin Mares <mj@albireo.ucw.cz>
70 Sun Mar 22 15:39:08 1998 Martin Mares <mj@albireo.ucw.cz>
72 * lspci.8: Updated the documentation.
74 * lspci.c: Modified to use the new filtering mechanism (options -f and -d).
76 * filter.c: Introduced new generic device filter.
78 Thu Mar 19 17:03:48 1998 Martin Mares <mj@lomikel.karlin.mff.cuni.cz>
80 * lspci.c (grow_tree, show_tree_dev, print_it): Fixed displaying
81 of PCI-to-PCI bridges in the tree format.
83 Sun Feb 15 10:12:25 1998 Martin Mares <mj@albireo.ucw.cz>
85 * lspci.c (show_machine): Added non-verbose mode of machine-readable
88 * pci.ids: Updates from Jens Maurer.
90 * Released as version 1.02.
92 Thu Feb 12 16:53:28 1998 Martin Mares <mj@lomikel.karlin.mff.cuni.cz>
94 * lspci.c: Added a "-m" switch for dumping machine-readable
95 configuration data (requested by Bjoern Kriews <bkr@cut.de>).
97 Mon Feb 9 13:17:43 1998 Martin Mares <mj@albireo.ucw.cz>
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.
105 * Makefile: Fixed installation path for man pages.
107 Sat Feb 7 15:15:46 1998 Martin Mares <mj@albireo.ucw.cz>
111 * lspci.8: Created a man page.
113 * Releasing as version 1.0.
115 Tue Feb 3 20:56:00 1998 Martin Mares <mj@albireo.ucw.cz>
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
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.