xref: /pciutils/ChangeLog (revision f7c76ec5)
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
82d2c4810SMartin Mares	* lib/header.h: Include `PCI hot-plug' and `Secure device'
9*f7c76ec5SMartin Mares	capabilities from PCI 3.0 specs. Also added `SATA HBA' and
10*f7c76ec5SMartin Mares	`Advanced features' caps from various ECN's.
112d2c4810SMartin Mares
12fa2273caSMartin Mares	* lspci.c: All known capabilities have at least their name displayed
13fa2273caSMartin Mares	now. When we are unable to decode them completely, we signalize it
14fa2273caSMartin Mares	with a `<?>' mark.
15fa2273caSMartin Mares
16fa2273caSMartin Mares	* lspci.man: Document `<?>' and also mention that extended config
17fa2273caSMartin Mares	space is currently available only with the linux_sysfs back-end.
18fa2273caSMartin Mares
1931c9bb28SMartin Mares	* lspci.c: Decode the Debug port capability (per EHCI 0.96 spec).
2031c9bb28SMartin Mares
21a387042eSMartin Mares	* lspci.c: Big code cleanup: re-arranged functions in the code,
22a387042eSMartin Mares	renamed everything related to capabilities to cap_* and
23a387042eSMartin Mares	all options except verbose to opt_*.
24a387042eSMartin Mares
259c79fcc4SMartin Mares2007-10-14  Martin Mares <[email protected]>
269c79fcc4SMartin Mares
279c79fcc4SMartin Mares	* lib/[fno]bsd-*: Removed extraneous braces.
289c79fcc4SMartin Mares
29d5b4cd14SMartin Mares2007-10-12  Martin Mares <[email protected]>
30d5b4cd14SMartin Mares
31d5b4cd14SMartin Mares	* Capability loop detection introduced 2.2.7 did not work
32d5b4cd14SMartin Mares	  properly with extended capabilities. Fixed.
33d5b4cd14SMartin Mares
34594de878SMartin Mares2007-10-05  Martin Mares <[email protected]>
35594de878SMartin Mares
368a23eadcSMartin Mares	* Released as 2.2.7.
378a23eadcSMartin Mares
38594de878SMartin Mares	* lspci.c (show_caps, show_ext_caps): Detect and report loops in
39594de878SMartin Mares	capability lists.
40594de878SMartin Mares
418a23eadcSMartin Mares	* lspci.c, lib/header.h: Finished decoding of the PCI Express
428a23eadcSMartin Mares	capability. The extended capabilities remain undecoded for now,
438a23eadcSMartin Mares	but at least the list of them has been updated to reflect the
448a23eadcSMartin Mares	current PCI Express 2.0 spec.
458a23eadcSMartin Mares
468a23eadcSMartin Mares	* lspci.c, lib/header.h: Decode new bits of traditional registers
478a23eadcSMartin Mares	as defined by PCIE / PCI-X. This includes discard timers in the bridge
488a23eadcSMartin Mares	control register and INTx enable/status in device control/status
498a23eadcSMartin Mares	registers.
508a23eadcSMartin Mares
518a23eadcSMartin Mares	* lib/fbsd-device.c: Support domains on new FreeBSD's. Contributed
528a23eadcSMartin Mares	by Marius Strobl.
538a23eadcSMartin Mares
5499091df9SMartin Mares2007-09-12  Hasso Tepper <[email protected]>
5599091df9SMartin Mares
5699091df9SMartin Mares	* Extended the fbsd-device backend to run on Dragonfly BSD.
5799091df9SMartin Mares
5899091df9SMartin Mares	* lspci.c: alloca() is declared in <stdlib.h> on BSD's, not <alloca.h>.
5999091df9SMartin Mares
6009156b3bSMartin Mares2007-09-03  Martin Mares <[email protected]>
6109156b3bSMartin Mares
6209156b3bSMartin Mares	* Resurrected the Windows port, including cross-compilation by MinGW.
6309156b3bSMartin Mares	Patch by Samuel Bronson <[email protected]>.
6409156b3bSMartin Mares
65325a3c50SMartin Mares2007-08-31  Martin Mares <[email protected]>
66325a3c50SMartin Mares
67325a3c50SMartin Mares	* Makefile, lib/Makefile: `ar' and `ranlib' can be overriden to allow
68325a3c50SMartin Mares	cross-compilation.
69325a3c50SMartin Mares
70a2322147SMartin Mares2007-08-27  Martin Mares  <[email protected]>
71a2322147SMartin Mares
72a2322147SMartin Mares	* lib/names.c (pci_open): When calling gzopen(), use "rb" file mode
73a2322147SMartin Mares	instead of "r". This is needed on DOS systems, where this function
74a2322147SMartin Mares	somewhat illogically uses the binary flag for the compressed file
75a2322147SMartin Mares	instead of the decompressed stream inside, where binariness really
76a2322147SMartin Mares	matters.
77a2322147SMartin Mares
784f2c5b94SMartin Mares2007-08-14  Martin Mares  <[email protected]>
794f2c5b94SMartin Mares
804f2c5b94SMartin Mares	* lspci.c (show_ht): Added decoding of Hypertransport MSI mapping capability,
814f2c5b94SMartin Mares	based on a patch by Jason Gunthorpe.
824f2c5b94SMartin Mares
834f2c5b94SMartin Mares	* tests/cap-MSI-mapping: Added a test case. I plan to add test cases
844f2c5b94SMartin Mares	(which are dumps of config space) for all new features.
854f2c5b94SMartin Mares
860d7f5331SMartin Mares2007-06-20  Martin Mares  <[email protected]>
870d7f5331SMartin Mares
887cebe481SMartin Mares	* Released as 2.2.6.
897cebe481SMartin Mares
900d7f5331SMartin Mares	* Makefile: Added an "install-lib" target. Thanks to Dan Nicholson
910d7f5331SMartin Mares	for a patch.
920d7f5331SMartin Mares
937cebe481SMartin Mares	* Makefile, lib/Makefile: Generate and install pkg-config file
947cebe481SMartin Mares	for libpci. Again by Dan Nicholson.
957cebe481SMartin Mares
960d7f5331SMartin Mares2007-06-20  Thomas Schwinge  <[email protected]>
970d7f5331SMartin Mares
980d7f5331SMartin Mares	* lib/i386-io-hurd.h: Rewritten for new Hurd kernels.
990d7f5331SMartin Mares
1006e4a45edSMartin Mares2007-05-04  Martin Mares  <[email protected]>
1016e4a45edSMartin Mares
10255c89179SMartin Mares	* Released as 2.2.5.
10355c89179SMartin Mares
1046e4a45edSMartin Mares	* pci.ids: Updated to the current snapshot of the database.
1056e4a45edSMartin Mares
106d0b07542SMartin Mares2007-02-14  Martin Mares  <[email protected]>
107d0b07542SMartin Mares
108d0b07542SMartin Mares	* lspci.c (show_express): Added PCI/PCI-X to PCI-Express Bridge type.
109d0b07542SMartin Mares	Patch by Mark Glines.
110d0b07542SMartin Mares
1113df35926SMartin Mares2007-02-09  Martin Mares  <[email protected]>
1123df35926SMartin Mares
1133df35926SMartin Mares	* pci.ids: Updated to the current snapshot of the database.
1143df35926SMartin Mares
115e49ed044SMartin Mares2007-02-06  Martin Mares  <[email protected]>
116e49ed044SMartin Mares
1171ac3a99dSMartin Mares	* Replaced bzero() by memset() everywhere, it's better to lose a tiny
1181ac3a99dSMartin Mares	bit of readability than maintain hacks to make it work on various systems.
1191ac3a99dSMartin Mares
120b0eb18ccSMartin Mares	* lib/configure: tr on Solaris is a bit weird and it requires `[A-Z]'
121b0eb18ccSMartin Mares	instead of `A-Z'. Fortunately, the extra brackets don't hurt otherwise.
122b0eb18ccSMartin Mares
123e49ed044SMartin Mares	* lib/types.h, lib/configure: Solaris should use <stdint.h> to get precise
124e49ed044SMartin Mares	integer types.
125e49ed044SMartin Mares
1269de2768cSMartin Mares2007-02-04  Martin Mares  <[email protected]>
1279de2768cSMartin Mares
1289de2768cSMartin Mares	* lspci.c: alloca() needs <alloca.h>.
1299de2768cSMartin Mares
130d19394dbSMartin Mares2006-09-17  Martin Mares  <[email protected]>
131d19394dbSMartin Mares
132d19394dbSMartin Mares	* lib/dump.c: Fixed a couple of bugs in the dump backend which caused
133d19394dbSMartin Mares	devices with domains or with extended config space to be read incorrectly.
134d19394dbSMartin Mares	Also, dumps with partial lines are allowed now.
135d19394dbSMartin Mares
136934e7e36SMartin Mares2006-09-10  Martin Mares  <[email protected]>
137934e7e36SMartin Mares
138f09856deSMartin Mares	* pci.ids: Updated to the current database snapshot.
139f09856deSMartin Mares
140934e7e36SMartin Mares	* lspci.c (scan_device): If an error occurs when reading the standard config
141934e7e36SMartin Mares	header of a device, report it and ignore the device and return with exit
142934e7e36SMartin Mares	code 2 at the end.
143934e7e36SMartin Mares
144b2055313SMartin Mares2006-09-09  Martin Mares  <[email protected]>
145b2055313SMartin Mares
146fb260653SMartin Mares	* Released as 2.2.4.
147fb260653SMartin Mares
1481865e2ddSMartin Mares	* maint/release: Remind the maintainer about the current PCI_LIB_VERSION.
1491865e2ddSMartin Mares
150028dffb2SMartin Mares	* lib/pci.h: Updated PCI_LIB_VERSION.
151028dffb2SMartin Mares
15213081e57SMartin Mares	* lspci.c (show_machine): In the `-m' mode, do proper shell escaping
15313081e57SMartin Mares	if the fields printed contain quotes or backslashes.
15413081e57SMartin Mares
1553fd6b4d2SMartin Mares	* lspci.c (show_machine): Added a `-vmm' mode, which removes the misuse
1563fd6b4d2SMartin Mares	of the `Device' tag for two different purposes.
1573fd6b4d2SMartin Mares
158840d09aeSMartin Mares	* Makefile: Moved all system-dependent decisions to lib/configure,
159840d09aeSMartin Mares	since config.mk is included in the top-level Makefile anyway.
160840d09aeSMartin Mares
1612100f710SMartin Mares	* lib/configure: When configuring for Linux, ignore the kernel version
1622100f710SMartin Mares	and always build all access methods.
1632100f710SMartin Mares
1643e9c7a18SMartin Mares	* Makefile (CFLAGS): Removed -Winline, it's not needed and triggers
1653e9c7a18SMartin Mares	at many non-interesting places with gcc 3.4.
1663e9c7a18SMartin Mares
16794db5c82SMartin Mares	* Whitespace cleanup of all source files.
16894db5c82SMartin Mares
169cc062b4aSMartin Mares	* The pci.ids file can be stored compressed if zlib is available.
170cc062b4aSMartin Mares	Added transparent decompression to lib/names.c, modified update-pciids.sh
171cc062b4aSMartin Mares	to keep the file compressed if applicable, updated Makefiles.
172cc062b4aSMartin Mares	Based on a patch by Matthew Wilcox, but all the bugs are mine.
173cc062b4aSMartin Mares
174f4ddb8d3SMartin Mares	* Makefile, README: Allow installation to be done to a different directory
175f4ddb8d3SMartin Mares	from the one we will eventually be placed in by setting DESTDIR.
176f4ddb8d3SMartin Mares	Patch by Matthew Wilcox.
177f4ddb8d3SMartin Mares
17816e37012SMartin Mares	* Added .gitignore files.
17916e37012SMartin Mares
180c7f5314dSMartin Mares	* Makefile (clean): Clean *.orig, too.
181c7f5314dSMartin Mares
182afebde01SMartin Mares	* Cleaned up usage of `char' and `byte'.
183afebde01SMartin Mares
184fd54ccebSMartin Mares	* lib/header.h: PCI_CLASS_DOCKING_OTHER should be 0x0a80, not 0x0a01.
185fd54ccebSMartin Mares
186b2055313SMartin Mares	* lib/header.h: Added PCI_CLASS_xxx constants for all classes currently
187b2055313SMartin Mares	defined in the pci.ids file.
188b2055313SMartin Mares
1894254d153SMartin Mares2006-08-01  Martin Mares  <[email protected]>
1904254d153SMartin Mares
1914254d153SMartin Mares	* lib/i386-io-hurd.h: Fixed a silly typo.
1924254d153SMartin Mares
1931c5cc9b5SMartin Mares2006-07-30  Martin Mares  <[email protected]>
1941c5cc9b5SMartin Mares
19538a9e3c3SMartin Mares	* lib/Makefile: Added a missing rule for obsd-device.o.
19638a9e3c3SMartin Mares
197c7ddfa3eSMartin Mares	* lspci.c, lib/header.h: Added support for MSI per-vector masking.
198c7ddfa3eSMartin Mares	Contributed by Petr Vandrovec.
199c7ddfa3eSMartin Mares
200248a04f8SMartin Mares	* lspci.c, lib/header.h: Added support for the `bridge subsystem ID'
201248a04f8SMartin Mares	capability. Contributed by Petr Vandrovec.
202248a04f8SMartin Mares
203f29dcc87SMartin Mares	* lspci.c (show_htype1): Fixed bug in printing of 64-bit prefetchable
204f29dcc87SMartin Mares	memory windows. Fix by Petr Vandrovec.
205f29dcc87SMartin Mares
2068eab3bffSMartin Mares	* maint/release.pm: Exclude .git directory from releases.
2078eab3bffSMartin Mares
208d305d704SMartin Mares	* lib/i386-ports.c, lib/i386-io-*: Report failures during port access
209d305d704SMartin Mares	initialization by a->warn() instead of calling printf() or perror()
210d305d704SMartin Mares	directly.
211d305d704SMartin Mares
2129007a292SMartin Mares	* lib/i386-ports.c, lib/i386-io-*: Moved the logic which keeps track of
2139007a292SMartin Mares	the port access state to generic code.
2149007a292SMartin Mares
215bd20d5b5SMartin Mares	* lib/i386-io-hurd.h: Ask the kernel for I/O port access appropriately.
216bd20d5b5SMartin Mares	Contributed by Thomas Schwinge and Samuel Thibault.
217bd20d5b5SMartin Mares
21873750606SMartin Mares	* lib/i386-ports.c: Define _GNU_SOURCE, it's needed by the Hurd module.
21973750606SMartin Mares
220d71daa45SMartin Mares	* lib/header.h: Whitespace cleanups.
221d71daa45SMartin Mares
2221c5cc9b5SMartin Mares	* lib/i386-io-windows.h: Fixed indentation and spelling.
2231c5cc9b5SMartin Mares
2241c5cc9b5SMartin Mares	* README.Windows: Mention that WinIO.dll is needed and where to get it.
2251c5cc9b5SMartin Mares
226c2b144efSMartin Mares2006-06-27  Martin Mares  <[email protected]>
227c2b144efSMartin Mares
22814d4f989SMartin Mares	* lib/Makefile, Makefile: Added rules for building and cleaning the example.
22914d4f989SMartin Mares
23014d4f989SMartin Mares	* lib/example.c: Show how to use PCI_FILL_CLASS and used another register
23114d4f989SMartin Mares	for demonstrating the config space accesses. The example is still very
23214d4f989SMartin Mares	incomplete, though.
23314d4f989SMartin Mares
234c2b144efSMartin Mares	* lib/pci.h, lib/generic.c: Added PCI_FILL_CLASS.
235c2b144efSMartin Mares
236c2b144efSMartin Mares	* lib/sysfs.c: Fetch device ID and class from sysfs, because they can
237c2b144efSMartin Mares	be modified by kernel fixups.
238c2b144efSMartin Mares
239c2b144efSMartin Mares	* lspci.c: Use PCI_FILL_CLASS. Thanks to Matthew Willcox for the patch.
240c2b144efSMartin Mares
241bc2eed2dSMartin Mares2006-06-03  Martin Mares  <[email protected]>
242bc2eed2dSMartin Mares
243bc2eed2dSMartin Mares	* lspci.c: Introduced the -nn switch. Thanks to David N. Welton
244bc2eed2dSMartin Mares	for the idea.
245bc2eed2dSMartin Mares
246bc2eed2dSMartin Mares	* lib/names.c (pci_lookup_name): Introduced PCI_LOOKUP_MIXED and
247bc2eed2dSMartin Mares	cleaned up the name selection code.
248bc2eed2dSMartin Mares
249c72eeddeSMartin Mares	* lib/names.c (pci_lookup_name): If PCI_LOOKUP_NO_NUMBERS is given,
250c72eeddeSMartin Mares	pci_access->numeric_ids is ignored.
251c72eeddeSMartin Mares
252c72eeddeSMartin Mares	* lib/names.c (pci_lookup_name): When class is identified and
253c72eeddeSMartin Mares	subclass isn't, display class name and subclass number.
254c72eeddeSMartin Mares
2552f294d4bSMartin Mares2006-05-31  Martin Mares  <[email protected]>
2562f294d4bSMartin Mares
2572f294d4bSMartin Mares	* setpci.c (main): Don't crash when an invalid width is specified.
2582f294d4bSMartin Mares
25981afa98cSMartin Mares	* lspci.c, setpci.c, common.c: die() now uses the right program
26081afa98cSMartin Mares	name when printing an error message.
26181afa98cSMartin Mares
2620ac282f2SMartin Mares2006-05-19  Martin Mares  <[email protected]>
2630ac282f2SMartin Mares
2640ac282f2SMartin Mares	* README: Mention the public GIT tree.
2650ac282f2SMartin Mares
2660ac282f2SMartin Mares	* README: Updated the list of ports.
2670ac282f2SMartin Mares
268d1058e9dSMartin Mares2006-05-10  Martin Mares  <[email protected]>
269d1058e9dSMartin Mares
270d1058e9dSMartin Mares	* lib/configure, lib/fbsd-device.c: Added support for GNU/kFreeBSD.
271d1058e9dSMartin Mares	Thanks to Petr Salinger for the patch.
272d1058e9dSMartin Mares
273abf8d505SMartin Mares2006-05-05  Martin Mares  <[email protected]>
274abf8d505SMartin Mares
2752ae2d1aeSMartin Mares	* Released as 2.2.3.
2762ae2d1aeSMartin Mares
2772ae2d1aeSMartin Mares	* lspci.c (scan_device): The -D switch didn't work as intended
2782ae2d1aeSMartin Mares	in -m mode.
2792ae2d1aeSMartin Mares
2802ae2d1aeSMartin Mares2006-05-05  Martin Mares  <[email protected]>
2812ae2d1aeSMartin Mares
2821d5cf727SMartin Mares	* Released as 2.2.2.
2831d5cf727SMartin Mares
2848a830168SMartin Mares	* pci.ids: Updated to the current database snapshot.
2858a830168SMartin Mares
286b6359063SMartin Mares	* lib/obsd-device.c (and other files in lib/*): Added OpenBSD
287b6359063SMartin Mares	interface by Matthieu Herrb <[email protected]>, based on
288b6359063SMartin Mares	the existing FreeBSD interface.
289b6359063SMartin Mares
290abf8d505SMartin Mares	* Moved pciutils to a GIT repository, which now contains merged
291abf8d505SMartin Mares	history from both CVS and Arch. Good bye, TLA!
292abf8d505SMartin Mares
2936ac70402SMartin Mares2006-03-21  Martin Mares  <[email protected]>
2946ac70402SMartin Mares
2952a124daeSMartin Mares	* lspci.c (show_slot_name): Avoid the previous changes in default
2962a124daeSMartin Mares	display of domain name when in machine-readable mode. However, `-D'
2972a124daeSMartin Mares	forces domain display even there.
2982a124daeSMartin Mares
2996ac70402SMartin Mares	* lspci.man: Added a warning on -m being the only format, which is
3006ac70402SMartin Mares	guaranteed to be stable between lspci versions.
3016ac70402SMartin Mares
3021bbdea17SMartin Mares2006-03-13  Martin Mares  <[email protected]>
3031bbdea17SMartin Mares
304af61eb25SMartin Mares	* lspci.man: Documented the -D switch.
305af61eb25SMartin Mares
306af61eb25SMartin Mares	* lspci.c (show_slot_name, scan_device): If there are multiple PCI
307af61eb25SMartin Mares	domains or if the `-D' switch is used, show the domain number for
308af61eb25SMartin Mares	all devices.
309af61eb25SMartin Mares
3107a61b93cSMartin Mares	* lspci.c (show_verbose): Report cache line size in bytes.
3117a61b93cSMartin Mares
3121bbdea17SMartin Mares	* update-pciids.sh: Use curl if available. Patch by Matthew Wilcox.
3131bbdea17SMartin Mares
3140e78ef8aSMartin Mares2006-01-04  Martin Mares  <[email protected]>
3150e78ef8aSMartin Mares
3160e78ef8aSMartin Mares	* lspci.c (show_express_link): Fixed decoding of link status register.
3170e78ef8aSMartin Mares	Thanks to Roland Dreier for his report.
3180e78ef8aSMartin Mares
319e6859953SMartin Mares2005-12-12  Martin Mares  <[email protected]>
320e6859953SMartin Mares
321e6859953SMartin Mares	* lib/nbsd-libpci.c: If libpci is used by an ordinary user, allow
322e6859953SMartin Mares	at least read-only access. Patch by Pavel Celeda <[email protected]>.
323e6859953SMartin Mares
324e6859953SMartin Mares	* Makefile: Corrected library path on NetBSD.
325e6859953SMartin Mares
326a99c0d69SMartin Mares2005-11-26  Martin Mares  <[email protected]>
327a99c0d69SMartin Mares
328e4af70c6SMartin Mares	* Released as 2.2.1.
329e4af70c6SMartin Mares
330a99c0d69SMartin Mares	* lspci.c (show_machine): Subsystem vendors were printed incorrectly
331a99c0d69SMartin Mares	in machine-readable modes. Thanks to Pavel Celeda for a bug report.
332a99c0d69SMartin Mares
333f23fd3fcSMartin Mares2005-10-11  Martin Mares  <[email protected]>
334f23fd3fcSMartin Mares
335f23fd3fcSMartin Mares	* lspci.c (new_bus): Fixed a memory leak. Thanks to Paul Sangree for reporting it.
336f23fd3fcSMartin Mares
33715296723SMartin Mares2005-09-21  Martin Mares  <[email protected]>
33815296723SMartin Mares
33915296723SMartin Mares	* Released as 2.2.0.
34015296723SMartin Mares
34140b6d93fSMartin Mares	* pci.ids: Updated copyright header.
34240b6d93fSMartin Mares
34315296723SMartin Mares	* lib/sysfs.c (sysfs_get_resources): Removed warning about unsupported
34415296723SMartin Mares	64-bit addresses, they are now always supported.
34515296723SMartin Mares
34615296723SMartin Mares	* lspci.c (show_bases): Corrected printing of 64-bit addresses
34715296723SMartin Mares	in bus-centric mode.
34815296723SMartin Mares
34915296723SMartin Mares	* lib/configure: Enable 64-bit addresses on all Linux systems.
35015296723SMartin Mares
35115296723SMartin Mares	* lib/types.h: Don't pad 64-bit addresses to 16 xigits, only to 8 if they
35215296723SMartin Mares	are shorter.
35315296723SMartin Mares
354224707baSMartin Mares2005-09-11  Martin Mares  <[email protected]>
355224707baSMartin Mares
356224707baSMartin Mares	* Released as 2.1.99-test11.
357224707baSMartin Mares
358224707baSMartin Mares	* lspci.c: Removed unnecessary trailing zeros in pci_lookup_name() calls.
359224707baSMartin Mares
360aeaca5d3SMartin Mares2005-09-10  Martin Mares  <[email protected]>
361aeaca5d3SMartin Mares
362224707baSMartin Mares	* Released as 2.1.99-test10.
363224707baSMartin Mares
36463e6f2e0SMartin Mares	* pci.ids: Synchronized with the current database snapshot.
36563e6f2e0SMartin Mares
366043ebdeeSMartin Mares	* update-pciids.sh: Changed the default URL for downloading pci.ids
367043ebdeeSMartin Mares	to http://pciids.sourceforge.net/v2.2/pci.ids.
368043ebdeeSMartin Mares
369043ebdeeSMartin Mares	* lib/pci.h (PCI_LIB_VERSION): Added version identifier.
370043ebdeeSMartin Mares
371aeaca5d3SMartin Mares	* lib/names.c: Rewritten the name database module almost from scratch.
372aeaca5d3SMartin Mares	Everything is much cleaner and there are hopefully no more memory leaks;
373aeaca5d3SMartin Mares	pci_lookup_name() now uses varargs in a backward compatible fashion.
374aeaca5d3SMartin Mares	Introduced PCI_LOOKUP_NO_NUMBERS.
375aeaca5d3SMartin Mares
376aeaca5d3SMartin Mares	The new code supports subsystem entries not tied to a specific device.
377aeaca5d3SMartin Mares	I had to extend the format of pci.ids in order to support it, so I have
378aeaca5d3SMartin Mares	extended the idea of the "C" (class) blocks and introduced "S" blocks
379aeaca5d3SMartin Mares	for subsystems. To avoid doing more incompatible changes in the future,
380aeaca5d3SMartin Mares	the parser skips unknown single-letter blocks without reporting errors.
381aeaca5d3SMartin Mares
382121c76c9SMartin Mares2005-08-23  Martin Mares  <[email protected]>
383121c76c9SMartin Mares
38454e13765SMartin Mares	* Released as 2.1.99-test9.
38554e13765SMartin Mares
38654e13765SMartin Mares	* Makefile (OPT): Removed -fomit-frame-pointer, it's default in recent
38754e13765SMartin Mares	gcc versions when optimizing anyway.
38854e13765SMartin Mares
38954e13765SMartin Mares	* Made the path to pci.ids customizable and independent on the SHAREDIR.
39054e13765SMartin Mares	Just override IDSDIR in the top-level Makefile.
39154e13765SMartin Mares
39254e13765SMartin Mares	* pci.ids: Synchronized with the current database snapshot.
39354e13765SMartin Mares
39484d437d6SMartin Mares	* lspci.man, setpci.man: Improved the man pages. Documented all access
39584d437d6SMartin Mares	methods and which operations are privileged.
39684d437d6SMartin Mares
39784d437d6SMartin Mares	* lspci.c: Another rewrite of config register caching, now also including
39884d437d6SMartin Mares	lots of internal checks. It should be now perfectly able to cope with
39984d437d6SMartin Mares	portions of the configuration space being inaccessible, for example
40084d437d6SMartin Mares	due to insufficient access rights.
40184d437d6SMartin Mares
4023b8bf739SMartin Mares	* lspci.c (show_pcix_nobridge, show_pcix_bridge): Cleaned up dumping of PCI-X
4033b8bf739SMartin Mares	capabilities. Includes partial support for PCI-X 2.0 (probably incomplete
4043b8bf739SMartin Mares	as I haven't seen the spec).
4053b8bf739SMartin Mares
4063b8bf739SMartin Mares	* lspci.c: Quell warnings about unused parameters.
4073b8bf739SMartin Mares
40884d437d6SMartin Mares	* lspci.c: Removed C++ comments.
40984d437d6SMartin Mares
4103b8bf739SMartin Mares	* lib/header.h: Merged definitions of extended capabilities and some new
4113b8bf739SMartin Mares	PCI-X capability bits from linux-2.6.11/include/pci.h.
4123b8bf739SMartin Mares
4133b8bf739SMartin Mares	* lspci.c (show_caps): Try to scan extended capabilities only if the
4143b8bf739SMartin Mares	device has either PCI-X or PCI Express capability in its normal capability
4153b8bf739SMartin Mares	list.
4163b8bf739SMartin Mares
417f7821e53SMartin Mares	* lib/dump.c (dump_init): Reading of dumps works again. The dump reader
418f7821e53SMartin Mares	now also remembers how much data it has read and refuses attempts to
419f7821e53SMartin Mares	access more than that.
420ea4e5f5dSMartin Mares
42146ea554dSMartin Mares	* setpci.man, lspci.c, README: prefer spelling "buses" over "busses".
42246ea554dSMartin Mares
4238afaab22SMartin Mares	* lspci.c: If alloca() is not available, use xmalloc(), not malloc().
4248afaab22SMartin Mares
425121c76c9SMartin Mares	* lib/configure: Added x86_64 on Linux.
426121c76c9SMartin Mares
427c1c2c30eSMartin Mares2005-08-22  Martin Mares  <[email protected]>
428c1c2c30eSMartin Mares
429b9ca9147SMartin Mares	* lib/filter.c (pci_filter_parse_slot): Fixed parsing of domain filters.
430b9ca9147SMartin Mares	Thanks to Matthew Wilcox for bug report.
431b9ca9147SMartin Mares
432c1c2c30eSMartin Mares	* lspci.c: Corrected spelling of "Hz" (it was "hz" at several places).
433b9ca9147SMartin Mares	Thanks to Krzysztof Oledzki for pointing that out.
434c1c2c30eSMartin Mares
43526542a0bSMartin Mares2004-08-19  Martin Mares  <[email protected]>
43626542a0bSMartin Mares
43726542a0bSMartin Mares	* pciutils.spec (%attr): Setting attributes for /sbin/* is an anachronism,
43826542a0bSMartin Mares	because pciutils by default install to /usr/sbin. Update.
43926542a0bSMartin Mares
4406aa54f1bSMartin Mares2004-08-13  Martin Mares  <[email protected]>
4416aa54f1bSMartin Mares
442aabb0a92SMartin Mares	* Released as 2.1.99-test8.
443aabb0a92SMartin Mares
444f31412d1SMartin Mares	* lib/types.h, lib/pci.h, lib/sysdep.h: `byte' and `word' are
445f31412d1SMartin Mares	no longer exported to the outside world.
446f31412d1SMartin Mares
447ee7d8384SMartin Mares	* README.Windows: Updated.
448ee7d8384SMartin Mares
449ee7d8384SMartin Mares	* maint/release: Substitute version number in win32/config.h.
450ee7d8384SMartin Mares
451ee7d8384SMartin Mares	* win32/config.h: Added.
452ee7d8384SMartin Mares
453ee7d8384SMartin Mares	* lib/sysdep.h (bzero, strcasecmp): are macros on Windows.
454ee7d8384SMartin Mares
455ee7d8384SMartin Mares	* compat/getopt.[ch]: Added copies of getopt.[ch] from the GNU
456ee7d8384SMartin Mares	C library for use on systems where the default libraries lack
457ee7d8384SMartin Mares	proper getopt. Currently used by the Windows port.
458ee7d8384SMartin Mares
459ee7d8384SMartin Mares	* lib/sysdep.h, lib/types.h: Updates of the Windows port from
460ee7d8384SMartin Mares	Alexander Stock.
461ee7d8384SMartin Mares
462489233b4SMartin Mares	* lib/types.h: If PCI_HAVE_Uxx_TYPES is defined, libpci doesn't define
463489233b4SMartin Mares	its own u8, u16, u32, byte and word types and uses what the user
464489233b4SMartin Mares	has supplied instead. With this change, all namespace clashes should
465489233b4SMartin Mares	be gone.
466489233b4SMartin Mares
467489233b4SMartin Mares	* Makefile, lib/Makefile: Updated dependencies.
468489233b4SMartin Mares
469489233b4SMartin Mares	* pciutils.h: Include lib/sysdep.h and move NONRET et al. there.
470489233b4SMartin Mares
471489233b4SMartin Mares	* lib/sysdep.h: No need to include <sys/types.h> on FreeBSD, because
472489233b4SMartin Mares	it is included unconditionally in lib/types.h.
473489233b4SMartin Mares
474489233b4SMartin Mares	* Moved system-dependent stuff from lib/internal.h to lib/sysdep.h,
475489233b4SMartin Mares	which is also used by the utilities. Also moved type declarations
476489233b4SMartin Mares	from lib/pci.h to lib/types.h.
477489233b4SMartin Mares
478489233b4SMartin Mares	* All files: Prepend a "PCI_" prefix in front of all configuration
479489233b4SMartin Mares	defines to avoid namespace clashes. CAVEAT: If there is any libpci
480489233b4SMartin Mares	application using the (undocumented) defines, it has to be updated.
481489233b4SMartin Mares
482489233b4SMartin Mares	* lib/Makefile: Killed HAVE_OWN_HEADER_H, since we stopped sharing
483489233b4SMartin Mares	headers with the kernel a couple of years ago.
484489233b4SMartin Mares
4859bb4b4eaSMartin Mares	* lib/sysfs.c (sysfs_get_resources): We have 7 resources, not 6.
4869bb4b4eaSMartin Mares
4876aa54f1bSMartin Mares	* lspci.c (show_rom): Use the same logic for printing disabled
4886aa54f1bSMartin Mares	or unassigned ROM's as we do in show_bases() for the other BAR's.
4896aa54f1bSMartin Mares
4906aa54f1bSMartin Mares	* lib/generic.c (pci_generic_fill_info): Better reaction to
4916aa54f1bSMartin Mares	invalid 64-bit addresses. Also d->hdrtype should not include
4926aa54f1bSMartin Mares	bit 7, which caused mysterious errors on multi-function devices.
4936aa54f1bSMartin Mares
4946aa54f1bSMartin Mares	* lib/generic.c (pci_generic_fill_info): Fill in base addresses
4956aa54f1bSMartin Mares	even if the regions are known to be disabled. It is the client's
4966aa54f1bSMartin Mares	job to interpret them. (And it is not a trivial job if you want
4976aa54f1bSMartin Mares	to do it correctly, since you need to check I/O and memory enables
4986aa54f1bSMartin Mares	on all upstream bridges, too.) However, it could be interesting to
4996aa54f1bSMartin Mares	introduce functions for interpreting the addresses and even for
5006aa54f1bSMartin Mares	mapping the regions and doing I/O on them.
5016aa54f1bSMartin Mares
50280e6c636SMartin Mares2004-07-30  Martin Mares  <[email protected]>
50380e6c636SMartin Mares
50480e6c636SMartin Mares	* lspci.c: HyperTransport improvements from Maciej.
50580e6c636SMartin Mares
506d6324891SMartin Mares2004-07-11  Martin Mares  <[email protected]>
507d6324891SMartin Mares
508d6324891SMartin Mares	* lib/sysfs.c (sysfs_get_resources): Arguments now correspond
509d6324891SMartin Mares	to the format string. [Patch by Bill Nottingham]
510d6324891SMartin Mares
511ec25b52dSMartin Mares2004-07-05  Martin Mares  <[email protected]>
512ec25b52dSMartin Mares
513362be683SMartin Mares	* Released as 2.1.99-test7.
514362be683SMartin Mares
515ec25b52dSMartin Mares	* lspci.c (config_fetch): Wanted to merge Matthew's bug fix, but
516ec25b52dSMartin Mares	ended up with rewriting the fetching mechanism to be fully dynamic,
517ec25b52dSMartin Mares	but avoid reading config space registers not explicitly requested.
518ec25b52dSMartin Mares
519ec25b52dSMartin Mares2004-06-29  Matthew Wilcox <[email protected]>
520ec25b52dSMartin Mares
521ec25b52dSMartin Mares	* lspci.c: More work on PCI Express dumping.
522ec25b52dSMartin Mares
523ec25b52dSMartin Mares	* lib/header.h: Updated PCI Express capability definitions.
524ec25b52dSMartin Mares
525ec25b52dSMartin Mares	* lib/proc.c (proc_read): Removed bogus warning.
526ec25b52dSMartin Mares
527ec25b52dSMartin Mares	* common.c (xrealloc): Introduced.
528ec25b52dSMartin Mares
529ec25b52dSMartin Mares	* lspci.man: Added -xxxx.
530ec25b52dSMartin Mares
53109817437SMartin Mares2004-06-27  Martin Mares  <[email protected]>
53209817437SMartin Mares
533d1fa27ebSMartin Mares	* Released as 2.1.99-test6.
534d1fa27ebSMartin Mares
5354d67aa89SMartin Mares	* lspci.c (show_msix), lib/header.h: Added dumping of MSI-X cap.
5364d67aa89SMartin Mares	Patch by Roland Dreier <[email protected]>, cleaned up by me.
5374d67aa89SMartin Mares
5384d67aa89SMartin Mares	* lspci.c (show_pcix_nobridge, show_pcix_bridge): Handle config_fetch()
5394d67aa89SMartin Mares	failures.
5404d67aa89SMartin Mares
5414d67aa89SMartin Mares	* lib/header.h: Added PCI Express extended capabilities. Again by Matthew.
5424d67aa89SMartin Mares
5434d67aa89SMartin Mares	* lspci.c (show_express): Added dumping of PCI Express cap.
5444d67aa89SMartin Mares	Patch by Matthew Wilcox.
5454d67aa89SMartin Mares
5464d67aa89SMartin Mares	* lib/header.h: Added a list of PCI 3.0 capabilities and also details
5474d67aa89SMartin Mares	on PCI Express caps. Patch by Matthew Wilcox <[email protected]>.
5484d67aa89SMartin Mares
54909817437SMartin Mares	* lspci.c (check_root): Gone. No explicit checks for root are needed,
55009817437SMartin Mares	report correct errors reported by the libpci instead.
55109817437SMartin Mares
55209817437SMartin Mares	* lspci.c: Added dumping of the extended config space on "-xxxx".
55309817437SMartin Mares	Better caching of config registers.
55409817437SMartin Mares
55509817437SMartin Mares	* setpci.c (main): Allow access to whole 4096 bytes of the config space.
55609817437SMartin Mares
55709817437SMartin Mares	* lib/sysfs.c, lib/proc.c: Don't print error messages on short reads,
55809817437SMartin Mares	just return the appropriate error code.
55909817437SMartin Mares
56009817437SMartin Mares	* lib: Added support for extended (4096-byte) configuration space,
56109817437SMartin Mares	currently implemented only in Linux proc and sysfs access methods
56209817437SMartin Mares	and of course in the dump reader.
56309817437SMartin Mares
5640d656226SMartin Mares2004-05-29  Martin Mares  <[email protected]>
5650d656226SMartin Mares
566c0eece92SMartin Mares	* Released as 2.1.99-test5.
567c0eece92SMartin Mares
568a2413560SMartin Mares	* lib/pci.h: Windows don't have the standard u_int* types.
569a2413560SMartin Mares
570a2413560SMartin Mares	* lib/internal.h: <sys/param.h> required on Windows for endianity
571a2413560SMartin Mares	macros.
572a2413560SMartin Mares
573a2413560SMartin Mares	* lib/i386-ports.c: Connected i386-io-windows.h.
574a2413560SMartin Mares
575a2413560SMartin Mares	* lspci.c (check_root): geteuid() is not available on Windows.
576a2413560SMartin Mares
577a2413560SMartin Mares	* lib/i386-io-windows.h: Added Windows port contributed by Alexander
578a2413560SMartin Mares	Stock <[email protected]>.
579a2413560SMartin Mares
580a2413560SMartin Mares	* lib/configure: Hopefully fixed SunOS port broken by various
581a2413560SMartin Mares	changes to the configure script.
582a2413560SMartin Mares
5830d656226SMartin Mares	* Makefile, lib/configure: Cross-compilation support, patch by Maciej.
5840d656226SMartin Mares
585138c0385SMartin Mares2004-05-28  Martin Mares  <[email protected]>
586138c0385SMartin Mares
5879f490382SMartin Mares	* Released as 2.1.99-test4.
5889f490382SMartin Mares
589cce2caacSMartin Mares	* lspci.c (show_verbose): Header type 1 is probably legal for all
590cce2caacSMartin Mares	types of bridges, not only for PCI-to-PCI bridges.
591cce2caacSMartin Mares
592b569ef09SMartin Mares	* lspci.c (format_agp_rate): Write "x16", not "x@".
593b569ef09SMartin Mares	(show_agp): rate[] could overflow.
594b569ef09SMartin Mares	Bugs reported by Jakub Bogusz <[email protected]>.
595b569ef09SMartin Mares
596bfc4fe7aSMartin Mares	* lspci.c (show_ht_*): Show HyperTransport capability with all its
597bfc4fe7aSMartin Mares	details. Once again code by Maciej simplified (i.e., possibly broken)
598bfc4fe7aSMartin Mares	by me.
599bfc4fe7aSMartin Mares
600bfc4fe7aSMartin Mares	* lib/header.h: Added declarations of HyperTransport capability.
601bfc4fe7aSMartin Mares	Again thanks to Maciej.
602bfc4fe7aSMartin Mares
603138c0385SMartin Mares	* lspci.c: Decode all bits of the secondary status word in type 1 headers.
604138c0385SMartin Mares	Thanks to Maciej W. Rozycki <[email protected]> for the patch.
605138c0385SMartin Mares
6068fc75dbcSMartin Mares2003-12-27  Martin Mares  <[email protected]>
6078fc75dbcSMartin Mares
60881abd2a7SMartin Mares	* Released as 2.1.99-test3.
60981abd2a7SMartin Mares
6101f7c91ccSMartin Mares	* lspci.man, setpci.man: Document domains and correct spelling.
6111f7c91ccSMartin Mares
6121f7c91ccSMartin Mares	* lib/dump.c (dump_init): Added ability to read domain numbers.
6131f7c91ccSMartin Mares
61484c8d1bbSMartin Mares	* lspci.c: Devices in domains different from 0 have their slot number
6151f7c91ccSMartin Mares	printed as "<domain>:<bus>:<slot>.<func>". Tree view supports domains
6161f7c91ccSMartin Mares	as well.
61784c8d1bbSMartin Mares
61884c8d1bbSMartin Mares	* lib/filter.c: Slot filters understand domains.
61984c8d1bbSMartin Mares
62084c8d1bbSMartin Mares	* lib/generic.c: Mention the domain in slot numbers in all error messages.
62184c8d1bbSMartin Mares
62284c8d1bbSMartin Mares	* lib/internal.h: The #ifdef for Linux <asm/byteorder.h> was wrong.
62384c8d1bbSMartin Mares
62484c8d1bbSMartin Mares	* lib/access.c (pci_get_dev): Added support for domains.
62584c8d1bbSMartin Mares
62684c8d1bbSMartin Mares	* lib/sysfs.c (sysfs_scan): Read vendor and device ID from the config
62784c8d1bbSMartin Mares	registers (or to be precise, leave it for the generic parts of the pcilib
62884c8d1bbSMartin Mares	to do so) instead of reading them from the sysfs. It's faster this way.
62984c8d1bbSMartin Mares
63084c8d1bbSMartin Mares	* lspci.c (show_pcix): Don't touch pci_dev->hdrtype, it's an internal
63184c8d1bbSMartin Mares	variable. Better read it from the config registers (it's cached anyway).
63284c8d1bbSMartin Mares
63384c8d1bbSMartin Mares	* lib/sysfs.c (sysfs_scan), lib/proc.c (proc_scan): Don't read the hdrtype.
63484c8d1bbSMartin Mares	  lib/generic.c (pci_generic_fill_info): If hdrtype is -1 (unset), read it.
63584c8d1bbSMartin Mares	  Saves lots of unnecessary file accesses.
63684c8d1bbSMartin Mares
63711f7b31bSMartin Mares	* lib/pci.h (PCIADDR_PORT_FMT): Use %llx instead of %Lx, because the latter
63811f7b31bSMartin Mares	is not supported by all C libraries.
63911f7b31bSMartin Mares
64011f7b31bSMartin Mares	* Makefile: Always enter the lib directory (remember that we don't have
64111f7b31bSMartin Mares	full dependecies for the library in the top-level Makefile; hmmm, another
64211f7b31bSMartin Mares	thing to rewrite some day).
64311f7b31bSMartin Mares
64411f7b31bSMartin Mares	* lib/sysfs.c: Added Linux sysfs access method based on the patch
64511f7b31bSMartin Mares	written by Matthew Wilcox <[email protected]>.
64611f7b31bSMartin Mares
64711f7b31bSMartin Mares	* lib/proc.c: Renamed the access method name from "/proc/bus/pci" to "Linux-proc".
64811f7b31bSMartin Mares
64911f7b31bSMartin Mares	* lib/pread.h: The hacks to support pread on various versions
65011f7b31bSMartin Mares	of Linux libc moved there.
65111f7b31bSMartin Mares
65211f7b31bSMartin Mares	* lib/proc.c (proc_setup): The return value of snprintf() varies
65311f7b31bSMartin Mares	between glibc versions, so we need to check both for a negative
65411f7b31bSMartin Mares	values and for too large values.
65511f7b31bSMartin Mares
6564284af58SMartin Mares	* Removed last few references to the "Linux PCI Utilities", the
6574284af58SMartin Mares	package is pretty cross-platform now :)
6584284af58SMartin Mares
6594284af58SMartin Mares2003-12-27  Martin Mares  <[email protected]>
6604284af58SMartin Mares
661ab12277eSMartin Mares	* Released as 2.1.99-test2.
662ab12277eSMartin Mares
663ab12277eSMartin Mares	* README, pciutils.lsm, pciutils.spec: Use @VERSION@ to make the
664ab12277eSMartin Mares	release scripts insert the current version. "make release" is gone.
665ab12277eSMartin Mares
666ab12277eSMartin Mares	* maint/release, maint/release.pm: Added a new system of scripts for
667ab12277eSMartin Mares	making releases including inter-version diffs etc.
668ab12277eSMartin Mares
669ab12277eSMartin Mares	* Makefile: Cleaned up.
670ab12277eSMartin Mares
671ab12277eSMartin Mares	* lib/fbsd-device.c: I patched another copy of this file by mistake,
672ab12277eSMartin Mares	this time the version checks should be right.
673ab12277eSMartin Mares
674ab12277eSMartin Mares2003-12-27  Martin Mares  <[email protected]>
675ab12277eSMartin Mares
6766d722cd6SMartin Mares	* Released as 2.1.99-test1.
6776d722cd6SMartin Mares
678dd33246aSMartin Mares	* pciutils.h, common.c, lspci.man, setpci.man, lib/internal.h:
679dd33246aSMartin Mares	Remove shadows of the syscall access method which was never
680dd33246aSMartin Mares	implemented.
681dd33246aSMartin Mares
68280b3121aSMartin Mares	* update-pciids.sh: Try to preserve permissions of the old file
68380b3121aSMartin Mares	if chmod supports --reference. Should close Debian Bug #223740.
68480b3121aSMartin Mares
6856aea909aSMartin Mares	* lib/proc.c (proc_setup): Increased path name length limit to 1024.
6866aea909aSMartin Mares	Thanks for Redhat and Mandrake for inspiration.
6876aea909aSMartin Mares
6886aea909aSMartin Mares	* lib/configure: Recognize ppc and ppc64, both have 64-bit addresses.
6896aea909aSMartin Mares	Grabbed from Redhat (Fedora) patches.
6906aea909aSMartin Mares
6916aea909aSMartin Mares2003-12-27  Martin Mares  <[email protected]>
6926aea909aSMartin Mares
693f701ff47SMartin Mares	Merged bug fixes from Debian patches:
694f701ff47SMartin Mares
695f701ff47SMartin Mares	* lspci.c (show_verbose): "Cache Line Size" should be capitalized.
696f701ff47SMartin Mares
697f701ff47SMartin Mares	* lspci.c (show_pcix_nobridge): Added a missing newline.
698f701ff47SMartin Mares
6992240db8cSMartin Mares	* lib/proc.c (proc_scan): When reading the header type, don't
7002240db8cSMartin Mares	forget to clear the topmost bit indicating that the device has
701f701ff47SMartin Mares	multiple functions.
7022240db8cSMartin Mares
7032240db8cSMartin Mares2003-12-27  Martin Mares  <[email protected]>
7042240db8cSMartin Mares
70545902995SMartin Mares	Updated the FreeBSD port. Thanks to Samy Al Bahra <[email protected]>
70645902995SMartin Mares	for the patches:
70745902995SMartin Mares
70845902995SMartin Mares	* lib/Makefile: Add ${FREEBSD_SYS} to the include path if it's defined.
70945902995SMartin Mares	* lib/fbsd-device.c: Select the right set of system includes according
71045902995SMartin Mares	to __FreeBSD_version.
71145902995SMartin Mares
71245902995SMartin Mares2003-12-27  Martin Mares  <[email protected]>
71345902995SMartin Mares
7148fc75dbcSMartin Mares	Merged support for Solaris on i386 by Bill Moore <[email protected]>
7158fc75dbcSMartin Mares	and cleaned up:
7168fc75dbcSMartin Mares
7178fc75dbcSMartin Mares	* lib/configure: Recognize SunOS.
7188fc75dbcSMartin Mares	* lib/internal.h: Learn how to recognize byte order on SunOS.
7198fc75dbcSMartin Mares	* lib/i386-ports.c: Split OS-dependent I/O port access from i386-ports.c.
7208fc75dbcSMartin Mares	* lib/i386-io-linux.h: Linux specific part.
7218fc75dbcSMartin Mares	* lib/i386-io-hurd.h: GNU/Hurd specific part.
7228fc75dbcSMartin Mares	* lib/i386-io-sunos.h: SunOS specific part.
7238fc75dbcSMartin Mares
7249739916eSMartin Mares2003-12-26  Martin Mares  <[email protected]>
7259739916eSMartin Mares
7269739916eSMartin Mares	* lib/header.h (PCI_*_MASK): Cast to pciaddr_t explicitly.
7279739916eSMartin Mares
7289739916eSMartin Mares	* lib/pci.h: Types declared in <sys/types.h> should be usable on all
7299739916eSMartin Mares	platforms we currently support, so kill the forest of #ifdef's and
7309739916eSMartin Mares	use them in all cases.
7319739916eSMartin Mares
7329739916eSMartin Mares	* lib/pci.h: Use ULONG_MASK to decide whether we should use long
7339739916eSMartin Mares	or long long to represent a 64-bit address. Killed HAVE_LONG_ADDRESS.
7349739916eSMartin Mares	Define format strings for addresses, port numbers and IRQ numbers
7359739916eSMartin Mares	directly in pci.h.
7369739916eSMartin Mares
7379739916eSMartin Mares	* lib/proc.c (proc_scan): Use PCIADDR_T_FMT for scanf'ing addresses.
7389739916eSMartin Mares
73980459c65SMartin Mares2003-12-26  Marco Gerards  <[email protected]>
74080459c65SMartin Mares
74180459c65SMartin Mares	Added support for the GNU Hurd (cleaned up by Martin Mares):
74280459c65SMartin Mares
74380459c65SMartin Mares	* lib/configure [GNU]: Use the i386 ports for configuration access.
74480459c65SMartin Mares	* lib/i386-ports.c: Don't call iopl() on the Hurd.
74580459c65SMartin Mares	* lib/pci.h [OS_GNU]: Include <sys/types.h> and use it for defining
74680459c65SMartin Mares	u8 to u32.
74780459c65SMartin Mares
748a85769a8SMartin Mares2003-12-26  Martin Mares  <[email protected]>
749a85769a8SMartin Mares
7507dacd9c8SMartin Mares	* lspci.c (show_pcix_bridge, show_pcix_nobridge): Don't forget to call
7517dacd9c8SMartin Mares	config_fetch() to ensure that the registers have been read. Thanks to
7527dacd9c8SMartin Mares	Bill Wood <[email protected]> for the patch.
7537dacd9c8SMartin Mares
7547dacd9c8SMartin Mares	* lspci.c: Ensure that failure of config_fetch() is handled correctly
7557dacd9c8SMartin Mares	at all places.
7567dacd9c8SMartin Mares
7574063c31cSMartin Mares	* lspci.man: There was one more explicit reference to /usr/share/pci.ids.
7584063c31cSMartin Mares	Changed to @SHAREDIR@. Patch from Maciej W. Rozycki <[email protected]>.
7594063c31cSMartin Mares
7603fe8a38dSMartin Mares	* setpci.c (main): Better error messages.
7613fe8a38dSMartin Mares
7625f5b1a7bSMartin Mares	* setpci.c (ex_op): The demo mode should disable only writing, not reading.
7635f5b1a7bSMartin Mares
7645f5b1a7bSMartin Mares	* setpci.man: The documentation was inconsistent on what should -D do.
7655f5b1a7bSMartin Mares	Document the new behaviour.
766b251f40bSMartin Mares
76791e37a49SMartin Mares	* pciutils.h, common.c, setpci.c: Introduced a NONRET macro encapsulating
76891e37a49SMartin Mares	the GCC specific __attribute__((noreturn)) and killed the hack with
76991e37a49SMartin Mares	redefining __attribute__ on non-GCC compilers.
77091e37a49SMartin Mares
7714afd29d3SMartin Mares	* Makefile: Added missing dependencies. Parallel builds work now.
7724afd29d3SMartin Mares	Problem reported by Andreas Haumer <[email protected]>, but I chose
7734afd29d3SMartin Mares	a different fix.
7744afd29d3SMartin Mares
775b0f1a03bSMartin Mares	* Makefile (MANDIR): Use `:=' instead of `=' to avoid executing the shell
776b0f1a03bSMartin Mares	command every time $(MANDIR) is referenced.
777b0f1a03bSMartin Mares
778b7fd8e19SMartin Mares	* lspci.c (main): The error message for `lspci -s' incorrectly mentioned
779b7fd8e19SMartin Mares	a `-f' switch. Reported by Steve Finney <[email protected]>.
780b7fd8e19SMartin Mares
78105bb10a2SMartin Mares	* lib/generic.c: Removed memory leak in pci_generic_bus_scan().
78205bb10a2SMartin Mares	Reported by Gary Parnes <[email protected]>.
78305bb10a2SMartin Mares
784a832f6f1SMartin Mares	* Replaced obsolete syntax of __attribute__((unused)) in the middle of
785a832f6f1SMartin Mares	parameter declarations (which is no longer supported by GCC 3.1) by the
786a832f6f1SMartin Mares	current syntax (attribute at the end). Thanks to [email protected]
787a832f6f1SMartin Mares	for reporting this problem.
788a832f6f1SMartin Mares
789a85769a8SMartin Mares	* Removed CVS $Id$ tags from all files.
790a85769a8SMartin Mares
791a85769a8SMartin Mares	* Makefile: Added some more warnings.
792a85769a8SMartin Mares
793b7351143SMartin Mares	* setpci.c: Cleaned up mask/value code.
794b7351143SMartin Mares
795b7351143SMartin Mares2003-12-08 Thayne Harbaugh <[email protected]>
796b7351143SMartin Mares
797b7351143SMartin Mares	* setpci.c: Individual bits to be set can be specified as <value>:<mask>.
798b7351143SMartin Mares
7992a5d5cf9SMartin Mares2003-11-29  Martin Mares  <[email protected]>
8002a5d5cf9SMartin Mares
8012a5d5cf9SMartin Mares	* Imported the pciutils sources to my Arch repository. Good-bye, CVS.
8022a5d5cf9SMartin Mares
803d772ef15SMartin Mares2003-01-04  Martin Mares  <[email protected]>
804d772ef15SMartin Mares
8051b95f396SMartin Mares	* Released as 2.1.11.
8061b95f396SMartin Mares
807c83293ebSMartin Mares	* Makefile: Changed configuration of installation directories --
808c83293ebSMartin Mares	all paths are now set at the top of the Makefile instead of being
809c83293ebSMartin Mares	scattered between the installation rules. The default installation
810c83293ebSMartin Mares	now goes always to /usr/local regardless of the OS as most distributions
811c83293ebSMartin Mares	already contain some version of pciutils and we don't want custom
812c83293ebSMartin Mares	installations to interfere with the default ones.
813c83293ebSMartin Mares
814c83293ebSMartin Mares	* Makefile: Removed a couple of ancient install hacks: we no longer
815c83293ebSMartin Mares	try to avoid overwriting a newer pci.ids file (users are now expected
816c83293ebSMartin Mares	to use update-ids) and we don't try to remove /etc/pci.ids (a long time
817c83293ebSMartin Mares	has passed since the last version which used it).
818c83293ebSMartin Mares
819e2875dcdSMartin Mares	* Makefile: Paths to pci.ids in man pages automatically get the right path.
820e2875dcdSMartin Mares
8211b95f396SMartin Mares	* Added the update-ids utility.
8220138a2a7SMartin Mares
823d772ef15SMartin Mares	* lib: Removed partially implemented "syscall" access method which will
824d772ef15SMartin Mares	probably never be needed.
825d772ef15SMartin Mares
826eb620239SMartin Mares2002-12-27  Martin Mares  <[email protected]>
827eb620239SMartin Mares
828130090bdSMartin Mares	* lib/nbsd-libpci.c: Cleaned up and hopefully made it endian safe.
829130090bdSMartin Mares
830eb620239SMartin Mares	* lib/generic.c (pci_generic_scan_bus): Added work-around for devices with
831eb620239SMartin Mares	discontiguous numbering of functions. This is already present in the Linux
832eb620239SMartin Mares	kernel for several years, but I forgot to update pciutils as well.
833eb620239SMartin Mares
834848b4347SMartin Mares2002-12-26  Martin Mares  <[email protected]>
835848b4347SMartin Mares
836579b19ffSMartin Mares	* lib/header.h, lspci.c: Dump AGP3 flags and speeds.
837579b19ffSMartin Mares
838579b19ffSMartin Mares	* lib/pci.h, Makefile: Removed HAVE_OWN_HEADER_H. Always use our own header,
839579b19ffSMartin Mares	there is no reason to prefer the kernel version.
840579b19ffSMartin Mares
841579b19ffSMartin Mares	* lib/proc.c (proc_scan): Don't forget to initialize hdrtype.
842579b19ffSMartin Mares
843848b4347SMartin Mares	* Added preliminary version of NetBSD support by Quentin Garnier
844848b4347SMartin Mares	<[email protected]>.
845848b4347SMartin Mares
846f0952474SMartin Mares2002-04-06  Martin Mares  <[email protected]>
847f0952474SMartin Mares
848f0952474SMartin Mares	* lspci.c: Mention "-xxx" in the help.
849f0952474SMartin Mares
850d2f666f1SMartin Mares2002-03-30  Martin Mares  <[email protected]>
851d2f666f1SMartin Mares
8529bd44bb0SMartin Mares	* Released as 2.1.10.
8539bd44bb0SMartin Mares
854a33d0eb7SMartin Mares	* Removed pci.ids from the CVS as they are now maintained separately.
855a33d0eb7SMartin Mares	They are still included in the tarball, but if you are building	pciutils
856a33d0eb7SMartin Mares	from CVS sources or you want to get a newer ID file than the one distributed,
857a33d0eb7SMartin Mares	just use "make update-ids" to download the most recent snapshot from
858a33d0eb7SMartin Mares	pciids.sf.net.
859a33d0eb7SMartin Mares
860a33d0eb7SMartin Mares	* Makefile, README: Updated accordingly.
861a33d0eb7SMartin Mares
862a33d0eb7SMartin Mares	* Makefile: Added a couple of maintenance targets.
863a33d0eb7SMartin Mares
864a33d0eb7SMartin Mares	* maint/*: Maintainer's utilities now reside here (present only in CVS,
865a33d0eb7SMartin Mares	not in the tarball).
866a33d0eb7SMartin Mares
867d2f666f1SMartin Mares	* lib/names.c (parse_name_list): End-of-line comments are no longer
868d2f666f1SMartin Mares	supported. Hashes are now perfectly valid in all names and they start
869d2f666f1SMartin Mares	a comment only at the start of the line.
870d2f666f1SMartin Mares
871ee551b73SMartin Mares2002-03-26  Martin Mares  <[email protected]>
872ee551b73SMartin Mares
87307159913SMartin Mares	* README: Rewritten.
87407159913SMartin Mares
875ee551b73SMartin Mares	* Makefile: When the currently installed pci.ids file is newer than
876ee551b73SMartin Mares	the version to be installed, don't overwrite it. Suggested by
877ee551b73SMartin Mares	Jean Delvare <[email protected]>.
878ee551b73SMartin Mares
879bc7b1d62SMartin Mares2002-03-24  Martin Mares  <[email protected]>
880bc7b1d62SMartin Mares
8815f5e6f64SMartin Mares	* lspci.c (show_pcix_bridge): Added PCI-X capability display.
8825f5e6f64SMartin Mares	Contributed by Jeff Garzik <[email protected]>.
8835f5e6f64SMartin Mares
8845f5e6f64SMartin Mares	* lib/header.h: Added PCI-X stuff. Again by Jeff.
8855f5e6f64SMartin Mares
8865f5e6f64SMartin Mares	* Makefile (CFLAGS): -Werror is gone.
8875f5e6f64SMartin Mares
888a1052f16SMartin Mares	* lspci.c (format_agp_rate): Fixed AGP rate reporting.
889a1052f16SMartin Mares
890bc7b1d62SMartin Mares	* lib/filter.c (pci_filter_parse_slot): Allow bus 0xff, slot 0x1f and
891bc7b1d62SMartin Mares	function 7.
892bc7b1d62SMartin Mares
893bc7b1d62SMartin Mares	* lib/names.c (pci_lookup_name): When printing unknown subsystem vendor
894bc7b1d62SMartin Mares	or device hexadecimally, don't confuse it with chip vendor/device ID.
895bc7b1d62SMartin Mares	First reported by Marc Boucher <[email protected]>.
896bc7b1d62SMartin Mares
897f793990cSMartin Mares2001-11-04  Martin Mares  <[email protected]>
898f793990cSMartin Mares
899ee551b73SMartin Mares	* Released as 2.1.9.
900ee551b73SMartin Mares
901f793990cSMartin Mares	* pci.ids: Synced with the PCI ID Repository at SourceForge
902f793990cSMartin Mares	(http://pciids.sourceforge.net/).
903f793990cSMartin Mares
9041d174e56SMartin Mares2000-08-25  Martin Mares  <[email protected]>
9051d174e56SMartin Mares
9061d174e56SMartin Mares	* pci.ids: Updated ID's, synced with kernel 2.4.0-test7.
9071d174e56SMartin Mares
90865b4327eSMartin Mares2000-06-13  Martin Mares  <[email protected]>
90965b4327eSMartin Mares
91065b4327eSMartin Mares	* Makefile (uninstall): Fixed.
91165b4327eSMartin Mares
91265b4327eSMartin Mares	* pci.ids: ID updates.
91365b4327eSMartin Mares
9144a219d5fSMartin Mares2000-05-20  Martin Mares  <[email protected]>
9154a219d5fSMartin Mares
9164a219d5fSMartin Mares	* Released as 2.1.8.
9174a219d5fSMartin Mares
9184a219d5fSMartin Mares	* pci.ids: ID updates.
9194a219d5fSMartin Mares
9204a219d5fSMartin Mares	* lspci.c (show_verbose): Min/max latency is now printed in nanoseconds.
9214a219d5fSMartin Mares
9224a219d5fSMartin Mares2000-05-04  Martin Mares  <[email protected]>
9234a219d5fSMartin Mares
9244a219d5fSMartin Mares	* lspci.c (show_verbose): If the header type doesn't match device
9254a219d5fSMartin Mares	class, just print a warning and still use the header type, assuming
9264a219d5fSMartin Mares	bogus class info.
9274a219d5fSMartin Mares
92810c90662SMartin Mares2000-05-01  Martin Mares  <[email protected]>
92910c90662SMartin Mares
93072b9b690SMartin Mares	* lspci.c (show_pm): Updated according to PCI PM specs 1.1.
93172b9b690SMartin Mares
93210c90662SMartin Mares	* pci.ids: Updated Contemporary Control ARCnet card entries.
93310c90662SMartin Mares
93410c90662SMartin Mares	* pci.ids: Synchronized class list with latest PCI SIG documents.
93510c90662SMartin Mares
936a239ade6SMartin Mares2000-04-29  Martin Mares  <[email protected]>
937a239ade6SMartin Mares
938a239ade6SMartin Mares	* lib/names.c (pci_lookup_name): Fixed the cheat.
939a239ade6SMartin Mares
940a239ade6SMartin Mares	* lib/internal.h: Moved UNUSED/inline hacks above all other declarations.
941a239ade6SMartin Mares
942a239ade6SMartin Mares	* pci.ids: Various ID updates.
943a239ade6SMartin Mares
9442c83b860SMartin Mares2000-04-21  Martin Mares  <[email protected]>
9452c83b860SMartin Mares
9462c83b860SMartin Mares	* Released as 2.1.7.
9472c83b860SMartin Mares
9482c83b860SMartin Mares	* pciutils.spec: Added German description.
9492c83b860SMartin Mares
9502c83b860SMartin Mares	* lib/names.c (pci_lookup_name): Added a cheat for case that subsystem ID's
9512c83b860SMartin Mares	are the same as device ID and just output subsystem name according to
9522c83b860SMartin Mares	device name.
9532c83b860SMartin Mares
9542c83b860SMartin Mares	* lib/proc.c: Use UNUSED instead of __attribute__((unused)).
9552c83b860SMartin Mares
9562c83b860SMartin Mares	* lib/pci.h: Added the correct typedefs for AIX.
9572c83b860SMartin Mares
9582c83b860SMartin Mares	* lib/generic.c (pci_generic_scan_bus): Export.
9592c83b860SMartin Mares
9602c83b860SMartin Mares	* lib/configure: Detect AIX. Use "echo '...\c'" instead of
9612c83b860SMartin Mares	"echo -n" if the shell isn't bash.
9622c83b860SMartin Mares
9632c83b860SMartin Mares	* lspci.c: Avoid using alloca() if not compiled by GCC.
9642c83b860SMartin Mares	(insert_dev): Avoid returning a void value.
9652c83b860SMartin Mares
9662c83b860SMartin Mares	* Makefile: Choose which install utility to use according to
9672c83b860SMartin Mares	OS type. Also use `-o' instead of `-or' in find arguments.
9682c83b860SMartin Mares	Part of the AIX port.
9692c83b860SMartin Mares
9702c83b860SMartin Mares	* lib/aix-device.c: Added AIX low-level interface. Contributed
9712c83b860SMartin Mares	by Dave Johnson <[email protected]>, thanks a lot!
9722c83b860SMartin Mares
9732c83b860SMartin Mares	* pci.ids: Few new ID's.
9742c83b860SMartin Mares
9752c83b860SMartin Mares	* pciutils.h, lib/internal.h: Redefine __attribute__ and inline
9762c83b860SMartin Mares	when not compiled by GCC.
9772c83b860SMartin Mares
978c1a828daSMartin Mares2000-04-17  Martin Mares  <[email protected]>
979c1a828daSMartin Mares
980c1a828daSMartin Mares	* Released as 2.1.6.
981c1a828daSMartin Mares
982c1a828daSMartin Mares	* pci.ids: Added a large batch of ID's contributed by Gunther
983c1a828daSMartin Mares	Mayer <[email protected]> and synced the
984c1a828daSMartin Mares	list with the 2.3.99pre6 kernel.
985c1a828daSMartin Mares
986e91dd3abSMartin MaresThu Mar  9 13:11:39 2000  Martin Mares  <[email protected]>
987e91dd3abSMartin Mares
988a80b79a9SMartin Mares	* lib/example.c: Added a simple example of how to use
989a80b79a9SMartin Mares	the library.
990a80b79a9SMartin Mares
99189984232SMartin Mares	* lspci.man, setpci.man: Revealed --version. Well spotted
99289984232SMartin Mares	by Adam Sulmicki.
99389984232SMartin Mares
994e91dd3abSMartin Mares	* pci.ids: Added lots of new ID's and synced with 2.3.50.
995e91dd3abSMartin Mares
99678d9c5e2SMartin MaresTue Feb 15 00:16:21 2000  Martin Mares  <[email protected]>
99778d9c5e2SMartin Mares
99878d9c5e2SMartin Mares	* Released as 2.1.5.
99978d9c5e2SMartin Mares
100078d9c5e2SMartin Mares	* pciutils.spec: Updated spec file from Andreas Jaeger. Now using
100178d9c5e2SMartin Mares	%{_mandir} to find the right location to install manual pages to.
100278d9c5e2SMartin Mares
100378d9c5e2SMartin Mares	* pci.ids: New ID's.
100478d9c5e2SMartin Mares
100578d9c5e2SMartin Mares	* setpci.c (main): Don't crash when `-s' or `-d' is given with
100678d9c5e2SMartin Mares	no argument.
100778d9c5e2SMartin Mares
1008f8141ae2SMartin MaresMon Jan 24 20:04:11 2000  Andreas Jaeger  <[email protected]>
1009f8141ae2SMartin Mares
1010f8141ae2SMartin Mares	* lib/i386-ports.c: Include <asm/io.h> only on systems without
1011f8141ae2SMartin Mares	glibc.
1012f8141ae2SMartin Mares
1013f8141ae2SMartin MaresMon Jan 24 11:24:43 2000  Martin Mares  <[email protected]>
1014f8141ae2SMartin Mares
1015f8141ae2SMartin Mares	* Makefile: Modified to work with the Linux FHS brain-damaged idea
1016f8141ae2SMartin Mares	of putting man pages to /usr/share/man. Now we choose either /usr/man
1017f8141ae2SMartin Mares	or /usr/share/man depending on which one exists.
1018f8141ae2SMartin Mares
101959e76e8bSMartin MaresSun Jan 23 10:52:34 2000  Martin Mares  <[email protected]>
102059e76e8bSMartin Mares
102159e76e8bSMartin Mares	* pci.ids: Synced with Linux 2.3.40.
102259e76e8bSMartin Mares
102359e76e8bSMartin Mares	* Released as version 2.1.4.
102459e76e8bSMartin Mares
10252dfd48cdSMartin MaresThu Jan 20 11:08:32 2000  Martin Mares  <[email protected]>
10262dfd48cdSMartin Mares
10272715403fSMartin Mares	* lspci.c (scan_device): Fixed bug in reading of cardbus extensions.
10282715403fSMartin Mares
102981077814SMartin Mares	* lib/proc.c: pread/pwrite fixed again, this time on libc5 :(
103081077814SMartin Mares
103181077814SMartin Mares	* lspci.c (format_agp_rate): Better formatting of AGP rates.
103281077814SMartin Mares
103381077814SMartin Mares	* pci.ids: New ID's.
103481077814SMartin Mares
10352dfd48cdSMartin Mares	* lib/configure: Added configuration for ia64 (the same as for Alpha).
10362dfd48cdSMartin Mares	Patch from Stephane Eranian <[email protected]>.
10372dfd48cdSMartin Mares
10385a258860SMartin MaresThu Jan 13 23:01:52 2000  Martin Mares  <[email protected]>
10395a258860SMartin Mares
10405a258860SMartin Mares	* Released as version 2.1.3.
10415a258860SMartin Mares
10425a258860SMartin Mares	* pci.ids: New ID's.
10435a258860SMartin Mares
10445a258860SMartin Mares	* lspci.c: Alpha IO_FORMAT fix by Andrea Arcangeli.
10455a258860SMartin Mares
10465a258860SMartin Mares	* lib/access.c: Corrected order of access methods -- it's wonderful how
10475a258860SMartin Mares	long could such a bug remain unspotted. Thanks go to Andreas Schockenhoff.
10485a258860SMartin Mares
10490c047bbeSMartin MaresSat Dec 11 23:34:48 1999  Martin Mares  <[email protected]>
10500c047bbeSMartin Mares
10510c047bbeSMartin Mares	* Released as version 2.1.2.
10520c047bbeSMartin Mares
10530c047bbeSMartin Mares	* lib/names.c (pci_lookup_name): Fixed printing of unknown subsystem ID's.
10540c047bbeSMartin Mares
105533bc28a5SMartin MaresSat Dec  4 13:11:03 1999  Martin Mares  <[email protected]>
105633bc28a5SMartin Mares
105739231205SMartin Mares	* Released as version 2.1.1.
105839231205SMartin Mares
105933bc28a5SMartin Mares	* pci.ids: Several new ID's.
106033bc28a5SMartin Mares
106133bc28a5SMartin Mares	* setpci.c (exec_op): Don't forget to increment address after writing
106233bc28a5SMartin Mares	single value, so that `30.b=12,34,56,78' works as expected. Reported
106333bc28a5SMartin Mares	by Petr Soucek <[email protected]>.
106433bc28a5SMartin Mares
10658d047897SMartin MaresWed Nov  3 10:24:38 1999  Martin Mares  <[email protected]>
10668d047897SMartin Mares
10678d047897SMartin Mares	* lspci.c (show_terse): If prog-if is zero, but it's present in the
10688d047897SMartin Mares	ID list, show it.
10698d047897SMartin Mares
10706afc6538SMartin MaresSat Oct 30 11:06:35 1999  Martin Mares  <[email protected]>
10716afc6538SMartin Mares
10726afc6538SMartin Mares	* Released as version 2.1.
10736afc6538SMartin Mares
10746afc6538SMartin Mares	* pci.ids: Synced to devlist.h in 2.3.24 kernel. Merged in
10756afc6538SMartin Mares	lots of contributed entries.
10766afc6538SMartin Mares
10778f756113SMartin MaresThu Oct 14 10:40:12 1999  Dave Jones    <[email protected]>
10788f756113SMartin Mares
10798f756113SMartin Mares	* pci.ids: Added lots of subsystem definitions.
10808f756113SMartin Mares
1081d4798a32SMartin MaresSat Oct  9 14:32:28 1999  Martin Mares  <[email protected]>
1082d4798a32SMartin Mares
1083d4798a32SMartin Mares	* setpci.man: Better example.
1084d4798a32SMartin Mares
1085d4798a32SMartin Mares	* lspci.c: Resolve prog-if names.
1086d4798a32SMartin Mares
1087d4798a32SMartin Mares	* lib/names.c: Adapted to new pci.ids syntax.
1088d4798a32SMartin Mares
1089d4798a32SMartin Mares	* pci.ids: Reorganized the pci.ids file. Subsystems are listed
1090d4798a32SMartin Mares	under devices, classes can optionally contain prog-if information.
1091d4798a32SMartin Mares	New ID's, as usually.
1092d4798a32SMartin Mares
1093e306e911SMartin MaresWed Sep 22 09:45:24 1999  Martin Mares  <[email protected]>
1094e306e911SMartin Mares
1095e306e911SMartin Mares	* pci.ids: New ID's. As usually.
1096e306e911SMartin Mares
1097e306e911SMartin Mares	* lspci.c (show_htype1, show_htype2): Don't show `closed' bridge windows
1098e306e911SMartin Mares	unless we're vvvery verbose.
1099e306e911SMartin Mares
1100e306e911SMartin MaresMon Sep 20 11:22:54 1999  Martin Mares  <[email protected]>
1101e306e911SMartin Mares
1102e306e911SMartin Mares	* lspci.c (show_htype2): Don't forget a TAB before the "I/O window" line.
1103e306e911SMartin Mares
1104e64a576cSMartin MaresTue Sep 14 09:31:01 1999  Martin Mares  <[email protected]>
1105e64a576cSMartin Mares
1106e64a576cSMartin Mares	* pci.ids: New ID's. Again.
1107e64a576cSMartin Mares
1108c36c0862SMartin MaresThu Aug  5 17:45:42 1999  Martin Mares  <[email protected]>
1109c36c0862SMartin Mares
1110c36c0862SMartin Mares	* lspci.c (show_size): Don't show size if it's zero (usually
1111c36c0862SMartin Mares	due to bus-centric mode being enabled).
1112c36c0862SMartin Mares
11131ca42433SMartin MaresTue Jul 20 13:25:09 1999  Martin Mares  <[email protected]>
11141ca42433SMartin Mares
1115168b4f46SMartin Mares	* lib/pci.h: Types are OS dependent.
1116168b4f46SMartin Mares
1117168b4f46SMartin Mares	* lib/internal.h: Byte order hacks are OS dependent.
1118168b4f46SMartin Mares
1119168b4f46SMartin Mares	* lib/configure: Recognize FreeBSD. Also set OS_XXX according to the OS.
1120168b4f46SMartin Mares
1121168b4f46SMartin Mares	* lib/Makefile, lib/access.c: Added fbsd-device target.
1122168b4f46SMartin Mares
1123168b4f46SMartin Mares	* pci.ids: Added an entry for PLX 9080 bridges with subsystem ID
1124168b4f46SMartin Mares	incorrectly set to device ID.
1125168b4f46SMartin Mares
1126168b4f46SMartin Mares	* README: Added a note that we support FreeBSD.
1127168b4f46SMartin Mares
1128168b4f46SMartin Mares	* Makefile (PREFIX, ROOT): Set it depending on the OS.
1129168b4f46SMartin Mares	(%.8): Grrr, BSD date is not able to convert date formats the same way
1130168b4f46SMartin Mares	as GNU date does. Use sed instead.
1131168b4f46SMartin Mares	(install): Use `-c' when calling install.
1132168b4f46SMartin Mares
1133168b4f46SMartin Mares	* lib/fbsd-device.c: Added FreeBSD /dev/pci access module contributed
1134168b4f46SMartin Mares	by Jari Kirma <[email protected]>.
1135168b4f46SMartin Mares
1136bc6346dfSMartin Mares	* lib/proc.c: Rewrote the pread/pwrite things once again. Use pread
1137bc6346dfSMartin Mares	and pwrite only when we are certain it's safe (i.e., glibc 2.1
1138bc6346dfSMartin Mares	on all architectures or any libc on a i386 where we really know
1139bc6346dfSMartin Mares	how to use syscalls directly). In all other cases, emulate it
1140bc6346dfSMartin Mares	with lseek/read/write.
1141bc6346dfSMartin Mares
11421ca42433SMartin Mares	* pci.ids: Some more IDs.
11431ca42433SMartin Mares
11441ca42433SMartin MaresMon Jul 19 14:10:36 1999  Martin Mares  <[email protected]>
11451ca42433SMartin Mares
11461ca42433SMartin Mares	* pci.ids: Added IDs of parallel port controller cards as sent
11471ca42433SMartin Mares	by Tim Waugh <[email protected]>.
11481ca42433SMartin Mares
1149e95c8373SMartin MaresWed Jul  7 00:55:48 1999  Martin Mares  <[email protected]>
1150e95c8373SMartin Mares
1151e95c8373SMartin Mares	* lib/proc.c (proc_scan): HAVE_LONG_ADDRESS instead of HAVE_64BIT_ADDRESS.
1152e95c8373SMartin Mares
1153e95c8373SMartin Mares	* lspci.c: ADDR_FORMAT now depends on both HAVE_64BIT_ADDRESS and
1154e95c8373SMartin Mares	HAVE_LONG_ADDRESS.
1155e95c8373SMartin Mares
1156e95c8373SMartin Mares	* lib/configure: HAVE_64BIT_ADDRESS now doesn't imply that the addresses
1157e95c8373SMartin Mares	are represented as long long. Introduced a new flag HAVE_LONG_ADDRESS
1158e95c8373SMartin Mares	to indicate this. Both Sparc architectures now use both 64BIT_ADDRESS
1159e95c8373SMartin Mares	and LONG_ADDRESS since they have 32-bit userland, but don't set LONG_ADDRESS
1160e95c8373SMartin Mares	on Alpha.
1161e95c8373SMartin Mares
1162e95c8373SMartin Mares	* lspci.c (show_msi): Added dumping of the MSI capability.
1163e95c8373SMartin Mares	(show_slotid): The same for SlotID capability.
1164e95c8373SMartin Mares	(show_caps): Seperated capability dumping, because it should
1165e95c8373SMartin Mares	be used for both htype0 and htype1. Even PCI 2.2 doesn't mention
1166e95c8373SMartin Mares	layout of htype2, so I'm a bit unsure about it wrt capabilities
1167e95c8373SMartin Mares	-- they at least have to live somewhere else since address 0x34
1168e95c8373SMartin Mares	is already defined differently in htype2.
1169e95c8373SMartin Mares
1170e95c8373SMartin Mares	* lib/header.h (PCI_STATUS_UDF): Marked as obsolete (PCI 2.2).
1171e95c8373SMartin Mares	(PCI_BASE_ADDRESS_MEM_TYPE_1M): Ditto.
1172e95c8373SMartin Mares	(PCI_CAP_ID_*): Added some new capabilities defined in PCI 2.2.
1173e95c8373SMartin Mares
1174e95c8373SMartin Mares	* lspci.c (show_htype0): Mask out lowest 2 bits from all capability pointers
1175e95c8373SMartin Mares	(required by the PCI 2.2 specs).
1176e95c8373SMartin Mares
1177e95c8373SMartin MaresMon Jul  5 12:45:19 1999  Martin Mares  <[email protected]>
1178e95c8373SMartin Mares
1179e95c8373SMartin Mares	* lspci.c (show_size): Added new function for dumping of region sizes.
1180e95c8373SMartin Mares	(show_rom): Added. Now correctly dumps unassigned ROM addresses, disabled
1181e95c8373SMartin Mares	ROMs et cetera.
1182e95c8373SMartin Mares
1183e95c8373SMartin Mares	* lib/pci.h (struct pci_dev): known_fields moved to the public part
1184e95c8373SMartin Mares	of the structure.
1185e95c8373SMartin Mares
1186e95c8373SMartin Mares	* Added support for region sizes. Needs support in the kernel, because
1187e95c8373SMartin Mares	sizes have to be scanned before drivers initialize yourself. pci_fill_info()
1188e95c8373SMartin Mares	now returns a bitmask of what fields were really read.
1189e95c8373SMartin Mares
119082ce97c9SMartin MaresMon Jun 28 18:37:51 1999  Dave Jones    <[email protected]>
119182ce97c9SMartin Mares
119282ce97c9SMartin Mares	* Makefile:
119382ce97c9SMartin Mares	  Added `uninstall' target - removes all traces of pciutils.
119482ce97c9SMartin Mares	* pci.ids:
119582ce97c9SMartin Mares	  - Lots of cleanups in the ATI, S3, Adaptec vendors.
119682ce97c9SMartin Mares	  - Changed Compaq QVision 1280/p definitions, as it's not possible
119782ce97c9SMartin Mares	    to determine the revision from the device ID.
119882ce97c9SMartin Mares	  - Same for the Tseng ET4000.
119982ce97c9SMartin Mares	    The id's said I had a rev C, when it was actually a rev B.
120082ce97c9SMartin Mares	  - Removed some unnecessary strings
120182ce97c9SMartin Mares	    `PCI'. Unless it's an AGP card, it should be obvious that it's PCI.
120282ce97c9SMartin Mares	    `Ethernet card'. This should be determined from config space.
120382ce97c9SMartin Mares	  - Lots of other new vendors & devices
120482ce97c9SMartin Mares	  - Other additional small cleanups.
120582ce97c9SMartin Mares
12067bed2d83SMartin MaresMon Jun 21 22:11:10 1999  Martin Mares  <[email protected]>
12077bed2d83SMartin Mares
12087bed2d83SMartin Mares	* lib/names.c (pci_lookup_name): When device ID lookup
12097bed2d83SMartin Mares	fails, return hexadecimal device ID instead of vendor ID.
12107bed2d83SMartin Mares	Well spotted by Axel Bodemann <[email protected]>,
12117bed2d83SMartin Mares	I've just extended the fix to subsystem ID's.
12127bed2d83SMartin Mares
12135ba3a475SMartin MaresThu Jun 17 19:48:21 1999  Martin Mares  <[email protected]>
12145ba3a475SMartin Mares
12155ba3a475SMartin Mares	* lspci.c (show_agp): Bug fix from Petr Vandrovec
12165ba3a475SMartin Mares	<[email protected]>. The command register was displayed
12175ba3a475SMartin Mares	incorrectly.
12185ba3a475SMartin Mares
12195ba3a475SMartin MaresWed Jun  2 22:42:44 1999  Martin Mares  <[email protected]>
12205ba3a475SMartin Mares
12215ba3a475SMartin Mares	* lib/proc.c (SYS_pread, SYS_pwrite): Use hard-coded
12225ba3a475SMartin Mares	numbers if not supplied by the libc.
12235ba3a475SMartin Mares
122455c815b5SMartin MaresWed May 19 13:24:39 1999  Martin Mares  <[email protected]>
122555c815b5SMartin Mares
122655c815b5SMartin Mares	* Released the whole package as version 2.0.
122755c815b5SMartin Mares
122855c815b5SMartin MaresFri May 14 22:42:02 1999  Martin Mares  <[email protected]>
122955c815b5SMartin Mares
123055c815b5SMartin Mares	* pci.ids: Added several new ID's contributed by people
123155c815b5SMartin Mares	on the linux-pci list.
123255c815b5SMartin Mares
1233dec16943SMartin MaresMon Apr 19 15:21:08 1999  Jakub Jelinek  <[email protected]>
1234dec16943SMartin Mares
1235dec16943SMartin Mares	* lspci.c: Display I/O addresses correctly on sparc64.
1236dec16943SMartin Mares	* lib/header.h: Ditto.
1237dec16943SMartin Mares
1238dec16943SMartin Mares	* lib/configure: On sparc set HAVE_64BIT* as well, we want
1239dec16943SMartin Mares	a binary which works on both 32bit and 64bit SPARCs.
1240dec16943SMartin Mares
1241e33c9c7aSMartin MaresSun Apr 18 21:14:58 1999  Martin Mares  <[email protected]>
1242e33c9c7aSMartin Mares
1243e33c9c7aSMartin Mares	* lspci.c, lib/proc.c: Alpha compilation fixes from Matthew Jacob
1244e33c9c7aSMartin Mares	<[email protected]>.
1245e33c9c7aSMartin Mares
1246e33c9c7aSMartin Mares	* pci.ids: A lot of updates from Adam J. Richter <[email protected]>.
1247e33c9c7aSMartin Mares
1248f3395cc5SMartin MaresSun Feb 28 22:26:21 1999  Martin Mares  <[email protected]>
1249f3395cc5SMartin Mares
1250f3395cc5SMartin Mares	* lspci.c (do_map_bus): Don't dump functions 1--7 if not flagged
1251f3395cc5SMartin Mares	as a multi-function device, because several single-function devices
1252f3395cc5SMartin Mares	don't decode the function bits at all.
1253f3395cc5SMartin Mares
1254f3395cc5SMartin MaresSun Feb 14 23:48:22 1999  Martin Mares  <[email protected]>
1255f3395cc5SMartin Mares
1256f3395cc5SMartin Mares	* Makefile (install): Don't use "-o root -g root" for installation
1257f3395cc5SMartin Mares	since it breaks on machines where programs are not installed by root.
1258f3395cc5SMartin Mares	Reported by Richard Gooch <[email protected]>
1259f3395cc5SMartin Mares
1260f3395cc5SMartin MaresTue Feb  9 15:54:39 1999  Martin Mares  <[email protected]>
1261f3395cc5SMartin Mares
1262f3395cc5SMartin Mares	* lspci.c (show_bases): Use new address masking macros and pciaddr_t.
1263f3395cc5SMartin Mares
1264f3395cc5SMartin Mares	* lib/pci.h: Using pciaddr_t for bus addresses, which are 32-bit
1265f3395cc5SMartin Mares	or 64-bit depending on CPU.
1266f3395cc5SMartin Mares
1267f3395cc5SMartin Mares	* lib/pci.h (PCI_ADDR_MEM_MASK): Added macros for address masks
1268f3395cc5SMartin Mares	according to bus address width.
1269f3395cc5SMartin Mares
12701c31d620SMartin MaresThu Jan 28 20:54:16 1999  Martin Mares  <[email protected]>
12711c31d620SMartin Mares
12721c31d620SMartin Mares	* Released as 1.99.4.
12731c31d620SMartin Mares
12741c31d620SMartin Mares	* lspci.c: Capability list parser now recognizes both AGP
12751c31d620SMartin Mares	registers and PCI Power Management registers (the latter
12761c31d620SMartin Mares	is mainly guesswork based on DEC/Intel 21153 bridge specs
12771c31d620SMartin Mares	since I don't have the PCI Power Management document).
12781c31d620SMartin Mares
12791c31d620SMartin Mares	* lspci.c: Replaced numerous occurences of (x & flag) ? '+' : '-'
12801c31d620SMartin Mares	by FLAG macro.
12811c31d620SMartin Mares
12821c31d620SMartin Mares	* lspci.c: Added bridge checks to bus mapping code.
12831c31d620SMartin Mares
12841812a795SMartin MaresWed Jan 27 14:59:16 1999  Martin Mares  <[email protected]>
12851812a795SMartin Mares
12861812a795SMartin Mares	* lspci.c: Implemented bus mapping mode (-M).
12871812a795SMartin Mares
12881812a795SMartin Mares	* lspci.c (scan_devices): Split to scan_devices() and scan_device().
12891812a795SMartin Mares	(show): Split to show() and show_device().
12901812a795SMartin Mares
12911812a795SMartin Mares	* lib/access.c (pci_init): When a->method == PCI_ACCESS_AUTO,
12921812a795SMartin Mares	set it to the real access method afterwards.
12931812a795SMartin Mares
12941812a795SMartin MaresMon Jan 25 23:46:13 1999  Martin Mares  <[email protected]>
12951812a795SMartin Mares
12961812a795SMartin Mares	* lib/generic.c (pci_generic_fill_info): If in buscentric mode,
12971812a795SMartin Mares	don't check PCI_COMMAND for I/O and memory enables.
12981812a795SMartin Mares
1299f6c86928SMartin MaresMon Jan 25 21:28:49 1999  Martin Mares  <[email protected]>
1300f6c86928SMartin Mares
1301f6c86928SMartin Mares	* Makefile: Added target `release' which substitutes new version
1302f6c86928SMartin Mares	number to .spec, .lsm and README. Also rewrote target `dist'.
1303f6c86928SMartin Mares
1304f6c86928SMartin Mares	* Released as 1.99.3.
1305f6c86928SMartin Mares
1306b5137411SMartin MaresSun Jan 24 22:10:36 1999  Martin Mares  <[email protected]>
1307b5137411SMartin Mares
1308d6b297d0SMartin Mares	* lib/header.h: Until kernel adopts new layout of PCI
1309d6b297d0SMartin Mares	includes (i.e., separate declaration of header structure,
1310d6b297d0SMartin Mares	functions and device IDs), which is not going to happen
1311d6b297d0SMartin Mares	before 2.3, we'll use our own definiton of the header.
1312d6b297d0SMartin Mares
1313b5137411SMartin Mares	* lspci.c (show_verbose): Display `Cap' flag in device status.
1314b5137411SMartin Mares
1315b5137411SMartin Mares	* lspci.c (show_htype0): Display capability lists whereever
1316b5137411SMartin Mares	available. The only capability name we recognize now is `AGP'.
1317b5137411SMartin Mares	Unfortunately, capabilities are stored in device-dependent
1318b5137411SMartin Mares	portion of the configuration space and are thus available
1319b5137411SMartin Mares	only to root unless you read a dump.
1320b5137411SMartin Mares
1321b5137411SMartin Mares	* lspci.c (scan_devices): Use cache instead of buffering.
1322b5137411SMartin Mares
1323b5137411SMartin Mares	* lib/buffer.c: Removed (obsoleted by the cache).
1324b5137411SMartin Mares
1325b5137411SMartin Mares	* lib/access.c: Added general caching mechanism.
1326b5137411SMartin Mares
132781ce358dSMartin MaresSat Jan 23 21:30:54 1999  Martin Mares  <[email protected]>
132881ce358dSMartin Mares
132981ce358dSMartin Mares	* pci.ids: Added few devices.
133081ce358dSMartin Mares
1331727ce158SMartin MaresFri Jan 22 19:29:31 1999  Martin Mares  <[email protected]>
1332727ce158SMartin Mares
1333727ce158SMartin Mares	* Version string is now defined in top-level Makefile, exported
1334727ce158SMartin Mares	to the configure script and also substituted to man pages.
1335727ce158SMartin Mares
1336727ce158SMartin Mares	* lspci.c (show_bases): Rewrote displaying of 64-bit addresses.
1337727ce158SMartin Mares	(show_verbose): Rewrote interrupt display logic.
1338727ce158SMartin Mares
1339727ce158SMartin Mares	* lib/i386-ports.c: Include sys/io.h only on glibc systems.
1340727ce158SMartin Mares
1341727ce158SMartin Mares	* lib/configure: Rewrote detection of Linux versions. Now it
1342727ce158SMartin Mares	works on 2.0 kernels (only with direct/dump access, of course).
1343727ce158SMartin Mares
1344727ce158SMartin Mares	* lib/internal.h: New bytesex macros using <asm/byteorder.h>
1345727ce158SMartin Mares	whenever available.
1346727ce158SMartin Mares
1347727ce158SMartin Mares	* lib/proc.c (proc_read, proc_write): Distinguish between short
1348727ce158SMartin Mares	read/write and real errors.
1349727ce158SMartin Mares
1350727ce158SMartin Mares	* lspci.c (show_htype{0,1}): Always use d->dev->rom_base_addr since
1351727ce158SMartin Mares	libpci respects buscentric mode automatically.
1352727ce158SMartin Mares
1353727ce158SMartin Mares	* lspci.c (show_hex_dump): For CardBus bridges, print out 128
1354727ce158SMartin Mares	bytes of header (the whole standard part).
1355727ce158SMartin Mares
1356727ce158SMartin Mares	* common.c: pcilib options are now all uppercase. Also moved
1357727ce158SMartin Mares	PCI access debugging option here.
1358727ce158SMartin Mares
1359727ce158SMartin Mares	* Released as 1.99.2.
1360727ce158SMartin Mares
1361727ce158SMartin MaresWed Jan 20 22:50:35 1999  Martin Mares  <[email protected]>
1362727ce158SMartin Mares
1363727ce158SMartin Mares	* Wrote configure script and rewrote Makefiles.
1364727ce158SMartin Mares
1365727ce158SMartin Mares	* Removed few unused variables.
1366727ce158SMartin Mares
1367727ce158SMartin MaresWed Jan 20 12:21:56 1999  Martin Mares  <[email protected]>
1368727ce158SMartin Mares
1369727ce158SMartin Mares	* common.c: Moved several functions used in both setpci and lspci
1370727ce158SMartin Mares	here. This includes parsing of libpci-related options.
1371727ce158SMartin Mares
1372727ce158SMartin Mares	* More library tweaks.
1373727ce158SMartin Mares
1374727ce158SMartin Mares	* filter.c, names.c: Moved to library.
1375727ce158SMartin Mares
1376727ce158SMartin Mares	* setpci: Rewritten to use the library.
1377727ce158SMartin Mares
1378727ce158SMartin Mares	* Released as 1.99.1.
1379727ce158SMartin Mares
1380727ce158SMartin MaresTue Jan 19 23:00:12 1999  Martin Mares  <[email protected]>
1381727ce158SMartin Mares
1382727ce158SMartin Mares	* lspci.c (scan_devices): For cardbus bridges, read first 128
1383727ce158SMartin Mares	bytes of config space to get full standard header.
1384727ce158SMartin Mares
1385727ce158SMartin Mares	* Makefile (CFLAGS): Removed "-Wno-unused".
1386727ce158SMartin Mares
1387727ce158SMartin Mares	* Started the "New Generation" branch and introduced the
1388727ce158SMartin Mares	PCI library.
1389727ce158SMartin Mares
1390727ce158SMartin Mares	* lspci: Rewritten to use the library.
1391727ce158SMartin Mares
13926ece6bc6SMartin MaresTue Jan 19 22:24:08 1999  Martin Mares  <[email protected]>
13936ece6bc6SMartin Mares
13946ece6bc6SMartin Mares	* Released as version 1.10.
13956ece6bc6SMartin Mares
13966ece6bc6SMartin MaresMon Jan 18 08:51:17 1999  Martin Mares  <[email protected]>
13976ece6bc6SMartin Mares
13986ece6bc6SMartin Mares	* lspci.8, setpci.8: Miscellaneous fixes as suggested by
13996ece6bc6SMartin Mares	Dag Wieers <[email protected]>.
14006ece6bc6SMartin Mares
14011212dd6dSMartin MaresSun Nov 29 20:05:56 1998  Martin Mares  <[email protected]>
14021212dd6dSMartin Mares
14031212dd6dSMartin Mares	* pciutils.spec (Name): Update from Krzysztof G. Baranowski.
14041212dd6dSMartin Mares
1405d38471fdSMartin MaresSun Nov 22 10:49:56 1998  Martin Mares  <[email protected]>
1406d38471fdSMartin Mares
1407d38471fdSMartin Mares	* Makefile, pciutils.h: Moved pci.ids to /usr/share.
1408d38471fdSMartin Mares
1409d38471fdSMartin Mares	* Released as version 1.09.
1410d38471fdSMartin Mares
1411371f605bSMartin MaresWed Nov 18 15:47:05 1998  Martin Mares  <[email protected]>
1412371f605bSMartin Mares
1413371f605bSMartin Mares	* lspci.c (show_htype1): Fixed displaying of prefetchable memory behind
1414371f605bSMartin Mares	bridge. Thanks to Petr Vandrovec <[email protected]> for bug report.
1415371f605bSMartin Mares
141610be47abSMartin MaresFri Oct 23 18:59:19 1998  Martin Mares  <[email protected]>
141710be47abSMartin Mares
141810be47abSMartin Mares	* setpci.c: Don't include <syscall-list.h> with glibc >= 2.1.
141910be47abSMartin Mares
1420472bd340SMartin MaresMon Oct 19 21:53:30 1998  Martin Mares  <[email protected]>
1421472bd340SMartin Mares
1422472bd340SMartin Mares	* Released as version 1.08.
1423472bd340SMartin Mares
1424472bd340SMartin Mares	* setpci.c: glibc 2.1.x already defines pread() and pwrite().
1425472bd340SMartin Mares
1426472bd340SMartin Mares	* lspci.8: Changed warning about lspci -xxx.
1427472bd340SMartin Mares
1428472bd340SMartin Mares	* lspci.c: Require "-xxx" for full configuration space dump, so that
1429472bd340SMartin Mares	it's impossible to crash the machine by single typo.
1430472bd340SMartin Mares
1431472bd340SMartin Mares	* specs: Added (courtesy of Krzysztof G. Baranowski <[email protected]>).
1432472bd340SMartin Mares
1433072c77e5SMartin MaresWed Sep  9 12:03:24 1998  Martin Mares  <[email protected]>
1434072c77e5SMartin Mares
1435072c77e5SMartin Mares	* lspci.c (show_bases): Better displaying of unassigned and
1436072c77e5SMartin Mares	disabled bases. Thanks to Gabriel Paubert <[email protected]>
1437072c77e5SMartin Mares	for an idea.
1438072c77e5SMartin Mares
1439b7554856SMartin MaresWed Sep  2 10:58:01 1998  Martin Mares  <[email protected]>
1440b7554856SMartin Mares
1441b7554856SMartin Mares	* setpci.c (pread): Recognize glibc 1.99 numbered as 2.0 on the PPC.
1442b7554856SMartin Mares	(thanks to Geert Uytterhoeven for finding this out)
1443b7554856SMartin Mares
1444ce503b7fSMartin MaresFri Jul 17 10:43:30 1998  Martin Mares  <[email protected]>
1445ce503b7fSMartin Mares
1446ce503b7fSMartin Mares	* lspci.c (show_verbose): Print subsystem ID using the new resolver.
1447ce503b7fSMartin Mares	(show_machine): Print subsystem ID.
1448ce503b7fSMartin Mares
1449ce503b7fSMartin Mares	* names.c: New name resolution engine supporting subsystem IDs.
1450ce503b7fSMartin Mares
1451ce503b7fSMartin Mares	* Released as version 1.07.
1452ce503b7fSMartin Mares
145396e4f295SMartin MaresWed Jul 15 15:37:21 1998  Martin Mares  <[email protected]>
145496e4f295SMartin Mares
145596e4f295SMartin Mares	* lspci.c (show_htype2 etc.): Displaying of CardBus headers.
145696e4f295SMartin Mares	(show_bases): Honor the `cnt' argument.
145796e4f295SMartin Mares	(grow_tree): Parse CardBus headers in tree mode as well.
145896e4f295SMartin Mares
145996e4f295SMartin Mares	* pci.h: Updated CardBus header field description. I still don't
146096e4f295SMartin Mares	have the CardBus standard available, but OZ6832 specs contain
146196e4f295SMartin Mares	full description of all header fields supported by the chip.
146296e4f295SMartin Mares
14636ae3650aSMartin MaresTue Jun  9 22:53:59 1998  Martin Mares  <[email protected]>
14646ae3650aSMartin Mares
1465304f9a0bSMartin Mares	* Released as 1.06.
1466304f9a0bSMartin Mares
14676ae3650aSMartin Mares	* names.c (parse_name_list): Killed an unused variable.
14686ae3650aSMartin Mares
14696ae3650aSMartin Mares	* setpci.c (pread, pwrite): Define SYS_(pread|pwrite) as __NR_\1
14706ae3650aSMartin Mares	if they are not defined by glibc (needed for glibc built on older
14716ae3650aSMartin Mares	kernels). Ugly.
14726ae3650aSMartin Mares
14736ae3650aSMartin Mares	* setpci.c (exec_op): Fixed error messages. Thanks, Steve!
14746ae3650aSMartin Mares
14754b88a6b8SMartin MaresMon Jun  8 10:59:22 1998  Martin Mares  <[email protected]>
14764b88a6b8SMartin Mares
14774b88a6b8SMartin Mares	* Released as 1.05.
14784b88a6b8SMartin Mares
14794b88a6b8SMartin Mares	* setpci.c: Problems with pread()/pwrite() with glibc on Alpha
14804b88a6b8SMartin Mares	should be gone. Again thanks to Steve for bug report.
14814b88a6b8SMartin Mares
14824b88a6b8SMartin Mares	* filter.c (filter_parse_slot): Fixed ":x" type filters.
14834b88a6b8SMartin Mares
14844b88a6b8SMartin Mares	* pci.ids: Killed duplicate entry. Thanks to Stephen Williams
14854b88a6b8SMartin Mares	<[email protected]> for reporting this.
14864b88a6b8SMartin Mares
14874b88a6b8SMartin MaresSun Jun  7 19:27:51 1998  Martin Mares  <[email protected]>
14884b88a6b8SMartin Mares
14894b88a6b8SMartin Mares	* lspci.c (main), setpci.c (main): Implemented "--version".
14904b88a6b8SMartin Mares
14914b88a6b8SMartin Mares	* Released as 1.04.
14924b88a6b8SMartin Mares
14934b88a6b8SMartin Mares	* pciutils.h (PCIUTILS_VERSION): Added version string.
14944b88a6b8SMartin Mares
14954b88a6b8SMartin Mares	* filter.c, names.c: Extraneous #include <linux/pci.h> removed.
14964b88a6b8SMartin Mares	Thanks to Geert Uytterhoeven <[email protected]>
14974b88a6b8SMartin Mares	for bug report.
14984b88a6b8SMartin Mares
14999b306998SMartin MaresThu May 28 14:45:58 1998  Martin Mares  <[email protected]>
15009b306998SMartin Mares
15019b306998SMartin Mares	* pci.ids: More updates from Jens Maurer.
15029b306998SMartin Mares
1503b372672fSMartin MaresWed Apr 22 10:00:39 1998  Martin Mares  <[email protected]>
1504b372672fSMartin Mares
1505b372672fSMartin Mares	* pci.ids: Updates from Jens Maurer.
1506b372672fSMartin Mares
1507b2c9b373SMartin MaresSun Apr 19 11:14:25 1998  Martin Mares  <[email protected]>
1508b2c9b373SMartin Mares
1509b372672fSMartin Mares	* Released as 1.03.
1510b372672fSMartin Mares
1511b2c9b373SMartin Mares	* setpci.8: Written.
1512b2c9b373SMartin Mares
1513b2c9b373SMartin Mares	* setpci.c: Finished.
1514b2c9b373SMartin Mares
1515b2c9b373SMartin Mares	* lspci.c: Now able to fetch expansion ROM base from kernel device list
1516b2c9b373SMartin Mares	and print it if not in buscentric mode.
1517b2c9b373SMartin Mares
1518e4842ff3SMartin MaresTue Mar 31 23:11:57 1998  Martin Mares  <[email protected]>
1519e4842ff3SMartin Mares
1520e4842ff3SMartin Mares	* setpci.c: Added.
1521e4842ff3SMartin Mares
1522e4842ff3SMartin MaresSun Mar 22 15:39:08 1998  Martin Mares  <[email protected]>
1523e4842ff3SMartin Mares
1524e4842ff3SMartin Mares	* lspci.8: Updated the documentation.
1525e4842ff3SMartin Mares
1526e4842ff3SMartin Mares	* lspci.c: Modified to use the new filtering mechanism (options -f and -d).
1527e4842ff3SMartin Mares
1528e4842ff3SMartin Mares	* filter.c: Introduced new generic device filter.
1529e4842ff3SMartin Mares
1530008407bdSMartin MaresThu Mar 19 17:03:48 1998  Martin Mares  <[email protected]>
1531008407bdSMartin Mares
1532008407bdSMartin Mares	* lspci.c (grow_tree, show_tree_dev, print_it): Fixed displaying
1533008407bdSMartin Mares	of PCI-to-PCI bridges in the tree format.
1534008407bdSMartin Mares
15350a33d0ecSMartin MaresSun Feb 15 10:12:25 1998  Martin Mares  <[email protected]>
15360a33d0ecSMartin Mares
15370a33d0ecSMartin Mares	* lspci.c (show_machine): Added non-verbose mode of machine-readable
15380a33d0ecSMartin Mares	dump.
15390a33d0ecSMartin Mares
15400a33d0ecSMartin Mares	* pci.ids: Updates from Jens Maurer.
15410a33d0ecSMartin Mares
15420a33d0ecSMartin Mares	* Released as version 1.02.
15430a33d0ecSMartin Mares
15440a33d0ecSMartin MaresThu Feb 12 16:53:28 1998  Martin Mares  <[email protected]>
15450a33d0ecSMartin Mares
15460a33d0ecSMartin Mares	* lspci.c: Added a "-m" switch for dumping machine-readable
15470a33d0ecSMartin Mares	configuration data (requested by Bjoern Kriews <[email protected]>).
15480a33d0ecSMartin Mares
1549fb38eee8SMartin MaresMon Feb  9 13:17:43 1998  Martin Mares  <[email protected]>
1550fb38eee8SMartin Mares
1551fb38eee8SMartin Mares	* Makefile, pciutils.h: Include local pci.h instead of <linux/pci.h>
1552fb38eee8SMartin Mares	if available. This should avoid all problems with official kernel
1553fb38eee8SMartin Mares	not synchronized to newer PCI code in CVS -- standard distribution
1554fb38eee8SMartin Mares	of pciutils now contains pci.h from current CVS kernel, pciutils
1555fb38eee8SMartin Mares	in CVS contain no pci.h and use the correct kernel include.
1556fb38eee8SMartin Mares
1557fb38eee8SMartin Mares	* Makefile: Fixed installation path for man pages.
1558fb38eee8SMartin Mares
15592f48f637SMartin MaresSat Feb  7 15:15:46 1998  Martin Mares  <[email protected]>
15602f48f637SMartin Mares
15612f48f637SMartin Mares	* README: Updated.
15622f48f637SMartin Mares
15632f48f637SMartin Mares	* lspci.8: Created a man page.
15642f48f637SMartin Mares
15652f48f637SMartin Mares	* Releasing as version 1.0.
15662f48f637SMartin Mares
15672f48f637SMartin MaresTue Feb  3 20:56:00 1998  Martin Mares  <[email protected]>
15682f48f637SMartin Mares
15692f48f637SMartin Mares	* Makefile: Recognize architecture by calling uname and pass it as ARCH_xxx
15702f48f637SMartin Mares	to all the C sources. This should eliminate problems with 32-bit compilers
15712f48f637SMartin Mares	on sparc64.
15722f48f637SMartin Mares
15732f48f637SMartin Mares	* lspci.c (show_verbose): Recognize CardBus bridge header type.
15742f48f637SMartin Mares	(show_htype2): Stub routine.
15752f48f637SMartin Mares	(scan_config): Write sensible error message if the kernel denies reading of
15762f48f637SMartin Mares	upper part of the PCI config space.
1577