xref: /pciutils/ChangeLog (revision e49ed044)
1*e49ed044SMartin Mares2007-02-06  Martin Mares  <[email protected]>
2*e49ed044SMartin Mares
3*e49ed044SMartin Mares	* lib/types.h, lib/configure: Solaris should use <stdint.h> to get precise
4*e49ed044SMartin Mares	integer types.
5*e49ed044SMartin Mares
69de2768cSMartin Mares2007-02-04  Martin Mares  <[email protected]>
79de2768cSMartin Mares
89de2768cSMartin Mares	* lspci.c: alloca() needs <alloca.h>.
99de2768cSMartin Mares
10d19394dbSMartin Mares2006-09-17  Martin Mares  <[email protected]>
11d19394dbSMartin Mares
12d19394dbSMartin Mares	* lib/dump.c: Fixed a couple of bugs in the dump backend which caused
13d19394dbSMartin Mares	devices with domains or with extended config space to be read incorrectly.
14d19394dbSMartin Mares	Also, dumps with partial lines are allowed now.
15d19394dbSMartin Mares
16934e7e36SMartin Mares2006-09-10  Martin Mares  <[email protected]>
17934e7e36SMartin Mares
18f09856deSMartin Mares	* pci.ids: Updated to the current database snapshot.
19f09856deSMartin Mares
20934e7e36SMartin Mares	* lspci.c (scan_device): If an error occurs when reading the standard config
21934e7e36SMartin Mares	header of a device, report it and ignore the device and return with exit
22934e7e36SMartin Mares	code 2 at the end.
23934e7e36SMartin Mares
24b2055313SMartin Mares2006-09-09  Martin Mares  <[email protected]>
25b2055313SMartin Mares
26fb260653SMartin Mares	* Released as 2.2.4.
27fb260653SMartin Mares
281865e2ddSMartin Mares	* maint/release: Remind the maintainer about the current PCI_LIB_VERSION.
291865e2ddSMartin Mares
30028dffb2SMartin Mares	* lib/pci.h: Updated PCI_LIB_VERSION.
31028dffb2SMartin Mares
3213081e57SMartin Mares	* lspci.c (show_machine): In the `-m' mode, do proper shell escaping
3313081e57SMartin Mares	if the fields printed contain quotes or backslashes.
3413081e57SMartin Mares
353fd6b4d2SMartin Mares	* lspci.c (show_machine): Added a `-vmm' mode, which removes the misuse
363fd6b4d2SMartin Mares	of the `Device' tag for two different purposes.
373fd6b4d2SMartin Mares
38840d09aeSMartin Mares	* Makefile: Moved all system-dependent decisions to lib/configure,
39840d09aeSMartin Mares	since config.mk is included in the top-level Makefile anyway.
40840d09aeSMartin Mares
412100f710SMartin Mares	* lib/configure: When configuring for Linux, ignore the kernel version
422100f710SMartin Mares	and always build all access methods.
432100f710SMartin Mares
443e9c7a18SMartin Mares	* Makefile (CFLAGS): Removed -Winline, it's not needed and triggers
453e9c7a18SMartin Mares	at many non-interesting places with gcc 3.4.
463e9c7a18SMartin Mares
4794db5c82SMartin Mares	* Whitespace cleanup of all source files.
4894db5c82SMartin Mares
49cc062b4aSMartin Mares	* The pci.ids file can be stored compressed if zlib is available.
50cc062b4aSMartin Mares	Added transparent decompression to lib/names.c, modified update-pciids.sh
51cc062b4aSMartin Mares	to keep the file compressed if applicable, updated Makefiles.
52cc062b4aSMartin Mares	Based on a patch by Matthew Wilcox, but all the bugs are mine.
53cc062b4aSMartin Mares
54f4ddb8d3SMartin Mares	* Makefile, README: Allow installation to be done to a different directory
55f4ddb8d3SMartin Mares	from the one we will eventually be placed in by setting DESTDIR.
56f4ddb8d3SMartin Mares	Patch by Matthew Wilcox.
57f4ddb8d3SMartin Mares
5816e37012SMartin Mares	* Added .gitignore files.
5916e37012SMartin Mares
60c7f5314dSMartin Mares	* Makefile (clean): Clean *.orig, too.
61c7f5314dSMartin Mares
62afebde01SMartin Mares	* Cleaned up usage of `char' and `byte'.
63afebde01SMartin Mares
64fd54ccebSMartin Mares	* lib/header.h: PCI_CLASS_DOCKING_OTHER should be 0x0a80, not 0x0a01.
65fd54ccebSMartin Mares
66b2055313SMartin Mares	* lib/header.h: Added PCI_CLASS_xxx constants for all classes currently
67b2055313SMartin Mares	defined in the pci.ids file.
68b2055313SMartin Mares
694254d153SMartin Mares2006-08-01  Martin Mares  <[email protected]>
704254d153SMartin Mares
714254d153SMartin Mares	* lib/i386-io-hurd.h: Fixed a silly typo.
724254d153SMartin Mares
731c5cc9b5SMartin Mares2006-07-30  Martin Mares  <[email protected]>
741c5cc9b5SMartin Mares
7538a9e3c3SMartin Mares	* lib/Makefile: Added a missing rule for obsd-device.o.
7638a9e3c3SMartin Mares
77c7ddfa3eSMartin Mares	* lspci.c, lib/header.h: Added support for MSI per-vector masking.
78c7ddfa3eSMartin Mares	Contributed by Petr Vandrovec.
79c7ddfa3eSMartin Mares
80248a04f8SMartin Mares	* lspci.c, lib/header.h: Added support for the `bridge subsystem ID'
81248a04f8SMartin Mares	capability. Contributed by Petr Vandrovec.
82248a04f8SMartin Mares
83f29dcc87SMartin Mares	* lspci.c (show_htype1): Fixed bug in printing of 64-bit prefetchable
84f29dcc87SMartin Mares	memory windows. Fix by Petr Vandrovec.
85f29dcc87SMartin Mares
868eab3bffSMartin Mares	* maint/release.pm: Exclude .git directory from releases.
878eab3bffSMartin Mares
88d305d704SMartin Mares	* lib/i386-ports.c, lib/i386-io-*: Report failures during port access
89d305d704SMartin Mares	initialization by a->warn() instead of calling printf() or perror()
90d305d704SMartin Mares	directly.
91d305d704SMartin Mares
929007a292SMartin Mares	* lib/i386-ports.c, lib/i386-io-*: Moved the logic which keeps track of
939007a292SMartin Mares	the port access state to generic code.
949007a292SMartin Mares
95bd20d5b5SMartin Mares	* lib/i386-io-hurd.h: Ask the kernel for I/O port access appropriately.
96bd20d5b5SMartin Mares	Contributed by Thomas Schwinge and Samuel Thibault.
97bd20d5b5SMartin Mares
9873750606SMartin Mares	* lib/i386-ports.c: Define _GNU_SOURCE, it's needed by the Hurd module.
9973750606SMartin Mares
100d71daa45SMartin Mares	* lib/header.h: Whitespace cleanups.
101d71daa45SMartin Mares
1021c5cc9b5SMartin Mares	* lib/i386-io-windows.h: Fixed indentation and spelling.
1031c5cc9b5SMartin Mares
1041c5cc9b5SMartin Mares	* README.Windows: Mention that WinIO.dll is needed and where to get it.
1051c5cc9b5SMartin Mares
106c2b144efSMartin Mares2006-06-27  Martin Mares  <[email protected]>
107c2b144efSMartin Mares
10814d4f989SMartin Mares	* lib/Makefile, Makefile: Added rules for building and cleaning the example.
10914d4f989SMartin Mares
11014d4f989SMartin Mares	* lib/example.c: Show how to use PCI_FILL_CLASS and used another register
11114d4f989SMartin Mares	for demonstrating the config space accesses. The example is still very
11214d4f989SMartin Mares	incomplete, though.
11314d4f989SMartin Mares
114c2b144efSMartin Mares	* lib/pci.h, lib/generic.c: Added PCI_FILL_CLASS.
115c2b144efSMartin Mares
116c2b144efSMartin Mares	* lib/sysfs.c: Fetch device ID and class from sysfs, because they can
117c2b144efSMartin Mares	be modified by kernel fixups.
118c2b144efSMartin Mares
119c2b144efSMartin Mares	* lspci.c: Use PCI_FILL_CLASS. Thanks to Matthew Willcox for the patch.
120c2b144efSMartin Mares
121bc2eed2dSMartin Mares2006-06-03  Martin Mares  <[email protected]>
122bc2eed2dSMartin Mares
123bc2eed2dSMartin Mares	* lspci.c: Introduced the -nn switch. Thanks to David N. Welton
124bc2eed2dSMartin Mares	for the idea.
125bc2eed2dSMartin Mares
126bc2eed2dSMartin Mares	* lib/names.c (pci_lookup_name): Introduced PCI_LOOKUP_MIXED and
127bc2eed2dSMartin Mares	cleaned up the name selection code.
128bc2eed2dSMartin Mares
129c72eeddeSMartin Mares	* lib/names.c (pci_lookup_name): If PCI_LOOKUP_NO_NUMBERS is given,
130c72eeddeSMartin Mares	pci_access->numeric_ids is ignored.
131c72eeddeSMartin Mares
132c72eeddeSMartin Mares	* lib/names.c (pci_lookup_name): When class is identified and
133c72eeddeSMartin Mares	subclass isn't, display class name and subclass number.
134c72eeddeSMartin Mares
1352f294d4bSMartin Mares2006-05-31  Martin Mares  <[email protected]>
1362f294d4bSMartin Mares
1372f294d4bSMartin Mares	* setpci.c (main): Don't crash when an invalid width is specified.
1382f294d4bSMartin Mares
13981afa98cSMartin Mares	* lspci.c, setpci.c, common.c: die() now uses the right program
14081afa98cSMartin Mares	name when printing an error message.
14181afa98cSMartin Mares
1420ac282f2SMartin Mares2006-05-19  Martin Mares  <[email protected]>
1430ac282f2SMartin Mares
1440ac282f2SMartin Mares	* README: Mention the public GIT tree.
1450ac282f2SMartin Mares
1460ac282f2SMartin Mares	* README: Updated the list of ports.
1470ac282f2SMartin Mares
148d1058e9dSMartin Mares2006-05-10  Martin Mares  <[email protected]>
149d1058e9dSMartin Mares
150d1058e9dSMartin Mares	* lib/configure, lib/fbsd-device.c: Added support for GNU/kFreeBSD.
151d1058e9dSMartin Mares	Thanks to Petr Salinger for the patch.
152d1058e9dSMartin Mares
153abf8d505SMartin Mares2006-05-05  Martin Mares  <[email protected]>
154abf8d505SMartin Mares
1552ae2d1aeSMartin Mares	* Released as 2.2.3.
1562ae2d1aeSMartin Mares
1572ae2d1aeSMartin Mares	* lspci.c (scan_device): The -D switch didn't work as intended
1582ae2d1aeSMartin Mares	in -m mode.
1592ae2d1aeSMartin Mares
1602ae2d1aeSMartin Mares2006-05-05  Martin Mares  <[email protected]>
1612ae2d1aeSMartin Mares
1621d5cf727SMartin Mares	* Released as 2.2.2.
1631d5cf727SMartin Mares
1648a830168SMartin Mares	* pci.ids: Updated to the current database snapshot.
1658a830168SMartin Mares
166b6359063SMartin Mares	* lib/obsd-device.c (and other files in lib/*): Added OpenBSD
167b6359063SMartin Mares	interface by Matthieu Herrb <[email protected]>, based on
168b6359063SMartin Mares	the existing FreeBSD interface.
169b6359063SMartin Mares
170abf8d505SMartin Mares	* Moved pciutils to a GIT repository, which now contains merged
171abf8d505SMartin Mares	history from both CVS and Arch. Good bye, TLA!
172abf8d505SMartin Mares
1736ac70402SMartin Mares2006-03-21  Martin Mares  <[email protected]>
1746ac70402SMartin Mares
1752a124daeSMartin Mares	* lspci.c (show_slot_name): Avoid the previous changes in default
1762a124daeSMartin Mares	display of domain name when in machine-readable mode. However, `-D'
1772a124daeSMartin Mares	forces domain display even there.
1782a124daeSMartin Mares
1796ac70402SMartin Mares	* lspci.man: Added a warning on -m being the only format, which is
1806ac70402SMartin Mares	guaranteed to be stable between lspci versions.
1816ac70402SMartin Mares
1821bbdea17SMartin Mares2006-03-13  Martin Mares  <[email protected]>
1831bbdea17SMartin Mares
184af61eb25SMartin Mares	* lspci.man: Documented the -D switch.
185af61eb25SMartin Mares
186af61eb25SMartin Mares	* lspci.c (show_slot_name, scan_device): If there are multiple PCI
187af61eb25SMartin Mares	domains or if the `-D' switch is used, show the domain number for
188af61eb25SMartin Mares	all devices.
189af61eb25SMartin Mares
1907a61b93cSMartin Mares	* lspci.c (show_verbose): Report cache line size in bytes.
1917a61b93cSMartin Mares
1921bbdea17SMartin Mares	* update-pciids.sh: Use curl if available. Patch by Matthew Wilcox.
1931bbdea17SMartin Mares
1940e78ef8aSMartin Mares2006-01-04  Martin Mares  <[email protected]>
1950e78ef8aSMartin Mares
1960e78ef8aSMartin Mares	* lspci.c (show_express_link): Fixed decoding of link status register.
1970e78ef8aSMartin Mares	Thanks to Roland Dreier for his report.
1980e78ef8aSMartin Mares
199e6859953SMartin Mares2005-12-12  Martin Mares  <[email protected]>
200e6859953SMartin Mares
201e6859953SMartin Mares	* lib/nbsd-libpci.c: If libpci is used by an ordinary user, allow
202e6859953SMartin Mares	at least read-only access. Patch by Pavel Celeda <[email protected]>.
203e6859953SMartin Mares
204e6859953SMartin Mares	* Makefile: Corrected library path on NetBSD.
205e6859953SMartin Mares
206a99c0d69SMartin Mares2005-11-26  Martin Mares  <[email protected]>
207a99c0d69SMartin Mares
208e4af70c6SMartin Mares	* Released as 2.2.1.
209e4af70c6SMartin Mares
210a99c0d69SMartin Mares	* lspci.c (show_machine): Subsystem vendors were printed incorrectly
211a99c0d69SMartin Mares	in machine-readable modes. Thanks to Pavel Celeda for a bug report.
212a99c0d69SMartin Mares
213f23fd3fcSMartin Mares2005-10-11  Martin Mares  <[email protected]>
214f23fd3fcSMartin Mares
215f23fd3fcSMartin Mares	* lspci.c (new_bus): Fixed a memory leak. Thanks to Paul Sangree for reporting it.
216f23fd3fcSMartin Mares
21715296723SMartin Mares2005-09-21  Martin Mares  <[email protected]>
21815296723SMartin Mares
21915296723SMartin Mares	* Released as 2.2.0.
22015296723SMartin Mares
22140b6d93fSMartin Mares	* pci.ids: Updated copyright header.
22240b6d93fSMartin Mares
22315296723SMartin Mares	* lib/sysfs.c (sysfs_get_resources): Removed warning about unsupported
22415296723SMartin Mares	64-bit addresses, they are now always supported.
22515296723SMartin Mares
22615296723SMartin Mares	* lspci.c (show_bases): Corrected printing of 64-bit addresses
22715296723SMartin Mares	in bus-centric mode.
22815296723SMartin Mares
22915296723SMartin Mares	* lib/configure: Enable 64-bit addresses on all Linux systems.
23015296723SMartin Mares
23115296723SMartin Mares	* lib/types.h: Don't pad 64-bit addresses to 16 xigits, only to 8 if they
23215296723SMartin Mares	are shorter.
23315296723SMartin Mares
234224707baSMartin Mares2005-09-11  Martin Mares  <[email protected]>
235224707baSMartin Mares
236224707baSMartin Mares	* Released as 2.1.99-test11.
237224707baSMartin Mares
238224707baSMartin Mares	* lspci.c: Removed unnecessary trailing zeros in pci_lookup_name() calls.
239224707baSMartin Mares
240aeaca5d3SMartin Mares2005-09-10  Martin Mares  <[email protected]>
241aeaca5d3SMartin Mares
242224707baSMartin Mares	* Released as 2.1.99-test10.
243224707baSMartin Mares
24463e6f2e0SMartin Mares	* pci.ids: Synchronized with the current database snapshot.
24563e6f2e0SMartin Mares
246043ebdeeSMartin Mares	* update-pciids.sh: Changed the default URL for downloading pci.ids
247043ebdeeSMartin Mares	to http://pciids.sourceforge.net/v2.2/pci.ids.
248043ebdeeSMartin Mares
249043ebdeeSMartin Mares	* lib/pci.h (PCI_LIB_VERSION): Added version identifier.
250043ebdeeSMartin Mares
251aeaca5d3SMartin Mares	* lib/names.c: Rewritten the name database module almost from scratch.
252aeaca5d3SMartin Mares	Everything is much cleaner and there are hopefully no more memory leaks;
253aeaca5d3SMartin Mares	pci_lookup_name() now uses varargs in a backward compatible fashion.
254aeaca5d3SMartin Mares	Introduced PCI_LOOKUP_NO_NUMBERS.
255aeaca5d3SMartin Mares
256aeaca5d3SMartin Mares	The new code supports subsystem entries not tied to a specific device.
257aeaca5d3SMartin Mares	I had to extend the format of pci.ids in order to support it, so I have
258aeaca5d3SMartin Mares	extended the idea of the "C" (class) blocks and introduced "S" blocks
259aeaca5d3SMartin Mares	for subsystems. To avoid doing more incompatible changes in the future,
260aeaca5d3SMartin Mares	the parser skips unknown single-letter blocks without reporting errors.
261aeaca5d3SMartin Mares
262121c76c9SMartin Mares2005-08-23  Martin Mares  <[email protected]>
263121c76c9SMartin Mares
26454e13765SMartin Mares	* Released as 2.1.99-test9.
26554e13765SMartin Mares
26654e13765SMartin Mares	* Makefile (OPT): Removed -fomit-frame-pointer, it's default in recent
26754e13765SMartin Mares	gcc versions when optimizing anyway.
26854e13765SMartin Mares
26954e13765SMartin Mares	* Made the path to pci.ids customizable and independent on the SHAREDIR.
27054e13765SMartin Mares	Just override IDSDIR in the top-level Makefile.
27154e13765SMartin Mares
27254e13765SMartin Mares	* pci.ids: Synchronized with the current database snapshot.
27354e13765SMartin Mares
27484d437d6SMartin Mares	* lspci.man, setpci.man: Improved the man pages. Documented all access
27584d437d6SMartin Mares	methods and which operations are privileged.
27684d437d6SMartin Mares
27784d437d6SMartin Mares	* lspci.c: Another rewrite of config register caching, now also including
27884d437d6SMartin Mares	lots of internal checks. It should be now perfectly able to cope with
27984d437d6SMartin Mares	portions of the configuration space being inaccessible, for example
28084d437d6SMartin Mares	due to insufficient access rights.
28184d437d6SMartin Mares
2823b8bf739SMartin Mares	* lspci.c (show_pcix_nobridge, show_pcix_bridge): Cleaned up dumping of PCI-X
2833b8bf739SMartin Mares	capabilities. Includes partial support for PCI-X 2.0 (probably incomplete
2843b8bf739SMartin Mares	as I haven't seen the spec).
2853b8bf739SMartin Mares
2863b8bf739SMartin Mares	* lspci.c: Quell warnings about unused parameters.
2873b8bf739SMartin Mares
28884d437d6SMartin Mares	* lspci.c: Removed C++ comments.
28984d437d6SMartin Mares
2903b8bf739SMartin Mares	* lib/header.h: Merged definitions of extended capabilities and some new
2913b8bf739SMartin Mares	PCI-X capability bits from linux-2.6.11/include/pci.h.
2923b8bf739SMartin Mares
2933b8bf739SMartin Mares	* lspci.c (show_caps): Try to scan extended capabilities only if the
2943b8bf739SMartin Mares	device has either PCI-X or PCI Express capability in its normal capability
2953b8bf739SMartin Mares	list.
2963b8bf739SMartin Mares
297f7821e53SMartin Mares	* lib/dump.c (dump_init): Reading of dumps works again. The dump reader
298f7821e53SMartin Mares	now also remembers how much data it has read and refuses attempts to
299f7821e53SMartin Mares	access more than that.
300ea4e5f5dSMartin Mares
30146ea554dSMartin Mares	* setpci.man, lspci.c, README: prefer spelling "buses" over "busses".
30246ea554dSMartin Mares
3038afaab22SMartin Mares	* lspci.c: If alloca() is not available, use xmalloc(), not malloc().
3048afaab22SMartin Mares
305121c76c9SMartin Mares	* lib/configure: Added x86_64 on Linux.
306121c76c9SMartin Mares
307c1c2c30eSMartin Mares2005-08-22  Martin Mares  <[email protected]>
308c1c2c30eSMartin Mares
309b9ca9147SMartin Mares	* lib/filter.c (pci_filter_parse_slot): Fixed parsing of domain filters.
310b9ca9147SMartin Mares	Thanks to Matthew Wilcox for bug report.
311b9ca9147SMartin Mares
312c1c2c30eSMartin Mares	* lspci.c: Corrected spelling of "Hz" (it was "hz" at several places).
313b9ca9147SMartin Mares	Thanks to Krzysztof Oledzki for pointing that out.
314c1c2c30eSMartin Mares
31526542a0bSMartin Mares2004-08-19  Martin Mares  <[email protected]>
31626542a0bSMartin Mares
31726542a0bSMartin Mares	* pciutils.spec (%attr): Setting attributes for /sbin/* is an anachronism,
31826542a0bSMartin Mares	because pciutils by default install to /usr/sbin. Update.
31926542a0bSMartin Mares
3206aa54f1bSMartin Mares2004-08-13  Martin Mares  <[email protected]>
3216aa54f1bSMartin Mares
322aabb0a92SMartin Mares	* Released as 2.1.99-test8.
323aabb0a92SMartin Mares
324f31412d1SMartin Mares	* lib/types.h, lib/pci.h, lib/sysdep.h: `byte' and `word' are
325f31412d1SMartin Mares	no longer exported to the outside world.
326f31412d1SMartin Mares
327ee7d8384SMartin Mares	* README.Windows: Updated.
328ee7d8384SMartin Mares
329ee7d8384SMartin Mares	* maint/release: Substitute version number in win32/config.h.
330ee7d8384SMartin Mares
331ee7d8384SMartin Mares	* win32/config.h: Added.
332ee7d8384SMartin Mares
333ee7d8384SMartin Mares	* lib/sysdep.h (bzero, strcasecmp): are macros on Windows.
334ee7d8384SMartin Mares
335ee7d8384SMartin Mares	* compat/getopt.[ch]: Added copies of getopt.[ch] from the GNU
336ee7d8384SMartin Mares	C library for use on systems where the default libraries lack
337ee7d8384SMartin Mares	proper getopt. Currently used by the Windows port.
338ee7d8384SMartin Mares
339ee7d8384SMartin Mares	* lib/sysdep.h, lib/types.h: Updates of the Windows port from
340ee7d8384SMartin Mares	Alexander Stock.
341ee7d8384SMartin Mares
342489233b4SMartin Mares	* lib/types.h: If PCI_HAVE_Uxx_TYPES is defined, libpci doesn't define
343489233b4SMartin Mares	its own u8, u16, u32, byte and word types and uses what the user
344489233b4SMartin Mares	has supplied instead. With this change, all namespace clashes should
345489233b4SMartin Mares	be gone.
346489233b4SMartin Mares
347489233b4SMartin Mares	* Makefile, lib/Makefile: Updated dependencies.
348489233b4SMartin Mares
349489233b4SMartin Mares	* pciutils.h: Include lib/sysdep.h and move NONRET et al. there.
350489233b4SMartin Mares
351489233b4SMartin Mares	* lib/sysdep.h: No need to include <sys/types.h> on FreeBSD, because
352489233b4SMartin Mares	it is included unconditionally in lib/types.h.
353489233b4SMartin Mares
354489233b4SMartin Mares	* Moved system-dependent stuff from lib/internal.h to lib/sysdep.h,
355489233b4SMartin Mares	which is also used by the utilities. Also moved type declarations
356489233b4SMartin Mares	from lib/pci.h to lib/types.h.
357489233b4SMartin Mares
358489233b4SMartin Mares	* All files: Prepend a "PCI_" prefix in front of all configuration
359489233b4SMartin Mares	defines to avoid namespace clashes. CAVEAT: If there is any libpci
360489233b4SMartin Mares	application using the (undocumented) defines, it has to be updated.
361489233b4SMartin Mares
362489233b4SMartin Mares	* lib/Makefile: Killed HAVE_OWN_HEADER_H, since we stopped sharing
363489233b4SMartin Mares	headers with the kernel a couple of years ago.
364489233b4SMartin Mares
3659bb4b4eaSMartin Mares	* lib/sysfs.c (sysfs_get_resources): We have 7 resources, not 6.
3669bb4b4eaSMartin Mares
3676aa54f1bSMartin Mares	* lspci.c (show_rom): Use the same logic for printing disabled
3686aa54f1bSMartin Mares	or unassigned ROM's as we do in show_bases() for the other BAR's.
3696aa54f1bSMartin Mares
3706aa54f1bSMartin Mares	* lib/generic.c (pci_generic_fill_info): Better reaction to
3716aa54f1bSMartin Mares	invalid 64-bit addresses. Also d->hdrtype should not include
3726aa54f1bSMartin Mares	bit 7, which caused mysterious errors on multi-function devices.
3736aa54f1bSMartin Mares
3746aa54f1bSMartin Mares	* lib/generic.c (pci_generic_fill_info): Fill in base addresses
3756aa54f1bSMartin Mares	even if the regions are known to be disabled. It is the client's
3766aa54f1bSMartin Mares	job to interpret them. (And it is not a trivial job if you want
3776aa54f1bSMartin Mares	to do it correctly, since you need to check I/O and memory enables
3786aa54f1bSMartin Mares	on all upstream bridges, too.) However, it could be interesting to
3796aa54f1bSMartin Mares	introduce functions for interpreting the addresses and even for
3806aa54f1bSMartin Mares	mapping the regions and doing I/O on them.
3816aa54f1bSMartin Mares
38280e6c636SMartin Mares2004-07-30  Martin Mares  <[email protected]>
38380e6c636SMartin Mares
38480e6c636SMartin Mares	* lspci.c: HyperTransport improvements from Maciej.
38580e6c636SMartin Mares
386d6324891SMartin Mares2004-07-11  Martin Mares  <[email protected]>
387d6324891SMartin Mares
388d6324891SMartin Mares	* lib/sysfs.c (sysfs_get_resources): Arguments now correspond
389d6324891SMartin Mares	to the format string. [Patch by Bill Nottingham]
390d6324891SMartin Mares
391ec25b52dSMartin Mares2004-07-05  Martin Mares  <[email protected]>
392ec25b52dSMartin Mares
393362be683SMartin Mares	* Released as 2.1.99-test7.
394362be683SMartin Mares
395ec25b52dSMartin Mares	* lspci.c (config_fetch): Wanted to merge Matthew's bug fix, but
396ec25b52dSMartin Mares	ended up with rewriting the fetching mechanism to be fully dynamic,
397ec25b52dSMartin Mares	but avoid reading config space registers not explicitly requested.
398ec25b52dSMartin Mares
399ec25b52dSMartin Mares2004-06-29  Matthew Wilcox <[email protected]>
400ec25b52dSMartin Mares
401ec25b52dSMartin Mares	* lspci.c: More work on PCI Express dumping.
402ec25b52dSMartin Mares
403ec25b52dSMartin Mares	* lib/header.h: Updated PCI Express capability definitions.
404ec25b52dSMartin Mares
405ec25b52dSMartin Mares	* lib/proc.c (proc_read): Removed bogus warning.
406ec25b52dSMartin Mares
407ec25b52dSMartin Mares	* common.c (xrealloc): Introduced.
408ec25b52dSMartin Mares
409ec25b52dSMartin Mares	* lspci.man: Added -xxxx.
410ec25b52dSMartin Mares
41109817437SMartin Mares2004-06-27  Martin Mares  <[email protected]>
41209817437SMartin Mares
413d1fa27ebSMartin Mares	* Released as 2.1.99-test6.
414d1fa27ebSMartin Mares
4154d67aa89SMartin Mares	* lspci.c (show_msix), lib/header.h: Added dumping of MSI-X cap.
4164d67aa89SMartin Mares	Patch by Roland Dreier <[email protected]>, cleaned up by me.
4174d67aa89SMartin Mares
4184d67aa89SMartin Mares	* lspci.c (show_pcix_nobridge, show_pcix_bridge): Handle config_fetch()
4194d67aa89SMartin Mares	failures.
4204d67aa89SMartin Mares
4214d67aa89SMartin Mares	* lib/header.h: Added PCI Express extended capabilities. Again by Matthew.
4224d67aa89SMartin Mares
4234d67aa89SMartin Mares	* lspci.c (show_express): Added dumping of PCI Express cap.
4244d67aa89SMartin Mares	Patch by Matthew Wilcox.
4254d67aa89SMartin Mares
4264d67aa89SMartin Mares	* lib/header.h: Added a list of PCI 3.0 capabilities and also details
4274d67aa89SMartin Mares	on PCI Express caps. Patch by Matthew Wilcox <[email protected]>.
4284d67aa89SMartin Mares
42909817437SMartin Mares	* lspci.c (check_root): Gone. No explicit checks for root are needed,
43009817437SMartin Mares	report correct errors reported by the libpci instead.
43109817437SMartin Mares
43209817437SMartin Mares	* lspci.c: Added dumping of the extended config space on "-xxxx".
43309817437SMartin Mares	Better caching of config registers.
43409817437SMartin Mares
43509817437SMartin Mares	* setpci.c (main): Allow access to whole 4096 bytes of the config space.
43609817437SMartin Mares
43709817437SMartin Mares	* lib/sysfs.c, lib/proc.c: Don't print error messages on short reads,
43809817437SMartin Mares	just return the appropriate error code.
43909817437SMartin Mares
44009817437SMartin Mares	* lib: Added support for extended (4096-byte) configuration space,
44109817437SMartin Mares	currently implemented only in Linux proc and sysfs access methods
44209817437SMartin Mares	and of course in the dump reader.
44309817437SMartin Mares
4440d656226SMartin Mares2004-05-29  Martin Mares  <[email protected]>
4450d656226SMartin Mares
446c0eece92SMartin Mares	* Released as 2.1.99-test5.
447c0eece92SMartin Mares
448a2413560SMartin Mares	* lib/pci.h: Windows don't have the standard u_int* types.
449a2413560SMartin Mares
450a2413560SMartin Mares	* lib/internal.h: <sys/param.h> required on Windows for endianity
451a2413560SMartin Mares	macros.
452a2413560SMartin Mares
453a2413560SMartin Mares	* lib/i386-ports.c: Connected i386-io-windows.h.
454a2413560SMartin Mares
455a2413560SMartin Mares	* lspci.c (check_root): geteuid() is not available on Windows.
456a2413560SMartin Mares
457a2413560SMartin Mares	* lib/i386-io-windows.h: Added Windows port contributed by Alexander
458a2413560SMartin Mares	Stock <[email protected]>.
459a2413560SMartin Mares
460a2413560SMartin Mares	* lib/configure: Hopefully fixed SunOS port broken by various
461a2413560SMartin Mares	changes to the configure script.
462a2413560SMartin Mares
4630d656226SMartin Mares	* Makefile, lib/configure: Cross-compilation support, patch by Maciej.
4640d656226SMartin Mares
465138c0385SMartin Mares2004-05-28  Martin Mares  <[email protected]>
466138c0385SMartin Mares
4679f490382SMartin Mares	* Released as 2.1.99-test4.
4689f490382SMartin Mares
469cce2caacSMartin Mares	* lspci.c (show_verbose): Header type 1 is probably legal for all
470cce2caacSMartin Mares	types of bridges, not only for PCI-to-PCI bridges.
471cce2caacSMartin Mares
472b569ef09SMartin Mares	* lspci.c (format_agp_rate): Write "x16", not "x@".
473b569ef09SMartin Mares	(show_agp): rate[] could overflow.
474b569ef09SMartin Mares	Bugs reported by Jakub Bogusz <[email protected]>.
475b569ef09SMartin Mares
476bfc4fe7aSMartin Mares	* lspci.c (show_ht_*): Show HyperTransport capability with all its
477bfc4fe7aSMartin Mares	details. Once again code by Maciej simplified (i.e., possibly broken)
478bfc4fe7aSMartin Mares	by me.
479bfc4fe7aSMartin Mares
480bfc4fe7aSMartin Mares	* lib/header.h: Added declarations of HyperTransport capability.
481bfc4fe7aSMartin Mares	Again thanks to Maciej.
482bfc4fe7aSMartin Mares
483138c0385SMartin Mares	* lspci.c: Decode all bits of the secondary status word in type 1 headers.
484138c0385SMartin Mares	Thanks to Maciej W. Rozycki <[email protected]> for the patch.
485138c0385SMartin Mares
4868fc75dbcSMartin Mares2003-12-27  Martin Mares  <[email protected]>
4878fc75dbcSMartin Mares
48881abd2a7SMartin Mares	* Released as 2.1.99-test3.
48981abd2a7SMartin Mares
4901f7c91ccSMartin Mares	* lspci.man, setpci.man: Document domains and correct spelling.
4911f7c91ccSMartin Mares
4921f7c91ccSMartin Mares	* lib/dump.c (dump_init): Added ability to read domain numbers.
4931f7c91ccSMartin Mares
49484c8d1bbSMartin Mares	* lspci.c: Devices in domains different from 0 have their slot number
4951f7c91ccSMartin Mares	printed as "<domain>:<bus>:<slot>.<func>". Tree view supports domains
4961f7c91ccSMartin Mares	as well.
49784c8d1bbSMartin Mares
49884c8d1bbSMartin Mares	* lib/filter.c: Slot filters understand domains.
49984c8d1bbSMartin Mares
50084c8d1bbSMartin Mares	* lib/generic.c: Mention the domain in slot numbers in all error messages.
50184c8d1bbSMartin Mares
50284c8d1bbSMartin Mares	* lib/internal.h: The #ifdef for Linux <asm/byteorder.h> was wrong.
50384c8d1bbSMartin Mares
50484c8d1bbSMartin Mares	* lib/access.c (pci_get_dev): Added support for domains.
50584c8d1bbSMartin Mares
50684c8d1bbSMartin Mares	* lib/sysfs.c (sysfs_scan): Read vendor and device ID from the config
50784c8d1bbSMartin Mares	registers (or to be precise, leave it for the generic parts of the pcilib
50884c8d1bbSMartin Mares	to do so) instead of reading them from the sysfs. It's faster this way.
50984c8d1bbSMartin Mares
51084c8d1bbSMartin Mares	* lspci.c (show_pcix): Don't touch pci_dev->hdrtype, it's an internal
51184c8d1bbSMartin Mares	variable. Better read it from the config registers (it's cached anyway).
51284c8d1bbSMartin Mares
51384c8d1bbSMartin Mares	* lib/sysfs.c (sysfs_scan), lib/proc.c (proc_scan): Don't read the hdrtype.
51484c8d1bbSMartin Mares	  lib/generic.c (pci_generic_fill_info): If hdrtype is -1 (unset), read it.
51584c8d1bbSMartin Mares	  Saves lots of unnecessary file accesses.
51684c8d1bbSMartin Mares
51711f7b31bSMartin Mares	* lib/pci.h (PCIADDR_PORT_FMT): Use %llx instead of %Lx, because the latter
51811f7b31bSMartin Mares	is not supported by all C libraries.
51911f7b31bSMartin Mares
52011f7b31bSMartin Mares	* Makefile: Always enter the lib directory (remember that we don't have
52111f7b31bSMartin Mares	full dependecies for the library in the top-level Makefile; hmmm, another
52211f7b31bSMartin Mares	thing to rewrite some day).
52311f7b31bSMartin Mares
52411f7b31bSMartin Mares	* lib/sysfs.c: Added Linux sysfs access method based on the patch
52511f7b31bSMartin Mares	written by Matthew Wilcox <[email protected]>.
52611f7b31bSMartin Mares
52711f7b31bSMartin Mares	* lib/proc.c: Renamed the access method name from "/proc/bus/pci" to "Linux-proc".
52811f7b31bSMartin Mares
52911f7b31bSMartin Mares	* lib/pread.h: The hacks to support pread on various versions
53011f7b31bSMartin Mares	of Linux libc moved there.
53111f7b31bSMartin Mares
53211f7b31bSMartin Mares	* lib/proc.c (proc_setup): The return value of snprintf() varies
53311f7b31bSMartin Mares	between glibc versions, so we need to check both for a negative
53411f7b31bSMartin Mares	values and for too large values.
53511f7b31bSMartin Mares
5364284af58SMartin Mares	* Removed last few references to the "Linux PCI Utilities", the
5374284af58SMartin Mares	package is pretty cross-platform now :)
5384284af58SMartin Mares
5394284af58SMartin Mares2003-12-27  Martin Mares  <[email protected]>
5404284af58SMartin Mares
541ab12277eSMartin Mares	* Released as 2.1.99-test2.
542ab12277eSMartin Mares
543ab12277eSMartin Mares	* README, pciutils.lsm, pciutils.spec: Use @VERSION@ to make the
544ab12277eSMartin Mares	release scripts insert the current version. "make release" is gone.
545ab12277eSMartin Mares
546ab12277eSMartin Mares	* maint/release, maint/release.pm: Added a new system of scripts for
547ab12277eSMartin Mares	making releases including inter-version diffs etc.
548ab12277eSMartin Mares
549ab12277eSMartin Mares	* Makefile: Cleaned up.
550ab12277eSMartin Mares
551ab12277eSMartin Mares	* lib/fbsd-device.c: I patched another copy of this file by mistake,
552ab12277eSMartin Mares	this time the version checks should be right.
553ab12277eSMartin Mares
554ab12277eSMartin Mares2003-12-27  Martin Mares  <[email protected]>
555ab12277eSMartin Mares
5566d722cd6SMartin Mares	* Released as 2.1.99-test1.
5576d722cd6SMartin Mares
558dd33246aSMartin Mares	* pciutils.h, common.c, lspci.man, setpci.man, lib/internal.h:
559dd33246aSMartin Mares	Remove shadows of the syscall access method which was never
560dd33246aSMartin Mares	implemented.
561dd33246aSMartin Mares
56280b3121aSMartin Mares	* update-pciids.sh: Try to preserve permissions of the old file
56380b3121aSMartin Mares	if chmod supports --reference. Should close Debian Bug #223740.
56480b3121aSMartin Mares
5656aea909aSMartin Mares	* lib/proc.c (proc_setup): Increased path name length limit to 1024.
5666aea909aSMartin Mares	Thanks for Redhat and Mandrake for inspiration.
5676aea909aSMartin Mares
5686aea909aSMartin Mares	* lib/configure: Recognize ppc and ppc64, both have 64-bit addresses.
5696aea909aSMartin Mares	Grabbed from Redhat (Fedora) patches.
5706aea909aSMartin Mares
5716aea909aSMartin Mares2003-12-27  Martin Mares  <[email protected]>
5726aea909aSMartin Mares
573f701ff47SMartin Mares	Merged bug fixes from Debian patches:
574f701ff47SMartin Mares
575f701ff47SMartin Mares	* lspci.c (show_verbose): "Cache Line Size" should be capitalized.
576f701ff47SMartin Mares
577f701ff47SMartin Mares	* lspci.c (show_pcix_nobridge): Added a missing newline.
578f701ff47SMartin Mares
5792240db8cSMartin Mares	* lib/proc.c (proc_scan): When reading the header type, don't
5802240db8cSMartin Mares	forget to clear the topmost bit indicating that the device has
581f701ff47SMartin Mares	multiple functions.
5822240db8cSMartin Mares
5832240db8cSMartin Mares2003-12-27  Martin Mares  <[email protected]>
5842240db8cSMartin Mares
58545902995SMartin Mares	Updated the FreeBSD port. Thanks to Samy Al Bahra <[email protected]>
58645902995SMartin Mares	for the patches:
58745902995SMartin Mares
58845902995SMartin Mares	* lib/Makefile: Add ${FREEBSD_SYS} to the include path if it's defined.
58945902995SMartin Mares	* lib/fbsd-device.c: Select the right set of system includes according
59045902995SMartin Mares	to __FreeBSD_version.
59145902995SMartin Mares
59245902995SMartin Mares2003-12-27  Martin Mares  <[email protected]>
59345902995SMartin Mares
5948fc75dbcSMartin Mares	Merged support for Solaris on i386 by Bill Moore <[email protected]>
5958fc75dbcSMartin Mares	and cleaned up:
5968fc75dbcSMartin Mares
5978fc75dbcSMartin Mares	* lib/configure: Recognize SunOS.
5988fc75dbcSMartin Mares	* lib/internal.h: Learn how to recognize byte order on SunOS.
5998fc75dbcSMartin Mares	* lib/i386-ports.c: Split OS-dependent I/O port access from i386-ports.c.
6008fc75dbcSMartin Mares	* lib/i386-io-linux.h: Linux specific part.
6018fc75dbcSMartin Mares	* lib/i386-io-hurd.h: GNU/Hurd specific part.
6028fc75dbcSMartin Mares	* lib/i386-io-sunos.h: SunOS specific part.
6038fc75dbcSMartin Mares
6049739916eSMartin Mares2003-12-26  Martin Mares  <[email protected]>
6059739916eSMartin Mares
6069739916eSMartin Mares	* lib/header.h (PCI_*_MASK): Cast to pciaddr_t explicitly.
6079739916eSMartin Mares
6089739916eSMartin Mares	* lib/pci.h: Types declared in <sys/types.h> should be usable on all
6099739916eSMartin Mares	platforms we currently support, so kill the forest of #ifdef's and
6109739916eSMartin Mares	use them in all cases.
6119739916eSMartin Mares
6129739916eSMartin Mares	* lib/pci.h: Use ULONG_MASK to decide whether we should use long
6139739916eSMartin Mares	or long long to represent a 64-bit address. Killed HAVE_LONG_ADDRESS.
6149739916eSMartin Mares	Define format strings for addresses, port numbers and IRQ numbers
6159739916eSMartin Mares	directly in pci.h.
6169739916eSMartin Mares
6179739916eSMartin Mares	* lib/proc.c (proc_scan): Use PCIADDR_T_FMT for scanf'ing addresses.
6189739916eSMartin Mares
61980459c65SMartin Mares2003-12-26  Marco Gerards  <[email protected]>
62080459c65SMartin Mares
62180459c65SMartin Mares	Added support for the GNU Hurd (cleaned up by Martin Mares):
62280459c65SMartin Mares
62380459c65SMartin Mares	* lib/configure [GNU]: Use the i386 ports for configuration access.
62480459c65SMartin Mares	* lib/i386-ports.c: Don't call iopl() on the Hurd.
62580459c65SMartin Mares	* lib/pci.h [OS_GNU]: Include <sys/types.h> and use it for defining
62680459c65SMartin Mares	u8 to u32.
62780459c65SMartin Mares
628a85769a8SMartin Mares2003-12-26  Martin Mares  <[email protected]>
629a85769a8SMartin Mares
6307dacd9c8SMartin Mares	* lspci.c (show_pcix_bridge, show_pcix_nobridge): Don't forget to call
6317dacd9c8SMartin Mares	config_fetch() to ensure that the registers have been read. Thanks to
6327dacd9c8SMartin Mares	Bill Wood <[email protected]> for the patch.
6337dacd9c8SMartin Mares
6347dacd9c8SMartin Mares	* lspci.c: Ensure that failure of config_fetch() is handled correctly
6357dacd9c8SMartin Mares	at all places.
6367dacd9c8SMartin Mares
6374063c31cSMartin Mares	* lspci.man: There was one more explicit reference to /usr/share/pci.ids.
6384063c31cSMartin Mares	Changed to @SHAREDIR@. Patch from Maciej W. Rozycki <[email protected]>.
6394063c31cSMartin Mares
6403fe8a38dSMartin Mares	* setpci.c (main): Better error messages.
6413fe8a38dSMartin Mares
6425f5b1a7bSMartin Mares	* setpci.c (ex_op): The demo mode should disable only writing, not reading.
6435f5b1a7bSMartin Mares
6445f5b1a7bSMartin Mares	* setpci.man: The documentation was inconsistent on what should -D do.
6455f5b1a7bSMartin Mares	Document the new behaviour.
646b251f40bSMartin Mares
64791e37a49SMartin Mares	* pciutils.h, common.c, setpci.c: Introduced a NONRET macro encapsulating
64891e37a49SMartin Mares	the GCC specific __attribute__((noreturn)) and killed the hack with
64991e37a49SMartin Mares	redefining __attribute__ on non-GCC compilers.
65091e37a49SMartin Mares
6514afd29d3SMartin Mares	* Makefile: Added missing dependencies. Parallel builds work now.
6524afd29d3SMartin Mares	Problem reported by Andreas Haumer <[email protected]>, but I chose
6534afd29d3SMartin Mares	a different fix.
6544afd29d3SMartin Mares
655b0f1a03bSMartin Mares	* Makefile (MANDIR): Use `:=' instead of `=' to avoid executing the shell
656b0f1a03bSMartin Mares	command every time $(MANDIR) is referenced.
657b0f1a03bSMartin Mares
658b7fd8e19SMartin Mares	* lspci.c (main): The error message for `lspci -s' incorrectly mentioned
659b7fd8e19SMartin Mares	a `-f' switch. Reported by Steve Finney <[email protected]>.
660b7fd8e19SMartin Mares
66105bb10a2SMartin Mares	* lib/generic.c: Removed memory leak in pci_generic_bus_scan().
66205bb10a2SMartin Mares	Reported by Gary Parnes <[email protected]>.
66305bb10a2SMartin Mares
664a832f6f1SMartin Mares	* Replaced obsolete syntax of __attribute__((unused)) in the middle of
665a832f6f1SMartin Mares	parameter declarations (which is no longer supported by GCC 3.1) by the
666a832f6f1SMartin Mares	current syntax (attribute at the end). Thanks to [email protected]
667a832f6f1SMartin Mares	for reporting this problem.
668a832f6f1SMartin Mares
669a85769a8SMartin Mares	* Removed CVS $Id$ tags from all files.
670a85769a8SMartin Mares
671a85769a8SMartin Mares	* Makefile: Added some more warnings.
672a85769a8SMartin Mares
673b7351143SMartin Mares	* setpci.c: Cleaned up mask/value code.
674b7351143SMartin Mares
675b7351143SMartin Mares2003-12-08 Thayne Harbaugh <[email protected]>
676b7351143SMartin Mares
677b7351143SMartin Mares	* setpci.c: Individual bits to be set can be specified as <value>:<mask>.
678b7351143SMartin Mares
6792a5d5cf9SMartin Mares2003-11-29  Martin Mares  <[email protected]>
6802a5d5cf9SMartin Mares
6812a5d5cf9SMartin Mares	* Imported the pciutils sources to my Arch repository. Good-bye, CVS.
6822a5d5cf9SMartin Mares
683d772ef15SMartin Mares2003-01-04  Martin Mares  <[email protected]>
684d772ef15SMartin Mares
6851b95f396SMartin Mares	* Released as 2.1.11.
6861b95f396SMartin Mares
687c83293ebSMartin Mares	* Makefile: Changed configuration of installation directories --
688c83293ebSMartin Mares	all paths are now set at the top of the Makefile instead of being
689c83293ebSMartin Mares	scattered between the installation rules. The default installation
690c83293ebSMartin Mares	now goes always to /usr/local regardless of the OS as most distributions
691c83293ebSMartin Mares	already contain some version of pciutils and we don't want custom
692c83293ebSMartin Mares	installations to interfere with the default ones.
693c83293ebSMartin Mares
694c83293ebSMartin Mares	* Makefile: Removed a couple of ancient install hacks: we no longer
695c83293ebSMartin Mares	try to avoid overwriting a newer pci.ids file (users are now expected
696c83293ebSMartin Mares	to use update-ids) and we don't try to remove /etc/pci.ids (a long time
697c83293ebSMartin Mares	has passed since the last version which used it).
698c83293ebSMartin Mares
699e2875dcdSMartin Mares	* Makefile: Paths to pci.ids in man pages automatically get the right path.
700e2875dcdSMartin Mares
7011b95f396SMartin Mares	* Added the update-ids utility.
7020138a2a7SMartin Mares
703d772ef15SMartin Mares	* lib: Removed partially implemented "syscall" access method which will
704d772ef15SMartin Mares	probably never be needed.
705d772ef15SMartin Mares
706eb620239SMartin Mares2002-12-27  Martin Mares  <[email protected]>
707eb620239SMartin Mares
708130090bdSMartin Mares	* lib/nbsd-libpci.c: Cleaned up and hopefully made it endian safe.
709130090bdSMartin Mares
710eb620239SMartin Mares	* lib/generic.c (pci_generic_scan_bus): Added work-around for devices with
711eb620239SMartin Mares	discontiguous numbering of functions. This is already present in the Linux
712eb620239SMartin Mares	kernel for several years, but I forgot to update pciutils as well.
713eb620239SMartin Mares
714848b4347SMartin Mares2002-12-26  Martin Mares  <[email protected]>
715848b4347SMartin Mares
716579b19ffSMartin Mares	* lib/header.h, lspci.c: Dump AGP3 flags and speeds.
717579b19ffSMartin Mares
718579b19ffSMartin Mares	* lib/pci.h, Makefile: Removed HAVE_OWN_HEADER_H. Always use our own header,
719579b19ffSMartin Mares	there is no reason to prefer the kernel version.
720579b19ffSMartin Mares
721579b19ffSMartin Mares	* lib/proc.c (proc_scan): Don't forget to initialize hdrtype.
722579b19ffSMartin Mares
723848b4347SMartin Mares	* Added preliminary version of NetBSD support by Quentin Garnier
724848b4347SMartin Mares	<[email protected]>.
725848b4347SMartin Mares
726f0952474SMartin Mares2002-04-06  Martin Mares  <[email protected]>
727f0952474SMartin Mares
728f0952474SMartin Mares	* lspci.c: Mention "-xxx" in the help.
729f0952474SMartin Mares
730d2f666f1SMartin Mares2002-03-30  Martin Mares  <[email protected]>
731d2f666f1SMartin Mares
7329bd44bb0SMartin Mares	* Released as 2.1.10.
7339bd44bb0SMartin Mares
734a33d0eb7SMartin Mares	* Removed pci.ids from the CVS as they are now maintained separately.
735a33d0eb7SMartin Mares	They are still included in the tarball, but if you are building	pciutils
736a33d0eb7SMartin Mares	from CVS sources or you want to get a newer ID file than the one distributed,
737a33d0eb7SMartin Mares	just use "make update-ids" to download the most recent snapshot from
738a33d0eb7SMartin Mares	pciids.sf.net.
739a33d0eb7SMartin Mares
740a33d0eb7SMartin Mares	* Makefile, README: Updated accordingly.
741a33d0eb7SMartin Mares
742a33d0eb7SMartin Mares	* Makefile: Added a couple of maintenance targets.
743a33d0eb7SMartin Mares
744a33d0eb7SMartin Mares	* maint/*: Maintainer's utilities now reside here (present only in CVS,
745a33d0eb7SMartin Mares	not in the tarball).
746a33d0eb7SMartin Mares
747d2f666f1SMartin Mares	* lib/names.c (parse_name_list): End-of-line comments are no longer
748d2f666f1SMartin Mares	supported. Hashes are now perfectly valid in all names and they start
749d2f666f1SMartin Mares	a comment only at the start of the line.
750d2f666f1SMartin Mares
751ee551b73SMartin Mares2002-03-26  Martin Mares  <[email protected]>
752ee551b73SMartin Mares
75307159913SMartin Mares	* README: Rewritten.
75407159913SMartin Mares
755ee551b73SMartin Mares	* Makefile: When the currently installed pci.ids file is newer than
756ee551b73SMartin Mares	the version to be installed, don't overwrite it. Suggested by
757ee551b73SMartin Mares	Jean Delvare <[email protected]>.
758ee551b73SMartin Mares
759bc7b1d62SMartin Mares2002-03-24  Martin Mares  <[email protected]>
760bc7b1d62SMartin Mares
7615f5e6f64SMartin Mares	* lspci.c (show_pcix_bridge): Added PCI-X capability display.
7625f5e6f64SMartin Mares	Contributed by Jeff Garzik <[email protected]>.
7635f5e6f64SMartin Mares
7645f5e6f64SMartin Mares	* lib/header.h: Added PCI-X stuff. Again by Jeff.
7655f5e6f64SMartin Mares
7665f5e6f64SMartin Mares	* Makefile (CFLAGS): -Werror is gone.
7675f5e6f64SMartin Mares
768a1052f16SMartin Mares	* lspci.c (format_agp_rate): Fixed AGP rate reporting.
769a1052f16SMartin Mares
770bc7b1d62SMartin Mares	* lib/filter.c (pci_filter_parse_slot): Allow bus 0xff, slot 0x1f and
771bc7b1d62SMartin Mares	function 7.
772bc7b1d62SMartin Mares
773bc7b1d62SMartin Mares	* lib/names.c (pci_lookup_name): When printing unknown subsystem vendor
774bc7b1d62SMartin Mares	or device hexadecimally, don't confuse it with chip vendor/device ID.
775bc7b1d62SMartin Mares	First reported by Marc Boucher <[email protected]>.
776bc7b1d62SMartin Mares
777f793990cSMartin Mares2001-11-04  Martin Mares  <[email protected]>
778f793990cSMartin Mares
779ee551b73SMartin Mares	* Released as 2.1.9.
780ee551b73SMartin Mares
781f793990cSMartin Mares	* pci.ids: Synced with the PCI ID Repository at SourceForge
782f793990cSMartin Mares	(http://pciids.sourceforge.net/).
783f793990cSMartin Mares
7841d174e56SMartin Mares2000-08-25  Martin Mares  <[email protected]>
7851d174e56SMartin Mares
7861d174e56SMartin Mares	* pci.ids: Updated ID's, synced with kernel 2.4.0-test7.
7871d174e56SMartin Mares
78865b4327eSMartin Mares2000-06-13  Martin Mares  <[email protected]>
78965b4327eSMartin Mares
79065b4327eSMartin Mares	* Makefile (uninstall): Fixed.
79165b4327eSMartin Mares
79265b4327eSMartin Mares	* pci.ids: ID updates.
79365b4327eSMartin Mares
7944a219d5fSMartin Mares2000-05-20  Martin Mares  <[email protected]>
7954a219d5fSMartin Mares
7964a219d5fSMartin Mares	* Released as 2.1.8.
7974a219d5fSMartin Mares
7984a219d5fSMartin Mares	* pci.ids: ID updates.
7994a219d5fSMartin Mares
8004a219d5fSMartin Mares	* lspci.c (show_verbose): Min/max latency is now printed in nanoseconds.
8014a219d5fSMartin Mares
8024a219d5fSMartin Mares2000-05-04  Martin Mares  <[email protected]>
8034a219d5fSMartin Mares
8044a219d5fSMartin Mares	* lspci.c (show_verbose): If the header type doesn't match device
8054a219d5fSMartin Mares	class, just print a warning and still use the header type, assuming
8064a219d5fSMartin Mares	bogus class info.
8074a219d5fSMartin Mares
80810c90662SMartin Mares2000-05-01  Martin Mares  <[email protected]>
80910c90662SMartin Mares
81072b9b690SMartin Mares	* lspci.c (show_pm): Updated according to PCI PM specs 1.1.
81172b9b690SMartin Mares
81210c90662SMartin Mares	* pci.ids: Updated Contemporary Control ARCnet card entries.
81310c90662SMartin Mares
81410c90662SMartin Mares	* pci.ids: Synchronized class list with latest PCI SIG documents.
81510c90662SMartin Mares
816a239ade6SMartin Mares2000-04-29  Martin Mares  <[email protected]>
817a239ade6SMartin Mares
818a239ade6SMartin Mares	* lib/names.c (pci_lookup_name): Fixed the cheat.
819a239ade6SMartin Mares
820a239ade6SMartin Mares	* lib/internal.h: Moved UNUSED/inline hacks above all other declarations.
821a239ade6SMartin Mares
822a239ade6SMartin Mares	* pci.ids: Various ID updates.
823a239ade6SMartin Mares
8242c83b860SMartin Mares2000-04-21  Martin Mares  <[email protected]>
8252c83b860SMartin Mares
8262c83b860SMartin Mares	* Released as 2.1.7.
8272c83b860SMartin Mares
8282c83b860SMartin Mares	* pciutils.spec: Added German description.
8292c83b860SMartin Mares
8302c83b860SMartin Mares	* lib/names.c (pci_lookup_name): Added a cheat for case that subsystem ID's
8312c83b860SMartin Mares	are the same as device ID and just output subsystem name according to
8322c83b860SMartin Mares	device name.
8332c83b860SMartin Mares
8342c83b860SMartin Mares	* lib/proc.c: Use UNUSED instead of __attribute__((unused)).
8352c83b860SMartin Mares
8362c83b860SMartin Mares	* lib/pci.h: Added the correct typedefs for AIX.
8372c83b860SMartin Mares
8382c83b860SMartin Mares	* lib/generic.c (pci_generic_scan_bus): Export.
8392c83b860SMartin Mares
8402c83b860SMartin Mares	* lib/configure: Detect AIX. Use "echo '...\c'" instead of
8412c83b860SMartin Mares	"echo -n" if the shell isn't bash.
8422c83b860SMartin Mares
8432c83b860SMartin Mares	* lspci.c: Avoid using alloca() if not compiled by GCC.
8442c83b860SMartin Mares	(insert_dev): Avoid returning a void value.
8452c83b860SMartin Mares
8462c83b860SMartin Mares	* Makefile: Choose which install utility to use according to
8472c83b860SMartin Mares	OS type. Also use `-o' instead of `-or' in find arguments.
8482c83b860SMartin Mares	Part of the AIX port.
8492c83b860SMartin Mares
8502c83b860SMartin Mares	* lib/aix-device.c: Added AIX low-level interface. Contributed
8512c83b860SMartin Mares	by Dave Johnson <[email protected]>, thanks a lot!
8522c83b860SMartin Mares
8532c83b860SMartin Mares	* pci.ids: Few new ID's.
8542c83b860SMartin Mares
8552c83b860SMartin Mares	* pciutils.h, lib/internal.h: Redefine __attribute__ and inline
8562c83b860SMartin Mares	when not compiled by GCC.
8572c83b860SMartin Mares
858c1a828daSMartin Mares2000-04-17  Martin Mares  <[email protected]>
859c1a828daSMartin Mares
860c1a828daSMartin Mares	* Released as 2.1.6.
861c1a828daSMartin Mares
862c1a828daSMartin Mares	* pci.ids: Added a large batch of ID's contributed by Gunther
863c1a828daSMartin Mares	Mayer <[email protected]> and synced the
864c1a828daSMartin Mares	list with the 2.3.99pre6 kernel.
865c1a828daSMartin Mares
866e91dd3abSMartin MaresThu Mar  9 13:11:39 2000  Martin Mares  <[email protected]>
867e91dd3abSMartin Mares
868a80b79a9SMartin Mares	* lib/example.c: Added a simple example of how to use
869a80b79a9SMartin Mares	the library.
870a80b79a9SMartin Mares
87189984232SMartin Mares	* lspci.man, setpci.man: Revealed --version. Well spotted
87289984232SMartin Mares	by Adam Sulmicki.
87389984232SMartin Mares
874e91dd3abSMartin Mares	* pci.ids: Added lots of new ID's and synced with 2.3.50.
875e91dd3abSMartin Mares
87678d9c5e2SMartin MaresTue Feb 15 00:16:21 2000  Martin Mares  <[email protected]>
87778d9c5e2SMartin Mares
87878d9c5e2SMartin Mares	* Released as 2.1.5.
87978d9c5e2SMartin Mares
88078d9c5e2SMartin Mares	* pciutils.spec: Updated spec file from Andreas Jaeger. Now using
88178d9c5e2SMartin Mares	%{_mandir} to find the right location to install manual pages to.
88278d9c5e2SMartin Mares
88378d9c5e2SMartin Mares	* pci.ids: New ID's.
88478d9c5e2SMartin Mares
88578d9c5e2SMartin Mares	* setpci.c (main): Don't crash when `-s' or `-d' is given with
88678d9c5e2SMartin Mares	no argument.
88778d9c5e2SMartin Mares
888f8141ae2SMartin MaresMon Jan 24 20:04:11 2000  Andreas Jaeger  <[email protected]>
889f8141ae2SMartin Mares
890f8141ae2SMartin Mares	* lib/i386-ports.c: Include <asm/io.h> only on systems without
891f8141ae2SMartin Mares	glibc.
892f8141ae2SMartin Mares
893f8141ae2SMartin MaresMon Jan 24 11:24:43 2000  Martin Mares  <[email protected]>
894f8141ae2SMartin Mares
895f8141ae2SMartin Mares	* Makefile: Modified to work with the Linux FHS brain-damaged idea
896f8141ae2SMartin Mares	of putting man pages to /usr/share/man. Now we choose either /usr/man
897f8141ae2SMartin Mares	or /usr/share/man depending on which one exists.
898f8141ae2SMartin Mares
89959e76e8bSMartin MaresSun Jan 23 10:52:34 2000  Martin Mares  <[email protected]>
90059e76e8bSMartin Mares
90159e76e8bSMartin Mares	* pci.ids: Synced with Linux 2.3.40.
90259e76e8bSMartin Mares
90359e76e8bSMartin Mares	* Released as version 2.1.4.
90459e76e8bSMartin Mares
9052dfd48cdSMartin MaresThu Jan 20 11:08:32 2000  Martin Mares  <[email protected]>
9062dfd48cdSMartin Mares
9072715403fSMartin Mares	* lspci.c (scan_device): Fixed bug in reading of cardbus extensions.
9082715403fSMartin Mares
90981077814SMartin Mares	* lib/proc.c: pread/pwrite fixed again, this time on libc5 :(
91081077814SMartin Mares
91181077814SMartin Mares	* lspci.c (format_agp_rate): Better formatting of AGP rates.
91281077814SMartin Mares
91381077814SMartin Mares	* pci.ids: New ID's.
91481077814SMartin Mares
9152dfd48cdSMartin Mares	* lib/configure: Added configuration for ia64 (the same as for Alpha).
9162dfd48cdSMartin Mares	Patch from Stephane Eranian <[email protected]>.
9172dfd48cdSMartin Mares
9185a258860SMartin MaresThu Jan 13 23:01:52 2000  Martin Mares  <[email protected]>
9195a258860SMartin Mares
9205a258860SMartin Mares	* Released as version 2.1.3.
9215a258860SMartin Mares
9225a258860SMartin Mares	* pci.ids: New ID's.
9235a258860SMartin Mares
9245a258860SMartin Mares	* lspci.c: Alpha IO_FORMAT fix by Andrea Arcangeli.
9255a258860SMartin Mares
9265a258860SMartin Mares	* lib/access.c: Corrected order of access methods -- it's wonderful how
9275a258860SMartin Mares	long could such a bug remain unspotted. Thanks go to Andreas Schockenhoff.
9285a258860SMartin Mares
9290c047bbeSMartin MaresSat Dec 11 23:34:48 1999  Martin Mares  <[email protected]>
9300c047bbeSMartin Mares
9310c047bbeSMartin Mares	* Released as version 2.1.2.
9320c047bbeSMartin Mares
9330c047bbeSMartin Mares	* lib/names.c (pci_lookup_name): Fixed printing of unknown subsystem ID's.
9340c047bbeSMartin Mares
93533bc28a5SMartin MaresSat Dec  4 13:11:03 1999  Martin Mares  <[email protected]>
93633bc28a5SMartin Mares
93739231205SMartin Mares	* Released as version 2.1.1.
93839231205SMartin Mares
93933bc28a5SMartin Mares	* pci.ids: Several new ID's.
94033bc28a5SMartin Mares
94133bc28a5SMartin Mares	* setpci.c (exec_op): Don't forget to increment address after writing
94233bc28a5SMartin Mares	single value, so that `30.b=12,34,56,78' works as expected. Reported
94333bc28a5SMartin Mares	by Petr Soucek <[email protected]>.
94433bc28a5SMartin Mares
9458d047897SMartin MaresWed Nov  3 10:24:38 1999  Martin Mares  <[email protected]>
9468d047897SMartin Mares
9478d047897SMartin Mares	* lspci.c (show_terse): If prog-if is zero, but it's present in the
9488d047897SMartin Mares	ID list, show it.
9498d047897SMartin Mares
9506afc6538SMartin MaresSat Oct 30 11:06:35 1999  Martin Mares  <[email protected]>
9516afc6538SMartin Mares
9526afc6538SMartin Mares	* Released as version 2.1.
9536afc6538SMartin Mares
9546afc6538SMartin Mares	* pci.ids: Synced to devlist.h in 2.3.24 kernel. Merged in
9556afc6538SMartin Mares	lots of contributed entries.
9566afc6538SMartin Mares
9578f756113SMartin MaresThu Oct 14 10:40:12 1999  Dave Jones    <[email protected]>
9588f756113SMartin Mares
9598f756113SMartin Mares	* pci.ids: Added lots of subsystem definitions.
9608f756113SMartin Mares
961d4798a32SMartin MaresSat Oct  9 14:32:28 1999  Martin Mares  <[email protected]>
962d4798a32SMartin Mares
963d4798a32SMartin Mares	* setpci.man: Better example.
964d4798a32SMartin Mares
965d4798a32SMartin Mares	* lspci.c: Resolve prog-if names.
966d4798a32SMartin Mares
967d4798a32SMartin Mares	* lib/names.c: Adapted to new pci.ids syntax.
968d4798a32SMartin Mares
969d4798a32SMartin Mares	* pci.ids: Reorganized the pci.ids file. Subsystems are listed
970d4798a32SMartin Mares	under devices, classes can optionally contain prog-if information.
971d4798a32SMartin Mares	New ID's, as usually.
972d4798a32SMartin Mares
973e306e911SMartin MaresWed Sep 22 09:45:24 1999  Martin Mares  <[email protected]>
974e306e911SMartin Mares
975e306e911SMartin Mares	* pci.ids: New ID's. As usually.
976e306e911SMartin Mares
977e306e911SMartin Mares	* lspci.c (show_htype1, show_htype2): Don't show `closed' bridge windows
978e306e911SMartin Mares	unless we're vvvery verbose.
979e306e911SMartin Mares
980e306e911SMartin MaresMon Sep 20 11:22:54 1999  Martin Mares  <[email protected]>
981e306e911SMartin Mares
982e306e911SMartin Mares	* lspci.c (show_htype2): Don't forget a TAB before the "I/O window" line.
983e306e911SMartin Mares
984e64a576cSMartin MaresTue Sep 14 09:31:01 1999  Martin Mares  <[email protected]>
985e64a576cSMartin Mares
986e64a576cSMartin Mares	* pci.ids: New ID's. Again.
987e64a576cSMartin Mares
988c36c0862SMartin MaresThu Aug  5 17:45:42 1999  Martin Mares  <[email protected]>
989c36c0862SMartin Mares
990c36c0862SMartin Mares	* lspci.c (show_size): Don't show size if it's zero (usually
991c36c0862SMartin Mares	due to bus-centric mode being enabled).
992c36c0862SMartin Mares
9931ca42433SMartin MaresTue Jul 20 13:25:09 1999  Martin Mares  <[email protected]>
9941ca42433SMartin Mares
995168b4f46SMartin Mares	* lib/pci.h: Types are OS dependent.
996168b4f46SMartin Mares
997168b4f46SMartin Mares	* lib/internal.h: Byte order hacks are OS dependent.
998168b4f46SMartin Mares
999168b4f46SMartin Mares	* lib/configure: Recognize FreeBSD. Also set OS_XXX according to the OS.
1000168b4f46SMartin Mares
1001168b4f46SMartin Mares	* lib/Makefile, lib/access.c: Added fbsd-device target.
1002168b4f46SMartin Mares
1003168b4f46SMartin Mares	* pci.ids: Added an entry for PLX 9080 bridges with subsystem ID
1004168b4f46SMartin Mares	incorrectly set to device ID.
1005168b4f46SMartin Mares
1006168b4f46SMartin Mares	* README: Added a note that we support FreeBSD.
1007168b4f46SMartin Mares
1008168b4f46SMartin Mares	* Makefile (PREFIX, ROOT): Set it depending on the OS.
1009168b4f46SMartin Mares	(%.8): Grrr, BSD date is not able to convert date formats the same way
1010168b4f46SMartin Mares	as GNU date does. Use sed instead.
1011168b4f46SMartin Mares	(install): Use `-c' when calling install.
1012168b4f46SMartin Mares
1013168b4f46SMartin Mares	* lib/fbsd-device.c: Added FreeBSD /dev/pci access module contributed
1014168b4f46SMartin Mares	by Jari Kirma <[email protected]>.
1015168b4f46SMartin Mares
1016bc6346dfSMartin Mares	* lib/proc.c: Rewrote the pread/pwrite things once again. Use pread
1017bc6346dfSMartin Mares	and pwrite only when we are certain it's safe (i.e., glibc 2.1
1018bc6346dfSMartin Mares	on all architectures or any libc on a i386 where we really know
1019bc6346dfSMartin Mares	how to use syscalls directly). In all other cases, emulate it
1020bc6346dfSMartin Mares	with lseek/read/write.
1021bc6346dfSMartin Mares
10221ca42433SMartin Mares	* pci.ids: Some more IDs.
10231ca42433SMartin Mares
10241ca42433SMartin MaresMon Jul 19 14:10:36 1999  Martin Mares  <[email protected]>
10251ca42433SMartin Mares
10261ca42433SMartin Mares	* pci.ids: Added IDs of parallel port controller cards as sent
10271ca42433SMartin Mares	by Tim Waugh <[email protected]>.
10281ca42433SMartin Mares
1029e95c8373SMartin MaresWed Jul  7 00:55:48 1999  Martin Mares  <[email protected]>
1030e95c8373SMartin Mares
1031e95c8373SMartin Mares	* lib/proc.c (proc_scan): HAVE_LONG_ADDRESS instead of HAVE_64BIT_ADDRESS.
1032e95c8373SMartin Mares
1033e95c8373SMartin Mares	* lspci.c: ADDR_FORMAT now depends on both HAVE_64BIT_ADDRESS and
1034e95c8373SMartin Mares	HAVE_LONG_ADDRESS.
1035e95c8373SMartin Mares
1036e95c8373SMartin Mares	* lib/configure: HAVE_64BIT_ADDRESS now doesn't imply that the addresses
1037e95c8373SMartin Mares	are represented as long long. Introduced a new flag HAVE_LONG_ADDRESS
1038e95c8373SMartin Mares	to indicate this. Both Sparc architectures now use both 64BIT_ADDRESS
1039e95c8373SMartin Mares	and LONG_ADDRESS since they have 32-bit userland, but don't set LONG_ADDRESS
1040e95c8373SMartin Mares	on Alpha.
1041e95c8373SMartin Mares
1042e95c8373SMartin Mares	* lspci.c (show_msi): Added dumping of the MSI capability.
1043e95c8373SMartin Mares	(show_slotid): The same for SlotID capability.
1044e95c8373SMartin Mares	(show_caps): Seperated capability dumping, because it should
1045e95c8373SMartin Mares	be used for both htype0 and htype1. Even PCI 2.2 doesn't mention
1046e95c8373SMartin Mares	layout of htype2, so I'm a bit unsure about it wrt capabilities
1047e95c8373SMartin Mares	-- they at least have to live somewhere else since address 0x34
1048e95c8373SMartin Mares	is already defined differently in htype2.
1049e95c8373SMartin Mares
1050e95c8373SMartin Mares	* lib/header.h (PCI_STATUS_UDF): Marked as obsolete (PCI 2.2).
1051e95c8373SMartin Mares	(PCI_BASE_ADDRESS_MEM_TYPE_1M): Ditto.
1052e95c8373SMartin Mares	(PCI_CAP_ID_*): Added some new capabilities defined in PCI 2.2.
1053e95c8373SMartin Mares
1054e95c8373SMartin Mares	* lspci.c (show_htype0): Mask out lowest 2 bits from all capability pointers
1055e95c8373SMartin Mares	(required by the PCI 2.2 specs).
1056e95c8373SMartin Mares
1057e95c8373SMartin MaresMon Jul  5 12:45:19 1999  Martin Mares  <[email protected]>
1058e95c8373SMartin Mares
1059e95c8373SMartin Mares	* lspci.c (show_size): Added new function for dumping of region sizes.
1060e95c8373SMartin Mares	(show_rom): Added. Now correctly dumps unassigned ROM addresses, disabled
1061e95c8373SMartin Mares	ROMs et cetera.
1062e95c8373SMartin Mares
1063e95c8373SMartin Mares	* lib/pci.h (struct pci_dev): known_fields moved to the public part
1064e95c8373SMartin Mares	of the structure.
1065e95c8373SMartin Mares
1066e95c8373SMartin Mares	* Added support for region sizes. Needs support in the kernel, because
1067e95c8373SMartin Mares	sizes have to be scanned before drivers initialize yourself. pci_fill_info()
1068e95c8373SMartin Mares	now returns a bitmask of what fields were really read.
1069e95c8373SMartin Mares
107082ce97c9SMartin MaresMon Jun 28 18:37:51 1999  Dave Jones    <[email protected]>
107182ce97c9SMartin Mares
107282ce97c9SMartin Mares	* Makefile:
107382ce97c9SMartin Mares	  Added `uninstall' target - removes all traces of pciutils.
107482ce97c9SMartin Mares	* pci.ids:
107582ce97c9SMartin Mares	  - Lots of cleanups in the ATI, S3, Adaptec vendors.
107682ce97c9SMartin Mares	  - Changed Compaq QVision 1280/p definitions, as it's not possible
107782ce97c9SMartin Mares	    to determine the revision from the device ID.
107882ce97c9SMartin Mares	  - Same for the Tseng ET4000.
107982ce97c9SMartin Mares	    The id's said I had a rev C, when it was actually a rev B.
108082ce97c9SMartin Mares	  - Removed some unnecessary strings
108182ce97c9SMartin Mares	    `PCI'. Unless it's an AGP card, it should be obvious that it's PCI.
108282ce97c9SMartin Mares	    `Ethernet card'. This should be determined from config space.
108382ce97c9SMartin Mares	  - Lots of other new vendors & devices
108482ce97c9SMartin Mares	  - Other additional small cleanups.
108582ce97c9SMartin Mares
10867bed2d83SMartin MaresMon Jun 21 22:11:10 1999  Martin Mares  <[email protected]>
10877bed2d83SMartin Mares
10887bed2d83SMartin Mares	* lib/names.c (pci_lookup_name): When device ID lookup
10897bed2d83SMartin Mares	fails, return hexadecimal device ID instead of vendor ID.
10907bed2d83SMartin Mares	Well spotted by Axel Bodemann <[email protected]>,
10917bed2d83SMartin Mares	I've just extended the fix to subsystem ID's.
10927bed2d83SMartin Mares
10935ba3a475SMartin MaresThu Jun 17 19:48:21 1999  Martin Mares  <[email protected]>
10945ba3a475SMartin Mares
10955ba3a475SMartin Mares	* lspci.c (show_agp): Bug fix from Petr Vandrovec
10965ba3a475SMartin Mares	<[email protected]>. The command register was displayed
10975ba3a475SMartin Mares	incorrectly.
10985ba3a475SMartin Mares
10995ba3a475SMartin MaresWed Jun  2 22:42:44 1999  Martin Mares  <[email protected]>
11005ba3a475SMartin Mares
11015ba3a475SMartin Mares	* lib/proc.c (SYS_pread, SYS_pwrite): Use hard-coded
11025ba3a475SMartin Mares	numbers if not supplied by the libc.
11035ba3a475SMartin Mares
110455c815b5SMartin MaresWed May 19 13:24:39 1999  Martin Mares  <[email protected]>
110555c815b5SMartin Mares
110655c815b5SMartin Mares	* Released the whole package as version 2.0.
110755c815b5SMartin Mares
110855c815b5SMartin MaresFri May 14 22:42:02 1999  Martin Mares  <[email protected]>
110955c815b5SMartin Mares
111055c815b5SMartin Mares	* pci.ids: Added several new ID's contributed by people
111155c815b5SMartin Mares	on the linux-pci list.
111255c815b5SMartin Mares
1113dec16943SMartin MaresMon Apr 19 15:21:08 1999  Jakub Jelinek  <[email protected]>
1114dec16943SMartin Mares
1115dec16943SMartin Mares	* lspci.c: Display I/O addresses correctly on sparc64.
1116dec16943SMartin Mares	* lib/header.h: Ditto.
1117dec16943SMartin Mares
1118dec16943SMartin Mares	* lib/configure: On sparc set HAVE_64BIT* as well, we want
1119dec16943SMartin Mares	a binary which works on both 32bit and 64bit SPARCs.
1120dec16943SMartin Mares
1121e33c9c7aSMartin MaresSun Apr 18 21:14:58 1999  Martin Mares  <[email protected]>
1122e33c9c7aSMartin Mares
1123e33c9c7aSMartin Mares	* lspci.c, lib/proc.c: Alpha compilation fixes from Matthew Jacob
1124e33c9c7aSMartin Mares	<[email protected]>.
1125e33c9c7aSMartin Mares
1126e33c9c7aSMartin Mares	* pci.ids: A lot of updates from Adam J. Richter <[email protected]>.
1127e33c9c7aSMartin Mares
1128f3395cc5SMartin MaresSun Feb 28 22:26:21 1999  Martin Mares  <[email protected]>
1129f3395cc5SMartin Mares
1130f3395cc5SMartin Mares	* lspci.c (do_map_bus): Don't dump functions 1--7 if not flagged
1131f3395cc5SMartin Mares	as a multi-function device, because several single-function devices
1132f3395cc5SMartin Mares	don't decode the function bits at all.
1133f3395cc5SMartin Mares
1134f3395cc5SMartin MaresSun Feb 14 23:48:22 1999  Martin Mares  <[email protected]>
1135f3395cc5SMartin Mares
1136f3395cc5SMartin Mares	* Makefile (install): Don't use "-o root -g root" for installation
1137f3395cc5SMartin Mares	since it breaks on machines where programs are not installed by root.
1138f3395cc5SMartin Mares	Reported by Richard Gooch <[email protected]>
1139f3395cc5SMartin Mares
1140f3395cc5SMartin MaresTue Feb  9 15:54:39 1999  Martin Mares  <[email protected]>
1141f3395cc5SMartin Mares
1142f3395cc5SMartin Mares	* lspci.c (show_bases): Use new address masking macros and pciaddr_t.
1143f3395cc5SMartin Mares
1144f3395cc5SMartin Mares	* lib/pci.h: Using pciaddr_t for bus addresses, which are 32-bit
1145f3395cc5SMartin Mares	or 64-bit depending on CPU.
1146f3395cc5SMartin Mares
1147f3395cc5SMartin Mares	* lib/pci.h (PCI_ADDR_MEM_MASK): Added macros for address masks
1148f3395cc5SMartin Mares	according to bus address width.
1149f3395cc5SMartin Mares
11501c31d620SMartin MaresThu Jan 28 20:54:16 1999  Martin Mares  <[email protected]>
11511c31d620SMartin Mares
11521c31d620SMartin Mares	* Released as 1.99.4.
11531c31d620SMartin Mares
11541c31d620SMartin Mares	* lspci.c: Capability list parser now recognizes both AGP
11551c31d620SMartin Mares	registers and PCI Power Management registers (the latter
11561c31d620SMartin Mares	is mainly guesswork based on DEC/Intel 21153 bridge specs
11571c31d620SMartin Mares	since I don't have the PCI Power Management document).
11581c31d620SMartin Mares
11591c31d620SMartin Mares	* lspci.c: Replaced numerous occurences of (x & flag) ? '+' : '-'
11601c31d620SMartin Mares	by FLAG macro.
11611c31d620SMartin Mares
11621c31d620SMartin Mares	* lspci.c: Added bridge checks to bus mapping code.
11631c31d620SMartin Mares
11641812a795SMartin MaresWed Jan 27 14:59:16 1999  Martin Mares  <[email protected]>
11651812a795SMartin Mares
11661812a795SMartin Mares	* lspci.c: Implemented bus mapping mode (-M).
11671812a795SMartin Mares
11681812a795SMartin Mares	* lspci.c (scan_devices): Split to scan_devices() and scan_device().
11691812a795SMartin Mares	(show): Split to show() and show_device().
11701812a795SMartin Mares
11711812a795SMartin Mares	* lib/access.c (pci_init): When a->method == PCI_ACCESS_AUTO,
11721812a795SMartin Mares	set it to the real access method afterwards.
11731812a795SMartin Mares
11741812a795SMartin MaresMon Jan 25 23:46:13 1999  Martin Mares  <[email protected]>
11751812a795SMartin Mares
11761812a795SMartin Mares	* lib/generic.c (pci_generic_fill_info): If in buscentric mode,
11771812a795SMartin Mares	don't check PCI_COMMAND for I/O and memory enables.
11781812a795SMartin Mares
1179f6c86928SMartin MaresMon Jan 25 21:28:49 1999  Martin Mares  <[email protected]>
1180f6c86928SMartin Mares
1181f6c86928SMartin Mares	* Makefile: Added target `release' which substitutes new version
1182f6c86928SMartin Mares	number to .spec, .lsm and README. Also rewrote target `dist'.
1183f6c86928SMartin Mares
1184f6c86928SMartin Mares	* Released as 1.99.3.
1185f6c86928SMartin Mares
1186b5137411SMartin MaresSun Jan 24 22:10:36 1999  Martin Mares  <[email protected]>
1187b5137411SMartin Mares
1188d6b297d0SMartin Mares	* lib/header.h: Until kernel adopts new layout of PCI
1189d6b297d0SMartin Mares	includes (i.e., separate declaration of header structure,
1190d6b297d0SMartin Mares	functions and device IDs), which is not going to happen
1191d6b297d0SMartin Mares	before 2.3, we'll use our own definiton of the header.
1192d6b297d0SMartin Mares
1193b5137411SMartin Mares	* lspci.c (show_verbose): Display `Cap' flag in device status.
1194b5137411SMartin Mares
1195b5137411SMartin Mares	* lspci.c (show_htype0): Display capability lists whereever
1196b5137411SMartin Mares	available. The only capability name we recognize now is `AGP'.
1197b5137411SMartin Mares	Unfortunately, capabilities are stored in device-dependent
1198b5137411SMartin Mares	portion of the configuration space and are thus available
1199b5137411SMartin Mares	only to root unless you read a dump.
1200b5137411SMartin Mares
1201b5137411SMartin Mares	* lspci.c (scan_devices): Use cache instead of buffering.
1202b5137411SMartin Mares
1203b5137411SMartin Mares	* lib/buffer.c: Removed (obsoleted by the cache).
1204b5137411SMartin Mares
1205b5137411SMartin Mares	* lib/access.c: Added general caching mechanism.
1206b5137411SMartin Mares
120781ce358dSMartin MaresSat Jan 23 21:30:54 1999  Martin Mares  <[email protected]>
120881ce358dSMartin Mares
120981ce358dSMartin Mares	* pci.ids: Added few devices.
121081ce358dSMartin Mares
1211727ce158SMartin MaresFri Jan 22 19:29:31 1999  Martin Mares  <[email protected]>
1212727ce158SMartin Mares
1213727ce158SMartin Mares	* Version string is now defined in top-level Makefile, exported
1214727ce158SMartin Mares	to the configure script and also substituted to man pages.
1215727ce158SMartin Mares
1216727ce158SMartin Mares	* lspci.c (show_bases): Rewrote displaying of 64-bit addresses.
1217727ce158SMartin Mares	(show_verbose): Rewrote interrupt display logic.
1218727ce158SMartin Mares
1219727ce158SMartin Mares	* lib/i386-ports.c: Include sys/io.h only on glibc systems.
1220727ce158SMartin Mares
1221727ce158SMartin Mares	* lib/configure: Rewrote detection of Linux versions. Now it
1222727ce158SMartin Mares	works on 2.0 kernels (only with direct/dump access, of course).
1223727ce158SMartin Mares
1224727ce158SMartin Mares	* lib/internal.h: New bytesex macros using <asm/byteorder.h>
1225727ce158SMartin Mares	whenever available.
1226727ce158SMartin Mares
1227727ce158SMartin Mares	* lib/proc.c (proc_read, proc_write): Distinguish between short
1228727ce158SMartin Mares	read/write and real errors.
1229727ce158SMartin Mares
1230727ce158SMartin Mares	* lspci.c (show_htype{0,1}): Always use d->dev->rom_base_addr since
1231727ce158SMartin Mares	libpci respects buscentric mode automatically.
1232727ce158SMartin Mares
1233727ce158SMartin Mares	* lspci.c (show_hex_dump): For CardBus bridges, print out 128
1234727ce158SMartin Mares	bytes of header (the whole standard part).
1235727ce158SMartin Mares
1236727ce158SMartin Mares	* common.c: pcilib options are now all uppercase. Also moved
1237727ce158SMartin Mares	PCI access debugging option here.
1238727ce158SMartin Mares
1239727ce158SMartin Mares	* Released as 1.99.2.
1240727ce158SMartin Mares
1241727ce158SMartin MaresWed Jan 20 22:50:35 1999  Martin Mares  <[email protected]>
1242727ce158SMartin Mares
1243727ce158SMartin Mares	* Wrote configure script and rewrote Makefiles.
1244727ce158SMartin Mares
1245727ce158SMartin Mares	* Removed few unused variables.
1246727ce158SMartin Mares
1247727ce158SMartin MaresWed Jan 20 12:21:56 1999  Martin Mares  <[email protected]>
1248727ce158SMartin Mares
1249727ce158SMartin Mares	* common.c: Moved several functions used in both setpci and lspci
1250727ce158SMartin Mares	here. This includes parsing of libpci-related options.
1251727ce158SMartin Mares
1252727ce158SMartin Mares	* More library tweaks.
1253727ce158SMartin Mares
1254727ce158SMartin Mares	* filter.c, names.c: Moved to library.
1255727ce158SMartin Mares
1256727ce158SMartin Mares	* setpci: Rewritten to use the library.
1257727ce158SMartin Mares
1258727ce158SMartin Mares	* Released as 1.99.1.
1259727ce158SMartin Mares
1260727ce158SMartin MaresTue Jan 19 23:00:12 1999  Martin Mares  <[email protected]>
1261727ce158SMartin Mares
1262727ce158SMartin Mares	* lspci.c (scan_devices): For cardbus bridges, read first 128
1263727ce158SMartin Mares	bytes of config space to get full standard header.
1264727ce158SMartin Mares
1265727ce158SMartin Mares	* Makefile (CFLAGS): Removed "-Wno-unused".
1266727ce158SMartin Mares
1267727ce158SMartin Mares	* Started the "New Generation" branch and introduced the
1268727ce158SMartin Mares	PCI library.
1269727ce158SMartin Mares
1270727ce158SMartin Mares	* lspci: Rewritten to use the library.
1271727ce158SMartin Mares
12726ece6bc6SMartin MaresTue Jan 19 22:24:08 1999  Martin Mares  <[email protected]>
12736ece6bc6SMartin Mares
12746ece6bc6SMartin Mares	* Released as version 1.10.
12756ece6bc6SMartin Mares
12766ece6bc6SMartin MaresMon Jan 18 08:51:17 1999  Martin Mares  <[email protected]>
12776ece6bc6SMartin Mares
12786ece6bc6SMartin Mares	* lspci.8, setpci.8: Miscellaneous fixes as suggested by
12796ece6bc6SMartin Mares	Dag Wieers <[email protected]>.
12806ece6bc6SMartin Mares
12811212dd6dSMartin MaresSun Nov 29 20:05:56 1998  Martin Mares  <[email protected]>
12821212dd6dSMartin Mares
12831212dd6dSMartin Mares	* pciutils.spec (Name): Update from Krzysztof G. Baranowski.
12841212dd6dSMartin Mares
1285d38471fdSMartin MaresSun Nov 22 10:49:56 1998  Martin Mares  <[email protected]>
1286d38471fdSMartin Mares
1287d38471fdSMartin Mares	* Makefile, pciutils.h: Moved pci.ids to /usr/share.
1288d38471fdSMartin Mares
1289d38471fdSMartin Mares	* Released as version 1.09.
1290d38471fdSMartin Mares
1291371f605bSMartin MaresWed Nov 18 15:47:05 1998  Martin Mares  <[email protected]>
1292371f605bSMartin Mares
1293371f605bSMartin Mares	* lspci.c (show_htype1): Fixed displaying of prefetchable memory behind
1294371f605bSMartin Mares	bridge. Thanks to Petr Vandrovec <[email protected]> for bug report.
1295371f605bSMartin Mares
129610be47abSMartin MaresFri Oct 23 18:59:19 1998  Martin Mares  <[email protected]>
129710be47abSMartin Mares
129810be47abSMartin Mares	* setpci.c: Don't include <syscall-list.h> with glibc >= 2.1.
129910be47abSMartin Mares
1300472bd340SMartin MaresMon Oct 19 21:53:30 1998  Martin Mares  <[email protected]>
1301472bd340SMartin Mares
1302472bd340SMartin Mares	* Released as version 1.08.
1303472bd340SMartin Mares
1304472bd340SMartin Mares	* setpci.c: glibc 2.1.x already defines pread() and pwrite().
1305472bd340SMartin Mares
1306472bd340SMartin Mares	* lspci.8: Changed warning about lspci -xxx.
1307472bd340SMartin Mares
1308472bd340SMartin Mares	* lspci.c: Require "-xxx" for full configuration space dump, so that
1309472bd340SMartin Mares	it's impossible to crash the machine by single typo.
1310472bd340SMartin Mares
1311472bd340SMartin Mares	* specs: Added (courtesy of Krzysztof G. Baranowski <[email protected]>).
1312472bd340SMartin Mares
1313072c77e5SMartin MaresWed Sep  9 12:03:24 1998  Martin Mares  <[email protected]>
1314072c77e5SMartin Mares
1315072c77e5SMartin Mares	* lspci.c (show_bases): Better displaying of unassigned and
1316072c77e5SMartin Mares	disabled bases. Thanks to Gabriel Paubert <[email protected]>
1317072c77e5SMartin Mares	for an idea.
1318072c77e5SMartin Mares
1319b7554856SMartin MaresWed Sep  2 10:58:01 1998  Martin Mares  <[email protected]>
1320b7554856SMartin Mares
1321b7554856SMartin Mares	* setpci.c (pread): Recognize glibc 1.99 numbered as 2.0 on the PPC.
1322b7554856SMartin Mares	(thanks to Geert Uytterhoeven for finding this out)
1323b7554856SMartin Mares
1324ce503b7fSMartin MaresFri Jul 17 10:43:30 1998  Martin Mares  <[email protected]>
1325ce503b7fSMartin Mares
1326ce503b7fSMartin Mares	* lspci.c (show_verbose): Print subsystem ID using the new resolver.
1327ce503b7fSMartin Mares	(show_machine): Print subsystem ID.
1328ce503b7fSMartin Mares
1329ce503b7fSMartin Mares	* names.c: New name resolution engine supporting subsystem IDs.
1330ce503b7fSMartin Mares
1331ce503b7fSMartin Mares	* Released as version 1.07.
1332ce503b7fSMartin Mares
133396e4f295SMartin MaresWed Jul 15 15:37:21 1998  Martin Mares  <[email protected]>
133496e4f295SMartin Mares
133596e4f295SMartin Mares	* lspci.c (show_htype2 etc.): Displaying of CardBus headers.
133696e4f295SMartin Mares	(show_bases): Honor the `cnt' argument.
133796e4f295SMartin Mares	(grow_tree): Parse CardBus headers in tree mode as well.
133896e4f295SMartin Mares
133996e4f295SMartin Mares	* pci.h: Updated CardBus header field description. I still don't
134096e4f295SMartin Mares	have the CardBus standard available, but OZ6832 specs contain
134196e4f295SMartin Mares	full description of all header fields supported by the chip.
134296e4f295SMartin Mares
13436ae3650aSMartin MaresTue Jun  9 22:53:59 1998  Martin Mares  <[email protected]>
13446ae3650aSMartin Mares
1345304f9a0bSMartin Mares	* Released as 1.06.
1346304f9a0bSMartin Mares
13476ae3650aSMartin Mares	* names.c (parse_name_list): Killed an unused variable.
13486ae3650aSMartin Mares
13496ae3650aSMartin Mares	* setpci.c (pread, pwrite): Define SYS_(pread|pwrite) as __NR_\1
13506ae3650aSMartin Mares	if they are not defined by glibc (needed for glibc built on older
13516ae3650aSMartin Mares	kernels). Ugly.
13526ae3650aSMartin Mares
13536ae3650aSMartin Mares	* setpci.c (exec_op): Fixed error messages. Thanks, Steve!
13546ae3650aSMartin Mares
13554b88a6b8SMartin MaresMon Jun  8 10:59:22 1998  Martin Mares  <[email protected]>
13564b88a6b8SMartin Mares
13574b88a6b8SMartin Mares	* Released as 1.05.
13584b88a6b8SMartin Mares
13594b88a6b8SMartin Mares	* setpci.c: Problems with pread()/pwrite() with glibc on Alpha
13604b88a6b8SMartin Mares	should be gone. Again thanks to Steve for bug report.
13614b88a6b8SMartin Mares
13624b88a6b8SMartin Mares	* filter.c (filter_parse_slot): Fixed ":x" type filters.
13634b88a6b8SMartin Mares
13644b88a6b8SMartin Mares	* pci.ids: Killed duplicate entry. Thanks to Stephen Williams
13654b88a6b8SMartin Mares	<[email protected]> for reporting this.
13664b88a6b8SMartin Mares
13674b88a6b8SMartin MaresSun Jun  7 19:27:51 1998  Martin Mares  <[email protected]>
13684b88a6b8SMartin Mares
13694b88a6b8SMartin Mares	* lspci.c (main), setpci.c (main): Implemented "--version".
13704b88a6b8SMartin Mares
13714b88a6b8SMartin Mares	* Released as 1.04.
13724b88a6b8SMartin Mares
13734b88a6b8SMartin Mares	* pciutils.h (PCIUTILS_VERSION): Added version string.
13744b88a6b8SMartin Mares
13754b88a6b8SMartin Mares	* filter.c, names.c: Extraneous #include <linux/pci.h> removed.
13764b88a6b8SMartin Mares	Thanks to Geert Uytterhoeven <[email protected]>
13774b88a6b8SMartin Mares	for bug report.
13784b88a6b8SMartin Mares
13799b306998SMartin MaresThu May 28 14:45:58 1998  Martin Mares  <[email protected]>
13809b306998SMartin Mares
13819b306998SMartin Mares	* pci.ids: More updates from Jens Maurer.
13829b306998SMartin Mares
1383b372672fSMartin MaresWed Apr 22 10:00:39 1998  Martin Mares  <[email protected]>
1384b372672fSMartin Mares
1385b372672fSMartin Mares	* pci.ids: Updates from Jens Maurer.
1386b372672fSMartin Mares
1387b2c9b373SMartin MaresSun Apr 19 11:14:25 1998  Martin Mares  <[email protected]>
1388b2c9b373SMartin Mares
1389b372672fSMartin Mares	* Released as 1.03.
1390b372672fSMartin Mares
1391b2c9b373SMartin Mares	* setpci.8: Written.
1392b2c9b373SMartin Mares
1393b2c9b373SMartin Mares	* setpci.c: Finished.
1394b2c9b373SMartin Mares
1395b2c9b373SMartin Mares	* lspci.c: Now able to fetch expansion ROM base from kernel device list
1396b2c9b373SMartin Mares	and print it if not in buscentric mode.
1397b2c9b373SMartin Mares
1398e4842ff3SMartin MaresTue Mar 31 23:11:57 1998  Martin Mares  <[email protected]>
1399e4842ff3SMartin Mares
1400e4842ff3SMartin Mares	* setpci.c: Added.
1401e4842ff3SMartin Mares
1402e4842ff3SMartin MaresSun Mar 22 15:39:08 1998  Martin Mares  <[email protected]>
1403e4842ff3SMartin Mares
1404e4842ff3SMartin Mares	* lspci.8: Updated the documentation.
1405e4842ff3SMartin Mares
1406e4842ff3SMartin Mares	* lspci.c: Modified to use the new filtering mechanism (options -f and -d).
1407e4842ff3SMartin Mares
1408e4842ff3SMartin Mares	* filter.c: Introduced new generic device filter.
1409e4842ff3SMartin Mares
1410008407bdSMartin MaresThu Mar 19 17:03:48 1998  Martin Mares  <[email protected]>
1411008407bdSMartin Mares
1412008407bdSMartin Mares	* lspci.c (grow_tree, show_tree_dev, print_it): Fixed displaying
1413008407bdSMartin Mares	of PCI-to-PCI bridges in the tree format.
1414008407bdSMartin Mares
14150a33d0ecSMartin MaresSun Feb 15 10:12:25 1998  Martin Mares  <[email protected]>
14160a33d0ecSMartin Mares
14170a33d0ecSMartin Mares	* lspci.c (show_machine): Added non-verbose mode of machine-readable
14180a33d0ecSMartin Mares	dump.
14190a33d0ecSMartin Mares
14200a33d0ecSMartin Mares	* pci.ids: Updates from Jens Maurer.
14210a33d0ecSMartin Mares
14220a33d0ecSMartin Mares	* Released as version 1.02.
14230a33d0ecSMartin Mares
14240a33d0ecSMartin MaresThu Feb 12 16:53:28 1998  Martin Mares  <[email protected]>
14250a33d0ecSMartin Mares
14260a33d0ecSMartin Mares	* lspci.c: Added a "-m" switch for dumping machine-readable
14270a33d0ecSMartin Mares	configuration data (requested by Bjoern Kriews <[email protected]>).
14280a33d0ecSMartin Mares
1429fb38eee8SMartin MaresMon Feb  9 13:17:43 1998  Martin Mares  <[email protected]>
1430fb38eee8SMartin Mares
1431fb38eee8SMartin Mares	* Makefile, pciutils.h: Include local pci.h instead of <linux/pci.h>
1432fb38eee8SMartin Mares	if available. This should avoid all problems with official kernel
1433fb38eee8SMartin Mares	not synchronized to newer PCI code in CVS -- standard distribution
1434fb38eee8SMartin Mares	of pciutils now contains pci.h from current CVS kernel, pciutils
1435fb38eee8SMartin Mares	in CVS contain no pci.h and use the correct kernel include.
1436fb38eee8SMartin Mares
1437fb38eee8SMartin Mares	* Makefile: Fixed installation path for man pages.
1438fb38eee8SMartin Mares
14392f48f637SMartin MaresSat Feb  7 15:15:46 1998  Martin Mares  <[email protected]>
14402f48f637SMartin Mares
14412f48f637SMartin Mares	* README: Updated.
14422f48f637SMartin Mares
14432f48f637SMartin Mares	* lspci.8: Created a man page.
14442f48f637SMartin Mares
14452f48f637SMartin Mares	* Releasing as version 1.0.
14462f48f637SMartin Mares
14472f48f637SMartin MaresTue Feb  3 20:56:00 1998  Martin Mares  <[email protected]>
14482f48f637SMartin Mares
14492f48f637SMartin Mares	* Makefile: Recognize architecture by calling uname and pass it as ARCH_xxx
14502f48f637SMartin Mares	to all the C sources. This should eliminate problems with 32-bit compilers
14512f48f637SMartin Mares	on sparc64.
14522f48f637SMartin Mares
14532f48f637SMartin Mares	* lspci.c (show_verbose): Recognize CardBus bridge header type.
14542f48f637SMartin Mares	(show_htype2): Stub routine.
14552f48f637SMartin Mares	(scan_config): Write sensible error message if the kernel denies reading of
14562f48f637SMartin Mares	upper part of the PCI config space.
1457