xref: /pciutils/ChangeLog (revision 2d2c4810)
13de798bdSMartin Mares2007-10-19  Martin Mares <[email protected]>
23de798bdSMartin Mares
33de798bdSMartin Mares	* pci.ids: Revised class codes to match Conventional PCI 3.0 specs.
43de798bdSMartin Mares	Added a couple of new ones, renumbered `ADMA continuous operation'
53de798bdSMartin Mares	prog-if to 0x30 (even the old SATA Class Code ECN doesn't mention
63de798bdSMartin Mares	0x40) and renumbered the satellite communication controllers.
73de798bdSMartin Mares
8*2d2c4810SMartin Mares	* lib/header.h: Include `PCI hot-plug' and `Secure device'
9*2d2c4810SMartin Mares	capabilities from PCI 3.0 specs.
10*2d2c4810SMartin Mares
119c79fcc4SMartin Mares2007-10-14  Martin Mares <[email protected]>
129c79fcc4SMartin Mares
139c79fcc4SMartin Mares	* lib/[fno]bsd-*: Removed extraneous braces.
149c79fcc4SMartin Mares
15d5b4cd14SMartin Mares2007-10-12  Martin Mares <[email protected]>
16d5b4cd14SMartin Mares
17d5b4cd14SMartin Mares	* Capability loop detection introduced 2.2.7 did not work
18d5b4cd14SMartin Mares	  properly with extended capabilities. Fixed.
19d5b4cd14SMartin Mares
20594de878SMartin Mares2007-10-05  Martin Mares <[email protected]>
21594de878SMartin Mares
228a23eadcSMartin Mares	* Released as 2.2.7.
238a23eadcSMartin Mares
24594de878SMartin Mares	* lspci.c (show_caps, show_ext_caps): Detect and report loops in
25594de878SMartin Mares	capability lists.
26594de878SMartin Mares
278a23eadcSMartin Mares	* lspci.c, lib/header.h: Finished decoding of the PCI Express
288a23eadcSMartin Mares	capability. The extended capabilities remain undecoded for now,
298a23eadcSMartin Mares	but at least the list of them has been updated to reflect the
308a23eadcSMartin Mares	current PCI Express 2.0 spec.
318a23eadcSMartin Mares
328a23eadcSMartin Mares	* lspci.c, lib/header.h: Decode new bits of traditional registers
338a23eadcSMartin Mares	as defined by PCIE / PCI-X. This includes discard timers in the bridge
348a23eadcSMartin Mares	control register and INTx enable/status in device control/status
358a23eadcSMartin Mares	registers.
368a23eadcSMartin Mares
378a23eadcSMartin Mares	* lib/fbsd-device.c: Support domains on new FreeBSD's. Contributed
388a23eadcSMartin Mares	by Marius Strobl.
398a23eadcSMartin Mares
4099091df9SMartin Mares2007-09-12  Hasso Tepper <[email protected]>
4199091df9SMartin Mares
4299091df9SMartin Mares	* Extended the fbsd-device backend to run on Dragonfly BSD.
4399091df9SMartin Mares
4499091df9SMartin Mares	* lspci.c: alloca() is declared in <stdlib.h> on BSD's, not <alloca.h>.
4599091df9SMartin Mares
4609156b3bSMartin Mares2007-09-03  Martin Mares <[email protected]>
4709156b3bSMartin Mares
4809156b3bSMartin Mares	* Resurrected the Windows port, including cross-compilation by MinGW.
4909156b3bSMartin Mares	Patch by Samuel Bronson <[email protected]>.
5009156b3bSMartin Mares
51325a3c50SMartin Mares2007-08-31  Martin Mares <[email protected]>
52325a3c50SMartin Mares
53325a3c50SMartin Mares	* Makefile, lib/Makefile: `ar' and `ranlib' can be overriden to allow
54325a3c50SMartin Mares	cross-compilation.
55325a3c50SMartin Mares
56a2322147SMartin Mares2007-08-27  Martin Mares  <[email protected]>
57a2322147SMartin Mares
58a2322147SMartin Mares	* lib/names.c (pci_open): When calling gzopen(), use "rb" file mode
59a2322147SMartin Mares	instead of "r". This is needed on DOS systems, where this function
60a2322147SMartin Mares	somewhat illogically uses the binary flag for the compressed file
61a2322147SMartin Mares	instead of the decompressed stream inside, where binariness really
62a2322147SMartin Mares	matters.
63a2322147SMartin Mares
644f2c5b94SMartin Mares2007-08-14  Martin Mares  <[email protected]>
654f2c5b94SMartin Mares
664f2c5b94SMartin Mares	* lspci.c (show_ht): Added decoding of Hypertransport MSI mapping capability,
674f2c5b94SMartin Mares	based on a patch by Jason Gunthorpe.
684f2c5b94SMartin Mares
694f2c5b94SMartin Mares	* tests/cap-MSI-mapping: Added a test case. I plan to add test cases
704f2c5b94SMartin Mares	(which are dumps of config space) for all new features.
714f2c5b94SMartin Mares
720d7f5331SMartin Mares2007-06-20  Martin Mares  <[email protected]>
730d7f5331SMartin Mares
747cebe481SMartin Mares	* Released as 2.2.6.
757cebe481SMartin Mares
760d7f5331SMartin Mares	* Makefile: Added an "install-lib" target. Thanks to Dan Nicholson
770d7f5331SMartin Mares	for a patch.
780d7f5331SMartin Mares
797cebe481SMartin Mares	* Makefile, lib/Makefile: Generate and install pkg-config file
807cebe481SMartin Mares	for libpci. Again by Dan Nicholson.
817cebe481SMartin Mares
820d7f5331SMartin Mares2007-06-20  Thomas Schwinge  <[email protected]>
830d7f5331SMartin Mares
840d7f5331SMartin Mares	* lib/i386-io-hurd.h: Rewritten for new Hurd kernels.
850d7f5331SMartin Mares
866e4a45edSMartin Mares2007-05-04  Martin Mares  <[email protected]>
876e4a45edSMartin Mares
8855c89179SMartin Mares	* Released as 2.2.5.
8955c89179SMartin Mares
906e4a45edSMartin Mares	* pci.ids: Updated to the current snapshot of the database.
916e4a45edSMartin Mares
92d0b07542SMartin Mares2007-02-14  Martin Mares  <[email protected]>
93d0b07542SMartin Mares
94d0b07542SMartin Mares	* lspci.c (show_express): Added PCI/PCI-X to PCI-Express Bridge type.
95d0b07542SMartin Mares	Patch by Mark Glines.
96d0b07542SMartin Mares
973df35926SMartin Mares2007-02-09  Martin Mares  <[email protected]>
983df35926SMartin Mares
993df35926SMartin Mares	* pci.ids: Updated to the current snapshot of the database.
1003df35926SMartin Mares
101e49ed044SMartin Mares2007-02-06  Martin Mares  <[email protected]>
102e49ed044SMartin Mares
1031ac3a99dSMartin Mares	* Replaced bzero() by memset() everywhere, it's better to lose a tiny
1041ac3a99dSMartin Mares	bit of readability than maintain hacks to make it work on various systems.
1051ac3a99dSMartin Mares
106b0eb18ccSMartin Mares	* lib/configure: tr on Solaris is a bit weird and it requires `[A-Z]'
107b0eb18ccSMartin Mares	instead of `A-Z'. Fortunately, the extra brackets don't hurt otherwise.
108b0eb18ccSMartin Mares
109e49ed044SMartin Mares	* lib/types.h, lib/configure: Solaris should use <stdint.h> to get precise
110e49ed044SMartin Mares	integer types.
111e49ed044SMartin Mares
1129de2768cSMartin Mares2007-02-04  Martin Mares  <[email protected]>
1139de2768cSMartin Mares
1149de2768cSMartin Mares	* lspci.c: alloca() needs <alloca.h>.
1159de2768cSMartin Mares
116d19394dbSMartin Mares2006-09-17  Martin Mares  <[email protected]>
117d19394dbSMartin Mares
118d19394dbSMartin Mares	* lib/dump.c: Fixed a couple of bugs in the dump backend which caused
119d19394dbSMartin Mares	devices with domains or with extended config space to be read incorrectly.
120d19394dbSMartin Mares	Also, dumps with partial lines are allowed now.
121d19394dbSMartin Mares
122934e7e36SMartin Mares2006-09-10  Martin Mares  <[email protected]>
123934e7e36SMartin Mares
124f09856deSMartin Mares	* pci.ids: Updated to the current database snapshot.
125f09856deSMartin Mares
126934e7e36SMartin Mares	* lspci.c (scan_device): If an error occurs when reading the standard config
127934e7e36SMartin Mares	header of a device, report it and ignore the device and return with exit
128934e7e36SMartin Mares	code 2 at the end.
129934e7e36SMartin Mares
130b2055313SMartin Mares2006-09-09  Martin Mares  <[email protected]>
131b2055313SMartin Mares
132fb260653SMartin Mares	* Released as 2.2.4.
133fb260653SMartin Mares
1341865e2ddSMartin Mares	* maint/release: Remind the maintainer about the current PCI_LIB_VERSION.
1351865e2ddSMartin Mares
136028dffb2SMartin Mares	* lib/pci.h: Updated PCI_LIB_VERSION.
137028dffb2SMartin Mares
13813081e57SMartin Mares	* lspci.c (show_machine): In the `-m' mode, do proper shell escaping
13913081e57SMartin Mares	if the fields printed contain quotes or backslashes.
14013081e57SMartin Mares
1413fd6b4d2SMartin Mares	* lspci.c (show_machine): Added a `-vmm' mode, which removes the misuse
1423fd6b4d2SMartin Mares	of the `Device' tag for two different purposes.
1433fd6b4d2SMartin Mares
144840d09aeSMartin Mares	* Makefile: Moved all system-dependent decisions to lib/configure,
145840d09aeSMartin Mares	since config.mk is included in the top-level Makefile anyway.
146840d09aeSMartin Mares
1472100f710SMartin Mares	* lib/configure: When configuring for Linux, ignore the kernel version
1482100f710SMartin Mares	and always build all access methods.
1492100f710SMartin Mares
1503e9c7a18SMartin Mares	* Makefile (CFLAGS): Removed -Winline, it's not needed and triggers
1513e9c7a18SMartin Mares	at many non-interesting places with gcc 3.4.
1523e9c7a18SMartin Mares
15394db5c82SMartin Mares	* Whitespace cleanup of all source files.
15494db5c82SMartin Mares
155cc062b4aSMartin Mares	* The pci.ids file can be stored compressed if zlib is available.
156cc062b4aSMartin Mares	Added transparent decompression to lib/names.c, modified update-pciids.sh
157cc062b4aSMartin Mares	to keep the file compressed if applicable, updated Makefiles.
158cc062b4aSMartin Mares	Based on a patch by Matthew Wilcox, but all the bugs are mine.
159cc062b4aSMartin Mares
160f4ddb8d3SMartin Mares	* Makefile, README: Allow installation to be done to a different directory
161f4ddb8d3SMartin Mares	from the one we will eventually be placed in by setting DESTDIR.
162f4ddb8d3SMartin Mares	Patch by Matthew Wilcox.
163f4ddb8d3SMartin Mares
16416e37012SMartin Mares	* Added .gitignore files.
16516e37012SMartin Mares
166c7f5314dSMartin Mares	* Makefile (clean): Clean *.orig, too.
167c7f5314dSMartin Mares
168afebde01SMartin Mares	* Cleaned up usage of `char' and `byte'.
169afebde01SMartin Mares
170fd54ccebSMartin Mares	* lib/header.h: PCI_CLASS_DOCKING_OTHER should be 0x0a80, not 0x0a01.
171fd54ccebSMartin Mares
172b2055313SMartin Mares	* lib/header.h: Added PCI_CLASS_xxx constants for all classes currently
173b2055313SMartin Mares	defined in the pci.ids file.
174b2055313SMartin Mares
1754254d153SMartin Mares2006-08-01  Martin Mares  <[email protected]>
1764254d153SMartin Mares
1774254d153SMartin Mares	* lib/i386-io-hurd.h: Fixed a silly typo.
1784254d153SMartin Mares
1791c5cc9b5SMartin Mares2006-07-30  Martin Mares  <[email protected]>
1801c5cc9b5SMartin Mares
18138a9e3c3SMartin Mares	* lib/Makefile: Added a missing rule for obsd-device.o.
18238a9e3c3SMartin Mares
183c7ddfa3eSMartin Mares	* lspci.c, lib/header.h: Added support for MSI per-vector masking.
184c7ddfa3eSMartin Mares	Contributed by Petr Vandrovec.
185c7ddfa3eSMartin Mares
186248a04f8SMartin Mares	* lspci.c, lib/header.h: Added support for the `bridge subsystem ID'
187248a04f8SMartin Mares	capability. Contributed by Petr Vandrovec.
188248a04f8SMartin Mares
189f29dcc87SMartin Mares	* lspci.c (show_htype1): Fixed bug in printing of 64-bit prefetchable
190f29dcc87SMartin Mares	memory windows. Fix by Petr Vandrovec.
191f29dcc87SMartin Mares
1928eab3bffSMartin Mares	* maint/release.pm: Exclude .git directory from releases.
1938eab3bffSMartin Mares
194d305d704SMartin Mares	* lib/i386-ports.c, lib/i386-io-*: Report failures during port access
195d305d704SMartin Mares	initialization by a->warn() instead of calling printf() or perror()
196d305d704SMartin Mares	directly.
197d305d704SMartin Mares
1989007a292SMartin Mares	* lib/i386-ports.c, lib/i386-io-*: Moved the logic which keeps track of
1999007a292SMartin Mares	the port access state to generic code.
2009007a292SMartin Mares
201bd20d5b5SMartin Mares	* lib/i386-io-hurd.h: Ask the kernel for I/O port access appropriately.
202bd20d5b5SMartin Mares	Contributed by Thomas Schwinge and Samuel Thibault.
203bd20d5b5SMartin Mares
20473750606SMartin Mares	* lib/i386-ports.c: Define _GNU_SOURCE, it's needed by the Hurd module.
20573750606SMartin Mares
206d71daa45SMartin Mares	* lib/header.h: Whitespace cleanups.
207d71daa45SMartin Mares
2081c5cc9b5SMartin Mares	* lib/i386-io-windows.h: Fixed indentation and spelling.
2091c5cc9b5SMartin Mares
2101c5cc9b5SMartin Mares	* README.Windows: Mention that WinIO.dll is needed and where to get it.
2111c5cc9b5SMartin Mares
212c2b144efSMartin Mares2006-06-27  Martin Mares  <[email protected]>
213c2b144efSMartin Mares
21414d4f989SMartin Mares	* lib/Makefile, Makefile: Added rules for building and cleaning the example.
21514d4f989SMartin Mares
21614d4f989SMartin Mares	* lib/example.c: Show how to use PCI_FILL_CLASS and used another register
21714d4f989SMartin Mares	for demonstrating the config space accesses. The example is still very
21814d4f989SMartin Mares	incomplete, though.
21914d4f989SMartin Mares
220c2b144efSMartin Mares	* lib/pci.h, lib/generic.c: Added PCI_FILL_CLASS.
221c2b144efSMartin Mares
222c2b144efSMartin Mares	* lib/sysfs.c: Fetch device ID and class from sysfs, because they can
223c2b144efSMartin Mares	be modified by kernel fixups.
224c2b144efSMartin Mares
225c2b144efSMartin Mares	* lspci.c: Use PCI_FILL_CLASS. Thanks to Matthew Willcox for the patch.
226c2b144efSMartin Mares
227bc2eed2dSMartin Mares2006-06-03  Martin Mares  <[email protected]>
228bc2eed2dSMartin Mares
229bc2eed2dSMartin Mares	* lspci.c: Introduced the -nn switch. Thanks to David N. Welton
230bc2eed2dSMartin Mares	for the idea.
231bc2eed2dSMartin Mares
232bc2eed2dSMartin Mares	* lib/names.c (pci_lookup_name): Introduced PCI_LOOKUP_MIXED and
233bc2eed2dSMartin Mares	cleaned up the name selection code.
234bc2eed2dSMartin Mares
235c72eeddeSMartin Mares	* lib/names.c (pci_lookup_name): If PCI_LOOKUP_NO_NUMBERS is given,
236c72eeddeSMartin Mares	pci_access->numeric_ids is ignored.
237c72eeddeSMartin Mares
238c72eeddeSMartin Mares	* lib/names.c (pci_lookup_name): When class is identified and
239c72eeddeSMartin Mares	subclass isn't, display class name and subclass number.
240c72eeddeSMartin Mares
2412f294d4bSMartin Mares2006-05-31  Martin Mares  <[email protected]>
2422f294d4bSMartin Mares
2432f294d4bSMartin Mares	* setpci.c (main): Don't crash when an invalid width is specified.
2442f294d4bSMartin Mares
24581afa98cSMartin Mares	* lspci.c, setpci.c, common.c: die() now uses the right program
24681afa98cSMartin Mares	name when printing an error message.
24781afa98cSMartin Mares
2480ac282f2SMartin Mares2006-05-19  Martin Mares  <[email protected]>
2490ac282f2SMartin Mares
2500ac282f2SMartin Mares	* README: Mention the public GIT tree.
2510ac282f2SMartin Mares
2520ac282f2SMartin Mares	* README: Updated the list of ports.
2530ac282f2SMartin Mares
254d1058e9dSMartin Mares2006-05-10  Martin Mares  <[email protected]>
255d1058e9dSMartin Mares
256d1058e9dSMartin Mares	* lib/configure, lib/fbsd-device.c: Added support for GNU/kFreeBSD.
257d1058e9dSMartin Mares	Thanks to Petr Salinger for the patch.
258d1058e9dSMartin Mares
259abf8d505SMartin Mares2006-05-05  Martin Mares  <[email protected]>
260abf8d505SMartin Mares
2612ae2d1aeSMartin Mares	* Released as 2.2.3.
2622ae2d1aeSMartin Mares
2632ae2d1aeSMartin Mares	* lspci.c (scan_device): The -D switch didn't work as intended
2642ae2d1aeSMartin Mares	in -m mode.
2652ae2d1aeSMartin Mares
2662ae2d1aeSMartin Mares2006-05-05  Martin Mares  <[email protected]>
2672ae2d1aeSMartin Mares
2681d5cf727SMartin Mares	* Released as 2.2.2.
2691d5cf727SMartin Mares
2708a830168SMartin Mares	* pci.ids: Updated to the current database snapshot.
2718a830168SMartin Mares
272b6359063SMartin Mares	* lib/obsd-device.c (and other files in lib/*): Added OpenBSD
273b6359063SMartin Mares	interface by Matthieu Herrb <[email protected]>, based on
274b6359063SMartin Mares	the existing FreeBSD interface.
275b6359063SMartin Mares
276abf8d505SMartin Mares	* Moved pciutils to a GIT repository, which now contains merged
277abf8d505SMartin Mares	history from both CVS and Arch. Good bye, TLA!
278abf8d505SMartin Mares
2796ac70402SMartin Mares2006-03-21  Martin Mares  <[email protected]>
2806ac70402SMartin Mares
2812a124daeSMartin Mares	* lspci.c (show_slot_name): Avoid the previous changes in default
2822a124daeSMartin Mares	display of domain name when in machine-readable mode. However, `-D'
2832a124daeSMartin Mares	forces domain display even there.
2842a124daeSMartin Mares
2856ac70402SMartin Mares	* lspci.man: Added a warning on -m being the only format, which is
2866ac70402SMartin Mares	guaranteed to be stable between lspci versions.
2876ac70402SMartin Mares
2881bbdea17SMartin Mares2006-03-13  Martin Mares  <[email protected]>
2891bbdea17SMartin Mares
290af61eb25SMartin Mares	* lspci.man: Documented the -D switch.
291af61eb25SMartin Mares
292af61eb25SMartin Mares	* lspci.c (show_slot_name, scan_device): If there are multiple PCI
293af61eb25SMartin Mares	domains or if the `-D' switch is used, show the domain number for
294af61eb25SMartin Mares	all devices.
295af61eb25SMartin Mares
2967a61b93cSMartin Mares	* lspci.c (show_verbose): Report cache line size in bytes.
2977a61b93cSMartin Mares
2981bbdea17SMartin Mares	* update-pciids.sh: Use curl if available. Patch by Matthew Wilcox.
2991bbdea17SMartin Mares
3000e78ef8aSMartin Mares2006-01-04  Martin Mares  <[email protected]>
3010e78ef8aSMartin Mares
3020e78ef8aSMartin Mares	* lspci.c (show_express_link): Fixed decoding of link status register.
3030e78ef8aSMartin Mares	Thanks to Roland Dreier for his report.
3040e78ef8aSMartin Mares
305e6859953SMartin Mares2005-12-12  Martin Mares  <[email protected]>
306e6859953SMartin Mares
307e6859953SMartin Mares	* lib/nbsd-libpci.c: If libpci is used by an ordinary user, allow
308e6859953SMartin Mares	at least read-only access. Patch by Pavel Celeda <[email protected]>.
309e6859953SMartin Mares
310e6859953SMartin Mares	* Makefile: Corrected library path on NetBSD.
311e6859953SMartin Mares
312a99c0d69SMartin Mares2005-11-26  Martin Mares  <[email protected]>
313a99c0d69SMartin Mares
314e4af70c6SMartin Mares	* Released as 2.2.1.
315e4af70c6SMartin Mares
316a99c0d69SMartin Mares	* lspci.c (show_machine): Subsystem vendors were printed incorrectly
317a99c0d69SMartin Mares	in machine-readable modes. Thanks to Pavel Celeda for a bug report.
318a99c0d69SMartin Mares
319f23fd3fcSMartin Mares2005-10-11  Martin Mares  <[email protected]>
320f23fd3fcSMartin Mares
321f23fd3fcSMartin Mares	* lspci.c (new_bus): Fixed a memory leak. Thanks to Paul Sangree for reporting it.
322f23fd3fcSMartin Mares
32315296723SMartin Mares2005-09-21  Martin Mares  <[email protected]>
32415296723SMartin Mares
32515296723SMartin Mares	* Released as 2.2.0.
32615296723SMartin Mares
32740b6d93fSMartin Mares	* pci.ids: Updated copyright header.
32840b6d93fSMartin Mares
32915296723SMartin Mares	* lib/sysfs.c (sysfs_get_resources): Removed warning about unsupported
33015296723SMartin Mares	64-bit addresses, they are now always supported.
33115296723SMartin Mares
33215296723SMartin Mares	* lspci.c (show_bases): Corrected printing of 64-bit addresses
33315296723SMartin Mares	in bus-centric mode.
33415296723SMartin Mares
33515296723SMartin Mares	* lib/configure: Enable 64-bit addresses on all Linux systems.
33615296723SMartin Mares
33715296723SMartin Mares	* lib/types.h: Don't pad 64-bit addresses to 16 xigits, only to 8 if they
33815296723SMartin Mares	are shorter.
33915296723SMartin Mares
340224707baSMartin Mares2005-09-11  Martin Mares  <[email protected]>
341224707baSMartin Mares
342224707baSMartin Mares	* Released as 2.1.99-test11.
343224707baSMartin Mares
344224707baSMartin Mares	* lspci.c: Removed unnecessary trailing zeros in pci_lookup_name() calls.
345224707baSMartin Mares
346aeaca5d3SMartin Mares2005-09-10  Martin Mares  <[email protected]>
347aeaca5d3SMartin Mares
348224707baSMartin Mares	* Released as 2.1.99-test10.
349224707baSMartin Mares
35063e6f2e0SMartin Mares	* pci.ids: Synchronized with the current database snapshot.
35163e6f2e0SMartin Mares
352043ebdeeSMartin Mares	* update-pciids.sh: Changed the default URL for downloading pci.ids
353043ebdeeSMartin Mares	to http://pciids.sourceforge.net/v2.2/pci.ids.
354043ebdeeSMartin Mares
355043ebdeeSMartin Mares	* lib/pci.h (PCI_LIB_VERSION): Added version identifier.
356043ebdeeSMartin Mares
357aeaca5d3SMartin Mares	* lib/names.c: Rewritten the name database module almost from scratch.
358aeaca5d3SMartin Mares	Everything is much cleaner and there are hopefully no more memory leaks;
359aeaca5d3SMartin Mares	pci_lookup_name() now uses varargs in a backward compatible fashion.
360aeaca5d3SMartin Mares	Introduced PCI_LOOKUP_NO_NUMBERS.
361aeaca5d3SMartin Mares
362aeaca5d3SMartin Mares	The new code supports subsystem entries not tied to a specific device.
363aeaca5d3SMartin Mares	I had to extend the format of pci.ids in order to support it, so I have
364aeaca5d3SMartin Mares	extended the idea of the "C" (class) blocks and introduced "S" blocks
365aeaca5d3SMartin Mares	for subsystems. To avoid doing more incompatible changes in the future,
366aeaca5d3SMartin Mares	the parser skips unknown single-letter blocks without reporting errors.
367aeaca5d3SMartin Mares
368121c76c9SMartin Mares2005-08-23  Martin Mares  <[email protected]>
369121c76c9SMartin Mares
37054e13765SMartin Mares	* Released as 2.1.99-test9.
37154e13765SMartin Mares
37254e13765SMartin Mares	* Makefile (OPT): Removed -fomit-frame-pointer, it's default in recent
37354e13765SMartin Mares	gcc versions when optimizing anyway.
37454e13765SMartin Mares
37554e13765SMartin Mares	* Made the path to pci.ids customizable and independent on the SHAREDIR.
37654e13765SMartin Mares	Just override IDSDIR in the top-level Makefile.
37754e13765SMartin Mares
37854e13765SMartin Mares	* pci.ids: Synchronized with the current database snapshot.
37954e13765SMartin Mares
38084d437d6SMartin Mares	* lspci.man, setpci.man: Improved the man pages. Documented all access
38184d437d6SMartin Mares	methods and which operations are privileged.
38284d437d6SMartin Mares
38384d437d6SMartin Mares	* lspci.c: Another rewrite of config register caching, now also including
38484d437d6SMartin Mares	lots of internal checks. It should be now perfectly able to cope with
38584d437d6SMartin Mares	portions of the configuration space being inaccessible, for example
38684d437d6SMartin Mares	due to insufficient access rights.
38784d437d6SMartin Mares
3883b8bf739SMartin Mares	* lspci.c (show_pcix_nobridge, show_pcix_bridge): Cleaned up dumping of PCI-X
3893b8bf739SMartin Mares	capabilities. Includes partial support for PCI-X 2.0 (probably incomplete
3903b8bf739SMartin Mares	as I haven't seen the spec).
3913b8bf739SMartin Mares
3923b8bf739SMartin Mares	* lspci.c: Quell warnings about unused parameters.
3933b8bf739SMartin Mares
39484d437d6SMartin Mares	* lspci.c: Removed C++ comments.
39584d437d6SMartin Mares
3963b8bf739SMartin Mares	* lib/header.h: Merged definitions of extended capabilities and some new
3973b8bf739SMartin Mares	PCI-X capability bits from linux-2.6.11/include/pci.h.
3983b8bf739SMartin Mares
3993b8bf739SMartin Mares	* lspci.c (show_caps): Try to scan extended capabilities only if the
4003b8bf739SMartin Mares	device has either PCI-X or PCI Express capability in its normal capability
4013b8bf739SMartin Mares	list.
4023b8bf739SMartin Mares
403f7821e53SMartin Mares	* lib/dump.c (dump_init): Reading of dumps works again. The dump reader
404f7821e53SMartin Mares	now also remembers how much data it has read and refuses attempts to
405f7821e53SMartin Mares	access more than that.
406ea4e5f5dSMartin Mares
40746ea554dSMartin Mares	* setpci.man, lspci.c, README: prefer spelling "buses" over "busses".
40846ea554dSMartin Mares
4098afaab22SMartin Mares	* lspci.c: If alloca() is not available, use xmalloc(), not malloc().
4108afaab22SMartin Mares
411121c76c9SMartin Mares	* lib/configure: Added x86_64 on Linux.
412121c76c9SMartin Mares
413c1c2c30eSMartin Mares2005-08-22  Martin Mares  <[email protected]>
414c1c2c30eSMartin Mares
415b9ca9147SMartin Mares	* lib/filter.c (pci_filter_parse_slot): Fixed parsing of domain filters.
416b9ca9147SMartin Mares	Thanks to Matthew Wilcox for bug report.
417b9ca9147SMartin Mares
418c1c2c30eSMartin Mares	* lspci.c: Corrected spelling of "Hz" (it was "hz" at several places).
419b9ca9147SMartin Mares	Thanks to Krzysztof Oledzki for pointing that out.
420c1c2c30eSMartin Mares
42126542a0bSMartin Mares2004-08-19  Martin Mares  <[email protected]>
42226542a0bSMartin Mares
42326542a0bSMartin Mares	* pciutils.spec (%attr): Setting attributes for /sbin/* is an anachronism,
42426542a0bSMartin Mares	because pciutils by default install to /usr/sbin. Update.
42526542a0bSMartin Mares
4266aa54f1bSMartin Mares2004-08-13  Martin Mares  <[email protected]>
4276aa54f1bSMartin Mares
428aabb0a92SMartin Mares	* Released as 2.1.99-test8.
429aabb0a92SMartin Mares
430f31412d1SMartin Mares	* lib/types.h, lib/pci.h, lib/sysdep.h: `byte' and `word' are
431f31412d1SMartin Mares	no longer exported to the outside world.
432f31412d1SMartin Mares
433ee7d8384SMartin Mares	* README.Windows: Updated.
434ee7d8384SMartin Mares
435ee7d8384SMartin Mares	* maint/release: Substitute version number in win32/config.h.
436ee7d8384SMartin Mares
437ee7d8384SMartin Mares	* win32/config.h: Added.
438ee7d8384SMartin Mares
439ee7d8384SMartin Mares	* lib/sysdep.h (bzero, strcasecmp): are macros on Windows.
440ee7d8384SMartin Mares
441ee7d8384SMartin Mares	* compat/getopt.[ch]: Added copies of getopt.[ch] from the GNU
442ee7d8384SMartin Mares	C library for use on systems where the default libraries lack
443ee7d8384SMartin Mares	proper getopt. Currently used by the Windows port.
444ee7d8384SMartin Mares
445ee7d8384SMartin Mares	* lib/sysdep.h, lib/types.h: Updates of the Windows port from
446ee7d8384SMartin Mares	Alexander Stock.
447ee7d8384SMartin Mares
448489233b4SMartin Mares	* lib/types.h: If PCI_HAVE_Uxx_TYPES is defined, libpci doesn't define
449489233b4SMartin Mares	its own u8, u16, u32, byte and word types and uses what the user
450489233b4SMartin Mares	has supplied instead. With this change, all namespace clashes should
451489233b4SMartin Mares	be gone.
452489233b4SMartin Mares
453489233b4SMartin Mares	* Makefile, lib/Makefile: Updated dependencies.
454489233b4SMartin Mares
455489233b4SMartin Mares	* pciutils.h: Include lib/sysdep.h and move NONRET et al. there.
456489233b4SMartin Mares
457489233b4SMartin Mares	* lib/sysdep.h: No need to include <sys/types.h> on FreeBSD, because
458489233b4SMartin Mares	it is included unconditionally in lib/types.h.
459489233b4SMartin Mares
460489233b4SMartin Mares	* Moved system-dependent stuff from lib/internal.h to lib/sysdep.h,
461489233b4SMartin Mares	which is also used by the utilities. Also moved type declarations
462489233b4SMartin Mares	from lib/pci.h to lib/types.h.
463489233b4SMartin Mares
464489233b4SMartin Mares	* All files: Prepend a "PCI_" prefix in front of all configuration
465489233b4SMartin Mares	defines to avoid namespace clashes. CAVEAT: If there is any libpci
466489233b4SMartin Mares	application using the (undocumented) defines, it has to be updated.
467489233b4SMartin Mares
468489233b4SMartin Mares	* lib/Makefile: Killed HAVE_OWN_HEADER_H, since we stopped sharing
469489233b4SMartin Mares	headers with the kernel a couple of years ago.
470489233b4SMartin Mares
4719bb4b4eaSMartin Mares	* lib/sysfs.c (sysfs_get_resources): We have 7 resources, not 6.
4729bb4b4eaSMartin Mares
4736aa54f1bSMartin Mares	* lspci.c (show_rom): Use the same logic for printing disabled
4746aa54f1bSMartin Mares	or unassigned ROM's as we do in show_bases() for the other BAR's.
4756aa54f1bSMartin Mares
4766aa54f1bSMartin Mares	* lib/generic.c (pci_generic_fill_info): Better reaction to
4776aa54f1bSMartin Mares	invalid 64-bit addresses. Also d->hdrtype should not include
4786aa54f1bSMartin Mares	bit 7, which caused mysterious errors on multi-function devices.
4796aa54f1bSMartin Mares
4806aa54f1bSMartin Mares	* lib/generic.c (pci_generic_fill_info): Fill in base addresses
4816aa54f1bSMartin Mares	even if the regions are known to be disabled. It is the client's
4826aa54f1bSMartin Mares	job to interpret them. (And it is not a trivial job if you want
4836aa54f1bSMartin Mares	to do it correctly, since you need to check I/O and memory enables
4846aa54f1bSMartin Mares	on all upstream bridges, too.) However, it could be interesting to
4856aa54f1bSMartin Mares	introduce functions for interpreting the addresses and even for
4866aa54f1bSMartin Mares	mapping the regions and doing I/O on them.
4876aa54f1bSMartin Mares
48880e6c636SMartin Mares2004-07-30  Martin Mares  <[email protected]>
48980e6c636SMartin Mares
49080e6c636SMartin Mares	* lspci.c: HyperTransport improvements from Maciej.
49180e6c636SMartin Mares
492d6324891SMartin Mares2004-07-11  Martin Mares  <[email protected]>
493d6324891SMartin Mares
494d6324891SMartin Mares	* lib/sysfs.c (sysfs_get_resources): Arguments now correspond
495d6324891SMartin Mares	to the format string. [Patch by Bill Nottingham]
496d6324891SMartin Mares
497ec25b52dSMartin Mares2004-07-05  Martin Mares  <[email protected]>
498ec25b52dSMartin Mares
499362be683SMartin Mares	* Released as 2.1.99-test7.
500362be683SMartin Mares
501ec25b52dSMartin Mares	* lspci.c (config_fetch): Wanted to merge Matthew's bug fix, but
502ec25b52dSMartin Mares	ended up with rewriting the fetching mechanism to be fully dynamic,
503ec25b52dSMartin Mares	but avoid reading config space registers not explicitly requested.
504ec25b52dSMartin Mares
505ec25b52dSMartin Mares2004-06-29  Matthew Wilcox <[email protected]>
506ec25b52dSMartin Mares
507ec25b52dSMartin Mares	* lspci.c: More work on PCI Express dumping.
508ec25b52dSMartin Mares
509ec25b52dSMartin Mares	* lib/header.h: Updated PCI Express capability definitions.
510ec25b52dSMartin Mares
511ec25b52dSMartin Mares	* lib/proc.c (proc_read): Removed bogus warning.
512ec25b52dSMartin Mares
513ec25b52dSMartin Mares	* common.c (xrealloc): Introduced.
514ec25b52dSMartin Mares
515ec25b52dSMartin Mares	* lspci.man: Added -xxxx.
516ec25b52dSMartin Mares
51709817437SMartin Mares2004-06-27  Martin Mares  <[email protected]>
51809817437SMartin Mares
519d1fa27ebSMartin Mares	* Released as 2.1.99-test6.
520d1fa27ebSMartin Mares
5214d67aa89SMartin Mares	* lspci.c (show_msix), lib/header.h: Added dumping of MSI-X cap.
5224d67aa89SMartin Mares	Patch by Roland Dreier <[email protected]>, cleaned up by me.
5234d67aa89SMartin Mares
5244d67aa89SMartin Mares	* lspci.c (show_pcix_nobridge, show_pcix_bridge): Handle config_fetch()
5254d67aa89SMartin Mares	failures.
5264d67aa89SMartin Mares
5274d67aa89SMartin Mares	* lib/header.h: Added PCI Express extended capabilities. Again by Matthew.
5284d67aa89SMartin Mares
5294d67aa89SMartin Mares	* lspci.c (show_express): Added dumping of PCI Express cap.
5304d67aa89SMartin Mares	Patch by Matthew Wilcox.
5314d67aa89SMartin Mares
5324d67aa89SMartin Mares	* lib/header.h: Added a list of PCI 3.0 capabilities and also details
5334d67aa89SMartin Mares	on PCI Express caps. Patch by Matthew Wilcox <[email protected]>.
5344d67aa89SMartin Mares
53509817437SMartin Mares	* lspci.c (check_root): Gone. No explicit checks for root are needed,
53609817437SMartin Mares	report correct errors reported by the libpci instead.
53709817437SMartin Mares
53809817437SMartin Mares	* lspci.c: Added dumping of the extended config space on "-xxxx".
53909817437SMartin Mares	Better caching of config registers.
54009817437SMartin Mares
54109817437SMartin Mares	* setpci.c (main): Allow access to whole 4096 bytes of the config space.
54209817437SMartin Mares
54309817437SMartin Mares	* lib/sysfs.c, lib/proc.c: Don't print error messages on short reads,
54409817437SMartin Mares	just return the appropriate error code.
54509817437SMartin Mares
54609817437SMartin Mares	* lib: Added support for extended (4096-byte) configuration space,
54709817437SMartin Mares	currently implemented only in Linux proc and sysfs access methods
54809817437SMartin Mares	and of course in the dump reader.
54909817437SMartin Mares
5500d656226SMartin Mares2004-05-29  Martin Mares  <[email protected]>
5510d656226SMartin Mares
552c0eece92SMartin Mares	* Released as 2.1.99-test5.
553c0eece92SMartin Mares
554a2413560SMartin Mares	* lib/pci.h: Windows don't have the standard u_int* types.
555a2413560SMartin Mares
556a2413560SMartin Mares	* lib/internal.h: <sys/param.h> required on Windows for endianity
557a2413560SMartin Mares	macros.
558a2413560SMartin Mares
559a2413560SMartin Mares	* lib/i386-ports.c: Connected i386-io-windows.h.
560a2413560SMartin Mares
561a2413560SMartin Mares	* lspci.c (check_root): geteuid() is not available on Windows.
562a2413560SMartin Mares
563a2413560SMartin Mares	* lib/i386-io-windows.h: Added Windows port contributed by Alexander
564a2413560SMartin Mares	Stock <[email protected]>.
565a2413560SMartin Mares
566a2413560SMartin Mares	* lib/configure: Hopefully fixed SunOS port broken by various
567a2413560SMartin Mares	changes to the configure script.
568a2413560SMartin Mares
5690d656226SMartin Mares	* Makefile, lib/configure: Cross-compilation support, patch by Maciej.
5700d656226SMartin Mares
571138c0385SMartin Mares2004-05-28  Martin Mares  <[email protected]>
572138c0385SMartin Mares
5739f490382SMartin Mares	* Released as 2.1.99-test4.
5749f490382SMartin Mares
575cce2caacSMartin Mares	* lspci.c (show_verbose): Header type 1 is probably legal for all
576cce2caacSMartin Mares	types of bridges, not only for PCI-to-PCI bridges.
577cce2caacSMartin Mares
578b569ef09SMartin Mares	* lspci.c (format_agp_rate): Write "x16", not "x@".
579b569ef09SMartin Mares	(show_agp): rate[] could overflow.
580b569ef09SMartin Mares	Bugs reported by Jakub Bogusz <[email protected]>.
581b569ef09SMartin Mares
582bfc4fe7aSMartin Mares	* lspci.c (show_ht_*): Show HyperTransport capability with all its
583bfc4fe7aSMartin Mares	details. Once again code by Maciej simplified (i.e., possibly broken)
584bfc4fe7aSMartin Mares	by me.
585bfc4fe7aSMartin Mares
586bfc4fe7aSMartin Mares	* lib/header.h: Added declarations of HyperTransport capability.
587bfc4fe7aSMartin Mares	Again thanks to Maciej.
588bfc4fe7aSMartin Mares
589138c0385SMartin Mares	* lspci.c: Decode all bits of the secondary status word in type 1 headers.
590138c0385SMartin Mares	Thanks to Maciej W. Rozycki <[email protected]> for the patch.
591138c0385SMartin Mares
5928fc75dbcSMartin Mares2003-12-27  Martin Mares  <[email protected]>
5938fc75dbcSMartin Mares
59481abd2a7SMartin Mares	* Released as 2.1.99-test3.
59581abd2a7SMartin Mares
5961f7c91ccSMartin Mares	* lspci.man, setpci.man: Document domains and correct spelling.
5971f7c91ccSMartin Mares
5981f7c91ccSMartin Mares	* lib/dump.c (dump_init): Added ability to read domain numbers.
5991f7c91ccSMartin Mares
60084c8d1bbSMartin Mares	* lspci.c: Devices in domains different from 0 have their slot number
6011f7c91ccSMartin Mares	printed as "<domain>:<bus>:<slot>.<func>". Tree view supports domains
6021f7c91ccSMartin Mares	as well.
60384c8d1bbSMartin Mares
60484c8d1bbSMartin Mares	* lib/filter.c: Slot filters understand domains.
60584c8d1bbSMartin Mares
60684c8d1bbSMartin Mares	* lib/generic.c: Mention the domain in slot numbers in all error messages.
60784c8d1bbSMartin Mares
60884c8d1bbSMartin Mares	* lib/internal.h: The #ifdef for Linux <asm/byteorder.h> was wrong.
60984c8d1bbSMartin Mares
61084c8d1bbSMartin Mares	* lib/access.c (pci_get_dev): Added support for domains.
61184c8d1bbSMartin Mares
61284c8d1bbSMartin Mares	* lib/sysfs.c (sysfs_scan): Read vendor and device ID from the config
61384c8d1bbSMartin Mares	registers (or to be precise, leave it for the generic parts of the pcilib
61484c8d1bbSMartin Mares	to do so) instead of reading them from the sysfs. It's faster this way.
61584c8d1bbSMartin Mares
61684c8d1bbSMartin Mares	* lspci.c (show_pcix): Don't touch pci_dev->hdrtype, it's an internal
61784c8d1bbSMartin Mares	variable. Better read it from the config registers (it's cached anyway).
61884c8d1bbSMartin Mares
61984c8d1bbSMartin Mares	* lib/sysfs.c (sysfs_scan), lib/proc.c (proc_scan): Don't read the hdrtype.
62084c8d1bbSMartin Mares	  lib/generic.c (pci_generic_fill_info): If hdrtype is -1 (unset), read it.
62184c8d1bbSMartin Mares	  Saves lots of unnecessary file accesses.
62284c8d1bbSMartin Mares
62311f7b31bSMartin Mares	* lib/pci.h (PCIADDR_PORT_FMT): Use %llx instead of %Lx, because the latter
62411f7b31bSMartin Mares	is not supported by all C libraries.
62511f7b31bSMartin Mares
62611f7b31bSMartin Mares	* Makefile: Always enter the lib directory (remember that we don't have
62711f7b31bSMartin Mares	full dependecies for the library in the top-level Makefile; hmmm, another
62811f7b31bSMartin Mares	thing to rewrite some day).
62911f7b31bSMartin Mares
63011f7b31bSMartin Mares	* lib/sysfs.c: Added Linux sysfs access method based on the patch
63111f7b31bSMartin Mares	written by Matthew Wilcox <[email protected]>.
63211f7b31bSMartin Mares
63311f7b31bSMartin Mares	* lib/proc.c: Renamed the access method name from "/proc/bus/pci" to "Linux-proc".
63411f7b31bSMartin Mares
63511f7b31bSMartin Mares	* lib/pread.h: The hacks to support pread on various versions
63611f7b31bSMartin Mares	of Linux libc moved there.
63711f7b31bSMartin Mares
63811f7b31bSMartin Mares	* lib/proc.c (proc_setup): The return value of snprintf() varies
63911f7b31bSMartin Mares	between glibc versions, so we need to check both for a negative
64011f7b31bSMartin Mares	values and for too large values.
64111f7b31bSMartin Mares
6424284af58SMartin Mares	* Removed last few references to the "Linux PCI Utilities", the
6434284af58SMartin Mares	package is pretty cross-platform now :)
6444284af58SMartin Mares
6454284af58SMartin Mares2003-12-27  Martin Mares  <[email protected]>
6464284af58SMartin Mares
647ab12277eSMartin Mares	* Released as 2.1.99-test2.
648ab12277eSMartin Mares
649ab12277eSMartin Mares	* README, pciutils.lsm, pciutils.spec: Use @VERSION@ to make the
650ab12277eSMartin Mares	release scripts insert the current version. "make release" is gone.
651ab12277eSMartin Mares
652ab12277eSMartin Mares	* maint/release, maint/release.pm: Added a new system of scripts for
653ab12277eSMartin Mares	making releases including inter-version diffs etc.
654ab12277eSMartin Mares
655ab12277eSMartin Mares	* Makefile: Cleaned up.
656ab12277eSMartin Mares
657ab12277eSMartin Mares	* lib/fbsd-device.c: I patched another copy of this file by mistake,
658ab12277eSMartin Mares	this time the version checks should be right.
659ab12277eSMartin Mares
660ab12277eSMartin Mares2003-12-27  Martin Mares  <[email protected]>
661ab12277eSMartin Mares
6626d722cd6SMartin Mares	* Released as 2.1.99-test1.
6636d722cd6SMartin Mares
664dd33246aSMartin Mares	* pciutils.h, common.c, lspci.man, setpci.man, lib/internal.h:
665dd33246aSMartin Mares	Remove shadows of the syscall access method which was never
666dd33246aSMartin Mares	implemented.
667dd33246aSMartin Mares
66880b3121aSMartin Mares	* update-pciids.sh: Try to preserve permissions of the old file
66980b3121aSMartin Mares	if chmod supports --reference. Should close Debian Bug #223740.
67080b3121aSMartin Mares
6716aea909aSMartin Mares	* lib/proc.c (proc_setup): Increased path name length limit to 1024.
6726aea909aSMartin Mares	Thanks for Redhat and Mandrake for inspiration.
6736aea909aSMartin Mares
6746aea909aSMartin Mares	* lib/configure: Recognize ppc and ppc64, both have 64-bit addresses.
6756aea909aSMartin Mares	Grabbed from Redhat (Fedora) patches.
6766aea909aSMartin Mares
6776aea909aSMartin Mares2003-12-27  Martin Mares  <[email protected]>
6786aea909aSMartin Mares
679f701ff47SMartin Mares	Merged bug fixes from Debian patches:
680f701ff47SMartin Mares
681f701ff47SMartin Mares	* lspci.c (show_verbose): "Cache Line Size" should be capitalized.
682f701ff47SMartin Mares
683f701ff47SMartin Mares	* lspci.c (show_pcix_nobridge): Added a missing newline.
684f701ff47SMartin Mares
6852240db8cSMartin Mares	* lib/proc.c (proc_scan): When reading the header type, don't
6862240db8cSMartin Mares	forget to clear the topmost bit indicating that the device has
687f701ff47SMartin Mares	multiple functions.
6882240db8cSMartin Mares
6892240db8cSMartin Mares2003-12-27  Martin Mares  <[email protected]>
6902240db8cSMartin Mares
69145902995SMartin Mares	Updated the FreeBSD port. Thanks to Samy Al Bahra <[email protected]>
69245902995SMartin Mares	for the patches:
69345902995SMartin Mares
69445902995SMartin Mares	* lib/Makefile: Add ${FREEBSD_SYS} to the include path if it's defined.
69545902995SMartin Mares	* lib/fbsd-device.c: Select the right set of system includes according
69645902995SMartin Mares	to __FreeBSD_version.
69745902995SMartin Mares
69845902995SMartin Mares2003-12-27  Martin Mares  <[email protected]>
69945902995SMartin Mares
7008fc75dbcSMartin Mares	Merged support for Solaris on i386 by Bill Moore <[email protected]>
7018fc75dbcSMartin Mares	and cleaned up:
7028fc75dbcSMartin Mares
7038fc75dbcSMartin Mares	* lib/configure: Recognize SunOS.
7048fc75dbcSMartin Mares	* lib/internal.h: Learn how to recognize byte order on SunOS.
7058fc75dbcSMartin Mares	* lib/i386-ports.c: Split OS-dependent I/O port access from i386-ports.c.
7068fc75dbcSMartin Mares	* lib/i386-io-linux.h: Linux specific part.
7078fc75dbcSMartin Mares	* lib/i386-io-hurd.h: GNU/Hurd specific part.
7088fc75dbcSMartin Mares	* lib/i386-io-sunos.h: SunOS specific part.
7098fc75dbcSMartin Mares
7109739916eSMartin Mares2003-12-26  Martin Mares  <[email protected]>
7119739916eSMartin Mares
7129739916eSMartin Mares	* lib/header.h (PCI_*_MASK): Cast to pciaddr_t explicitly.
7139739916eSMartin Mares
7149739916eSMartin Mares	* lib/pci.h: Types declared in <sys/types.h> should be usable on all
7159739916eSMartin Mares	platforms we currently support, so kill the forest of #ifdef's and
7169739916eSMartin Mares	use them in all cases.
7179739916eSMartin Mares
7189739916eSMartin Mares	* lib/pci.h: Use ULONG_MASK to decide whether we should use long
7199739916eSMartin Mares	or long long to represent a 64-bit address. Killed HAVE_LONG_ADDRESS.
7209739916eSMartin Mares	Define format strings for addresses, port numbers and IRQ numbers
7219739916eSMartin Mares	directly in pci.h.
7229739916eSMartin Mares
7239739916eSMartin Mares	* lib/proc.c (proc_scan): Use PCIADDR_T_FMT for scanf'ing addresses.
7249739916eSMartin Mares
72580459c65SMartin Mares2003-12-26  Marco Gerards  <[email protected]>
72680459c65SMartin Mares
72780459c65SMartin Mares	Added support for the GNU Hurd (cleaned up by Martin Mares):
72880459c65SMartin Mares
72980459c65SMartin Mares	* lib/configure [GNU]: Use the i386 ports for configuration access.
73080459c65SMartin Mares	* lib/i386-ports.c: Don't call iopl() on the Hurd.
73180459c65SMartin Mares	* lib/pci.h [OS_GNU]: Include <sys/types.h> and use it for defining
73280459c65SMartin Mares	u8 to u32.
73380459c65SMartin Mares
734a85769a8SMartin Mares2003-12-26  Martin Mares  <[email protected]>
735a85769a8SMartin Mares
7367dacd9c8SMartin Mares	* lspci.c (show_pcix_bridge, show_pcix_nobridge): Don't forget to call
7377dacd9c8SMartin Mares	config_fetch() to ensure that the registers have been read. Thanks to
7387dacd9c8SMartin Mares	Bill Wood <[email protected]> for the patch.
7397dacd9c8SMartin Mares
7407dacd9c8SMartin Mares	* lspci.c: Ensure that failure of config_fetch() is handled correctly
7417dacd9c8SMartin Mares	at all places.
7427dacd9c8SMartin Mares
7434063c31cSMartin Mares	* lspci.man: There was one more explicit reference to /usr/share/pci.ids.
7444063c31cSMartin Mares	Changed to @SHAREDIR@. Patch from Maciej W. Rozycki <[email protected]>.
7454063c31cSMartin Mares
7463fe8a38dSMartin Mares	* setpci.c (main): Better error messages.
7473fe8a38dSMartin Mares
7485f5b1a7bSMartin Mares	* setpci.c (ex_op): The demo mode should disable only writing, not reading.
7495f5b1a7bSMartin Mares
7505f5b1a7bSMartin Mares	* setpci.man: The documentation was inconsistent on what should -D do.
7515f5b1a7bSMartin Mares	Document the new behaviour.
752b251f40bSMartin Mares
75391e37a49SMartin Mares	* pciutils.h, common.c, setpci.c: Introduced a NONRET macro encapsulating
75491e37a49SMartin Mares	the GCC specific __attribute__((noreturn)) and killed the hack with
75591e37a49SMartin Mares	redefining __attribute__ on non-GCC compilers.
75691e37a49SMartin Mares
7574afd29d3SMartin Mares	* Makefile: Added missing dependencies. Parallel builds work now.
7584afd29d3SMartin Mares	Problem reported by Andreas Haumer <[email protected]>, but I chose
7594afd29d3SMartin Mares	a different fix.
7604afd29d3SMartin Mares
761b0f1a03bSMartin Mares	* Makefile (MANDIR): Use `:=' instead of `=' to avoid executing the shell
762b0f1a03bSMartin Mares	command every time $(MANDIR) is referenced.
763b0f1a03bSMartin Mares
764b7fd8e19SMartin Mares	* lspci.c (main): The error message for `lspci -s' incorrectly mentioned
765b7fd8e19SMartin Mares	a `-f' switch. Reported by Steve Finney <[email protected]>.
766b7fd8e19SMartin Mares
76705bb10a2SMartin Mares	* lib/generic.c: Removed memory leak in pci_generic_bus_scan().
76805bb10a2SMartin Mares	Reported by Gary Parnes <[email protected]>.
76905bb10a2SMartin Mares
770a832f6f1SMartin Mares	* Replaced obsolete syntax of __attribute__((unused)) in the middle of
771a832f6f1SMartin Mares	parameter declarations (which is no longer supported by GCC 3.1) by the
772a832f6f1SMartin Mares	current syntax (attribute at the end). Thanks to [email protected]
773a832f6f1SMartin Mares	for reporting this problem.
774a832f6f1SMartin Mares
775a85769a8SMartin Mares	* Removed CVS $Id$ tags from all files.
776a85769a8SMartin Mares
777a85769a8SMartin Mares	* Makefile: Added some more warnings.
778a85769a8SMartin Mares
779b7351143SMartin Mares	* setpci.c: Cleaned up mask/value code.
780b7351143SMartin Mares
781b7351143SMartin Mares2003-12-08 Thayne Harbaugh <[email protected]>
782b7351143SMartin Mares
783b7351143SMartin Mares	* setpci.c: Individual bits to be set can be specified as <value>:<mask>.
784b7351143SMartin Mares
7852a5d5cf9SMartin Mares2003-11-29  Martin Mares  <[email protected]>
7862a5d5cf9SMartin Mares
7872a5d5cf9SMartin Mares	* Imported the pciutils sources to my Arch repository. Good-bye, CVS.
7882a5d5cf9SMartin Mares
789d772ef15SMartin Mares2003-01-04  Martin Mares  <[email protected]>
790d772ef15SMartin Mares
7911b95f396SMartin Mares	* Released as 2.1.11.
7921b95f396SMartin Mares
793c83293ebSMartin Mares	* Makefile: Changed configuration of installation directories --
794c83293ebSMartin Mares	all paths are now set at the top of the Makefile instead of being
795c83293ebSMartin Mares	scattered between the installation rules. The default installation
796c83293ebSMartin Mares	now goes always to /usr/local regardless of the OS as most distributions
797c83293ebSMartin Mares	already contain some version of pciutils and we don't want custom
798c83293ebSMartin Mares	installations to interfere with the default ones.
799c83293ebSMartin Mares
800c83293ebSMartin Mares	* Makefile: Removed a couple of ancient install hacks: we no longer
801c83293ebSMartin Mares	try to avoid overwriting a newer pci.ids file (users are now expected
802c83293ebSMartin Mares	to use update-ids) and we don't try to remove /etc/pci.ids (a long time
803c83293ebSMartin Mares	has passed since the last version which used it).
804c83293ebSMartin Mares
805e2875dcdSMartin Mares	* Makefile: Paths to pci.ids in man pages automatically get the right path.
806e2875dcdSMartin Mares
8071b95f396SMartin Mares	* Added the update-ids utility.
8080138a2a7SMartin Mares
809d772ef15SMartin Mares	* lib: Removed partially implemented "syscall" access method which will
810d772ef15SMartin Mares	probably never be needed.
811d772ef15SMartin Mares
812eb620239SMartin Mares2002-12-27  Martin Mares  <[email protected]>
813eb620239SMartin Mares
814130090bdSMartin Mares	* lib/nbsd-libpci.c: Cleaned up and hopefully made it endian safe.
815130090bdSMartin Mares
816eb620239SMartin Mares	* lib/generic.c (pci_generic_scan_bus): Added work-around for devices with
817eb620239SMartin Mares	discontiguous numbering of functions. This is already present in the Linux
818eb620239SMartin Mares	kernel for several years, but I forgot to update pciutils as well.
819eb620239SMartin Mares
820848b4347SMartin Mares2002-12-26  Martin Mares  <[email protected]>
821848b4347SMartin Mares
822579b19ffSMartin Mares	* lib/header.h, lspci.c: Dump AGP3 flags and speeds.
823579b19ffSMartin Mares
824579b19ffSMartin Mares	* lib/pci.h, Makefile: Removed HAVE_OWN_HEADER_H. Always use our own header,
825579b19ffSMartin Mares	there is no reason to prefer the kernel version.
826579b19ffSMartin Mares
827579b19ffSMartin Mares	* lib/proc.c (proc_scan): Don't forget to initialize hdrtype.
828579b19ffSMartin Mares
829848b4347SMartin Mares	* Added preliminary version of NetBSD support by Quentin Garnier
830848b4347SMartin Mares	<[email protected]>.
831848b4347SMartin Mares
832f0952474SMartin Mares2002-04-06  Martin Mares  <[email protected]>
833f0952474SMartin Mares
834f0952474SMartin Mares	* lspci.c: Mention "-xxx" in the help.
835f0952474SMartin Mares
836d2f666f1SMartin Mares2002-03-30  Martin Mares  <[email protected]>
837d2f666f1SMartin Mares
8389bd44bb0SMartin Mares	* Released as 2.1.10.
8399bd44bb0SMartin Mares
840a33d0eb7SMartin Mares	* Removed pci.ids from the CVS as they are now maintained separately.
841a33d0eb7SMartin Mares	They are still included in the tarball, but if you are building	pciutils
842a33d0eb7SMartin Mares	from CVS sources or you want to get a newer ID file than the one distributed,
843a33d0eb7SMartin Mares	just use "make update-ids" to download the most recent snapshot from
844a33d0eb7SMartin Mares	pciids.sf.net.
845a33d0eb7SMartin Mares
846a33d0eb7SMartin Mares	* Makefile, README: Updated accordingly.
847a33d0eb7SMartin Mares
848a33d0eb7SMartin Mares	* Makefile: Added a couple of maintenance targets.
849a33d0eb7SMartin Mares
850a33d0eb7SMartin Mares	* maint/*: Maintainer's utilities now reside here (present only in CVS,
851a33d0eb7SMartin Mares	not in the tarball).
852a33d0eb7SMartin Mares
853d2f666f1SMartin Mares	* lib/names.c (parse_name_list): End-of-line comments are no longer
854d2f666f1SMartin Mares	supported. Hashes are now perfectly valid in all names and they start
855d2f666f1SMartin Mares	a comment only at the start of the line.
856d2f666f1SMartin Mares
857ee551b73SMartin Mares2002-03-26  Martin Mares  <[email protected]>
858ee551b73SMartin Mares
85907159913SMartin Mares	* README: Rewritten.
86007159913SMartin Mares
861ee551b73SMartin Mares	* Makefile: When the currently installed pci.ids file is newer than
862ee551b73SMartin Mares	the version to be installed, don't overwrite it. Suggested by
863ee551b73SMartin Mares	Jean Delvare <[email protected]>.
864ee551b73SMartin Mares
865bc7b1d62SMartin Mares2002-03-24  Martin Mares  <[email protected]>
866bc7b1d62SMartin Mares
8675f5e6f64SMartin Mares	* lspci.c (show_pcix_bridge): Added PCI-X capability display.
8685f5e6f64SMartin Mares	Contributed by Jeff Garzik <[email protected]>.
8695f5e6f64SMartin Mares
8705f5e6f64SMartin Mares	* lib/header.h: Added PCI-X stuff. Again by Jeff.
8715f5e6f64SMartin Mares
8725f5e6f64SMartin Mares	* Makefile (CFLAGS): -Werror is gone.
8735f5e6f64SMartin Mares
874a1052f16SMartin Mares	* lspci.c (format_agp_rate): Fixed AGP rate reporting.
875a1052f16SMartin Mares
876bc7b1d62SMartin Mares	* lib/filter.c (pci_filter_parse_slot): Allow bus 0xff, slot 0x1f and
877bc7b1d62SMartin Mares	function 7.
878bc7b1d62SMartin Mares
879bc7b1d62SMartin Mares	* lib/names.c (pci_lookup_name): When printing unknown subsystem vendor
880bc7b1d62SMartin Mares	or device hexadecimally, don't confuse it with chip vendor/device ID.
881bc7b1d62SMartin Mares	First reported by Marc Boucher <[email protected]>.
882bc7b1d62SMartin Mares
883f793990cSMartin Mares2001-11-04  Martin Mares  <[email protected]>
884f793990cSMartin Mares
885ee551b73SMartin Mares	* Released as 2.1.9.
886ee551b73SMartin Mares
887f793990cSMartin Mares	* pci.ids: Synced with the PCI ID Repository at SourceForge
888f793990cSMartin Mares	(http://pciids.sourceforge.net/).
889f793990cSMartin Mares
8901d174e56SMartin Mares2000-08-25  Martin Mares  <[email protected]>
8911d174e56SMartin Mares
8921d174e56SMartin Mares	* pci.ids: Updated ID's, synced with kernel 2.4.0-test7.
8931d174e56SMartin Mares
89465b4327eSMartin Mares2000-06-13  Martin Mares  <[email protected]>
89565b4327eSMartin Mares
89665b4327eSMartin Mares	* Makefile (uninstall): Fixed.
89765b4327eSMartin Mares
89865b4327eSMartin Mares	* pci.ids: ID updates.
89965b4327eSMartin Mares
9004a219d5fSMartin Mares2000-05-20  Martin Mares  <[email protected]>
9014a219d5fSMartin Mares
9024a219d5fSMartin Mares	* Released as 2.1.8.
9034a219d5fSMartin Mares
9044a219d5fSMartin Mares	* pci.ids: ID updates.
9054a219d5fSMartin Mares
9064a219d5fSMartin Mares	* lspci.c (show_verbose): Min/max latency is now printed in nanoseconds.
9074a219d5fSMartin Mares
9084a219d5fSMartin Mares2000-05-04  Martin Mares  <[email protected]>
9094a219d5fSMartin Mares
9104a219d5fSMartin Mares	* lspci.c (show_verbose): If the header type doesn't match device
9114a219d5fSMartin Mares	class, just print a warning and still use the header type, assuming
9124a219d5fSMartin Mares	bogus class info.
9134a219d5fSMartin Mares
91410c90662SMartin Mares2000-05-01  Martin Mares  <[email protected]>
91510c90662SMartin Mares
91672b9b690SMartin Mares	* lspci.c (show_pm): Updated according to PCI PM specs 1.1.
91772b9b690SMartin Mares
91810c90662SMartin Mares	* pci.ids: Updated Contemporary Control ARCnet card entries.
91910c90662SMartin Mares
92010c90662SMartin Mares	* pci.ids: Synchronized class list with latest PCI SIG documents.
92110c90662SMartin Mares
922a239ade6SMartin Mares2000-04-29  Martin Mares  <[email protected]>
923a239ade6SMartin Mares
924a239ade6SMartin Mares	* lib/names.c (pci_lookup_name): Fixed the cheat.
925a239ade6SMartin Mares
926a239ade6SMartin Mares	* lib/internal.h: Moved UNUSED/inline hacks above all other declarations.
927a239ade6SMartin Mares
928a239ade6SMartin Mares	* pci.ids: Various ID updates.
929a239ade6SMartin Mares
9302c83b860SMartin Mares2000-04-21  Martin Mares  <[email protected]>
9312c83b860SMartin Mares
9322c83b860SMartin Mares	* Released as 2.1.7.
9332c83b860SMartin Mares
9342c83b860SMartin Mares	* pciutils.spec: Added German description.
9352c83b860SMartin Mares
9362c83b860SMartin Mares	* lib/names.c (pci_lookup_name): Added a cheat for case that subsystem ID's
9372c83b860SMartin Mares	are the same as device ID and just output subsystem name according to
9382c83b860SMartin Mares	device name.
9392c83b860SMartin Mares
9402c83b860SMartin Mares	* lib/proc.c: Use UNUSED instead of __attribute__((unused)).
9412c83b860SMartin Mares
9422c83b860SMartin Mares	* lib/pci.h: Added the correct typedefs for AIX.
9432c83b860SMartin Mares
9442c83b860SMartin Mares	* lib/generic.c (pci_generic_scan_bus): Export.
9452c83b860SMartin Mares
9462c83b860SMartin Mares	* lib/configure: Detect AIX. Use "echo '...\c'" instead of
9472c83b860SMartin Mares	"echo -n" if the shell isn't bash.
9482c83b860SMartin Mares
9492c83b860SMartin Mares	* lspci.c: Avoid using alloca() if not compiled by GCC.
9502c83b860SMartin Mares	(insert_dev): Avoid returning a void value.
9512c83b860SMartin Mares
9522c83b860SMartin Mares	* Makefile: Choose which install utility to use according to
9532c83b860SMartin Mares	OS type. Also use `-o' instead of `-or' in find arguments.
9542c83b860SMartin Mares	Part of the AIX port.
9552c83b860SMartin Mares
9562c83b860SMartin Mares	* lib/aix-device.c: Added AIX low-level interface. Contributed
9572c83b860SMartin Mares	by Dave Johnson <[email protected]>, thanks a lot!
9582c83b860SMartin Mares
9592c83b860SMartin Mares	* pci.ids: Few new ID's.
9602c83b860SMartin Mares
9612c83b860SMartin Mares	* pciutils.h, lib/internal.h: Redefine __attribute__ and inline
9622c83b860SMartin Mares	when not compiled by GCC.
9632c83b860SMartin Mares
964c1a828daSMartin Mares2000-04-17  Martin Mares  <[email protected]>
965c1a828daSMartin Mares
966c1a828daSMartin Mares	* Released as 2.1.6.
967c1a828daSMartin Mares
968c1a828daSMartin Mares	* pci.ids: Added a large batch of ID's contributed by Gunther
969c1a828daSMartin Mares	Mayer <[email protected]> and synced the
970c1a828daSMartin Mares	list with the 2.3.99pre6 kernel.
971c1a828daSMartin Mares
972e91dd3abSMartin MaresThu Mar  9 13:11:39 2000  Martin Mares  <[email protected]>
973e91dd3abSMartin Mares
974a80b79a9SMartin Mares	* lib/example.c: Added a simple example of how to use
975a80b79a9SMartin Mares	the library.
976a80b79a9SMartin Mares
97789984232SMartin Mares	* lspci.man, setpci.man: Revealed --version. Well spotted
97889984232SMartin Mares	by Adam Sulmicki.
97989984232SMartin Mares
980e91dd3abSMartin Mares	* pci.ids: Added lots of new ID's and synced with 2.3.50.
981e91dd3abSMartin Mares
98278d9c5e2SMartin MaresTue Feb 15 00:16:21 2000  Martin Mares  <[email protected]>
98378d9c5e2SMartin Mares
98478d9c5e2SMartin Mares	* Released as 2.1.5.
98578d9c5e2SMartin Mares
98678d9c5e2SMartin Mares	* pciutils.spec: Updated spec file from Andreas Jaeger. Now using
98778d9c5e2SMartin Mares	%{_mandir} to find the right location to install manual pages to.
98878d9c5e2SMartin Mares
98978d9c5e2SMartin Mares	* pci.ids: New ID's.
99078d9c5e2SMartin Mares
99178d9c5e2SMartin Mares	* setpci.c (main): Don't crash when `-s' or `-d' is given with
99278d9c5e2SMartin Mares	no argument.
99378d9c5e2SMartin Mares
994f8141ae2SMartin MaresMon Jan 24 20:04:11 2000  Andreas Jaeger  <[email protected]>
995f8141ae2SMartin Mares
996f8141ae2SMartin Mares	* lib/i386-ports.c: Include <asm/io.h> only on systems without
997f8141ae2SMartin Mares	glibc.
998f8141ae2SMartin Mares
999f8141ae2SMartin MaresMon Jan 24 11:24:43 2000  Martin Mares  <[email protected]>
1000f8141ae2SMartin Mares
1001f8141ae2SMartin Mares	* Makefile: Modified to work with the Linux FHS brain-damaged idea
1002f8141ae2SMartin Mares	of putting man pages to /usr/share/man. Now we choose either /usr/man
1003f8141ae2SMartin Mares	or /usr/share/man depending on which one exists.
1004f8141ae2SMartin Mares
100559e76e8bSMartin MaresSun Jan 23 10:52:34 2000  Martin Mares  <[email protected]>
100659e76e8bSMartin Mares
100759e76e8bSMartin Mares	* pci.ids: Synced with Linux 2.3.40.
100859e76e8bSMartin Mares
100959e76e8bSMartin Mares	* Released as version 2.1.4.
101059e76e8bSMartin Mares
10112dfd48cdSMartin MaresThu Jan 20 11:08:32 2000  Martin Mares  <[email protected]>
10122dfd48cdSMartin Mares
10132715403fSMartin Mares	* lspci.c (scan_device): Fixed bug in reading of cardbus extensions.
10142715403fSMartin Mares
101581077814SMartin Mares	* lib/proc.c: pread/pwrite fixed again, this time on libc5 :(
101681077814SMartin Mares
101781077814SMartin Mares	* lspci.c (format_agp_rate): Better formatting of AGP rates.
101881077814SMartin Mares
101981077814SMartin Mares	* pci.ids: New ID's.
102081077814SMartin Mares
10212dfd48cdSMartin Mares	* lib/configure: Added configuration for ia64 (the same as for Alpha).
10222dfd48cdSMartin Mares	Patch from Stephane Eranian <[email protected]>.
10232dfd48cdSMartin Mares
10245a258860SMartin MaresThu Jan 13 23:01:52 2000  Martin Mares  <[email protected]>
10255a258860SMartin Mares
10265a258860SMartin Mares	* Released as version 2.1.3.
10275a258860SMartin Mares
10285a258860SMartin Mares	* pci.ids: New ID's.
10295a258860SMartin Mares
10305a258860SMartin Mares	* lspci.c: Alpha IO_FORMAT fix by Andrea Arcangeli.
10315a258860SMartin Mares
10325a258860SMartin Mares	* lib/access.c: Corrected order of access methods -- it's wonderful how
10335a258860SMartin Mares	long could such a bug remain unspotted. Thanks go to Andreas Schockenhoff.
10345a258860SMartin Mares
10350c047bbeSMartin MaresSat Dec 11 23:34:48 1999  Martin Mares  <[email protected]>
10360c047bbeSMartin Mares
10370c047bbeSMartin Mares	* Released as version 2.1.2.
10380c047bbeSMartin Mares
10390c047bbeSMartin Mares	* lib/names.c (pci_lookup_name): Fixed printing of unknown subsystem ID's.
10400c047bbeSMartin Mares
104133bc28a5SMartin MaresSat Dec  4 13:11:03 1999  Martin Mares  <[email protected]>
104233bc28a5SMartin Mares
104339231205SMartin Mares	* Released as version 2.1.1.
104439231205SMartin Mares
104533bc28a5SMartin Mares	* pci.ids: Several new ID's.
104633bc28a5SMartin Mares
104733bc28a5SMartin Mares	* setpci.c (exec_op): Don't forget to increment address after writing
104833bc28a5SMartin Mares	single value, so that `30.b=12,34,56,78' works as expected. Reported
104933bc28a5SMartin Mares	by Petr Soucek <[email protected]>.
105033bc28a5SMartin Mares
10518d047897SMartin MaresWed Nov  3 10:24:38 1999  Martin Mares  <[email protected]>
10528d047897SMartin Mares
10538d047897SMartin Mares	* lspci.c (show_terse): If prog-if is zero, but it's present in the
10548d047897SMartin Mares	ID list, show it.
10558d047897SMartin Mares
10566afc6538SMartin MaresSat Oct 30 11:06:35 1999  Martin Mares  <[email protected]>
10576afc6538SMartin Mares
10586afc6538SMartin Mares	* Released as version 2.1.
10596afc6538SMartin Mares
10606afc6538SMartin Mares	* pci.ids: Synced to devlist.h in 2.3.24 kernel. Merged in
10616afc6538SMartin Mares	lots of contributed entries.
10626afc6538SMartin Mares
10638f756113SMartin MaresThu Oct 14 10:40:12 1999  Dave Jones    <[email protected]>
10648f756113SMartin Mares
10658f756113SMartin Mares	* pci.ids: Added lots of subsystem definitions.
10668f756113SMartin Mares
1067d4798a32SMartin MaresSat Oct  9 14:32:28 1999  Martin Mares  <[email protected]>
1068d4798a32SMartin Mares
1069d4798a32SMartin Mares	* setpci.man: Better example.
1070d4798a32SMartin Mares
1071d4798a32SMartin Mares	* lspci.c: Resolve prog-if names.
1072d4798a32SMartin Mares
1073d4798a32SMartin Mares	* lib/names.c: Adapted to new pci.ids syntax.
1074d4798a32SMartin Mares
1075d4798a32SMartin Mares	* pci.ids: Reorganized the pci.ids file. Subsystems are listed
1076d4798a32SMartin Mares	under devices, classes can optionally contain prog-if information.
1077d4798a32SMartin Mares	New ID's, as usually.
1078d4798a32SMartin Mares
1079e306e911SMartin MaresWed Sep 22 09:45:24 1999  Martin Mares  <[email protected]>
1080e306e911SMartin Mares
1081e306e911SMartin Mares	* pci.ids: New ID's. As usually.
1082e306e911SMartin Mares
1083e306e911SMartin Mares	* lspci.c (show_htype1, show_htype2): Don't show `closed' bridge windows
1084e306e911SMartin Mares	unless we're vvvery verbose.
1085e306e911SMartin Mares
1086e306e911SMartin MaresMon Sep 20 11:22:54 1999  Martin Mares  <[email protected]>
1087e306e911SMartin Mares
1088e306e911SMartin Mares	* lspci.c (show_htype2): Don't forget a TAB before the "I/O window" line.
1089e306e911SMartin Mares
1090e64a576cSMartin MaresTue Sep 14 09:31:01 1999  Martin Mares  <[email protected]>
1091e64a576cSMartin Mares
1092e64a576cSMartin Mares	* pci.ids: New ID's. Again.
1093e64a576cSMartin Mares
1094c36c0862SMartin MaresThu Aug  5 17:45:42 1999  Martin Mares  <[email protected]>
1095c36c0862SMartin Mares
1096c36c0862SMartin Mares	* lspci.c (show_size): Don't show size if it's zero (usually
1097c36c0862SMartin Mares	due to bus-centric mode being enabled).
1098c36c0862SMartin Mares
10991ca42433SMartin MaresTue Jul 20 13:25:09 1999  Martin Mares  <[email protected]>
11001ca42433SMartin Mares
1101168b4f46SMartin Mares	* lib/pci.h: Types are OS dependent.
1102168b4f46SMartin Mares
1103168b4f46SMartin Mares	* lib/internal.h: Byte order hacks are OS dependent.
1104168b4f46SMartin Mares
1105168b4f46SMartin Mares	* lib/configure: Recognize FreeBSD. Also set OS_XXX according to the OS.
1106168b4f46SMartin Mares
1107168b4f46SMartin Mares	* lib/Makefile, lib/access.c: Added fbsd-device target.
1108168b4f46SMartin Mares
1109168b4f46SMartin Mares	* pci.ids: Added an entry for PLX 9080 bridges with subsystem ID
1110168b4f46SMartin Mares	incorrectly set to device ID.
1111168b4f46SMartin Mares
1112168b4f46SMartin Mares	* README: Added a note that we support FreeBSD.
1113168b4f46SMartin Mares
1114168b4f46SMartin Mares	* Makefile (PREFIX, ROOT): Set it depending on the OS.
1115168b4f46SMartin Mares	(%.8): Grrr, BSD date is not able to convert date formats the same way
1116168b4f46SMartin Mares	as GNU date does. Use sed instead.
1117168b4f46SMartin Mares	(install): Use `-c' when calling install.
1118168b4f46SMartin Mares
1119168b4f46SMartin Mares	* lib/fbsd-device.c: Added FreeBSD /dev/pci access module contributed
1120168b4f46SMartin Mares	by Jari Kirma <[email protected]>.
1121168b4f46SMartin Mares
1122bc6346dfSMartin Mares	* lib/proc.c: Rewrote the pread/pwrite things once again. Use pread
1123bc6346dfSMartin Mares	and pwrite only when we are certain it's safe (i.e., glibc 2.1
1124bc6346dfSMartin Mares	on all architectures or any libc on a i386 where we really know
1125bc6346dfSMartin Mares	how to use syscalls directly). In all other cases, emulate it
1126bc6346dfSMartin Mares	with lseek/read/write.
1127bc6346dfSMartin Mares
11281ca42433SMartin Mares	* pci.ids: Some more IDs.
11291ca42433SMartin Mares
11301ca42433SMartin MaresMon Jul 19 14:10:36 1999  Martin Mares  <[email protected]>
11311ca42433SMartin Mares
11321ca42433SMartin Mares	* pci.ids: Added IDs of parallel port controller cards as sent
11331ca42433SMartin Mares	by Tim Waugh <[email protected]>.
11341ca42433SMartin Mares
1135e95c8373SMartin MaresWed Jul  7 00:55:48 1999  Martin Mares  <[email protected]>
1136e95c8373SMartin Mares
1137e95c8373SMartin Mares	* lib/proc.c (proc_scan): HAVE_LONG_ADDRESS instead of HAVE_64BIT_ADDRESS.
1138e95c8373SMartin Mares
1139e95c8373SMartin Mares	* lspci.c: ADDR_FORMAT now depends on both HAVE_64BIT_ADDRESS and
1140e95c8373SMartin Mares	HAVE_LONG_ADDRESS.
1141e95c8373SMartin Mares
1142e95c8373SMartin Mares	* lib/configure: HAVE_64BIT_ADDRESS now doesn't imply that the addresses
1143e95c8373SMartin Mares	are represented as long long. Introduced a new flag HAVE_LONG_ADDRESS
1144e95c8373SMartin Mares	to indicate this. Both Sparc architectures now use both 64BIT_ADDRESS
1145e95c8373SMartin Mares	and LONG_ADDRESS since they have 32-bit userland, but don't set LONG_ADDRESS
1146e95c8373SMartin Mares	on Alpha.
1147e95c8373SMartin Mares
1148e95c8373SMartin Mares	* lspci.c (show_msi): Added dumping of the MSI capability.
1149e95c8373SMartin Mares	(show_slotid): The same for SlotID capability.
1150e95c8373SMartin Mares	(show_caps): Seperated capability dumping, because it should
1151e95c8373SMartin Mares	be used for both htype0 and htype1. Even PCI 2.2 doesn't mention
1152e95c8373SMartin Mares	layout of htype2, so I'm a bit unsure about it wrt capabilities
1153e95c8373SMartin Mares	-- they at least have to live somewhere else since address 0x34
1154e95c8373SMartin Mares	is already defined differently in htype2.
1155e95c8373SMartin Mares
1156e95c8373SMartin Mares	* lib/header.h (PCI_STATUS_UDF): Marked as obsolete (PCI 2.2).
1157e95c8373SMartin Mares	(PCI_BASE_ADDRESS_MEM_TYPE_1M): Ditto.
1158e95c8373SMartin Mares	(PCI_CAP_ID_*): Added some new capabilities defined in PCI 2.2.
1159e95c8373SMartin Mares
1160e95c8373SMartin Mares	* lspci.c (show_htype0): Mask out lowest 2 bits from all capability pointers
1161e95c8373SMartin Mares	(required by the PCI 2.2 specs).
1162e95c8373SMartin Mares
1163e95c8373SMartin MaresMon Jul  5 12:45:19 1999  Martin Mares  <[email protected]>
1164e95c8373SMartin Mares
1165e95c8373SMartin Mares	* lspci.c (show_size): Added new function for dumping of region sizes.
1166e95c8373SMartin Mares	(show_rom): Added. Now correctly dumps unassigned ROM addresses, disabled
1167e95c8373SMartin Mares	ROMs et cetera.
1168e95c8373SMartin Mares
1169e95c8373SMartin Mares	* lib/pci.h (struct pci_dev): known_fields moved to the public part
1170e95c8373SMartin Mares	of the structure.
1171e95c8373SMartin Mares
1172e95c8373SMartin Mares	* Added support for region sizes. Needs support in the kernel, because
1173e95c8373SMartin Mares	sizes have to be scanned before drivers initialize yourself. pci_fill_info()
1174e95c8373SMartin Mares	now returns a bitmask of what fields were really read.
1175e95c8373SMartin Mares
117682ce97c9SMartin MaresMon Jun 28 18:37:51 1999  Dave Jones    <[email protected]>
117782ce97c9SMartin Mares
117882ce97c9SMartin Mares	* Makefile:
117982ce97c9SMartin Mares	  Added `uninstall' target - removes all traces of pciutils.
118082ce97c9SMartin Mares	* pci.ids:
118182ce97c9SMartin Mares	  - Lots of cleanups in the ATI, S3, Adaptec vendors.
118282ce97c9SMartin Mares	  - Changed Compaq QVision 1280/p definitions, as it's not possible
118382ce97c9SMartin Mares	    to determine the revision from the device ID.
118482ce97c9SMartin Mares	  - Same for the Tseng ET4000.
118582ce97c9SMartin Mares	    The id's said I had a rev C, when it was actually a rev B.
118682ce97c9SMartin Mares	  - Removed some unnecessary strings
118782ce97c9SMartin Mares	    `PCI'. Unless it's an AGP card, it should be obvious that it's PCI.
118882ce97c9SMartin Mares	    `Ethernet card'. This should be determined from config space.
118982ce97c9SMartin Mares	  - Lots of other new vendors & devices
119082ce97c9SMartin Mares	  - Other additional small cleanups.
119182ce97c9SMartin Mares
11927bed2d83SMartin MaresMon Jun 21 22:11:10 1999  Martin Mares  <[email protected]>
11937bed2d83SMartin Mares
11947bed2d83SMartin Mares	* lib/names.c (pci_lookup_name): When device ID lookup
11957bed2d83SMartin Mares	fails, return hexadecimal device ID instead of vendor ID.
11967bed2d83SMartin Mares	Well spotted by Axel Bodemann <[email protected]>,
11977bed2d83SMartin Mares	I've just extended the fix to subsystem ID's.
11987bed2d83SMartin Mares
11995ba3a475SMartin MaresThu Jun 17 19:48:21 1999  Martin Mares  <[email protected]>
12005ba3a475SMartin Mares
12015ba3a475SMartin Mares	* lspci.c (show_agp): Bug fix from Petr Vandrovec
12025ba3a475SMartin Mares	<[email protected]>. The command register was displayed
12035ba3a475SMartin Mares	incorrectly.
12045ba3a475SMartin Mares
12055ba3a475SMartin MaresWed Jun  2 22:42:44 1999  Martin Mares  <[email protected]>
12065ba3a475SMartin Mares
12075ba3a475SMartin Mares	* lib/proc.c (SYS_pread, SYS_pwrite): Use hard-coded
12085ba3a475SMartin Mares	numbers if not supplied by the libc.
12095ba3a475SMartin Mares
121055c815b5SMartin MaresWed May 19 13:24:39 1999  Martin Mares  <[email protected]>
121155c815b5SMartin Mares
121255c815b5SMartin Mares	* Released the whole package as version 2.0.
121355c815b5SMartin Mares
121455c815b5SMartin MaresFri May 14 22:42:02 1999  Martin Mares  <[email protected]>
121555c815b5SMartin Mares
121655c815b5SMartin Mares	* pci.ids: Added several new ID's contributed by people
121755c815b5SMartin Mares	on the linux-pci list.
121855c815b5SMartin Mares
1219dec16943SMartin MaresMon Apr 19 15:21:08 1999  Jakub Jelinek  <[email protected]>
1220dec16943SMartin Mares
1221dec16943SMartin Mares	* lspci.c: Display I/O addresses correctly on sparc64.
1222dec16943SMartin Mares	* lib/header.h: Ditto.
1223dec16943SMartin Mares
1224dec16943SMartin Mares	* lib/configure: On sparc set HAVE_64BIT* as well, we want
1225dec16943SMartin Mares	a binary which works on both 32bit and 64bit SPARCs.
1226dec16943SMartin Mares
1227e33c9c7aSMartin MaresSun Apr 18 21:14:58 1999  Martin Mares  <[email protected]>
1228e33c9c7aSMartin Mares
1229e33c9c7aSMartin Mares	* lspci.c, lib/proc.c: Alpha compilation fixes from Matthew Jacob
1230e33c9c7aSMartin Mares	<[email protected]>.
1231e33c9c7aSMartin Mares
1232e33c9c7aSMartin Mares	* pci.ids: A lot of updates from Adam J. Richter <[email protected]>.
1233e33c9c7aSMartin Mares
1234f3395cc5SMartin MaresSun Feb 28 22:26:21 1999  Martin Mares  <[email protected]>
1235f3395cc5SMartin Mares
1236f3395cc5SMartin Mares	* lspci.c (do_map_bus): Don't dump functions 1--7 if not flagged
1237f3395cc5SMartin Mares	as a multi-function device, because several single-function devices
1238f3395cc5SMartin Mares	don't decode the function bits at all.
1239f3395cc5SMartin Mares
1240f3395cc5SMartin MaresSun Feb 14 23:48:22 1999  Martin Mares  <[email protected]>
1241f3395cc5SMartin Mares
1242f3395cc5SMartin Mares	* Makefile (install): Don't use "-o root -g root" for installation
1243f3395cc5SMartin Mares	since it breaks on machines where programs are not installed by root.
1244f3395cc5SMartin Mares	Reported by Richard Gooch <[email protected]>
1245f3395cc5SMartin Mares
1246f3395cc5SMartin MaresTue Feb  9 15:54:39 1999  Martin Mares  <[email protected]>
1247f3395cc5SMartin Mares
1248f3395cc5SMartin Mares	* lspci.c (show_bases): Use new address masking macros and pciaddr_t.
1249f3395cc5SMartin Mares
1250f3395cc5SMartin Mares	* lib/pci.h: Using pciaddr_t for bus addresses, which are 32-bit
1251f3395cc5SMartin Mares	or 64-bit depending on CPU.
1252f3395cc5SMartin Mares
1253f3395cc5SMartin Mares	* lib/pci.h (PCI_ADDR_MEM_MASK): Added macros for address masks
1254f3395cc5SMartin Mares	according to bus address width.
1255f3395cc5SMartin Mares
12561c31d620SMartin MaresThu Jan 28 20:54:16 1999  Martin Mares  <[email protected]>
12571c31d620SMartin Mares
12581c31d620SMartin Mares	* Released as 1.99.4.
12591c31d620SMartin Mares
12601c31d620SMartin Mares	* lspci.c: Capability list parser now recognizes both AGP
12611c31d620SMartin Mares	registers and PCI Power Management registers (the latter
12621c31d620SMartin Mares	is mainly guesswork based on DEC/Intel 21153 bridge specs
12631c31d620SMartin Mares	since I don't have the PCI Power Management document).
12641c31d620SMartin Mares
12651c31d620SMartin Mares	* lspci.c: Replaced numerous occurences of (x & flag) ? '+' : '-'
12661c31d620SMartin Mares	by FLAG macro.
12671c31d620SMartin Mares
12681c31d620SMartin Mares	* lspci.c: Added bridge checks to bus mapping code.
12691c31d620SMartin Mares
12701812a795SMartin MaresWed Jan 27 14:59:16 1999  Martin Mares  <[email protected]>
12711812a795SMartin Mares
12721812a795SMartin Mares	* lspci.c: Implemented bus mapping mode (-M).
12731812a795SMartin Mares
12741812a795SMartin Mares	* lspci.c (scan_devices): Split to scan_devices() and scan_device().
12751812a795SMartin Mares	(show): Split to show() and show_device().
12761812a795SMartin Mares
12771812a795SMartin Mares	* lib/access.c (pci_init): When a->method == PCI_ACCESS_AUTO,
12781812a795SMartin Mares	set it to the real access method afterwards.
12791812a795SMartin Mares
12801812a795SMartin MaresMon Jan 25 23:46:13 1999  Martin Mares  <[email protected]>
12811812a795SMartin Mares
12821812a795SMartin Mares	* lib/generic.c (pci_generic_fill_info): If in buscentric mode,
12831812a795SMartin Mares	don't check PCI_COMMAND for I/O and memory enables.
12841812a795SMartin Mares
1285f6c86928SMartin MaresMon Jan 25 21:28:49 1999  Martin Mares  <[email protected]>
1286f6c86928SMartin Mares
1287f6c86928SMartin Mares	* Makefile: Added target `release' which substitutes new version
1288f6c86928SMartin Mares	number to .spec, .lsm and README. Also rewrote target `dist'.
1289f6c86928SMartin Mares
1290f6c86928SMartin Mares	* Released as 1.99.3.
1291f6c86928SMartin Mares
1292b5137411SMartin MaresSun Jan 24 22:10:36 1999  Martin Mares  <[email protected]>
1293b5137411SMartin Mares
1294d6b297d0SMartin Mares	* lib/header.h: Until kernel adopts new layout of PCI
1295d6b297d0SMartin Mares	includes (i.e., separate declaration of header structure,
1296d6b297d0SMartin Mares	functions and device IDs), which is not going to happen
1297d6b297d0SMartin Mares	before 2.3, we'll use our own definiton of the header.
1298d6b297d0SMartin Mares
1299b5137411SMartin Mares	* lspci.c (show_verbose): Display `Cap' flag in device status.
1300b5137411SMartin Mares
1301b5137411SMartin Mares	* lspci.c (show_htype0): Display capability lists whereever
1302b5137411SMartin Mares	available. The only capability name we recognize now is `AGP'.
1303b5137411SMartin Mares	Unfortunately, capabilities are stored in device-dependent
1304b5137411SMartin Mares	portion of the configuration space and are thus available
1305b5137411SMartin Mares	only to root unless you read a dump.
1306b5137411SMartin Mares
1307b5137411SMartin Mares	* lspci.c (scan_devices): Use cache instead of buffering.
1308b5137411SMartin Mares
1309b5137411SMartin Mares	* lib/buffer.c: Removed (obsoleted by the cache).
1310b5137411SMartin Mares
1311b5137411SMartin Mares	* lib/access.c: Added general caching mechanism.
1312b5137411SMartin Mares
131381ce358dSMartin MaresSat Jan 23 21:30:54 1999  Martin Mares  <[email protected]>
131481ce358dSMartin Mares
131581ce358dSMartin Mares	* pci.ids: Added few devices.
131681ce358dSMartin Mares
1317727ce158SMartin MaresFri Jan 22 19:29:31 1999  Martin Mares  <[email protected]>
1318727ce158SMartin Mares
1319727ce158SMartin Mares	* Version string is now defined in top-level Makefile, exported
1320727ce158SMartin Mares	to the configure script and also substituted to man pages.
1321727ce158SMartin Mares
1322727ce158SMartin Mares	* lspci.c (show_bases): Rewrote displaying of 64-bit addresses.
1323727ce158SMartin Mares	(show_verbose): Rewrote interrupt display logic.
1324727ce158SMartin Mares
1325727ce158SMartin Mares	* lib/i386-ports.c: Include sys/io.h only on glibc systems.
1326727ce158SMartin Mares
1327727ce158SMartin Mares	* lib/configure: Rewrote detection of Linux versions. Now it
1328727ce158SMartin Mares	works on 2.0 kernels (only with direct/dump access, of course).
1329727ce158SMartin Mares
1330727ce158SMartin Mares	* lib/internal.h: New bytesex macros using <asm/byteorder.h>
1331727ce158SMartin Mares	whenever available.
1332727ce158SMartin Mares
1333727ce158SMartin Mares	* lib/proc.c (proc_read, proc_write): Distinguish between short
1334727ce158SMartin Mares	read/write and real errors.
1335727ce158SMartin Mares
1336727ce158SMartin Mares	* lspci.c (show_htype{0,1}): Always use d->dev->rom_base_addr since
1337727ce158SMartin Mares	libpci respects buscentric mode automatically.
1338727ce158SMartin Mares
1339727ce158SMartin Mares	* lspci.c (show_hex_dump): For CardBus bridges, print out 128
1340727ce158SMartin Mares	bytes of header (the whole standard part).
1341727ce158SMartin Mares
1342727ce158SMartin Mares	* common.c: pcilib options are now all uppercase. Also moved
1343727ce158SMartin Mares	PCI access debugging option here.
1344727ce158SMartin Mares
1345727ce158SMartin Mares	* Released as 1.99.2.
1346727ce158SMartin Mares
1347727ce158SMartin MaresWed Jan 20 22:50:35 1999  Martin Mares  <[email protected]>
1348727ce158SMartin Mares
1349727ce158SMartin Mares	* Wrote configure script and rewrote Makefiles.
1350727ce158SMartin Mares
1351727ce158SMartin Mares	* Removed few unused variables.
1352727ce158SMartin Mares
1353727ce158SMartin MaresWed Jan 20 12:21:56 1999  Martin Mares  <[email protected]>
1354727ce158SMartin Mares
1355727ce158SMartin Mares	* common.c: Moved several functions used in both setpci and lspci
1356727ce158SMartin Mares	here. This includes parsing of libpci-related options.
1357727ce158SMartin Mares
1358727ce158SMartin Mares	* More library tweaks.
1359727ce158SMartin Mares
1360727ce158SMartin Mares	* filter.c, names.c: Moved to library.
1361727ce158SMartin Mares
1362727ce158SMartin Mares	* setpci: Rewritten to use the library.
1363727ce158SMartin Mares
1364727ce158SMartin Mares	* Released as 1.99.1.
1365727ce158SMartin Mares
1366727ce158SMartin MaresTue Jan 19 23:00:12 1999  Martin Mares  <[email protected]>
1367727ce158SMartin Mares
1368727ce158SMartin Mares	* lspci.c (scan_devices): For cardbus bridges, read first 128
1369727ce158SMartin Mares	bytes of config space to get full standard header.
1370727ce158SMartin Mares
1371727ce158SMartin Mares	* Makefile (CFLAGS): Removed "-Wno-unused".
1372727ce158SMartin Mares
1373727ce158SMartin Mares	* Started the "New Generation" branch and introduced the
1374727ce158SMartin Mares	PCI library.
1375727ce158SMartin Mares
1376727ce158SMartin Mares	* lspci: Rewritten to use the library.
1377727ce158SMartin Mares
13786ece6bc6SMartin MaresTue Jan 19 22:24:08 1999  Martin Mares  <[email protected]>
13796ece6bc6SMartin Mares
13806ece6bc6SMartin Mares	* Released as version 1.10.
13816ece6bc6SMartin Mares
13826ece6bc6SMartin MaresMon Jan 18 08:51:17 1999  Martin Mares  <[email protected]>
13836ece6bc6SMartin Mares
13846ece6bc6SMartin Mares	* lspci.8, setpci.8: Miscellaneous fixes as suggested by
13856ece6bc6SMartin Mares	Dag Wieers <[email protected]>.
13866ece6bc6SMartin Mares
13871212dd6dSMartin MaresSun Nov 29 20:05:56 1998  Martin Mares  <[email protected]>
13881212dd6dSMartin Mares
13891212dd6dSMartin Mares	* pciutils.spec (Name): Update from Krzysztof G. Baranowski.
13901212dd6dSMartin Mares
1391d38471fdSMartin MaresSun Nov 22 10:49:56 1998  Martin Mares  <[email protected]>
1392d38471fdSMartin Mares
1393d38471fdSMartin Mares	* Makefile, pciutils.h: Moved pci.ids to /usr/share.
1394d38471fdSMartin Mares
1395d38471fdSMartin Mares	* Released as version 1.09.
1396d38471fdSMartin Mares
1397371f605bSMartin MaresWed Nov 18 15:47:05 1998  Martin Mares  <[email protected]>
1398371f605bSMartin Mares
1399371f605bSMartin Mares	* lspci.c (show_htype1): Fixed displaying of prefetchable memory behind
1400371f605bSMartin Mares	bridge. Thanks to Petr Vandrovec <[email protected]> for bug report.
1401371f605bSMartin Mares
140210be47abSMartin MaresFri Oct 23 18:59:19 1998  Martin Mares  <[email protected]>
140310be47abSMartin Mares
140410be47abSMartin Mares	* setpci.c: Don't include <syscall-list.h> with glibc >= 2.1.
140510be47abSMartin Mares
1406472bd340SMartin MaresMon Oct 19 21:53:30 1998  Martin Mares  <[email protected]>
1407472bd340SMartin Mares
1408472bd340SMartin Mares	* Released as version 1.08.
1409472bd340SMartin Mares
1410472bd340SMartin Mares	* setpci.c: glibc 2.1.x already defines pread() and pwrite().
1411472bd340SMartin Mares
1412472bd340SMartin Mares	* lspci.8: Changed warning about lspci -xxx.
1413472bd340SMartin Mares
1414472bd340SMartin Mares	* lspci.c: Require "-xxx" for full configuration space dump, so that
1415472bd340SMartin Mares	it's impossible to crash the machine by single typo.
1416472bd340SMartin Mares
1417472bd340SMartin Mares	* specs: Added (courtesy of Krzysztof G. Baranowski <[email protected]>).
1418472bd340SMartin Mares
1419072c77e5SMartin MaresWed Sep  9 12:03:24 1998  Martin Mares  <[email protected]>
1420072c77e5SMartin Mares
1421072c77e5SMartin Mares	* lspci.c (show_bases): Better displaying of unassigned and
1422072c77e5SMartin Mares	disabled bases. Thanks to Gabriel Paubert <[email protected]>
1423072c77e5SMartin Mares	for an idea.
1424072c77e5SMartin Mares
1425b7554856SMartin MaresWed Sep  2 10:58:01 1998  Martin Mares  <[email protected]>
1426b7554856SMartin Mares
1427b7554856SMartin Mares	* setpci.c (pread): Recognize glibc 1.99 numbered as 2.0 on the PPC.
1428b7554856SMartin Mares	(thanks to Geert Uytterhoeven for finding this out)
1429b7554856SMartin Mares
1430ce503b7fSMartin MaresFri Jul 17 10:43:30 1998  Martin Mares  <[email protected]>
1431ce503b7fSMartin Mares
1432ce503b7fSMartin Mares	* lspci.c (show_verbose): Print subsystem ID using the new resolver.
1433ce503b7fSMartin Mares	(show_machine): Print subsystem ID.
1434ce503b7fSMartin Mares
1435ce503b7fSMartin Mares	* names.c: New name resolution engine supporting subsystem IDs.
1436ce503b7fSMartin Mares
1437ce503b7fSMartin Mares	* Released as version 1.07.
1438ce503b7fSMartin Mares
143996e4f295SMartin MaresWed Jul 15 15:37:21 1998  Martin Mares  <[email protected]>
144096e4f295SMartin Mares
144196e4f295SMartin Mares	* lspci.c (show_htype2 etc.): Displaying of CardBus headers.
144296e4f295SMartin Mares	(show_bases): Honor the `cnt' argument.
144396e4f295SMartin Mares	(grow_tree): Parse CardBus headers in tree mode as well.
144496e4f295SMartin Mares
144596e4f295SMartin Mares	* pci.h: Updated CardBus header field description. I still don't
144696e4f295SMartin Mares	have the CardBus standard available, but OZ6832 specs contain
144796e4f295SMartin Mares	full description of all header fields supported by the chip.
144896e4f295SMartin Mares
14496ae3650aSMartin MaresTue Jun  9 22:53:59 1998  Martin Mares  <[email protected]>
14506ae3650aSMartin Mares
1451304f9a0bSMartin Mares	* Released as 1.06.
1452304f9a0bSMartin Mares
14536ae3650aSMartin Mares	* names.c (parse_name_list): Killed an unused variable.
14546ae3650aSMartin Mares
14556ae3650aSMartin Mares	* setpci.c (pread, pwrite): Define SYS_(pread|pwrite) as __NR_\1
14566ae3650aSMartin Mares	if they are not defined by glibc (needed for glibc built on older
14576ae3650aSMartin Mares	kernels). Ugly.
14586ae3650aSMartin Mares
14596ae3650aSMartin Mares	* setpci.c (exec_op): Fixed error messages. Thanks, Steve!
14606ae3650aSMartin Mares
14614b88a6b8SMartin MaresMon Jun  8 10:59:22 1998  Martin Mares  <[email protected]>
14624b88a6b8SMartin Mares
14634b88a6b8SMartin Mares	* Released as 1.05.
14644b88a6b8SMartin Mares
14654b88a6b8SMartin Mares	* setpci.c: Problems with pread()/pwrite() with glibc on Alpha
14664b88a6b8SMartin Mares	should be gone. Again thanks to Steve for bug report.
14674b88a6b8SMartin Mares
14684b88a6b8SMartin Mares	* filter.c (filter_parse_slot): Fixed ":x" type filters.
14694b88a6b8SMartin Mares
14704b88a6b8SMartin Mares	* pci.ids: Killed duplicate entry. Thanks to Stephen Williams
14714b88a6b8SMartin Mares	<[email protected]> for reporting this.
14724b88a6b8SMartin Mares
14734b88a6b8SMartin MaresSun Jun  7 19:27:51 1998  Martin Mares  <[email protected]>
14744b88a6b8SMartin Mares
14754b88a6b8SMartin Mares	* lspci.c (main), setpci.c (main): Implemented "--version".
14764b88a6b8SMartin Mares
14774b88a6b8SMartin Mares	* Released as 1.04.
14784b88a6b8SMartin Mares
14794b88a6b8SMartin Mares	* pciutils.h (PCIUTILS_VERSION): Added version string.
14804b88a6b8SMartin Mares
14814b88a6b8SMartin Mares	* filter.c, names.c: Extraneous #include <linux/pci.h> removed.
14824b88a6b8SMartin Mares	Thanks to Geert Uytterhoeven <[email protected]>
14834b88a6b8SMartin Mares	for bug report.
14844b88a6b8SMartin Mares
14859b306998SMartin MaresThu May 28 14:45:58 1998  Martin Mares  <[email protected]>
14869b306998SMartin Mares
14879b306998SMartin Mares	* pci.ids: More updates from Jens Maurer.
14889b306998SMartin Mares
1489b372672fSMartin MaresWed Apr 22 10:00:39 1998  Martin Mares  <[email protected]>
1490b372672fSMartin Mares
1491b372672fSMartin Mares	* pci.ids: Updates from Jens Maurer.
1492b372672fSMartin Mares
1493b2c9b373SMartin MaresSun Apr 19 11:14:25 1998  Martin Mares  <[email protected]>
1494b2c9b373SMartin Mares
1495b372672fSMartin Mares	* Released as 1.03.
1496b372672fSMartin Mares
1497b2c9b373SMartin Mares	* setpci.8: Written.
1498b2c9b373SMartin Mares
1499b2c9b373SMartin Mares	* setpci.c: Finished.
1500b2c9b373SMartin Mares
1501b2c9b373SMartin Mares	* lspci.c: Now able to fetch expansion ROM base from kernel device list
1502b2c9b373SMartin Mares	and print it if not in buscentric mode.
1503b2c9b373SMartin Mares
1504e4842ff3SMartin MaresTue Mar 31 23:11:57 1998  Martin Mares  <[email protected]>
1505e4842ff3SMartin Mares
1506e4842ff3SMartin Mares	* setpci.c: Added.
1507e4842ff3SMartin Mares
1508e4842ff3SMartin MaresSun Mar 22 15:39:08 1998  Martin Mares  <[email protected]>
1509e4842ff3SMartin Mares
1510e4842ff3SMartin Mares	* lspci.8: Updated the documentation.
1511e4842ff3SMartin Mares
1512e4842ff3SMartin Mares	* lspci.c: Modified to use the new filtering mechanism (options -f and -d).
1513e4842ff3SMartin Mares
1514e4842ff3SMartin Mares	* filter.c: Introduced new generic device filter.
1515e4842ff3SMartin Mares
1516008407bdSMartin MaresThu Mar 19 17:03:48 1998  Martin Mares  <[email protected]>
1517008407bdSMartin Mares
1518008407bdSMartin Mares	* lspci.c (grow_tree, show_tree_dev, print_it): Fixed displaying
1519008407bdSMartin Mares	of PCI-to-PCI bridges in the tree format.
1520008407bdSMartin Mares
15210a33d0ecSMartin MaresSun Feb 15 10:12:25 1998  Martin Mares  <[email protected]>
15220a33d0ecSMartin Mares
15230a33d0ecSMartin Mares	* lspci.c (show_machine): Added non-verbose mode of machine-readable
15240a33d0ecSMartin Mares	dump.
15250a33d0ecSMartin Mares
15260a33d0ecSMartin Mares	* pci.ids: Updates from Jens Maurer.
15270a33d0ecSMartin Mares
15280a33d0ecSMartin Mares	* Released as version 1.02.
15290a33d0ecSMartin Mares
15300a33d0ecSMartin MaresThu Feb 12 16:53:28 1998  Martin Mares  <[email protected]>
15310a33d0ecSMartin Mares
15320a33d0ecSMartin Mares	* lspci.c: Added a "-m" switch for dumping machine-readable
15330a33d0ecSMartin Mares	configuration data (requested by Bjoern Kriews <[email protected]>).
15340a33d0ecSMartin Mares
1535fb38eee8SMartin MaresMon Feb  9 13:17:43 1998  Martin Mares  <[email protected]>
1536fb38eee8SMartin Mares
1537fb38eee8SMartin Mares	* Makefile, pciutils.h: Include local pci.h instead of <linux/pci.h>
1538fb38eee8SMartin Mares	if available. This should avoid all problems with official kernel
1539fb38eee8SMartin Mares	not synchronized to newer PCI code in CVS -- standard distribution
1540fb38eee8SMartin Mares	of pciutils now contains pci.h from current CVS kernel, pciutils
1541fb38eee8SMartin Mares	in CVS contain no pci.h and use the correct kernel include.
1542fb38eee8SMartin Mares
1543fb38eee8SMartin Mares	* Makefile: Fixed installation path for man pages.
1544fb38eee8SMartin Mares
15452f48f637SMartin MaresSat Feb  7 15:15:46 1998  Martin Mares  <[email protected]>
15462f48f637SMartin Mares
15472f48f637SMartin Mares	* README: Updated.
15482f48f637SMartin Mares
15492f48f637SMartin Mares	* lspci.8: Created a man page.
15502f48f637SMartin Mares
15512f48f637SMartin Mares	* Releasing as version 1.0.
15522f48f637SMartin Mares
15532f48f637SMartin MaresTue Feb  3 20:56:00 1998  Martin Mares  <[email protected]>
15542f48f637SMartin Mares
15552f48f637SMartin Mares	* Makefile: Recognize architecture by calling uname and pass it as ARCH_xxx
15562f48f637SMartin Mares	to all the C sources. This should eliminate problems with 32-bit compilers
15572f48f637SMartin Mares	on sparc64.
15582f48f637SMartin Mares
15592f48f637SMartin Mares	* lspci.c (show_verbose): Recognize CardBus bridge header type.
15602f48f637SMartin Mares	(show_htype2): Stub routine.
15612f48f637SMartin Mares	(scan_config): Write sensible error message if the kernel denies reading of
15622f48f637SMartin Mares	upper part of the PCI config space.
1563