xref: /pciutils/ChangeLog (revision 1865e2dd)
1b2055313SMartin Mares2006-09-09  Martin Mares  <[email protected]>
2b2055313SMartin Mares
3*1865e2ddSMartin Mares	* maint/release: Remind the maintainer about the current PCI_LIB_VERSION.
4*1865e2ddSMartin Mares
5028dffb2SMartin Mares	* lib/pci.h: Updated PCI_LIB_VERSION.
6028dffb2SMartin Mares
713081e57SMartin Mares	* lspci.c (show_machine): In the `-m' mode, do proper shell escaping
813081e57SMartin Mares	if the fields printed contain quotes or backslashes.
913081e57SMartin Mares
103fd6b4d2SMartin Mares	* lspci.c (show_machine): Added a `-vmm' mode, which removes the misuse
113fd6b4d2SMartin Mares	of the `Device' tag for two different purposes.
123fd6b4d2SMartin Mares
13840d09aeSMartin Mares	* Makefile: Moved all system-dependent decisions to lib/configure,
14840d09aeSMartin Mares	since config.mk is included in the top-level Makefile anyway.
15840d09aeSMartin Mares
162100f710SMartin Mares	* lib/configure: When configuring for Linux, ignore the kernel version
172100f710SMartin Mares	and always build all access methods.
182100f710SMartin Mares
193e9c7a18SMartin Mares	* Makefile (CFLAGS): Removed -Winline, it's not needed and triggers
203e9c7a18SMartin Mares	at many non-interesting places with gcc 3.4.
213e9c7a18SMartin Mares
2294db5c82SMartin Mares	* Whitespace cleanup of all source files.
2394db5c82SMartin Mares
24cc062b4aSMartin Mares	* The pci.ids file can be stored compressed if zlib is available.
25cc062b4aSMartin Mares	Added transparent decompression to lib/names.c, modified update-pciids.sh
26cc062b4aSMartin Mares	to keep the file compressed if applicable, updated Makefiles.
27cc062b4aSMartin Mares	Based on a patch by Matthew Wilcox, but all the bugs are mine.
28cc062b4aSMartin Mares
29f4ddb8d3SMartin Mares	* Makefile, README: Allow installation to be done to a different directory
30f4ddb8d3SMartin Mares	from the one we will eventually be placed in by setting DESTDIR.
31f4ddb8d3SMartin Mares	Patch by Matthew Wilcox.
32f4ddb8d3SMartin Mares
3316e37012SMartin Mares	* Added .gitignore files.
3416e37012SMartin Mares
35c7f5314dSMartin Mares	* Makefile (clean): Clean *.orig, too.
36c7f5314dSMartin Mares
37afebde01SMartin Mares	* Cleaned up usage of `char' and `byte'.
38afebde01SMartin Mares
39fd54ccebSMartin Mares	* lib/header.h: PCI_CLASS_DOCKING_OTHER should be 0x0a80, not 0x0a01.
40fd54ccebSMartin Mares
41b2055313SMartin Mares	* lib/header.h: Added PCI_CLASS_xxx constants for all classes currently
42b2055313SMartin Mares	defined in the pci.ids file.
43b2055313SMartin Mares
444254d153SMartin Mares2006-08-01  Martin Mares  <[email protected]>
454254d153SMartin Mares
464254d153SMartin Mares	* lib/i386-io-hurd.h: Fixed a silly typo.
474254d153SMartin Mares
481c5cc9b5SMartin Mares2006-07-30  Martin Mares  <[email protected]>
491c5cc9b5SMartin Mares
5038a9e3c3SMartin Mares	* lib/Makefile: Added a missing rule for obsd-device.o.
5138a9e3c3SMartin Mares
52c7ddfa3eSMartin Mares	* lspci.c, lib/header.h: Added support for MSI per-vector masking.
53c7ddfa3eSMartin Mares	Contributed by Petr Vandrovec.
54c7ddfa3eSMartin Mares
55248a04f8SMartin Mares	* lspci.c, lib/header.h: Added support for the `bridge subsystem ID'
56248a04f8SMartin Mares	capability. Contributed by Petr Vandrovec.
57248a04f8SMartin Mares
58f29dcc87SMartin Mares	* lspci.c (show_htype1): Fixed bug in printing of 64-bit prefetchable
59f29dcc87SMartin Mares	memory windows. Fix by Petr Vandrovec.
60f29dcc87SMartin Mares
618eab3bffSMartin Mares	* maint/release.pm: Exclude .git directory from releases.
628eab3bffSMartin Mares
63d305d704SMartin Mares	* lib/i386-ports.c, lib/i386-io-*: Report failures during port access
64d305d704SMartin Mares	initialization by a->warn() instead of calling printf() or perror()
65d305d704SMartin Mares	directly.
66d305d704SMartin Mares
679007a292SMartin Mares	* lib/i386-ports.c, lib/i386-io-*: Moved the logic which keeps track of
689007a292SMartin Mares	the port access state to generic code.
699007a292SMartin Mares
70bd20d5b5SMartin Mares	* lib/i386-io-hurd.h: Ask the kernel for I/O port access appropriately.
71bd20d5b5SMartin Mares	Contributed by Thomas Schwinge and Samuel Thibault.
72bd20d5b5SMartin Mares
7373750606SMartin Mares	* lib/i386-ports.c: Define _GNU_SOURCE, it's needed by the Hurd module.
7473750606SMartin Mares
75d71daa45SMartin Mares	* lib/header.h: Whitespace cleanups.
76d71daa45SMartin Mares
771c5cc9b5SMartin Mares	* lib/i386-io-windows.h: Fixed indentation and spelling.
781c5cc9b5SMartin Mares
791c5cc9b5SMartin Mares	* README.Windows: Mention that WinIO.dll is needed and where to get it.
801c5cc9b5SMartin Mares
81c2b144efSMartin Mares2006-06-27  Martin Mares  <[email protected]>
82c2b144efSMartin Mares
8314d4f989SMartin Mares	* lib/Makefile, Makefile: Added rules for building and cleaning the example.
8414d4f989SMartin Mares
8514d4f989SMartin Mares	* lib/example.c: Show how to use PCI_FILL_CLASS and used another register
8614d4f989SMartin Mares	for demonstrating the config space accesses. The example is still very
8714d4f989SMartin Mares	incomplete, though.
8814d4f989SMartin Mares
89c2b144efSMartin Mares	* lib/pci.h, lib/generic.c: Added PCI_FILL_CLASS.
90c2b144efSMartin Mares
91c2b144efSMartin Mares	* lib/sysfs.c: Fetch device ID and class from sysfs, because they can
92c2b144efSMartin Mares	be modified by kernel fixups.
93c2b144efSMartin Mares
94c2b144efSMartin Mares	* lspci.c: Use PCI_FILL_CLASS. Thanks to Matthew Willcox for the patch.
95c2b144efSMartin Mares
96bc2eed2dSMartin Mares2006-06-03  Martin Mares  <[email protected]>
97bc2eed2dSMartin Mares
98bc2eed2dSMartin Mares	* lspci.c: Introduced the -nn switch. Thanks to David N. Welton
99bc2eed2dSMartin Mares	for the idea.
100bc2eed2dSMartin Mares
101bc2eed2dSMartin Mares	* lib/names.c (pci_lookup_name): Introduced PCI_LOOKUP_MIXED and
102bc2eed2dSMartin Mares	cleaned up the name selection code.
103bc2eed2dSMartin Mares
104c72eeddeSMartin Mares	* lib/names.c (pci_lookup_name): If PCI_LOOKUP_NO_NUMBERS is given,
105c72eeddeSMartin Mares	pci_access->numeric_ids is ignored.
106c72eeddeSMartin Mares
107c72eeddeSMartin Mares	* lib/names.c (pci_lookup_name): When class is identified and
108c72eeddeSMartin Mares	subclass isn't, display class name and subclass number.
109c72eeddeSMartin Mares
1102f294d4bSMartin Mares2006-05-31  Martin Mares  <[email protected]>
1112f294d4bSMartin Mares
1122f294d4bSMartin Mares	* setpci.c (main): Don't crash when an invalid width is specified.
1132f294d4bSMartin Mares
11481afa98cSMartin Mares	* lspci.c, setpci.c, common.c: die() now uses the right program
11581afa98cSMartin Mares	name when printing an error message.
11681afa98cSMartin Mares
1170ac282f2SMartin Mares2006-05-19  Martin Mares  <[email protected]>
1180ac282f2SMartin Mares
1190ac282f2SMartin Mares	* README: Mention the public GIT tree.
1200ac282f2SMartin Mares
1210ac282f2SMartin Mares	* README: Updated the list of ports.
1220ac282f2SMartin Mares
123d1058e9dSMartin Mares2006-05-10  Martin Mares  <[email protected]>
124d1058e9dSMartin Mares
125d1058e9dSMartin Mares	* lib/configure, lib/fbsd-device.c: Added support for GNU/kFreeBSD.
126d1058e9dSMartin Mares	Thanks to Petr Salinger for the patch.
127d1058e9dSMartin Mares
128abf8d505SMartin Mares2006-05-05  Martin Mares  <[email protected]>
129abf8d505SMartin Mares
1302ae2d1aeSMartin Mares	* Released as 2.2.3.
1312ae2d1aeSMartin Mares
1322ae2d1aeSMartin Mares	* lspci.c (scan_device): The -D switch didn't work as intended
1332ae2d1aeSMartin Mares	in -m mode.
1342ae2d1aeSMartin Mares
1352ae2d1aeSMartin Mares2006-05-05  Martin Mares  <[email protected]>
1362ae2d1aeSMartin Mares
1371d5cf727SMartin Mares	* Released as 2.2.2.
1381d5cf727SMartin Mares
1398a830168SMartin Mares	* pci.ids: Updated to the current database snapshot.
1408a830168SMartin Mares
141b6359063SMartin Mares	* lib/obsd-device.c (and other files in lib/*): Added OpenBSD
142b6359063SMartin Mares	interface by Matthieu Herrb <[email protected]>, based on
143b6359063SMartin Mares	the existing FreeBSD interface.
144b6359063SMartin Mares
145abf8d505SMartin Mares	* Moved pciutils to a GIT repository, which now contains merged
146abf8d505SMartin Mares	history from both CVS and Arch. Good bye, TLA!
147abf8d505SMartin Mares
1486ac70402SMartin Mares2006-03-21  Martin Mares  <[email protected]>
1496ac70402SMartin Mares
1502a124daeSMartin Mares	* lspci.c (show_slot_name): Avoid the previous changes in default
1512a124daeSMartin Mares	display of domain name when in machine-readable mode. However, `-D'
1522a124daeSMartin Mares	forces domain display even there.
1532a124daeSMartin Mares
1546ac70402SMartin Mares	* lspci.man: Added a warning on -m being the only format, which is
1556ac70402SMartin Mares	guaranteed to be stable between lspci versions.
1566ac70402SMartin Mares
1571bbdea17SMartin Mares2006-03-13  Martin Mares  <[email protected]>
1581bbdea17SMartin Mares
159af61eb25SMartin Mares	* lspci.man: Documented the -D switch.
160af61eb25SMartin Mares
161af61eb25SMartin Mares	* lspci.c (show_slot_name, scan_device): If there are multiple PCI
162af61eb25SMartin Mares	domains or if the `-D' switch is used, show the domain number for
163af61eb25SMartin Mares	all devices.
164af61eb25SMartin Mares
1657a61b93cSMartin Mares	* lspci.c (show_verbose): Report cache line size in bytes.
1667a61b93cSMartin Mares
1671bbdea17SMartin Mares	* update-pciids.sh: Use curl if available. Patch by Matthew Wilcox.
1681bbdea17SMartin Mares
1690e78ef8aSMartin Mares2006-01-04  Martin Mares  <[email protected]>
1700e78ef8aSMartin Mares
1710e78ef8aSMartin Mares	* lspci.c (show_express_link): Fixed decoding of link status register.
1720e78ef8aSMartin Mares	Thanks to Roland Dreier for his report.
1730e78ef8aSMartin Mares
174e6859953SMartin Mares2005-12-12  Martin Mares  <[email protected]>
175e6859953SMartin Mares
176e6859953SMartin Mares	* lib/nbsd-libpci.c: If libpci is used by an ordinary user, allow
177e6859953SMartin Mares	at least read-only access. Patch by Pavel Celeda <[email protected]>.
178e6859953SMartin Mares
179e6859953SMartin Mares	* Makefile: Corrected library path on NetBSD.
180e6859953SMartin Mares
181a99c0d69SMartin Mares2005-11-26  Martin Mares  <[email protected]>
182a99c0d69SMartin Mares
183e4af70c6SMartin Mares	* Released as 2.2.1.
184e4af70c6SMartin Mares
185a99c0d69SMartin Mares	* lspci.c (show_machine): Subsystem vendors were printed incorrectly
186a99c0d69SMartin Mares	in machine-readable modes. Thanks to Pavel Celeda for a bug report.
187a99c0d69SMartin Mares
188f23fd3fcSMartin Mares2005-10-11  Martin Mares  <[email protected]>
189f23fd3fcSMartin Mares
190f23fd3fcSMartin Mares	* lspci.c (new_bus): Fixed a memory leak. Thanks to Paul Sangree for reporting it.
191f23fd3fcSMartin Mares
19215296723SMartin Mares2005-09-21  Martin Mares  <[email protected]>
19315296723SMartin Mares
19415296723SMartin Mares	* Released as 2.2.0.
19515296723SMartin Mares
19640b6d93fSMartin Mares	* pci.ids: Updated copyright header.
19740b6d93fSMartin Mares
19815296723SMartin Mares	* lib/sysfs.c (sysfs_get_resources): Removed warning about unsupported
19915296723SMartin Mares	64-bit addresses, they are now always supported.
20015296723SMartin Mares
20115296723SMartin Mares	* lspci.c (show_bases): Corrected printing of 64-bit addresses
20215296723SMartin Mares	in bus-centric mode.
20315296723SMartin Mares
20415296723SMartin Mares	* lib/configure: Enable 64-bit addresses on all Linux systems.
20515296723SMartin Mares
20615296723SMartin Mares	* lib/types.h: Don't pad 64-bit addresses to 16 xigits, only to 8 if they
20715296723SMartin Mares	are shorter.
20815296723SMartin Mares
209224707baSMartin Mares2005-09-11  Martin Mares  <[email protected]>
210224707baSMartin Mares
211224707baSMartin Mares	* Released as 2.1.99-test11.
212224707baSMartin Mares
213224707baSMartin Mares	* lspci.c: Removed unnecessary trailing zeros in pci_lookup_name() calls.
214224707baSMartin Mares
215aeaca5d3SMartin Mares2005-09-10  Martin Mares  <[email protected]>
216aeaca5d3SMartin Mares
217224707baSMartin Mares	* Released as 2.1.99-test10.
218224707baSMartin Mares
21963e6f2e0SMartin Mares	* pci.ids: Synchronized with the current database snapshot.
22063e6f2e0SMartin Mares
221043ebdeeSMartin Mares	* update-pciids.sh: Changed the default URL for downloading pci.ids
222043ebdeeSMartin Mares	to http://pciids.sourceforge.net/v2.2/pci.ids.
223043ebdeeSMartin Mares
224043ebdeeSMartin Mares	* lib/pci.h (PCI_LIB_VERSION): Added version identifier.
225043ebdeeSMartin Mares
226aeaca5d3SMartin Mares	* lib/names.c: Rewritten the name database module almost from scratch.
227aeaca5d3SMartin Mares	Everything is much cleaner and there are hopefully no more memory leaks;
228aeaca5d3SMartin Mares	pci_lookup_name() now uses varargs in a backward compatible fashion.
229aeaca5d3SMartin Mares	Introduced PCI_LOOKUP_NO_NUMBERS.
230aeaca5d3SMartin Mares
231aeaca5d3SMartin Mares	The new code supports subsystem entries not tied to a specific device.
232aeaca5d3SMartin Mares	I had to extend the format of pci.ids in order to support it, so I have
233aeaca5d3SMartin Mares	extended the idea of the "C" (class) blocks and introduced "S" blocks
234aeaca5d3SMartin Mares	for subsystems. To avoid doing more incompatible changes in the future,
235aeaca5d3SMartin Mares	the parser skips unknown single-letter blocks without reporting errors.
236aeaca5d3SMartin Mares
237121c76c9SMartin Mares2005-08-23  Martin Mares  <[email protected]>
238121c76c9SMartin Mares
23954e13765SMartin Mares	* Released as 2.1.99-test9.
24054e13765SMartin Mares
24154e13765SMartin Mares	* Makefile (OPT): Removed -fomit-frame-pointer, it's default in recent
24254e13765SMartin Mares	gcc versions when optimizing anyway.
24354e13765SMartin Mares
24454e13765SMartin Mares	* Made the path to pci.ids customizable and independent on the SHAREDIR.
24554e13765SMartin Mares	Just override IDSDIR in the top-level Makefile.
24654e13765SMartin Mares
24754e13765SMartin Mares	* pci.ids: Synchronized with the current database snapshot.
24854e13765SMartin Mares
24984d437d6SMartin Mares	* lspci.man, setpci.man: Improved the man pages. Documented all access
25084d437d6SMartin Mares	methods and which operations are privileged.
25184d437d6SMartin Mares
25284d437d6SMartin Mares	* lspci.c: Another rewrite of config register caching, now also including
25384d437d6SMartin Mares	lots of internal checks. It should be now perfectly able to cope with
25484d437d6SMartin Mares	portions of the configuration space being inaccessible, for example
25584d437d6SMartin Mares	due to insufficient access rights.
25684d437d6SMartin Mares
2573b8bf739SMartin Mares	* lspci.c (show_pcix_nobridge, show_pcix_bridge): Cleaned up dumping of PCI-X
2583b8bf739SMartin Mares	capabilities. Includes partial support for PCI-X 2.0 (probably incomplete
2593b8bf739SMartin Mares	as I haven't seen the spec).
2603b8bf739SMartin Mares
2613b8bf739SMartin Mares	* lspci.c: Quell warnings about unused parameters.
2623b8bf739SMartin Mares
26384d437d6SMartin Mares	* lspci.c: Removed C++ comments.
26484d437d6SMartin Mares
2653b8bf739SMartin Mares	* lib/header.h: Merged definitions of extended capabilities and some new
2663b8bf739SMartin Mares	PCI-X capability bits from linux-2.6.11/include/pci.h.
2673b8bf739SMartin Mares
2683b8bf739SMartin Mares	* lspci.c (show_caps): Try to scan extended capabilities only if the
2693b8bf739SMartin Mares	device has either PCI-X or PCI Express capability in its normal capability
2703b8bf739SMartin Mares	list.
2713b8bf739SMartin Mares
272f7821e53SMartin Mares	* lib/dump.c (dump_init): Reading of dumps works again. The dump reader
273f7821e53SMartin Mares	now also remembers how much data it has read and refuses attempts to
274f7821e53SMartin Mares	access more than that.
275ea4e5f5dSMartin Mares
27646ea554dSMartin Mares	* setpci.man, lspci.c, README: prefer spelling "buses" over "busses".
27746ea554dSMartin Mares
2788afaab22SMartin Mares	* lspci.c: If alloca() is not available, use xmalloc(), not malloc().
2798afaab22SMartin Mares
280121c76c9SMartin Mares	* lib/configure: Added x86_64 on Linux.
281121c76c9SMartin Mares
282c1c2c30eSMartin Mares2005-08-22  Martin Mares  <[email protected]>
283c1c2c30eSMartin Mares
284b9ca9147SMartin Mares	* lib/filter.c (pci_filter_parse_slot): Fixed parsing of domain filters.
285b9ca9147SMartin Mares	Thanks to Matthew Wilcox for bug report.
286b9ca9147SMartin Mares
287c1c2c30eSMartin Mares	* lspci.c: Corrected spelling of "Hz" (it was "hz" at several places).
288b9ca9147SMartin Mares	Thanks to Krzysztof Oledzki for pointing that out.
289c1c2c30eSMartin Mares
29026542a0bSMartin Mares2004-08-19  Martin Mares  <[email protected]>
29126542a0bSMartin Mares
29226542a0bSMartin Mares	* pciutils.spec (%attr): Setting attributes for /sbin/* is an anachronism,
29326542a0bSMartin Mares	because pciutils by default install to /usr/sbin. Update.
29426542a0bSMartin Mares
2956aa54f1bSMartin Mares2004-08-13  Martin Mares  <[email protected]>
2966aa54f1bSMartin Mares
297aabb0a92SMartin Mares	* Released as 2.1.99-test8.
298aabb0a92SMartin Mares
299f31412d1SMartin Mares	* lib/types.h, lib/pci.h, lib/sysdep.h: `byte' and `word' are
300f31412d1SMartin Mares	no longer exported to the outside world.
301f31412d1SMartin Mares
302ee7d8384SMartin Mares	* README.Windows: Updated.
303ee7d8384SMartin Mares
304ee7d8384SMartin Mares	* maint/release: Substitute version number in win32/config.h.
305ee7d8384SMartin Mares
306ee7d8384SMartin Mares	* win32/config.h: Added.
307ee7d8384SMartin Mares
308ee7d8384SMartin Mares	* lib/sysdep.h (bzero, strcasecmp): are macros on Windows.
309ee7d8384SMartin Mares
310ee7d8384SMartin Mares	* compat/getopt.[ch]: Added copies of getopt.[ch] from the GNU
311ee7d8384SMartin Mares	C library for use on systems where the default libraries lack
312ee7d8384SMartin Mares	proper getopt. Currently used by the Windows port.
313ee7d8384SMartin Mares
314ee7d8384SMartin Mares	* lib/sysdep.h, lib/types.h: Updates of the Windows port from
315ee7d8384SMartin Mares	Alexander Stock.
316ee7d8384SMartin Mares
317489233b4SMartin Mares	* lib/types.h: If PCI_HAVE_Uxx_TYPES is defined, libpci doesn't define
318489233b4SMartin Mares	its own u8, u16, u32, byte and word types and uses what the user
319489233b4SMartin Mares	has supplied instead. With this change, all namespace clashes should
320489233b4SMartin Mares	be gone.
321489233b4SMartin Mares
322489233b4SMartin Mares	* Makefile, lib/Makefile: Updated dependencies.
323489233b4SMartin Mares
324489233b4SMartin Mares	* pciutils.h: Include lib/sysdep.h and move NONRET et al. there.
325489233b4SMartin Mares
326489233b4SMartin Mares	* lib/sysdep.h: No need to include <sys/types.h> on FreeBSD, because
327489233b4SMartin Mares	it is included unconditionally in lib/types.h.
328489233b4SMartin Mares
329489233b4SMartin Mares	* Moved system-dependent stuff from lib/internal.h to lib/sysdep.h,
330489233b4SMartin Mares	which is also used by the utilities. Also moved type declarations
331489233b4SMartin Mares	from lib/pci.h to lib/types.h.
332489233b4SMartin Mares
333489233b4SMartin Mares	* All files: Prepend a "PCI_" prefix in front of all configuration
334489233b4SMartin Mares	defines to avoid namespace clashes. CAVEAT: If there is any libpci
335489233b4SMartin Mares	application using the (undocumented) defines, it has to be updated.
336489233b4SMartin Mares
337489233b4SMartin Mares	* lib/Makefile: Killed HAVE_OWN_HEADER_H, since we stopped sharing
338489233b4SMartin Mares	headers with the kernel a couple of years ago.
339489233b4SMartin Mares
3409bb4b4eaSMartin Mares	* lib/sysfs.c (sysfs_get_resources): We have 7 resources, not 6.
3419bb4b4eaSMartin Mares
3426aa54f1bSMartin Mares	* lspci.c (show_rom): Use the same logic for printing disabled
3436aa54f1bSMartin Mares	or unassigned ROM's as we do in show_bases() for the other BAR's.
3446aa54f1bSMartin Mares
3456aa54f1bSMartin Mares	* lib/generic.c (pci_generic_fill_info): Better reaction to
3466aa54f1bSMartin Mares	invalid 64-bit addresses. Also d->hdrtype should not include
3476aa54f1bSMartin Mares	bit 7, which caused mysterious errors on multi-function devices.
3486aa54f1bSMartin Mares
3496aa54f1bSMartin Mares	* lib/generic.c (pci_generic_fill_info): Fill in base addresses
3506aa54f1bSMartin Mares	even if the regions are known to be disabled. It is the client's
3516aa54f1bSMartin Mares	job to interpret them. (And it is not a trivial job if you want
3526aa54f1bSMartin Mares	to do it correctly, since you need to check I/O and memory enables
3536aa54f1bSMartin Mares	on all upstream bridges, too.) However, it could be interesting to
3546aa54f1bSMartin Mares	introduce functions for interpreting the addresses and even for
3556aa54f1bSMartin Mares	mapping the regions and doing I/O on them.
3566aa54f1bSMartin Mares
35780e6c636SMartin Mares2004-07-30  Martin Mares  <[email protected]>
35880e6c636SMartin Mares
35980e6c636SMartin Mares	* lspci.c: HyperTransport improvements from Maciej.
36080e6c636SMartin Mares
361d6324891SMartin Mares2004-07-11  Martin Mares  <[email protected]>
362d6324891SMartin Mares
363d6324891SMartin Mares	* lib/sysfs.c (sysfs_get_resources): Arguments now correspond
364d6324891SMartin Mares	to the format string. [Patch by Bill Nottingham]
365d6324891SMartin Mares
366ec25b52dSMartin Mares2004-07-05  Martin Mares  <[email protected]>
367ec25b52dSMartin Mares
368362be683SMartin Mares	* Released as 2.1.99-test7.
369362be683SMartin Mares
370ec25b52dSMartin Mares	* lspci.c (config_fetch): Wanted to merge Matthew's bug fix, but
371ec25b52dSMartin Mares	ended up with rewriting the fetching mechanism to be fully dynamic,
372ec25b52dSMartin Mares	but avoid reading config space registers not explicitly requested.
373ec25b52dSMartin Mares
374ec25b52dSMartin Mares2004-06-29  Matthew Wilcox <[email protected]>
375ec25b52dSMartin Mares
376ec25b52dSMartin Mares	* lspci.c: More work on PCI Express dumping.
377ec25b52dSMartin Mares
378ec25b52dSMartin Mares	* lib/header.h: Updated PCI Express capability definitions.
379ec25b52dSMartin Mares
380ec25b52dSMartin Mares	* lib/proc.c (proc_read): Removed bogus warning.
381ec25b52dSMartin Mares
382ec25b52dSMartin Mares	* common.c (xrealloc): Introduced.
383ec25b52dSMartin Mares
384ec25b52dSMartin Mares	* lspci.man: Added -xxxx.
385ec25b52dSMartin Mares
38609817437SMartin Mares2004-06-27  Martin Mares  <[email protected]>
38709817437SMartin Mares
388d1fa27ebSMartin Mares	* Released as 2.1.99-test6.
389d1fa27ebSMartin Mares
3904d67aa89SMartin Mares	* lspci.c (show_msix), lib/header.h: Added dumping of MSI-X cap.
3914d67aa89SMartin Mares	Patch by Roland Dreier <[email protected]>, cleaned up by me.
3924d67aa89SMartin Mares
3934d67aa89SMartin Mares	* lspci.c (show_pcix_nobridge, show_pcix_bridge): Handle config_fetch()
3944d67aa89SMartin Mares	failures.
3954d67aa89SMartin Mares
3964d67aa89SMartin Mares	* lib/header.h: Added PCI Express extended capabilities. Again by Matthew.
3974d67aa89SMartin Mares
3984d67aa89SMartin Mares	* lspci.c (show_express): Added dumping of PCI Express cap.
3994d67aa89SMartin Mares	Patch by Matthew Wilcox.
4004d67aa89SMartin Mares
4014d67aa89SMartin Mares	* lib/header.h: Added a list of PCI 3.0 capabilities and also details
4024d67aa89SMartin Mares	on PCI Express caps. Patch by Matthew Wilcox <[email protected]>.
4034d67aa89SMartin Mares
40409817437SMartin Mares	* lspci.c (check_root): Gone. No explicit checks for root are needed,
40509817437SMartin Mares	report correct errors reported by the libpci instead.
40609817437SMartin Mares
40709817437SMartin Mares	* lspci.c: Added dumping of the extended config space on "-xxxx".
40809817437SMartin Mares	Better caching of config registers.
40909817437SMartin Mares
41009817437SMartin Mares	* setpci.c (main): Allow access to whole 4096 bytes of the config space.
41109817437SMartin Mares
41209817437SMartin Mares	* lib/sysfs.c, lib/proc.c: Don't print error messages on short reads,
41309817437SMartin Mares	just return the appropriate error code.
41409817437SMartin Mares
41509817437SMartin Mares	* lib: Added support for extended (4096-byte) configuration space,
41609817437SMartin Mares	currently implemented only in Linux proc and sysfs access methods
41709817437SMartin Mares	and of course in the dump reader.
41809817437SMartin Mares
4190d656226SMartin Mares2004-05-29  Martin Mares  <[email protected]>
4200d656226SMartin Mares
421c0eece92SMartin Mares	* Released as 2.1.99-test5.
422c0eece92SMartin Mares
423a2413560SMartin Mares	* lib/pci.h: Windows don't have the standard u_int* types.
424a2413560SMartin Mares
425a2413560SMartin Mares	* lib/internal.h: <sys/param.h> required on Windows for endianity
426a2413560SMartin Mares	macros.
427a2413560SMartin Mares
428a2413560SMartin Mares	* lib/i386-ports.c: Connected i386-io-windows.h.
429a2413560SMartin Mares
430a2413560SMartin Mares	* lspci.c (check_root): geteuid() is not available on Windows.
431a2413560SMartin Mares
432a2413560SMartin Mares	* lib/i386-io-windows.h: Added Windows port contributed by Alexander
433a2413560SMartin Mares	Stock <[email protected]>.
434a2413560SMartin Mares
435a2413560SMartin Mares	* lib/configure: Hopefully fixed SunOS port broken by various
436a2413560SMartin Mares	changes to the configure script.
437a2413560SMartin Mares
4380d656226SMartin Mares	* Makefile, lib/configure: Cross-compilation support, patch by Maciej.
4390d656226SMartin Mares
440138c0385SMartin Mares2004-05-28  Martin Mares  <[email protected]>
441138c0385SMartin Mares
4429f490382SMartin Mares	* Released as 2.1.99-test4.
4439f490382SMartin Mares
444cce2caacSMartin Mares	* lspci.c (show_verbose): Header type 1 is probably legal for all
445cce2caacSMartin Mares	types of bridges, not only for PCI-to-PCI bridges.
446cce2caacSMartin Mares
447b569ef09SMartin Mares	* lspci.c (format_agp_rate): Write "x16", not "x@".
448b569ef09SMartin Mares	(show_agp): rate[] could overflow.
449b569ef09SMartin Mares	Bugs reported by Jakub Bogusz <[email protected]>.
450b569ef09SMartin Mares
451bfc4fe7aSMartin Mares	* lspci.c (show_ht_*): Show HyperTransport capability with all its
452bfc4fe7aSMartin Mares	details. Once again code by Maciej simplified (i.e., possibly broken)
453bfc4fe7aSMartin Mares	by me.
454bfc4fe7aSMartin Mares
455bfc4fe7aSMartin Mares	* lib/header.h: Added declarations of HyperTransport capability.
456bfc4fe7aSMartin Mares	Again thanks to Maciej.
457bfc4fe7aSMartin Mares
458138c0385SMartin Mares	* lspci.c: Decode all bits of the secondary status word in type 1 headers.
459138c0385SMartin Mares	Thanks to Maciej W. Rozycki <[email protected]> for the patch.
460138c0385SMartin Mares
4618fc75dbcSMartin Mares2003-12-27  Martin Mares  <[email protected]>
4628fc75dbcSMartin Mares
46381abd2a7SMartin Mares	* Released as 2.1.99-test3.
46481abd2a7SMartin Mares
4651f7c91ccSMartin Mares	* lspci.man, setpci.man: Document domains and correct spelling.
4661f7c91ccSMartin Mares
4671f7c91ccSMartin Mares	* lib/dump.c (dump_init): Added ability to read domain numbers.
4681f7c91ccSMartin Mares
46984c8d1bbSMartin Mares	* lspci.c: Devices in domains different from 0 have their slot number
4701f7c91ccSMartin Mares	printed as "<domain>:<bus>:<slot>.<func>". Tree view supports domains
4711f7c91ccSMartin Mares	as well.
47284c8d1bbSMartin Mares
47384c8d1bbSMartin Mares	* lib/filter.c: Slot filters understand domains.
47484c8d1bbSMartin Mares
47584c8d1bbSMartin Mares	* lib/generic.c: Mention the domain in slot numbers in all error messages.
47684c8d1bbSMartin Mares
47784c8d1bbSMartin Mares	* lib/internal.h: The #ifdef for Linux <asm/byteorder.h> was wrong.
47884c8d1bbSMartin Mares
47984c8d1bbSMartin Mares	* lib/access.c (pci_get_dev): Added support for domains.
48084c8d1bbSMartin Mares
48184c8d1bbSMartin Mares	* lib/sysfs.c (sysfs_scan): Read vendor and device ID from the config
48284c8d1bbSMartin Mares	registers (or to be precise, leave it for the generic parts of the pcilib
48384c8d1bbSMartin Mares	to do so) instead of reading them from the sysfs. It's faster this way.
48484c8d1bbSMartin Mares
48584c8d1bbSMartin Mares	* lspci.c (show_pcix): Don't touch pci_dev->hdrtype, it's an internal
48684c8d1bbSMartin Mares	variable. Better read it from the config registers (it's cached anyway).
48784c8d1bbSMartin Mares
48884c8d1bbSMartin Mares	* lib/sysfs.c (sysfs_scan), lib/proc.c (proc_scan): Don't read the hdrtype.
48984c8d1bbSMartin Mares	  lib/generic.c (pci_generic_fill_info): If hdrtype is -1 (unset), read it.
49084c8d1bbSMartin Mares	  Saves lots of unnecessary file accesses.
49184c8d1bbSMartin Mares
49211f7b31bSMartin Mares	* lib/pci.h (PCIADDR_PORT_FMT): Use %llx instead of %Lx, because the latter
49311f7b31bSMartin Mares	is not supported by all C libraries.
49411f7b31bSMartin Mares
49511f7b31bSMartin Mares	* Makefile: Always enter the lib directory (remember that we don't have
49611f7b31bSMartin Mares	full dependecies for the library in the top-level Makefile; hmmm, another
49711f7b31bSMartin Mares	thing to rewrite some day).
49811f7b31bSMartin Mares
49911f7b31bSMartin Mares	* lib/sysfs.c: Added Linux sysfs access method based on the patch
50011f7b31bSMartin Mares	written by Matthew Wilcox <[email protected]>.
50111f7b31bSMartin Mares
50211f7b31bSMartin Mares	* lib/proc.c: Renamed the access method name from "/proc/bus/pci" to "Linux-proc".
50311f7b31bSMartin Mares
50411f7b31bSMartin Mares	* lib/pread.h: The hacks to support pread on various versions
50511f7b31bSMartin Mares	of Linux libc moved there.
50611f7b31bSMartin Mares
50711f7b31bSMartin Mares	* lib/proc.c (proc_setup): The return value of snprintf() varies
50811f7b31bSMartin Mares	between glibc versions, so we need to check both for a negative
50911f7b31bSMartin Mares	values and for too large values.
51011f7b31bSMartin Mares
5114284af58SMartin Mares	* Removed last few references to the "Linux PCI Utilities", the
5124284af58SMartin Mares	package is pretty cross-platform now :)
5134284af58SMartin Mares
5144284af58SMartin Mares2003-12-27  Martin Mares  <[email protected]>
5154284af58SMartin Mares
516ab12277eSMartin Mares	* Released as 2.1.99-test2.
517ab12277eSMartin Mares
518ab12277eSMartin Mares	* README, pciutils.lsm, pciutils.spec: Use @VERSION@ to make the
519ab12277eSMartin Mares	release scripts insert the current version. "make release" is gone.
520ab12277eSMartin Mares
521ab12277eSMartin Mares	* maint/release, maint/release.pm: Added a new system of scripts for
522ab12277eSMartin Mares	making releases including inter-version diffs etc.
523ab12277eSMartin Mares
524ab12277eSMartin Mares	* Makefile: Cleaned up.
525ab12277eSMartin Mares
526ab12277eSMartin Mares	* lib/fbsd-device.c: I patched another copy of this file by mistake,
527ab12277eSMartin Mares	this time the version checks should be right.
528ab12277eSMartin Mares
529ab12277eSMartin Mares2003-12-27  Martin Mares  <[email protected]>
530ab12277eSMartin Mares
5316d722cd6SMartin Mares	* Released as 2.1.99-test1.
5326d722cd6SMartin Mares
533dd33246aSMartin Mares	* pciutils.h, common.c, lspci.man, setpci.man, lib/internal.h:
534dd33246aSMartin Mares	Remove shadows of the syscall access method which was never
535dd33246aSMartin Mares	implemented.
536dd33246aSMartin Mares
53780b3121aSMartin Mares	* update-pciids.sh: Try to preserve permissions of the old file
53880b3121aSMartin Mares	if chmod supports --reference. Should close Debian Bug #223740.
53980b3121aSMartin Mares
5406aea909aSMartin Mares	* lib/proc.c (proc_setup): Increased path name length limit to 1024.
5416aea909aSMartin Mares	Thanks for Redhat and Mandrake for inspiration.
5426aea909aSMartin Mares
5436aea909aSMartin Mares	* lib/configure: Recognize ppc and ppc64, both have 64-bit addresses.
5446aea909aSMartin Mares	Grabbed from Redhat (Fedora) patches.
5456aea909aSMartin Mares
5466aea909aSMartin Mares2003-12-27  Martin Mares  <[email protected]>
5476aea909aSMartin Mares
548f701ff47SMartin Mares	Merged bug fixes from Debian patches:
549f701ff47SMartin Mares
550f701ff47SMartin Mares	* lspci.c (show_verbose): "Cache Line Size" should be capitalized.
551f701ff47SMartin Mares
552f701ff47SMartin Mares	* lspci.c (show_pcix_nobridge): Added a missing newline.
553f701ff47SMartin Mares
5542240db8cSMartin Mares	* lib/proc.c (proc_scan): When reading the header type, don't
5552240db8cSMartin Mares	forget to clear the topmost bit indicating that the device has
556f701ff47SMartin Mares	multiple functions.
5572240db8cSMartin Mares
5582240db8cSMartin Mares2003-12-27  Martin Mares  <[email protected]>
5592240db8cSMartin Mares
56045902995SMartin Mares	Updated the FreeBSD port. Thanks to Samy Al Bahra <[email protected]>
56145902995SMartin Mares	for the patches:
56245902995SMartin Mares
56345902995SMartin Mares	* lib/Makefile: Add ${FREEBSD_SYS} to the include path if it's defined.
56445902995SMartin Mares	* lib/fbsd-device.c: Select the right set of system includes according
56545902995SMartin Mares	to __FreeBSD_version.
56645902995SMartin Mares
56745902995SMartin Mares2003-12-27  Martin Mares  <[email protected]>
56845902995SMartin Mares
5698fc75dbcSMartin Mares	Merged support for Solaris on i386 by Bill Moore <[email protected]>
5708fc75dbcSMartin Mares	and cleaned up:
5718fc75dbcSMartin Mares
5728fc75dbcSMartin Mares	* lib/configure: Recognize SunOS.
5738fc75dbcSMartin Mares	* lib/internal.h: Learn how to recognize byte order on SunOS.
5748fc75dbcSMartin Mares	* lib/i386-ports.c: Split OS-dependent I/O port access from i386-ports.c.
5758fc75dbcSMartin Mares	* lib/i386-io-linux.h: Linux specific part.
5768fc75dbcSMartin Mares	* lib/i386-io-hurd.h: GNU/Hurd specific part.
5778fc75dbcSMartin Mares	* lib/i386-io-sunos.h: SunOS specific part.
5788fc75dbcSMartin Mares
5799739916eSMartin Mares2003-12-26  Martin Mares  <[email protected]>
5809739916eSMartin Mares
5819739916eSMartin Mares	* lib/header.h (PCI_*_MASK): Cast to pciaddr_t explicitly.
5829739916eSMartin Mares
5839739916eSMartin Mares	* lib/pci.h: Types declared in <sys/types.h> should be usable on all
5849739916eSMartin Mares	platforms we currently support, so kill the forest of #ifdef's and
5859739916eSMartin Mares	use them in all cases.
5869739916eSMartin Mares
5879739916eSMartin Mares	* lib/pci.h: Use ULONG_MASK to decide whether we should use long
5889739916eSMartin Mares	or long long to represent a 64-bit address. Killed HAVE_LONG_ADDRESS.
5899739916eSMartin Mares	Define format strings for addresses, port numbers and IRQ numbers
5909739916eSMartin Mares	directly in pci.h.
5919739916eSMartin Mares
5929739916eSMartin Mares	* lib/proc.c (proc_scan): Use PCIADDR_T_FMT for scanf'ing addresses.
5939739916eSMartin Mares
59480459c65SMartin Mares2003-12-26  Marco Gerards  <[email protected]>
59580459c65SMartin Mares
59680459c65SMartin Mares	Added support for the GNU Hurd (cleaned up by Martin Mares):
59780459c65SMartin Mares
59880459c65SMartin Mares	* lib/configure [GNU]: Use the i386 ports for configuration access.
59980459c65SMartin Mares	* lib/i386-ports.c: Don't call iopl() on the Hurd.
60080459c65SMartin Mares	* lib/pci.h [OS_GNU]: Include <sys/types.h> and use it for defining
60180459c65SMartin Mares	u8 to u32.
60280459c65SMartin Mares
603a85769a8SMartin Mares2003-12-26  Martin Mares  <[email protected]>
604a85769a8SMartin Mares
6057dacd9c8SMartin Mares	* lspci.c (show_pcix_bridge, show_pcix_nobridge): Don't forget to call
6067dacd9c8SMartin Mares	config_fetch() to ensure that the registers have been read. Thanks to
6077dacd9c8SMartin Mares	Bill Wood <[email protected]> for the patch.
6087dacd9c8SMartin Mares
6097dacd9c8SMartin Mares	* lspci.c: Ensure that failure of config_fetch() is handled correctly
6107dacd9c8SMartin Mares	at all places.
6117dacd9c8SMartin Mares
6124063c31cSMartin Mares	* lspci.man: There was one more explicit reference to /usr/share/pci.ids.
6134063c31cSMartin Mares	Changed to @SHAREDIR@. Patch from Maciej W. Rozycki <[email protected]>.
6144063c31cSMartin Mares
6153fe8a38dSMartin Mares	* setpci.c (main): Better error messages.
6163fe8a38dSMartin Mares
6175f5b1a7bSMartin Mares	* setpci.c (ex_op): The demo mode should disable only writing, not reading.
6185f5b1a7bSMartin Mares
6195f5b1a7bSMartin Mares	* setpci.man: The documentation was inconsistent on what should -D do.
6205f5b1a7bSMartin Mares	Document the new behaviour.
621b251f40bSMartin Mares
62291e37a49SMartin Mares	* pciutils.h, common.c, setpci.c: Introduced a NONRET macro encapsulating
62391e37a49SMartin Mares	the GCC specific __attribute__((noreturn)) and killed the hack with
62491e37a49SMartin Mares	redefining __attribute__ on non-GCC compilers.
62591e37a49SMartin Mares
6264afd29d3SMartin Mares	* Makefile: Added missing dependencies. Parallel builds work now.
6274afd29d3SMartin Mares	Problem reported by Andreas Haumer <[email protected]>, but I chose
6284afd29d3SMartin Mares	a different fix.
6294afd29d3SMartin Mares
630b0f1a03bSMartin Mares	* Makefile (MANDIR): Use `:=' instead of `=' to avoid executing the shell
631b0f1a03bSMartin Mares	command every time $(MANDIR) is referenced.
632b0f1a03bSMartin Mares
633b7fd8e19SMartin Mares	* lspci.c (main): The error message for `lspci -s' incorrectly mentioned
634b7fd8e19SMartin Mares	a `-f' switch. Reported by Steve Finney <[email protected]>.
635b7fd8e19SMartin Mares
63605bb10a2SMartin Mares	* lib/generic.c: Removed memory leak in pci_generic_bus_scan().
63705bb10a2SMartin Mares	Reported by Gary Parnes <[email protected]>.
63805bb10a2SMartin Mares
639a832f6f1SMartin Mares	* Replaced obsolete syntax of __attribute__((unused)) in the middle of
640a832f6f1SMartin Mares	parameter declarations (which is no longer supported by GCC 3.1) by the
641a832f6f1SMartin Mares	current syntax (attribute at the end). Thanks to [email protected]
642a832f6f1SMartin Mares	for reporting this problem.
643a832f6f1SMartin Mares
644a85769a8SMartin Mares	* Removed CVS $Id$ tags from all files.
645a85769a8SMartin Mares
646a85769a8SMartin Mares	* Makefile: Added some more warnings.
647a85769a8SMartin Mares
648b7351143SMartin Mares	* setpci.c: Cleaned up mask/value code.
649b7351143SMartin Mares
650b7351143SMartin Mares2003-12-08 Thayne Harbaugh <[email protected]>
651b7351143SMartin Mares
652b7351143SMartin Mares	* setpci.c: Individual bits to be set can be specified as <value>:<mask>.
653b7351143SMartin Mares
6542a5d5cf9SMartin Mares2003-11-29  Martin Mares  <[email protected]>
6552a5d5cf9SMartin Mares
6562a5d5cf9SMartin Mares	* Imported the pciutils sources to my Arch repository. Good-bye, CVS.
6572a5d5cf9SMartin Mares
658d772ef15SMartin Mares2003-01-04  Martin Mares  <[email protected]>
659d772ef15SMartin Mares
6601b95f396SMartin Mares	* Released as 2.1.11.
6611b95f396SMartin Mares
662c83293ebSMartin Mares	* Makefile: Changed configuration of installation directories --
663c83293ebSMartin Mares	all paths are now set at the top of the Makefile instead of being
664c83293ebSMartin Mares	scattered between the installation rules. The default installation
665c83293ebSMartin Mares	now goes always to /usr/local regardless of the OS as most distributions
666c83293ebSMartin Mares	already contain some version of pciutils and we don't want custom
667c83293ebSMartin Mares	installations to interfere with the default ones.
668c83293ebSMartin Mares
669c83293ebSMartin Mares	* Makefile: Removed a couple of ancient install hacks: we no longer
670c83293ebSMartin Mares	try to avoid overwriting a newer pci.ids file (users are now expected
671c83293ebSMartin Mares	to use update-ids) and we don't try to remove /etc/pci.ids (a long time
672c83293ebSMartin Mares	has passed since the last version which used it).
673c83293ebSMartin Mares
674e2875dcdSMartin Mares	* Makefile: Paths to pci.ids in man pages automatically get the right path.
675e2875dcdSMartin Mares
6761b95f396SMartin Mares	* Added the update-ids utility.
6770138a2a7SMartin Mares
678d772ef15SMartin Mares	* lib: Removed partially implemented "syscall" access method which will
679d772ef15SMartin Mares	probably never be needed.
680d772ef15SMartin Mares
681eb620239SMartin Mares2002-12-27  Martin Mares  <[email protected]>
682eb620239SMartin Mares
683130090bdSMartin Mares	* lib/nbsd-libpci.c: Cleaned up and hopefully made it endian safe.
684130090bdSMartin Mares
685eb620239SMartin Mares	* lib/generic.c (pci_generic_scan_bus): Added work-around for devices with
686eb620239SMartin Mares	discontiguous numbering of functions. This is already present in the Linux
687eb620239SMartin Mares	kernel for several years, but I forgot to update pciutils as well.
688eb620239SMartin Mares
689848b4347SMartin Mares2002-12-26  Martin Mares  <[email protected]>
690848b4347SMartin Mares
691579b19ffSMartin Mares	* lib/header.h, lspci.c: Dump AGP3 flags and speeds.
692579b19ffSMartin Mares
693579b19ffSMartin Mares	* lib/pci.h, Makefile: Removed HAVE_OWN_HEADER_H. Always use our own header,
694579b19ffSMartin Mares	there is no reason to prefer the kernel version.
695579b19ffSMartin Mares
696579b19ffSMartin Mares	* lib/proc.c (proc_scan): Don't forget to initialize hdrtype.
697579b19ffSMartin Mares
698848b4347SMartin Mares	* Added preliminary version of NetBSD support by Quentin Garnier
699848b4347SMartin Mares	<[email protected]>.
700848b4347SMartin Mares
701f0952474SMartin Mares2002-04-06  Martin Mares  <[email protected]>
702f0952474SMartin Mares
703f0952474SMartin Mares	* lspci.c: Mention "-xxx" in the help.
704f0952474SMartin Mares
705d2f666f1SMartin Mares2002-03-30  Martin Mares  <[email protected]>
706d2f666f1SMartin Mares
7079bd44bb0SMartin Mares	* Released as 2.1.10.
7089bd44bb0SMartin Mares
709a33d0eb7SMartin Mares	* Removed pci.ids from the CVS as they are now maintained separately.
710a33d0eb7SMartin Mares	They are still included in the tarball, but if you are building	pciutils
711a33d0eb7SMartin Mares	from CVS sources or you want to get a newer ID file than the one distributed,
712a33d0eb7SMartin Mares	just use "make update-ids" to download the most recent snapshot from
713a33d0eb7SMartin Mares	pciids.sf.net.
714a33d0eb7SMartin Mares
715a33d0eb7SMartin Mares	* Makefile, README: Updated accordingly.
716a33d0eb7SMartin Mares
717a33d0eb7SMartin Mares	* Makefile: Added a couple of maintenance targets.
718a33d0eb7SMartin Mares
719a33d0eb7SMartin Mares	* maint/*: Maintainer's utilities now reside here (present only in CVS,
720a33d0eb7SMartin Mares	not in the tarball).
721a33d0eb7SMartin Mares
722d2f666f1SMartin Mares	* lib/names.c (parse_name_list): End-of-line comments are no longer
723d2f666f1SMartin Mares	supported. Hashes are now perfectly valid in all names and they start
724d2f666f1SMartin Mares	a comment only at the start of the line.
725d2f666f1SMartin Mares
726ee551b73SMartin Mares2002-03-26  Martin Mares  <[email protected]>
727ee551b73SMartin Mares
72807159913SMartin Mares	* README: Rewritten.
72907159913SMartin Mares
730ee551b73SMartin Mares	* Makefile: When the currently installed pci.ids file is newer than
731ee551b73SMartin Mares	the version to be installed, don't overwrite it. Suggested by
732ee551b73SMartin Mares	Jean Delvare <[email protected]>.
733ee551b73SMartin Mares
734bc7b1d62SMartin Mares2002-03-24  Martin Mares  <[email protected]>
735bc7b1d62SMartin Mares
7365f5e6f64SMartin Mares	* lspci.c (show_pcix_bridge): Added PCI-X capability display.
7375f5e6f64SMartin Mares	Contributed by Jeff Garzik <[email protected]>.
7385f5e6f64SMartin Mares
7395f5e6f64SMartin Mares	* lib/header.h: Added PCI-X stuff. Again by Jeff.
7405f5e6f64SMartin Mares
7415f5e6f64SMartin Mares	* Makefile (CFLAGS): -Werror is gone.
7425f5e6f64SMartin Mares
743a1052f16SMartin Mares	* lspci.c (format_agp_rate): Fixed AGP rate reporting.
744a1052f16SMartin Mares
745bc7b1d62SMartin Mares	* lib/filter.c (pci_filter_parse_slot): Allow bus 0xff, slot 0x1f and
746bc7b1d62SMartin Mares	function 7.
747bc7b1d62SMartin Mares
748bc7b1d62SMartin Mares	* lib/names.c (pci_lookup_name): When printing unknown subsystem vendor
749bc7b1d62SMartin Mares	or device hexadecimally, don't confuse it with chip vendor/device ID.
750bc7b1d62SMartin Mares	First reported by Marc Boucher <[email protected]>.
751bc7b1d62SMartin Mares
752f793990cSMartin Mares2001-11-04  Martin Mares  <[email protected]>
753f793990cSMartin Mares
754ee551b73SMartin Mares	* Released as 2.1.9.
755ee551b73SMartin Mares
756f793990cSMartin Mares	* pci.ids: Synced with the PCI ID Repository at SourceForge
757f793990cSMartin Mares	(http://pciids.sourceforge.net/).
758f793990cSMartin Mares
7591d174e56SMartin Mares2000-08-25  Martin Mares  <[email protected]>
7601d174e56SMartin Mares
7611d174e56SMartin Mares	* pci.ids: Updated ID's, synced with kernel 2.4.0-test7.
7621d174e56SMartin Mares
76365b4327eSMartin Mares2000-06-13  Martin Mares  <[email protected]>
76465b4327eSMartin Mares
76565b4327eSMartin Mares	* Makefile (uninstall): Fixed.
76665b4327eSMartin Mares
76765b4327eSMartin Mares	* pci.ids: ID updates.
76865b4327eSMartin Mares
7694a219d5fSMartin Mares2000-05-20  Martin Mares  <[email protected]>
7704a219d5fSMartin Mares
7714a219d5fSMartin Mares	* Released as 2.1.8.
7724a219d5fSMartin Mares
7734a219d5fSMartin Mares	* pci.ids: ID updates.
7744a219d5fSMartin Mares
7754a219d5fSMartin Mares	* lspci.c (show_verbose): Min/max latency is now printed in nanoseconds.
7764a219d5fSMartin Mares
7774a219d5fSMartin Mares2000-05-04  Martin Mares  <[email protected]>
7784a219d5fSMartin Mares
7794a219d5fSMartin Mares	* lspci.c (show_verbose): If the header type doesn't match device
7804a219d5fSMartin Mares	class, just print a warning and still use the header type, assuming
7814a219d5fSMartin Mares	bogus class info.
7824a219d5fSMartin Mares
78310c90662SMartin Mares2000-05-01  Martin Mares  <[email protected]>
78410c90662SMartin Mares
78572b9b690SMartin Mares	* lspci.c (show_pm): Updated according to PCI PM specs 1.1.
78672b9b690SMartin Mares
78710c90662SMartin Mares	* pci.ids: Updated Contemporary Control ARCnet card entries.
78810c90662SMartin Mares
78910c90662SMartin Mares	* pci.ids: Synchronized class list with latest PCI SIG documents.
79010c90662SMartin Mares
791a239ade6SMartin Mares2000-04-29  Martin Mares  <[email protected]>
792a239ade6SMartin Mares
793a239ade6SMartin Mares	* lib/names.c (pci_lookup_name): Fixed the cheat.
794a239ade6SMartin Mares
795a239ade6SMartin Mares	* lib/internal.h: Moved UNUSED/inline hacks above all other declarations.
796a239ade6SMartin Mares
797a239ade6SMartin Mares	* pci.ids: Various ID updates.
798a239ade6SMartin Mares
7992c83b860SMartin Mares2000-04-21  Martin Mares  <[email protected]>
8002c83b860SMartin Mares
8012c83b860SMartin Mares	* Released as 2.1.7.
8022c83b860SMartin Mares
8032c83b860SMartin Mares	* pciutils.spec: Added German description.
8042c83b860SMartin Mares
8052c83b860SMartin Mares	* lib/names.c (pci_lookup_name): Added a cheat for case that subsystem ID's
8062c83b860SMartin Mares	are the same as device ID and just output subsystem name according to
8072c83b860SMartin Mares	device name.
8082c83b860SMartin Mares
8092c83b860SMartin Mares	* lib/proc.c: Use UNUSED instead of __attribute__((unused)).
8102c83b860SMartin Mares
8112c83b860SMartin Mares	* lib/pci.h: Added the correct typedefs for AIX.
8122c83b860SMartin Mares
8132c83b860SMartin Mares	* lib/generic.c (pci_generic_scan_bus): Export.
8142c83b860SMartin Mares
8152c83b860SMartin Mares	* lib/configure: Detect AIX. Use "echo '...\c'" instead of
8162c83b860SMartin Mares	"echo -n" if the shell isn't bash.
8172c83b860SMartin Mares
8182c83b860SMartin Mares	* lspci.c: Avoid using alloca() if not compiled by GCC.
8192c83b860SMartin Mares	(insert_dev): Avoid returning a void value.
8202c83b860SMartin Mares
8212c83b860SMartin Mares	* Makefile: Choose which install utility to use according to
8222c83b860SMartin Mares	OS type. Also use `-o' instead of `-or' in find arguments.
8232c83b860SMartin Mares	Part of the AIX port.
8242c83b860SMartin Mares
8252c83b860SMartin Mares	* lib/aix-device.c: Added AIX low-level interface. Contributed
8262c83b860SMartin Mares	by Dave Johnson <[email protected]>, thanks a lot!
8272c83b860SMartin Mares
8282c83b860SMartin Mares	* pci.ids: Few new ID's.
8292c83b860SMartin Mares
8302c83b860SMartin Mares	* pciutils.h, lib/internal.h: Redefine __attribute__ and inline
8312c83b860SMartin Mares	when not compiled by GCC.
8322c83b860SMartin Mares
833c1a828daSMartin Mares2000-04-17  Martin Mares  <[email protected]>
834c1a828daSMartin Mares
835c1a828daSMartin Mares	* Released as 2.1.6.
836c1a828daSMartin Mares
837c1a828daSMartin Mares	* pci.ids: Added a large batch of ID's contributed by Gunther
838c1a828daSMartin Mares	Mayer <[email protected]> and synced the
839c1a828daSMartin Mares	list with the 2.3.99pre6 kernel.
840c1a828daSMartin Mares
841e91dd3abSMartin MaresThu Mar  9 13:11:39 2000  Martin Mares  <[email protected]>
842e91dd3abSMartin Mares
843a80b79a9SMartin Mares	* lib/example.c: Added a simple example of how to use
844a80b79a9SMartin Mares	the library.
845a80b79a9SMartin Mares
84689984232SMartin Mares	* lspci.man, setpci.man: Revealed --version. Well spotted
84789984232SMartin Mares	by Adam Sulmicki.
84889984232SMartin Mares
849e91dd3abSMartin Mares	* pci.ids: Added lots of new ID's and synced with 2.3.50.
850e91dd3abSMartin Mares
85178d9c5e2SMartin MaresTue Feb 15 00:16:21 2000  Martin Mares  <[email protected]>
85278d9c5e2SMartin Mares
85378d9c5e2SMartin Mares	* Released as 2.1.5.
85478d9c5e2SMartin Mares
85578d9c5e2SMartin Mares	* pciutils.spec: Updated spec file from Andreas Jaeger. Now using
85678d9c5e2SMartin Mares	%{_mandir} to find the right location to install manual pages to.
85778d9c5e2SMartin Mares
85878d9c5e2SMartin Mares	* pci.ids: New ID's.
85978d9c5e2SMartin Mares
86078d9c5e2SMartin Mares	* setpci.c (main): Don't crash when `-s' or `-d' is given with
86178d9c5e2SMartin Mares	no argument.
86278d9c5e2SMartin Mares
863f8141ae2SMartin MaresMon Jan 24 20:04:11 2000  Andreas Jaeger  <[email protected]>
864f8141ae2SMartin Mares
865f8141ae2SMartin Mares	* lib/i386-ports.c: Include <asm/io.h> only on systems without
866f8141ae2SMartin Mares	glibc.
867f8141ae2SMartin Mares
868f8141ae2SMartin MaresMon Jan 24 11:24:43 2000  Martin Mares  <[email protected]>
869f8141ae2SMartin Mares
870f8141ae2SMartin Mares	* Makefile: Modified to work with the Linux FHS brain-damaged idea
871f8141ae2SMartin Mares	of putting man pages to /usr/share/man. Now we choose either /usr/man
872f8141ae2SMartin Mares	or /usr/share/man depending on which one exists.
873f8141ae2SMartin Mares
87459e76e8bSMartin MaresSun Jan 23 10:52:34 2000  Martin Mares  <[email protected]>
87559e76e8bSMartin Mares
87659e76e8bSMartin Mares	* pci.ids: Synced with Linux 2.3.40.
87759e76e8bSMartin Mares
87859e76e8bSMartin Mares	* Released as version 2.1.4.
87959e76e8bSMartin Mares
8802dfd48cdSMartin MaresThu Jan 20 11:08:32 2000  Martin Mares  <[email protected]>
8812dfd48cdSMartin Mares
8822715403fSMartin Mares	* lspci.c (scan_device): Fixed bug in reading of cardbus extensions.
8832715403fSMartin Mares
88481077814SMartin Mares	* lib/proc.c: pread/pwrite fixed again, this time on libc5 :(
88581077814SMartin Mares
88681077814SMartin Mares	* lspci.c (format_agp_rate): Better formatting of AGP rates.
88781077814SMartin Mares
88881077814SMartin Mares	* pci.ids: New ID's.
88981077814SMartin Mares
8902dfd48cdSMartin Mares	* lib/configure: Added configuration for ia64 (the same as for Alpha).
8912dfd48cdSMartin Mares	Patch from Stephane Eranian <[email protected]>.
8922dfd48cdSMartin Mares
8935a258860SMartin MaresThu Jan 13 23:01:52 2000  Martin Mares  <[email protected]>
8945a258860SMartin Mares
8955a258860SMartin Mares	* Released as version 2.1.3.
8965a258860SMartin Mares
8975a258860SMartin Mares	* pci.ids: New ID's.
8985a258860SMartin Mares
8995a258860SMartin Mares	* lspci.c: Alpha IO_FORMAT fix by Andrea Arcangeli.
9005a258860SMartin Mares
9015a258860SMartin Mares	* lib/access.c: Corrected order of access methods -- it's wonderful how
9025a258860SMartin Mares	long could such a bug remain unspotted. Thanks go to Andreas Schockenhoff.
9035a258860SMartin Mares
9040c047bbeSMartin MaresSat Dec 11 23:34:48 1999  Martin Mares  <[email protected]>
9050c047bbeSMartin Mares
9060c047bbeSMartin Mares	* Released as version 2.1.2.
9070c047bbeSMartin Mares
9080c047bbeSMartin Mares	* lib/names.c (pci_lookup_name): Fixed printing of unknown subsystem ID's.
9090c047bbeSMartin Mares
91033bc28a5SMartin MaresSat Dec  4 13:11:03 1999  Martin Mares  <[email protected]>
91133bc28a5SMartin Mares
91239231205SMartin Mares	* Released as version 2.1.1.
91339231205SMartin Mares
91433bc28a5SMartin Mares	* pci.ids: Several new ID's.
91533bc28a5SMartin Mares
91633bc28a5SMartin Mares	* setpci.c (exec_op): Don't forget to increment address after writing
91733bc28a5SMartin Mares	single value, so that `30.b=12,34,56,78' works as expected. Reported
91833bc28a5SMartin Mares	by Petr Soucek <[email protected]>.
91933bc28a5SMartin Mares
9208d047897SMartin MaresWed Nov  3 10:24:38 1999  Martin Mares  <[email protected]>
9218d047897SMartin Mares
9228d047897SMartin Mares	* lspci.c (show_terse): If prog-if is zero, but it's present in the
9238d047897SMartin Mares	ID list, show it.
9248d047897SMartin Mares
9256afc6538SMartin MaresSat Oct 30 11:06:35 1999  Martin Mares  <[email protected]>
9266afc6538SMartin Mares
9276afc6538SMartin Mares	* Released as version 2.1.
9286afc6538SMartin Mares
9296afc6538SMartin Mares	* pci.ids: Synced to devlist.h in 2.3.24 kernel. Merged in
9306afc6538SMartin Mares	lots of contributed entries.
9316afc6538SMartin Mares
9328f756113SMartin MaresThu Oct 14 10:40:12 1999  Dave Jones    <[email protected]>
9338f756113SMartin Mares
9348f756113SMartin Mares	* pci.ids: Added lots of subsystem definitions.
9358f756113SMartin Mares
936d4798a32SMartin MaresSat Oct  9 14:32:28 1999  Martin Mares  <[email protected]>
937d4798a32SMartin Mares
938d4798a32SMartin Mares	* setpci.man: Better example.
939d4798a32SMartin Mares
940d4798a32SMartin Mares	* lspci.c: Resolve prog-if names.
941d4798a32SMartin Mares
942d4798a32SMartin Mares	* lib/names.c: Adapted to new pci.ids syntax.
943d4798a32SMartin Mares
944d4798a32SMartin Mares	* pci.ids: Reorganized the pci.ids file. Subsystems are listed
945d4798a32SMartin Mares	under devices, classes can optionally contain prog-if information.
946d4798a32SMartin Mares	New ID's, as usually.
947d4798a32SMartin Mares
948e306e911SMartin MaresWed Sep 22 09:45:24 1999  Martin Mares  <[email protected]>
949e306e911SMartin Mares
950e306e911SMartin Mares	* pci.ids: New ID's. As usually.
951e306e911SMartin Mares
952e306e911SMartin Mares	* lspci.c (show_htype1, show_htype2): Don't show `closed' bridge windows
953e306e911SMartin Mares	unless we're vvvery verbose.
954e306e911SMartin Mares
955e306e911SMartin MaresMon Sep 20 11:22:54 1999  Martin Mares  <[email protected]>
956e306e911SMartin Mares
957e306e911SMartin Mares	* lspci.c (show_htype2): Don't forget a TAB before the "I/O window" line.
958e306e911SMartin Mares
959e64a576cSMartin MaresTue Sep 14 09:31:01 1999  Martin Mares  <[email protected]>
960e64a576cSMartin Mares
961e64a576cSMartin Mares	* pci.ids: New ID's. Again.
962e64a576cSMartin Mares
963c36c0862SMartin MaresThu Aug  5 17:45:42 1999  Martin Mares  <[email protected]>
964c36c0862SMartin Mares
965c36c0862SMartin Mares	* lspci.c (show_size): Don't show size if it's zero (usually
966c36c0862SMartin Mares	due to bus-centric mode being enabled).
967c36c0862SMartin Mares
9681ca42433SMartin MaresTue Jul 20 13:25:09 1999  Martin Mares  <[email protected]>
9691ca42433SMartin Mares
970168b4f46SMartin Mares	* lib/pci.h: Types are OS dependent.
971168b4f46SMartin Mares
972168b4f46SMartin Mares	* lib/internal.h: Byte order hacks are OS dependent.
973168b4f46SMartin Mares
974168b4f46SMartin Mares	* lib/configure: Recognize FreeBSD. Also set OS_XXX according to the OS.
975168b4f46SMartin Mares
976168b4f46SMartin Mares	* lib/Makefile, lib/access.c: Added fbsd-device target.
977168b4f46SMartin Mares
978168b4f46SMartin Mares	* pci.ids: Added an entry for PLX 9080 bridges with subsystem ID
979168b4f46SMartin Mares	incorrectly set to device ID.
980168b4f46SMartin Mares
981168b4f46SMartin Mares	* README: Added a note that we support FreeBSD.
982168b4f46SMartin Mares
983168b4f46SMartin Mares	* Makefile (PREFIX, ROOT): Set it depending on the OS.
984168b4f46SMartin Mares	(%.8): Grrr, BSD date is not able to convert date formats the same way
985168b4f46SMartin Mares	as GNU date does. Use sed instead.
986168b4f46SMartin Mares	(install): Use `-c' when calling install.
987168b4f46SMartin Mares
988168b4f46SMartin Mares	* lib/fbsd-device.c: Added FreeBSD /dev/pci access module contributed
989168b4f46SMartin Mares	by Jari Kirma <[email protected]>.
990168b4f46SMartin Mares
991bc6346dfSMartin Mares	* lib/proc.c: Rewrote the pread/pwrite things once again. Use pread
992bc6346dfSMartin Mares	and pwrite only when we are certain it's safe (i.e., glibc 2.1
993bc6346dfSMartin Mares	on all architectures or any libc on a i386 where we really know
994bc6346dfSMartin Mares	how to use syscalls directly). In all other cases, emulate it
995bc6346dfSMartin Mares	with lseek/read/write.
996bc6346dfSMartin Mares
9971ca42433SMartin Mares	* pci.ids: Some more IDs.
9981ca42433SMartin Mares
9991ca42433SMartin MaresMon Jul 19 14:10:36 1999  Martin Mares  <[email protected]>
10001ca42433SMartin Mares
10011ca42433SMartin Mares	* pci.ids: Added IDs of parallel port controller cards as sent
10021ca42433SMartin Mares	by Tim Waugh <[email protected]>.
10031ca42433SMartin Mares
1004e95c8373SMartin MaresWed Jul  7 00:55:48 1999  Martin Mares  <[email protected]>
1005e95c8373SMartin Mares
1006e95c8373SMartin Mares	* lib/proc.c (proc_scan): HAVE_LONG_ADDRESS instead of HAVE_64BIT_ADDRESS.
1007e95c8373SMartin Mares
1008e95c8373SMartin Mares	* lspci.c: ADDR_FORMAT now depends on both HAVE_64BIT_ADDRESS and
1009e95c8373SMartin Mares	HAVE_LONG_ADDRESS.
1010e95c8373SMartin Mares
1011e95c8373SMartin Mares	* lib/configure: HAVE_64BIT_ADDRESS now doesn't imply that the addresses
1012e95c8373SMartin Mares	are represented as long long. Introduced a new flag HAVE_LONG_ADDRESS
1013e95c8373SMartin Mares	to indicate this. Both Sparc architectures now use both 64BIT_ADDRESS
1014e95c8373SMartin Mares	and LONG_ADDRESS since they have 32-bit userland, but don't set LONG_ADDRESS
1015e95c8373SMartin Mares	on Alpha.
1016e95c8373SMartin Mares
1017e95c8373SMartin Mares	* lspci.c (show_msi): Added dumping of the MSI capability.
1018e95c8373SMartin Mares	(show_slotid): The same for SlotID capability.
1019e95c8373SMartin Mares	(show_caps): Seperated capability dumping, because it should
1020e95c8373SMartin Mares	be used for both htype0 and htype1. Even PCI 2.2 doesn't mention
1021e95c8373SMartin Mares	layout of htype2, so I'm a bit unsure about it wrt capabilities
1022e95c8373SMartin Mares	-- they at least have to live somewhere else since address 0x34
1023e95c8373SMartin Mares	is already defined differently in htype2.
1024e95c8373SMartin Mares
1025e95c8373SMartin Mares	* lib/header.h (PCI_STATUS_UDF): Marked as obsolete (PCI 2.2).
1026e95c8373SMartin Mares	(PCI_BASE_ADDRESS_MEM_TYPE_1M): Ditto.
1027e95c8373SMartin Mares	(PCI_CAP_ID_*): Added some new capabilities defined in PCI 2.2.
1028e95c8373SMartin Mares
1029e95c8373SMartin Mares	* lspci.c (show_htype0): Mask out lowest 2 bits from all capability pointers
1030e95c8373SMartin Mares	(required by the PCI 2.2 specs).
1031e95c8373SMartin Mares
1032e95c8373SMartin MaresMon Jul  5 12:45:19 1999  Martin Mares  <[email protected]>
1033e95c8373SMartin Mares
1034e95c8373SMartin Mares	* lspci.c (show_size): Added new function for dumping of region sizes.
1035e95c8373SMartin Mares	(show_rom): Added. Now correctly dumps unassigned ROM addresses, disabled
1036e95c8373SMartin Mares	ROMs et cetera.
1037e95c8373SMartin Mares
1038e95c8373SMartin Mares	* lib/pci.h (struct pci_dev): known_fields moved to the public part
1039e95c8373SMartin Mares	of the structure.
1040e95c8373SMartin Mares
1041e95c8373SMartin Mares	* Added support for region sizes. Needs support in the kernel, because
1042e95c8373SMartin Mares	sizes have to be scanned before drivers initialize yourself. pci_fill_info()
1043e95c8373SMartin Mares	now returns a bitmask of what fields were really read.
1044e95c8373SMartin Mares
104582ce97c9SMartin MaresMon Jun 28 18:37:51 1999  Dave Jones    <[email protected]>
104682ce97c9SMartin Mares
104782ce97c9SMartin Mares	* Makefile:
104882ce97c9SMartin Mares	  Added `uninstall' target - removes all traces of pciutils.
104982ce97c9SMartin Mares	* pci.ids:
105082ce97c9SMartin Mares	  - Lots of cleanups in the ATI, S3, Adaptec vendors.
105182ce97c9SMartin Mares	  - Changed Compaq QVision 1280/p definitions, as it's not possible
105282ce97c9SMartin Mares	    to determine the revision from the device ID.
105382ce97c9SMartin Mares	  - Same for the Tseng ET4000.
105482ce97c9SMartin Mares	    The id's said I had a rev C, when it was actually a rev B.
105582ce97c9SMartin Mares	  - Removed some unnecessary strings
105682ce97c9SMartin Mares	    `PCI'. Unless it's an AGP card, it should be obvious that it's PCI.
105782ce97c9SMartin Mares	    `Ethernet card'. This should be determined from config space.
105882ce97c9SMartin Mares	  - Lots of other new vendors & devices
105982ce97c9SMartin Mares	  - Other additional small cleanups.
106082ce97c9SMartin Mares
10617bed2d83SMartin MaresMon Jun 21 22:11:10 1999  Martin Mares  <[email protected]>
10627bed2d83SMartin Mares
10637bed2d83SMartin Mares	* lib/names.c (pci_lookup_name): When device ID lookup
10647bed2d83SMartin Mares	fails, return hexadecimal device ID instead of vendor ID.
10657bed2d83SMartin Mares	Well spotted by Axel Bodemann <[email protected]>,
10667bed2d83SMartin Mares	I've just extended the fix to subsystem ID's.
10677bed2d83SMartin Mares
10685ba3a475SMartin MaresThu Jun 17 19:48:21 1999  Martin Mares  <[email protected]>
10695ba3a475SMartin Mares
10705ba3a475SMartin Mares	* lspci.c (show_agp): Bug fix from Petr Vandrovec
10715ba3a475SMartin Mares	<[email protected]>. The command register was displayed
10725ba3a475SMartin Mares	incorrectly.
10735ba3a475SMartin Mares
10745ba3a475SMartin MaresWed Jun  2 22:42:44 1999  Martin Mares  <[email protected]>
10755ba3a475SMartin Mares
10765ba3a475SMartin Mares	* lib/proc.c (SYS_pread, SYS_pwrite): Use hard-coded
10775ba3a475SMartin Mares	numbers if not supplied by the libc.
10785ba3a475SMartin Mares
107955c815b5SMartin MaresWed May 19 13:24:39 1999  Martin Mares  <[email protected]>
108055c815b5SMartin Mares
108155c815b5SMartin Mares	* Released the whole package as version 2.0.
108255c815b5SMartin Mares
108355c815b5SMartin MaresFri May 14 22:42:02 1999  Martin Mares  <[email protected]>
108455c815b5SMartin Mares
108555c815b5SMartin Mares	* pci.ids: Added several new ID's contributed by people
108655c815b5SMartin Mares	on the linux-pci list.
108755c815b5SMartin Mares
1088dec16943SMartin MaresMon Apr 19 15:21:08 1999  Jakub Jelinek  <[email protected]>
1089dec16943SMartin Mares
1090dec16943SMartin Mares	* lspci.c: Display I/O addresses correctly on sparc64.
1091dec16943SMartin Mares	* lib/header.h: Ditto.
1092dec16943SMartin Mares
1093dec16943SMartin Mares	* lib/configure: On sparc set HAVE_64BIT* as well, we want
1094dec16943SMartin Mares	a binary which works on both 32bit and 64bit SPARCs.
1095dec16943SMartin Mares
1096e33c9c7aSMartin MaresSun Apr 18 21:14:58 1999  Martin Mares  <[email protected]>
1097e33c9c7aSMartin Mares
1098e33c9c7aSMartin Mares	* lspci.c, lib/proc.c: Alpha compilation fixes from Matthew Jacob
1099e33c9c7aSMartin Mares	<[email protected]>.
1100e33c9c7aSMartin Mares
1101e33c9c7aSMartin Mares	* pci.ids: A lot of updates from Adam J. Richter <[email protected]>.
1102e33c9c7aSMartin Mares
1103f3395cc5SMartin MaresSun Feb 28 22:26:21 1999  Martin Mares  <[email protected]>
1104f3395cc5SMartin Mares
1105f3395cc5SMartin Mares	* lspci.c (do_map_bus): Don't dump functions 1--7 if not flagged
1106f3395cc5SMartin Mares	as a multi-function device, because several single-function devices
1107f3395cc5SMartin Mares	don't decode the function bits at all.
1108f3395cc5SMartin Mares
1109f3395cc5SMartin MaresSun Feb 14 23:48:22 1999  Martin Mares  <[email protected]>
1110f3395cc5SMartin Mares
1111f3395cc5SMartin Mares	* Makefile (install): Don't use "-o root -g root" for installation
1112f3395cc5SMartin Mares	since it breaks on machines where programs are not installed by root.
1113f3395cc5SMartin Mares	Reported by Richard Gooch <[email protected]>
1114f3395cc5SMartin Mares
1115f3395cc5SMartin MaresTue Feb  9 15:54:39 1999  Martin Mares  <[email protected]>
1116f3395cc5SMartin Mares
1117f3395cc5SMartin Mares	* lspci.c (show_bases): Use new address masking macros and pciaddr_t.
1118f3395cc5SMartin Mares
1119f3395cc5SMartin Mares	* lib/pci.h: Using pciaddr_t for bus addresses, which are 32-bit
1120f3395cc5SMartin Mares	or 64-bit depending on CPU.
1121f3395cc5SMartin Mares
1122f3395cc5SMartin Mares	* lib/pci.h (PCI_ADDR_MEM_MASK): Added macros for address masks
1123f3395cc5SMartin Mares	according to bus address width.
1124f3395cc5SMartin Mares
11251c31d620SMartin MaresThu Jan 28 20:54:16 1999  Martin Mares  <[email protected]>
11261c31d620SMartin Mares
11271c31d620SMartin Mares	* Released as 1.99.4.
11281c31d620SMartin Mares
11291c31d620SMartin Mares	* lspci.c: Capability list parser now recognizes both AGP
11301c31d620SMartin Mares	registers and PCI Power Management registers (the latter
11311c31d620SMartin Mares	is mainly guesswork based on DEC/Intel 21153 bridge specs
11321c31d620SMartin Mares	since I don't have the PCI Power Management document).
11331c31d620SMartin Mares
11341c31d620SMartin Mares	* lspci.c: Replaced numerous occurences of (x & flag) ? '+' : '-'
11351c31d620SMartin Mares	by FLAG macro.
11361c31d620SMartin Mares
11371c31d620SMartin Mares	* lspci.c: Added bridge checks to bus mapping code.
11381c31d620SMartin Mares
11391812a795SMartin MaresWed Jan 27 14:59:16 1999  Martin Mares  <[email protected]>
11401812a795SMartin Mares
11411812a795SMartin Mares	* lspci.c: Implemented bus mapping mode (-M).
11421812a795SMartin Mares
11431812a795SMartin Mares	* lspci.c (scan_devices): Split to scan_devices() and scan_device().
11441812a795SMartin Mares	(show): Split to show() and show_device().
11451812a795SMartin Mares
11461812a795SMartin Mares	* lib/access.c (pci_init): When a->method == PCI_ACCESS_AUTO,
11471812a795SMartin Mares	set it to the real access method afterwards.
11481812a795SMartin Mares
11491812a795SMartin MaresMon Jan 25 23:46:13 1999  Martin Mares  <[email protected]>
11501812a795SMartin Mares
11511812a795SMartin Mares	* lib/generic.c (pci_generic_fill_info): If in buscentric mode,
11521812a795SMartin Mares	don't check PCI_COMMAND for I/O and memory enables.
11531812a795SMartin Mares
1154f6c86928SMartin MaresMon Jan 25 21:28:49 1999  Martin Mares  <[email protected]>
1155f6c86928SMartin Mares
1156f6c86928SMartin Mares	* Makefile: Added target `release' which substitutes new version
1157f6c86928SMartin Mares	number to .spec, .lsm and README. Also rewrote target `dist'.
1158f6c86928SMartin Mares
1159f6c86928SMartin Mares	* Released as 1.99.3.
1160f6c86928SMartin Mares
1161b5137411SMartin MaresSun Jan 24 22:10:36 1999  Martin Mares  <[email protected]>
1162b5137411SMartin Mares
1163d6b297d0SMartin Mares	* lib/header.h: Until kernel adopts new layout of PCI
1164d6b297d0SMartin Mares	includes (i.e., separate declaration of header structure,
1165d6b297d0SMartin Mares	functions and device IDs), which is not going to happen
1166d6b297d0SMartin Mares	before 2.3, we'll use our own definiton of the header.
1167d6b297d0SMartin Mares
1168b5137411SMartin Mares	* lspci.c (show_verbose): Display `Cap' flag in device status.
1169b5137411SMartin Mares
1170b5137411SMartin Mares	* lspci.c (show_htype0): Display capability lists whereever
1171b5137411SMartin Mares	available. The only capability name we recognize now is `AGP'.
1172b5137411SMartin Mares	Unfortunately, capabilities are stored in device-dependent
1173b5137411SMartin Mares	portion of the configuration space and are thus available
1174b5137411SMartin Mares	only to root unless you read a dump.
1175b5137411SMartin Mares
1176b5137411SMartin Mares	* lspci.c (scan_devices): Use cache instead of buffering.
1177b5137411SMartin Mares
1178b5137411SMartin Mares	* lib/buffer.c: Removed (obsoleted by the cache).
1179b5137411SMartin Mares
1180b5137411SMartin Mares	* lib/access.c: Added general caching mechanism.
1181b5137411SMartin Mares
118281ce358dSMartin MaresSat Jan 23 21:30:54 1999  Martin Mares  <[email protected]>
118381ce358dSMartin Mares
118481ce358dSMartin Mares	* pci.ids: Added few devices.
118581ce358dSMartin Mares
1186727ce158SMartin MaresFri Jan 22 19:29:31 1999  Martin Mares  <[email protected]>
1187727ce158SMartin Mares
1188727ce158SMartin Mares	* Version string is now defined in top-level Makefile, exported
1189727ce158SMartin Mares	to the configure script and also substituted to man pages.
1190727ce158SMartin Mares
1191727ce158SMartin Mares	* lspci.c (show_bases): Rewrote displaying of 64-bit addresses.
1192727ce158SMartin Mares	(show_verbose): Rewrote interrupt display logic.
1193727ce158SMartin Mares
1194727ce158SMartin Mares	* lib/i386-ports.c: Include sys/io.h only on glibc systems.
1195727ce158SMartin Mares
1196727ce158SMartin Mares	* lib/configure: Rewrote detection of Linux versions. Now it
1197727ce158SMartin Mares	works on 2.0 kernels (only with direct/dump access, of course).
1198727ce158SMartin Mares
1199727ce158SMartin Mares	* lib/internal.h: New bytesex macros using <asm/byteorder.h>
1200727ce158SMartin Mares	whenever available.
1201727ce158SMartin Mares
1202727ce158SMartin Mares	* lib/proc.c (proc_read, proc_write): Distinguish between short
1203727ce158SMartin Mares	read/write and real errors.
1204727ce158SMartin Mares
1205727ce158SMartin Mares	* lspci.c (show_htype{0,1}): Always use d->dev->rom_base_addr since
1206727ce158SMartin Mares	libpci respects buscentric mode automatically.
1207727ce158SMartin Mares
1208727ce158SMartin Mares	* lspci.c (show_hex_dump): For CardBus bridges, print out 128
1209727ce158SMartin Mares	bytes of header (the whole standard part).
1210727ce158SMartin Mares
1211727ce158SMartin Mares	* common.c: pcilib options are now all uppercase. Also moved
1212727ce158SMartin Mares	PCI access debugging option here.
1213727ce158SMartin Mares
1214727ce158SMartin Mares	* Released as 1.99.2.
1215727ce158SMartin Mares
1216727ce158SMartin MaresWed Jan 20 22:50:35 1999  Martin Mares  <[email protected]>
1217727ce158SMartin Mares
1218727ce158SMartin Mares	* Wrote configure script and rewrote Makefiles.
1219727ce158SMartin Mares
1220727ce158SMartin Mares	* Removed few unused variables.
1221727ce158SMartin Mares
1222727ce158SMartin MaresWed Jan 20 12:21:56 1999  Martin Mares  <[email protected]>
1223727ce158SMartin Mares
1224727ce158SMartin Mares	* common.c: Moved several functions used in both setpci and lspci
1225727ce158SMartin Mares	here. This includes parsing of libpci-related options.
1226727ce158SMartin Mares
1227727ce158SMartin Mares	* More library tweaks.
1228727ce158SMartin Mares
1229727ce158SMartin Mares	* filter.c, names.c: Moved to library.
1230727ce158SMartin Mares
1231727ce158SMartin Mares	* setpci: Rewritten to use the library.
1232727ce158SMartin Mares
1233727ce158SMartin Mares	* Released as 1.99.1.
1234727ce158SMartin Mares
1235727ce158SMartin MaresTue Jan 19 23:00:12 1999  Martin Mares  <[email protected]>
1236727ce158SMartin Mares
1237727ce158SMartin Mares	* lspci.c (scan_devices): For cardbus bridges, read first 128
1238727ce158SMartin Mares	bytes of config space to get full standard header.
1239727ce158SMartin Mares
1240727ce158SMartin Mares	* Makefile (CFLAGS): Removed "-Wno-unused".
1241727ce158SMartin Mares
1242727ce158SMartin Mares	* Started the "New Generation" branch and introduced the
1243727ce158SMartin Mares	PCI library.
1244727ce158SMartin Mares
1245727ce158SMartin Mares	* lspci: Rewritten to use the library.
1246727ce158SMartin Mares
12476ece6bc6SMartin MaresTue Jan 19 22:24:08 1999  Martin Mares  <[email protected]>
12486ece6bc6SMartin Mares
12496ece6bc6SMartin Mares	* Released as version 1.10.
12506ece6bc6SMartin Mares
12516ece6bc6SMartin MaresMon Jan 18 08:51:17 1999  Martin Mares  <[email protected]>
12526ece6bc6SMartin Mares
12536ece6bc6SMartin Mares	* lspci.8, setpci.8: Miscellaneous fixes as suggested by
12546ece6bc6SMartin Mares	Dag Wieers <[email protected]>.
12556ece6bc6SMartin Mares
12561212dd6dSMartin MaresSun Nov 29 20:05:56 1998  Martin Mares  <[email protected]>
12571212dd6dSMartin Mares
12581212dd6dSMartin Mares	* pciutils.spec (Name): Update from Krzysztof G. Baranowski.
12591212dd6dSMartin Mares
1260d38471fdSMartin MaresSun Nov 22 10:49:56 1998  Martin Mares  <[email protected]>
1261d38471fdSMartin Mares
1262d38471fdSMartin Mares	* Makefile, pciutils.h: Moved pci.ids to /usr/share.
1263d38471fdSMartin Mares
1264d38471fdSMartin Mares	* Released as version 1.09.
1265d38471fdSMartin Mares
1266371f605bSMartin MaresWed Nov 18 15:47:05 1998  Martin Mares  <[email protected]>
1267371f605bSMartin Mares
1268371f605bSMartin Mares	* lspci.c (show_htype1): Fixed displaying of prefetchable memory behind
1269371f605bSMartin Mares	bridge. Thanks to Petr Vandrovec <[email protected]> for bug report.
1270371f605bSMartin Mares
127110be47abSMartin MaresFri Oct 23 18:59:19 1998  Martin Mares  <[email protected]>
127210be47abSMartin Mares
127310be47abSMartin Mares	* setpci.c: Don't include <syscall-list.h> with glibc >= 2.1.
127410be47abSMartin Mares
1275472bd340SMartin MaresMon Oct 19 21:53:30 1998  Martin Mares  <[email protected]>
1276472bd340SMartin Mares
1277472bd340SMartin Mares	* Released as version 1.08.
1278472bd340SMartin Mares
1279472bd340SMartin Mares	* setpci.c: glibc 2.1.x already defines pread() and pwrite().
1280472bd340SMartin Mares
1281472bd340SMartin Mares	* lspci.8: Changed warning about lspci -xxx.
1282472bd340SMartin Mares
1283472bd340SMartin Mares	* lspci.c: Require "-xxx" for full configuration space dump, so that
1284472bd340SMartin Mares	it's impossible to crash the machine by single typo.
1285472bd340SMartin Mares
1286472bd340SMartin Mares	* specs: Added (courtesy of Krzysztof G. Baranowski <[email protected]>).
1287472bd340SMartin Mares
1288072c77e5SMartin MaresWed Sep  9 12:03:24 1998  Martin Mares  <[email protected]>
1289072c77e5SMartin Mares
1290072c77e5SMartin Mares	* lspci.c (show_bases): Better displaying of unassigned and
1291072c77e5SMartin Mares	disabled bases. Thanks to Gabriel Paubert <[email protected]>
1292072c77e5SMartin Mares	for an idea.
1293072c77e5SMartin Mares
1294b7554856SMartin MaresWed Sep  2 10:58:01 1998  Martin Mares  <[email protected]>
1295b7554856SMartin Mares
1296b7554856SMartin Mares	* setpci.c (pread): Recognize glibc 1.99 numbered as 2.0 on the PPC.
1297b7554856SMartin Mares	(thanks to Geert Uytterhoeven for finding this out)
1298b7554856SMartin Mares
1299ce503b7fSMartin MaresFri Jul 17 10:43:30 1998  Martin Mares  <[email protected]>
1300ce503b7fSMartin Mares
1301ce503b7fSMartin Mares	* lspci.c (show_verbose): Print subsystem ID using the new resolver.
1302ce503b7fSMartin Mares	(show_machine): Print subsystem ID.
1303ce503b7fSMartin Mares
1304ce503b7fSMartin Mares	* names.c: New name resolution engine supporting subsystem IDs.
1305ce503b7fSMartin Mares
1306ce503b7fSMartin Mares	* Released as version 1.07.
1307ce503b7fSMartin Mares
130896e4f295SMartin MaresWed Jul 15 15:37:21 1998  Martin Mares  <[email protected]>
130996e4f295SMartin Mares
131096e4f295SMartin Mares	* lspci.c (show_htype2 etc.): Displaying of CardBus headers.
131196e4f295SMartin Mares	(show_bases): Honor the `cnt' argument.
131296e4f295SMartin Mares	(grow_tree): Parse CardBus headers in tree mode as well.
131396e4f295SMartin Mares
131496e4f295SMartin Mares	* pci.h: Updated CardBus header field description. I still don't
131596e4f295SMartin Mares	have the CardBus standard available, but OZ6832 specs contain
131696e4f295SMartin Mares	full description of all header fields supported by the chip.
131796e4f295SMartin Mares
13186ae3650aSMartin MaresTue Jun  9 22:53:59 1998  Martin Mares  <[email protected]>
13196ae3650aSMartin Mares
1320304f9a0bSMartin Mares	* Released as 1.06.
1321304f9a0bSMartin Mares
13226ae3650aSMartin Mares	* names.c (parse_name_list): Killed an unused variable.
13236ae3650aSMartin Mares
13246ae3650aSMartin Mares	* setpci.c (pread, pwrite): Define SYS_(pread|pwrite) as __NR_\1
13256ae3650aSMartin Mares	if they are not defined by glibc (needed for glibc built on older
13266ae3650aSMartin Mares	kernels). Ugly.
13276ae3650aSMartin Mares
13286ae3650aSMartin Mares	* setpci.c (exec_op): Fixed error messages. Thanks, Steve!
13296ae3650aSMartin Mares
13304b88a6b8SMartin MaresMon Jun  8 10:59:22 1998  Martin Mares  <[email protected]>
13314b88a6b8SMartin Mares
13324b88a6b8SMartin Mares	* Released as 1.05.
13334b88a6b8SMartin Mares
13344b88a6b8SMartin Mares	* setpci.c: Problems with pread()/pwrite() with glibc on Alpha
13354b88a6b8SMartin Mares	should be gone. Again thanks to Steve for bug report.
13364b88a6b8SMartin Mares
13374b88a6b8SMartin Mares	* filter.c (filter_parse_slot): Fixed ":x" type filters.
13384b88a6b8SMartin Mares
13394b88a6b8SMartin Mares	* pci.ids: Killed duplicate entry. Thanks to Stephen Williams
13404b88a6b8SMartin Mares	<[email protected]> for reporting this.
13414b88a6b8SMartin Mares
13424b88a6b8SMartin MaresSun Jun  7 19:27:51 1998  Martin Mares  <[email protected]>
13434b88a6b8SMartin Mares
13444b88a6b8SMartin Mares	* lspci.c (main), setpci.c (main): Implemented "--version".
13454b88a6b8SMartin Mares
13464b88a6b8SMartin Mares	* Released as 1.04.
13474b88a6b8SMartin Mares
13484b88a6b8SMartin Mares	* pciutils.h (PCIUTILS_VERSION): Added version string.
13494b88a6b8SMartin Mares
13504b88a6b8SMartin Mares	* filter.c, names.c: Extraneous #include <linux/pci.h> removed.
13514b88a6b8SMartin Mares	Thanks to Geert Uytterhoeven <[email protected]>
13524b88a6b8SMartin Mares	for bug report.
13534b88a6b8SMartin Mares
13549b306998SMartin MaresThu May 28 14:45:58 1998  Martin Mares  <[email protected]>
13559b306998SMartin Mares
13569b306998SMartin Mares	* pci.ids: More updates from Jens Maurer.
13579b306998SMartin Mares
1358b372672fSMartin MaresWed Apr 22 10:00:39 1998  Martin Mares  <[email protected]>
1359b372672fSMartin Mares
1360b372672fSMartin Mares	* pci.ids: Updates from Jens Maurer.
1361b372672fSMartin Mares
1362b2c9b373SMartin MaresSun Apr 19 11:14:25 1998  Martin Mares  <[email protected]>
1363b2c9b373SMartin Mares
1364b372672fSMartin Mares	* Released as 1.03.
1365b372672fSMartin Mares
1366b2c9b373SMartin Mares	* setpci.8: Written.
1367b2c9b373SMartin Mares
1368b2c9b373SMartin Mares	* setpci.c: Finished.
1369b2c9b373SMartin Mares
1370b2c9b373SMartin Mares	* lspci.c: Now able to fetch expansion ROM base from kernel device list
1371b2c9b373SMartin Mares	and print it if not in buscentric mode.
1372b2c9b373SMartin Mares
1373e4842ff3SMartin MaresTue Mar 31 23:11:57 1998  Martin Mares  <[email protected]>
1374e4842ff3SMartin Mares
1375e4842ff3SMartin Mares	* setpci.c: Added.
1376e4842ff3SMartin Mares
1377e4842ff3SMartin MaresSun Mar 22 15:39:08 1998  Martin Mares  <[email protected]>
1378e4842ff3SMartin Mares
1379e4842ff3SMartin Mares	* lspci.8: Updated the documentation.
1380e4842ff3SMartin Mares
1381e4842ff3SMartin Mares	* lspci.c: Modified to use the new filtering mechanism (options -f and -d).
1382e4842ff3SMartin Mares
1383e4842ff3SMartin Mares	* filter.c: Introduced new generic device filter.
1384e4842ff3SMartin Mares
1385008407bdSMartin MaresThu Mar 19 17:03:48 1998  Martin Mares  <[email protected]>
1386008407bdSMartin Mares
1387008407bdSMartin Mares	* lspci.c (grow_tree, show_tree_dev, print_it): Fixed displaying
1388008407bdSMartin Mares	of PCI-to-PCI bridges in the tree format.
1389008407bdSMartin Mares
13900a33d0ecSMartin MaresSun Feb 15 10:12:25 1998  Martin Mares  <[email protected]>
13910a33d0ecSMartin Mares
13920a33d0ecSMartin Mares	* lspci.c (show_machine): Added non-verbose mode of machine-readable
13930a33d0ecSMartin Mares	dump.
13940a33d0ecSMartin Mares
13950a33d0ecSMartin Mares	* pci.ids: Updates from Jens Maurer.
13960a33d0ecSMartin Mares
13970a33d0ecSMartin Mares	* Released as version 1.02.
13980a33d0ecSMartin Mares
13990a33d0ecSMartin MaresThu Feb 12 16:53:28 1998  Martin Mares  <[email protected]>
14000a33d0ecSMartin Mares
14010a33d0ecSMartin Mares	* lspci.c: Added a "-m" switch for dumping machine-readable
14020a33d0ecSMartin Mares	configuration data (requested by Bjoern Kriews <[email protected]>).
14030a33d0ecSMartin Mares
1404fb38eee8SMartin MaresMon Feb  9 13:17:43 1998  Martin Mares  <[email protected]>
1405fb38eee8SMartin Mares
1406fb38eee8SMartin Mares	* Makefile, pciutils.h: Include local pci.h instead of <linux/pci.h>
1407fb38eee8SMartin Mares	if available. This should avoid all problems with official kernel
1408fb38eee8SMartin Mares	not synchronized to newer PCI code in CVS -- standard distribution
1409fb38eee8SMartin Mares	of pciutils now contains pci.h from current CVS kernel, pciutils
1410fb38eee8SMartin Mares	in CVS contain no pci.h and use the correct kernel include.
1411fb38eee8SMartin Mares
1412fb38eee8SMartin Mares	* Makefile: Fixed installation path for man pages.
1413fb38eee8SMartin Mares
14142f48f637SMartin MaresSat Feb  7 15:15:46 1998  Martin Mares  <[email protected]>
14152f48f637SMartin Mares
14162f48f637SMartin Mares	* README: Updated.
14172f48f637SMartin Mares
14182f48f637SMartin Mares	* lspci.8: Created a man page.
14192f48f637SMartin Mares
14202f48f637SMartin Mares	* Releasing as version 1.0.
14212f48f637SMartin Mares
14222f48f637SMartin MaresTue Feb  3 20:56:00 1998  Martin Mares  <[email protected]>
14232f48f637SMartin Mares
14242f48f637SMartin Mares	* Makefile: Recognize architecture by calling uname and pass it as ARCH_xxx
14252f48f637SMartin Mares	to all the C sources. This should eliminate problems with 32-bit compilers
14262f48f637SMartin Mares	on sparc64.
14272f48f637SMartin Mares
14282f48f637SMartin Mares	* lspci.c (show_verbose): Recognize CardBus bridge header type.
14292f48f637SMartin Mares	(show_htype2): Stub routine.
14302f48f637SMartin Mares	(scan_config): Write sensible error message if the kernel denies reading of
14312f48f637SMartin Mares	upper part of the PCI config space.
1432