xref: /pciutils/ChangeLog (revision f29dcc87)
11c5cc9b5SMartin Mares2006-07-30  Martin Mares  <[email protected]>
21c5cc9b5SMartin Mares
3*f29dcc87SMartin Mares	* lspci.c (show_htype1): Fixed bug in printing of 64-bit prefetchable
4*f29dcc87SMartin Mares	memory windows. Fix by Petr Vandrovec.
5*f29dcc87SMartin Mares
68eab3bffSMartin Mares	* maint/release.pm: Exclude .git directory from releases.
78eab3bffSMartin Mares
8d305d704SMartin Mares	* lib/i386-ports.c, lib/i386-io-*: Report failures during port access
9d305d704SMartin Mares	initialization by a->warn() instead of calling printf() or perror()
10d305d704SMartin Mares	directly.
11d305d704SMartin Mares
129007a292SMartin Mares	* lib/i386-ports.c, lib/i386-io-*: Moved the logic which keeps track of
139007a292SMartin Mares	the port access state to generic code.
149007a292SMartin Mares
15bd20d5b5SMartin Mares	* lib/i386-io-hurd.h: Ask the kernel for I/O port access appropriately.
16bd20d5b5SMartin Mares	Contributed by Thomas Schwinge and Samuel Thibault.
17bd20d5b5SMartin Mares
1873750606SMartin Mares	* lib/i386-ports.c: Define _GNU_SOURCE, it's needed by the Hurd module.
1973750606SMartin Mares
20d71daa45SMartin Mares	* lib/header.h: Whitespace cleanups.
21d71daa45SMartin Mares
221c5cc9b5SMartin Mares	* lib/i386-io-windows.h: Fixed indentation and spelling.
231c5cc9b5SMartin Mares
241c5cc9b5SMartin Mares	* README.Windows: Mention that WinIO.dll is needed and where to get it.
251c5cc9b5SMartin Mares
26c2b144efSMartin Mares2006-06-27  Martin Mares  <[email protected]>
27c2b144efSMartin Mares
2814d4f989SMartin Mares	* lib/Makefile, Makefile: Added rules for building and cleaning the example.
2914d4f989SMartin Mares
3014d4f989SMartin Mares	* lib/example.c: Show how to use PCI_FILL_CLASS and used another register
3114d4f989SMartin Mares	for demonstrating the config space accesses. The example is still very
3214d4f989SMartin Mares	incomplete, though.
3314d4f989SMartin Mares
34c2b144efSMartin Mares	* lib/pci.h, lib/generic.c: Added PCI_FILL_CLASS.
35c2b144efSMartin Mares
36c2b144efSMartin Mares	* lib/sysfs.c: Fetch device ID and class from sysfs, because they can
37c2b144efSMartin Mares	be modified by kernel fixups.
38c2b144efSMartin Mares
39c2b144efSMartin Mares	* lspci.c: Use PCI_FILL_CLASS. Thanks to Matthew Willcox for the patch.
40c2b144efSMartin Mares
41bc2eed2dSMartin Mares2006-06-03  Martin Mares  <[email protected]>
42bc2eed2dSMartin Mares
43bc2eed2dSMartin Mares	* lspci.c: Introduced the -nn switch. Thanks to David N. Welton
44bc2eed2dSMartin Mares	for the idea.
45bc2eed2dSMartin Mares
46bc2eed2dSMartin Mares	* lib/names.c (pci_lookup_name): Introduced PCI_LOOKUP_MIXED and
47bc2eed2dSMartin Mares	cleaned up the name selection code.
48bc2eed2dSMartin Mares
49c72eeddeSMartin Mares	* lib/names.c (pci_lookup_name): If PCI_LOOKUP_NO_NUMBERS is given,
50c72eeddeSMartin Mares	pci_access->numeric_ids is ignored.
51c72eeddeSMartin Mares
52c72eeddeSMartin Mares	* lib/names.c (pci_lookup_name): When class is identified and
53c72eeddeSMartin Mares	subclass isn't, display class name and subclass number.
54c72eeddeSMartin Mares
552f294d4bSMartin Mares2006-05-31  Martin Mares  <[email protected]>
562f294d4bSMartin Mares
572f294d4bSMartin Mares	* setpci.c (main): Don't crash when an invalid width is specified.
582f294d4bSMartin Mares
5981afa98cSMartin Mares	* lspci.c, setpci.c, common.c: die() now uses the right program
6081afa98cSMartin Mares	name when printing an error message.
6181afa98cSMartin Mares
620ac282f2SMartin Mares2006-05-19  Martin Mares  <[email protected]>
630ac282f2SMartin Mares
640ac282f2SMartin Mares	* README: Mention the public GIT tree.
650ac282f2SMartin Mares
660ac282f2SMartin Mares	* README: Updated the list of ports.
670ac282f2SMartin Mares
68d1058e9dSMartin Mares2006-05-10  Martin Mares  <[email protected]>
69d1058e9dSMartin Mares
70d1058e9dSMartin Mares	* lib/configure, lib/fbsd-device.c: Added support for GNU/kFreeBSD.
71d1058e9dSMartin Mares	Thanks to Petr Salinger for the patch.
72d1058e9dSMartin Mares
73abf8d505SMartin Mares2006-05-05  Martin Mares  <[email protected]>
74abf8d505SMartin Mares
752ae2d1aeSMartin Mares	* Released as 2.2.3.
762ae2d1aeSMartin Mares
772ae2d1aeSMartin Mares	* lspci.c (scan_device): The -D switch didn't work as intended
782ae2d1aeSMartin Mares	in -m mode.
792ae2d1aeSMartin Mares
802ae2d1aeSMartin Mares2006-05-05  Martin Mares  <[email protected]>
812ae2d1aeSMartin Mares
821d5cf727SMartin Mares	* Released as 2.2.2.
831d5cf727SMartin Mares
848a830168SMartin Mares	* pci.ids: Updated to the current database snapshot.
858a830168SMartin Mares
86b6359063SMartin Mares	* lib/obsd-device.c (and other files in lib/*): Added OpenBSD
87b6359063SMartin Mares	interface by Matthieu Herrb <[email protected]>, based on
88b6359063SMartin Mares	the existing FreeBSD interface.
89b6359063SMartin Mares
90abf8d505SMartin Mares	* Moved pciutils to a GIT repository, which now contains merged
91abf8d505SMartin Mares	history from both CVS and Arch. Good bye, TLA!
92abf8d505SMartin Mares
936ac70402SMartin Mares2006-03-21  Martin Mares  <[email protected]>
946ac70402SMartin Mares
952a124daeSMartin Mares	* lspci.c (show_slot_name): Avoid the previous changes in default
962a124daeSMartin Mares	display of domain name when in machine-readable mode. However, `-D'
972a124daeSMartin Mares	forces domain display even there.
982a124daeSMartin Mares
996ac70402SMartin Mares	* lspci.man: Added a warning on -m being the only format, which is
1006ac70402SMartin Mares	guaranteed to be stable between lspci versions.
1016ac70402SMartin Mares
1021bbdea17SMartin Mares2006-03-13  Martin Mares  <[email protected]>
1031bbdea17SMartin Mares
104af61eb25SMartin Mares	* lspci.man: Documented the -D switch.
105af61eb25SMartin Mares
106af61eb25SMartin Mares	* lspci.c (show_slot_name, scan_device): If there are multiple PCI
107af61eb25SMartin Mares	domains or if the `-D' switch is used, show the domain number for
108af61eb25SMartin Mares	all devices.
109af61eb25SMartin Mares
1107a61b93cSMartin Mares	* lspci.c (show_verbose): Report cache line size in bytes.
1117a61b93cSMartin Mares
1121bbdea17SMartin Mares	* update-pciids.sh: Use curl if available. Patch by Matthew Wilcox.
1131bbdea17SMartin Mares
1140e78ef8aSMartin Mares2006-01-04  Martin Mares  <[email protected]>
1150e78ef8aSMartin Mares
1160e78ef8aSMartin Mares	* lspci.c (show_express_link): Fixed decoding of link status register.
1170e78ef8aSMartin Mares	Thanks to Roland Dreier for his report.
1180e78ef8aSMartin Mares
119e6859953SMartin Mares2005-12-12  Martin Mares  <[email protected]>
120e6859953SMartin Mares
121e6859953SMartin Mares	* lib/nbsd-libpci.c: If libpci is used by an ordinary user, allow
122e6859953SMartin Mares	at least read-only access. Patch by Pavel Celeda <[email protected]>.
123e6859953SMartin Mares
124e6859953SMartin Mares	* Makefile: Corrected library path on NetBSD.
125e6859953SMartin Mares
126a99c0d69SMartin Mares2005-11-26  Martin Mares  <[email protected]>
127a99c0d69SMartin Mares
128e4af70c6SMartin Mares	* Released as 2.2.1.
129e4af70c6SMartin Mares
130a99c0d69SMartin Mares	* lspci.c (show_machine): Subsystem vendors were printed incorrectly
131a99c0d69SMartin Mares	in machine-readable modes. Thanks to Pavel Celeda for a bug report.
132a99c0d69SMartin Mares
133f23fd3fcSMartin Mares2005-10-11  Martin Mares  <[email protected]>
134f23fd3fcSMartin Mares
135f23fd3fcSMartin Mares	* lspci.c (new_bus): Fixed a memory leak. Thanks to Paul Sangree for reporting it.
136f23fd3fcSMartin Mares
13715296723SMartin Mares2005-09-21  Martin Mares  <[email protected]>
13815296723SMartin Mares
13915296723SMartin Mares	* Released as 2.2.0.
14015296723SMartin Mares
14140b6d93fSMartin Mares	* pci.ids: Updated copyright header.
14240b6d93fSMartin Mares
14315296723SMartin Mares	* lib/sysfs.c (sysfs_get_resources): Removed warning about unsupported
14415296723SMartin Mares	64-bit addresses, they are now always supported.
14515296723SMartin Mares
14615296723SMartin Mares	* lspci.c (show_bases): Corrected printing of 64-bit addresses
14715296723SMartin Mares	in bus-centric mode.
14815296723SMartin Mares
14915296723SMartin Mares	* lib/configure: Enable 64-bit addresses on all Linux systems.
15015296723SMartin Mares
15115296723SMartin Mares	* lib/types.h: Don't pad 64-bit addresses to 16 xigits, only to 8 if they
15215296723SMartin Mares	are shorter.
15315296723SMartin Mares
154224707baSMartin Mares2005-09-11  Martin Mares  <[email protected]>
155224707baSMartin Mares
156224707baSMartin Mares	* Released as 2.1.99-test11.
157224707baSMartin Mares
158224707baSMartin Mares	* lspci.c: Removed unnecessary trailing zeros in pci_lookup_name() calls.
159224707baSMartin Mares
160aeaca5d3SMartin Mares2005-09-10  Martin Mares  <[email protected]>
161aeaca5d3SMartin Mares
162224707baSMartin Mares	* Released as 2.1.99-test10.
163224707baSMartin Mares
16463e6f2e0SMartin Mares	* pci.ids: Synchronized with the current database snapshot.
16563e6f2e0SMartin Mares
166043ebdeeSMartin Mares	* update-pciids.sh: Changed the default URL for downloading pci.ids
167043ebdeeSMartin Mares	to http://pciids.sourceforge.net/v2.2/pci.ids.
168043ebdeeSMartin Mares
169043ebdeeSMartin Mares	* lib/pci.h (PCI_LIB_VERSION): Added version identifier.
170043ebdeeSMartin Mares
171aeaca5d3SMartin Mares	* lib/names.c: Rewritten the name database module almost from scratch.
172aeaca5d3SMartin Mares	Everything is much cleaner and there are hopefully no more memory leaks;
173aeaca5d3SMartin Mares	pci_lookup_name() now uses varargs in a backward compatible fashion.
174aeaca5d3SMartin Mares	Introduced PCI_LOOKUP_NO_NUMBERS.
175aeaca5d3SMartin Mares
176aeaca5d3SMartin Mares	The new code supports subsystem entries not tied to a specific device.
177aeaca5d3SMartin Mares	I had to extend the format of pci.ids in order to support it, so I have
178aeaca5d3SMartin Mares	extended the idea of the "C" (class) blocks and introduced "S" blocks
179aeaca5d3SMartin Mares	for subsystems. To avoid doing more incompatible changes in the future,
180aeaca5d3SMartin Mares	the parser skips unknown single-letter blocks without reporting errors.
181aeaca5d3SMartin Mares
182121c76c9SMartin Mares2005-08-23  Martin Mares  <[email protected]>
183121c76c9SMartin Mares
18454e13765SMartin Mares	* Released as 2.1.99-test9.
18554e13765SMartin Mares
18654e13765SMartin Mares	* Makefile (OPT): Removed -fomit-frame-pointer, it's default in recent
18754e13765SMartin Mares	gcc versions when optimizing anyway.
18854e13765SMartin Mares
18954e13765SMartin Mares	* Made the path to pci.ids customizable and independent on the SHAREDIR.
19054e13765SMartin Mares	Just override IDSDIR in the top-level Makefile.
19154e13765SMartin Mares
19254e13765SMartin Mares	* pci.ids: Synchronized with the current database snapshot.
19354e13765SMartin Mares
19484d437d6SMartin Mares	* lspci.man, setpci.man: Improved the man pages. Documented all access
19584d437d6SMartin Mares	methods and which operations are privileged.
19684d437d6SMartin Mares
19784d437d6SMartin Mares	* lspci.c: Another rewrite of config register caching, now also including
19884d437d6SMartin Mares	lots of internal checks. It should be now perfectly able to cope with
19984d437d6SMartin Mares	portions of the configuration space being inaccessible, for example
20084d437d6SMartin Mares	due to insufficient access rights.
20184d437d6SMartin Mares
2023b8bf739SMartin Mares	* lspci.c (show_pcix_nobridge, show_pcix_bridge): Cleaned up dumping of PCI-X
2033b8bf739SMartin Mares	capabilities. Includes partial support for PCI-X 2.0 (probably incomplete
2043b8bf739SMartin Mares	as I haven't seen the spec).
2053b8bf739SMartin Mares
2063b8bf739SMartin Mares	* lspci.c: Quell warnings about unused parameters.
2073b8bf739SMartin Mares
20884d437d6SMartin Mares	* lspci.c: Removed C++ comments.
20984d437d6SMartin Mares
2103b8bf739SMartin Mares	* lib/header.h: Merged definitions of extended capabilities and some new
2113b8bf739SMartin Mares	PCI-X capability bits from linux-2.6.11/include/pci.h.
2123b8bf739SMartin Mares
2133b8bf739SMartin Mares	* lspci.c (show_caps): Try to scan extended capabilities only if the
2143b8bf739SMartin Mares	device has either PCI-X or PCI Express capability in its normal capability
2153b8bf739SMartin Mares	list.
2163b8bf739SMartin Mares
217f7821e53SMartin Mares	* lib/dump.c (dump_init): Reading of dumps works again. The dump reader
218f7821e53SMartin Mares	now also remembers how much data it has read and refuses attempts to
219f7821e53SMartin Mares	access more than that.
220ea4e5f5dSMartin Mares
22146ea554dSMartin Mares	* setpci.man, lspci.c, README: prefer spelling "buses" over "busses".
22246ea554dSMartin Mares
2238afaab22SMartin Mares	* lspci.c: If alloca() is not available, use xmalloc(), not malloc().
2248afaab22SMartin Mares
225121c76c9SMartin Mares	* lib/configure: Added x86_64 on Linux.
226121c76c9SMartin Mares
227c1c2c30eSMartin Mares2005-08-22  Martin Mares  <[email protected]>
228c1c2c30eSMartin Mares
229b9ca9147SMartin Mares	* lib/filter.c (pci_filter_parse_slot): Fixed parsing of domain filters.
230b9ca9147SMartin Mares	Thanks to Matthew Wilcox for bug report.
231b9ca9147SMartin Mares
232c1c2c30eSMartin Mares	* lspci.c: Corrected spelling of "Hz" (it was "hz" at several places).
233b9ca9147SMartin Mares	Thanks to Krzysztof Oledzki for pointing that out.
234c1c2c30eSMartin Mares
23526542a0bSMartin Mares2004-08-19  Martin Mares  <[email protected]>
23626542a0bSMartin Mares
23726542a0bSMartin Mares	* pciutils.spec (%attr): Setting attributes for /sbin/* is an anachronism,
23826542a0bSMartin Mares	because pciutils by default install to /usr/sbin. Update.
23926542a0bSMartin Mares
2406aa54f1bSMartin Mares2004-08-13  Martin Mares  <[email protected]>
2416aa54f1bSMartin Mares
242aabb0a92SMartin Mares	* Released as 2.1.99-test8.
243aabb0a92SMartin Mares
244f31412d1SMartin Mares	* lib/types.h, lib/pci.h, lib/sysdep.h: `byte' and `word' are
245f31412d1SMartin Mares	no longer exported to the outside world.
246f31412d1SMartin Mares
247ee7d8384SMartin Mares	* README.Windows: Updated.
248ee7d8384SMartin Mares
249ee7d8384SMartin Mares	* maint/release: Substitute version number in win32/config.h.
250ee7d8384SMartin Mares
251ee7d8384SMartin Mares	* win32/config.h: Added.
252ee7d8384SMartin Mares
253ee7d8384SMartin Mares	* lib/sysdep.h (bzero, strcasecmp): are macros on Windows.
254ee7d8384SMartin Mares
255ee7d8384SMartin Mares	* compat/getopt.[ch]: Added copies of getopt.[ch] from the GNU
256ee7d8384SMartin Mares	C library for use on systems where the default libraries lack
257ee7d8384SMartin Mares	proper getopt. Currently used by the Windows port.
258ee7d8384SMartin Mares
259ee7d8384SMartin Mares	* lib/sysdep.h, lib/types.h: Updates of the Windows port from
260ee7d8384SMartin Mares	Alexander Stock.
261ee7d8384SMartin Mares
262489233b4SMartin Mares	* lib/types.h: If PCI_HAVE_Uxx_TYPES is defined, libpci doesn't define
263489233b4SMartin Mares	its own u8, u16, u32, byte and word types and uses what the user
264489233b4SMartin Mares	has supplied instead. With this change, all namespace clashes should
265489233b4SMartin Mares	be gone.
266489233b4SMartin Mares
267489233b4SMartin Mares	* Makefile, lib/Makefile: Updated dependencies.
268489233b4SMartin Mares
269489233b4SMartin Mares	* pciutils.h: Include lib/sysdep.h and move NONRET et al. there.
270489233b4SMartin Mares
271489233b4SMartin Mares	* lib/sysdep.h: No need to include <sys/types.h> on FreeBSD, because
272489233b4SMartin Mares	it is included unconditionally in lib/types.h.
273489233b4SMartin Mares
274489233b4SMartin Mares	* Moved system-dependent stuff from lib/internal.h to lib/sysdep.h,
275489233b4SMartin Mares	which is also used by the utilities. Also moved type declarations
276489233b4SMartin Mares	from lib/pci.h to lib/types.h.
277489233b4SMartin Mares
278489233b4SMartin Mares	* All files: Prepend a "PCI_" prefix in front of all configuration
279489233b4SMartin Mares	defines to avoid namespace clashes. CAVEAT: If there is any libpci
280489233b4SMartin Mares	application using the (undocumented) defines, it has to be updated.
281489233b4SMartin Mares
282489233b4SMartin Mares	* lib/Makefile: Killed HAVE_OWN_HEADER_H, since we stopped sharing
283489233b4SMartin Mares	headers with the kernel a couple of years ago.
284489233b4SMartin Mares
2859bb4b4eaSMartin Mares	* lib/sysfs.c (sysfs_get_resources): We have 7 resources, not 6.
2869bb4b4eaSMartin Mares
2876aa54f1bSMartin Mares	* lspci.c (show_rom): Use the same logic for printing disabled
2886aa54f1bSMartin Mares	or unassigned ROM's as we do in show_bases() for the other BAR's.
2896aa54f1bSMartin Mares
2906aa54f1bSMartin Mares	* lib/generic.c (pci_generic_fill_info): Better reaction to
2916aa54f1bSMartin Mares	invalid 64-bit addresses. Also d->hdrtype should not include
2926aa54f1bSMartin Mares	bit 7, which caused mysterious errors on multi-function devices.
2936aa54f1bSMartin Mares
2946aa54f1bSMartin Mares	* lib/generic.c (pci_generic_fill_info): Fill in base addresses
2956aa54f1bSMartin Mares	even if the regions are known to be disabled. It is the client's
2966aa54f1bSMartin Mares	job to interpret them. (And it is not a trivial job if you want
2976aa54f1bSMartin Mares	to do it correctly, since you need to check I/O and memory enables
2986aa54f1bSMartin Mares	on all upstream bridges, too.) However, it could be interesting to
2996aa54f1bSMartin Mares	introduce functions for interpreting the addresses and even for
3006aa54f1bSMartin Mares	mapping the regions and doing I/O on them.
3016aa54f1bSMartin Mares
30280e6c636SMartin Mares2004-07-30  Martin Mares  <[email protected]>
30380e6c636SMartin Mares
30480e6c636SMartin Mares	* lspci.c: HyperTransport improvements from Maciej.
30580e6c636SMartin Mares
306d6324891SMartin Mares2004-07-11  Martin Mares  <[email protected]>
307d6324891SMartin Mares
308d6324891SMartin Mares	* lib/sysfs.c (sysfs_get_resources): Arguments now correspond
309d6324891SMartin Mares	to the format string. [Patch by Bill Nottingham]
310d6324891SMartin Mares
311ec25b52dSMartin Mares2004-07-05  Martin Mares  <[email protected]>
312ec25b52dSMartin Mares
313362be683SMartin Mares	* Released as 2.1.99-test7.
314362be683SMartin Mares
315ec25b52dSMartin Mares	* lspci.c (config_fetch): Wanted to merge Matthew's bug fix, but
316ec25b52dSMartin Mares	ended up with rewriting the fetching mechanism to be fully dynamic,
317ec25b52dSMartin Mares	but avoid reading config space registers not explicitly requested.
318ec25b52dSMartin Mares
319ec25b52dSMartin Mares2004-06-29  Matthew Wilcox <[email protected]>
320ec25b52dSMartin Mares
321ec25b52dSMartin Mares	* lspci.c: More work on PCI Express dumping.
322ec25b52dSMartin Mares
323ec25b52dSMartin Mares	* lib/header.h: Updated PCI Express capability definitions.
324ec25b52dSMartin Mares
325ec25b52dSMartin Mares	* lib/proc.c (proc_read): Removed bogus warning.
326ec25b52dSMartin Mares
327ec25b52dSMartin Mares	* common.c (xrealloc): Introduced.
328ec25b52dSMartin Mares
329ec25b52dSMartin Mares	* lspci.man: Added -xxxx.
330ec25b52dSMartin Mares
33109817437SMartin Mares2004-06-27  Martin Mares  <[email protected]>
33209817437SMartin Mares
333d1fa27ebSMartin Mares	* Released as 2.1.99-test6.
334d1fa27ebSMartin Mares
3354d67aa89SMartin Mares	* lspci.c (show_msix), lib/header.h: Added dumping of MSI-X cap.
3364d67aa89SMartin Mares	Patch by Roland Dreier <[email protected]>, cleaned up by me.
3374d67aa89SMartin Mares
3384d67aa89SMartin Mares	* lspci.c (show_pcix_nobridge, show_pcix_bridge): Handle config_fetch()
3394d67aa89SMartin Mares	failures.
3404d67aa89SMartin Mares
3414d67aa89SMartin Mares	* lib/header.h: Added PCI Express extended capabilities. Again by Matthew.
3424d67aa89SMartin Mares
3434d67aa89SMartin Mares	* lspci.c (show_express): Added dumping of PCI Express cap.
3444d67aa89SMartin Mares	Patch by Matthew Wilcox.
3454d67aa89SMartin Mares
3464d67aa89SMartin Mares	* lib/header.h: Added a list of PCI 3.0 capabilities and also details
3474d67aa89SMartin Mares	on PCI Express caps. Patch by Matthew Wilcox <[email protected]>.
3484d67aa89SMartin Mares
34909817437SMartin Mares	* lspci.c (check_root): Gone. No explicit checks for root are needed,
35009817437SMartin Mares	report correct errors reported by the libpci instead.
35109817437SMartin Mares
35209817437SMartin Mares	* lspci.c: Added dumping of the extended config space on "-xxxx".
35309817437SMartin Mares	Better caching of config registers.
35409817437SMartin Mares
35509817437SMartin Mares	* setpci.c (main): Allow access to whole 4096 bytes of the config space.
35609817437SMartin Mares
35709817437SMartin Mares	* lib/sysfs.c, lib/proc.c: Don't print error messages on short reads,
35809817437SMartin Mares	just return the appropriate error code.
35909817437SMartin Mares
36009817437SMartin Mares	* lib: Added support for extended (4096-byte) configuration space,
36109817437SMartin Mares	currently implemented only in Linux proc and sysfs access methods
36209817437SMartin Mares	and of course in the dump reader.
36309817437SMartin Mares
3640d656226SMartin Mares2004-05-29  Martin Mares  <[email protected]>
3650d656226SMartin Mares
366c0eece92SMartin Mares	* Released as 2.1.99-test5.
367c0eece92SMartin Mares
368a2413560SMartin Mares	* lib/pci.h: Windows don't have the standard u_int* types.
369a2413560SMartin Mares
370a2413560SMartin Mares	* lib/internal.h: <sys/param.h> required on Windows for endianity
371a2413560SMartin Mares	macros.
372a2413560SMartin Mares
373a2413560SMartin Mares	* lib/i386-ports.c: Connected i386-io-windows.h.
374a2413560SMartin Mares
375a2413560SMartin Mares	* lspci.c (check_root): geteuid() is not available on Windows.
376a2413560SMartin Mares
377a2413560SMartin Mares	* lib/i386-io-windows.h: Added Windows port contributed by Alexander
378a2413560SMartin Mares	Stock <[email protected]>.
379a2413560SMartin Mares
380a2413560SMartin Mares	* lib/configure: Hopefully fixed SunOS port broken by various
381a2413560SMartin Mares	changes to the configure script.
382a2413560SMartin Mares
3830d656226SMartin Mares	* Makefile, lib/configure: Cross-compilation support, patch by Maciej.
3840d656226SMartin Mares
385138c0385SMartin Mares2004-05-28  Martin Mares  <[email protected]>
386138c0385SMartin Mares
3879f490382SMartin Mares	* Released as 2.1.99-test4.
3889f490382SMartin Mares
389cce2caacSMartin Mares	* lspci.c (show_verbose): Header type 1 is probably legal for all
390cce2caacSMartin Mares	types of bridges, not only for PCI-to-PCI bridges.
391cce2caacSMartin Mares
392b569ef09SMartin Mares	* lspci.c (format_agp_rate): Write "x16", not "x@".
393b569ef09SMartin Mares	(show_agp): rate[] could overflow.
394b569ef09SMartin Mares	Bugs reported by Jakub Bogusz <[email protected]>.
395b569ef09SMartin Mares
396bfc4fe7aSMartin Mares	* lspci.c (show_ht_*): Show HyperTransport capability with all its
397bfc4fe7aSMartin Mares	details. Once again code by Maciej simplified (i.e., possibly broken)
398bfc4fe7aSMartin Mares	by me.
399bfc4fe7aSMartin Mares
400bfc4fe7aSMartin Mares	* lib/header.h: Added declarations of HyperTransport capability.
401bfc4fe7aSMartin Mares	Again thanks to Maciej.
402bfc4fe7aSMartin Mares
403138c0385SMartin Mares	* lspci.c: Decode all bits of the secondary status word in type 1 headers.
404138c0385SMartin Mares	Thanks to Maciej W. Rozycki <[email protected]> for the patch.
405138c0385SMartin Mares
4068fc75dbcSMartin Mares2003-12-27  Martin Mares  <[email protected]>
4078fc75dbcSMartin Mares
40881abd2a7SMartin Mares	* Released as 2.1.99-test3.
40981abd2a7SMartin Mares
4101f7c91ccSMartin Mares	* lspci.man, setpci.man: Document domains and correct spelling.
4111f7c91ccSMartin Mares
4121f7c91ccSMartin Mares	* lib/dump.c (dump_init): Added ability to read domain numbers.
4131f7c91ccSMartin Mares
41484c8d1bbSMartin Mares	* lspci.c: Devices in domains different from 0 have their slot number
4151f7c91ccSMartin Mares	printed as "<domain>:<bus>:<slot>.<func>". Tree view supports domains
4161f7c91ccSMartin Mares	as well.
41784c8d1bbSMartin Mares
41884c8d1bbSMartin Mares	* lib/filter.c: Slot filters understand domains.
41984c8d1bbSMartin Mares
42084c8d1bbSMartin Mares	* lib/generic.c: Mention the domain in slot numbers in all error messages.
42184c8d1bbSMartin Mares
42284c8d1bbSMartin Mares	* lib/internal.h: The #ifdef for Linux <asm/byteorder.h> was wrong.
42384c8d1bbSMartin Mares
42484c8d1bbSMartin Mares	* lib/access.c (pci_get_dev): Added support for domains.
42584c8d1bbSMartin Mares
42684c8d1bbSMartin Mares	* lib/sysfs.c (sysfs_scan): Read vendor and device ID from the config
42784c8d1bbSMartin Mares	registers (or to be precise, leave it for the generic parts of the pcilib
42884c8d1bbSMartin Mares	to do so) instead of reading them from the sysfs. It's faster this way.
42984c8d1bbSMartin Mares
43084c8d1bbSMartin Mares	* lspci.c (show_pcix): Don't touch pci_dev->hdrtype, it's an internal
43184c8d1bbSMartin Mares	variable. Better read it from the config registers (it's cached anyway).
43284c8d1bbSMartin Mares
43384c8d1bbSMartin Mares	* lib/sysfs.c (sysfs_scan), lib/proc.c (proc_scan): Don't read the hdrtype.
43484c8d1bbSMartin Mares	  lib/generic.c (pci_generic_fill_info): If hdrtype is -1 (unset), read it.
43584c8d1bbSMartin Mares	  Saves lots of unnecessary file accesses.
43684c8d1bbSMartin Mares
43711f7b31bSMartin Mares	* lib/pci.h (PCIADDR_PORT_FMT): Use %llx instead of %Lx, because the latter
43811f7b31bSMartin Mares	is not supported by all C libraries.
43911f7b31bSMartin Mares
44011f7b31bSMartin Mares	* Makefile: Always enter the lib directory (remember that we don't have
44111f7b31bSMartin Mares	full dependecies for the library in the top-level Makefile; hmmm, another
44211f7b31bSMartin Mares	thing to rewrite some day).
44311f7b31bSMartin Mares
44411f7b31bSMartin Mares	* lib/sysfs.c: Added Linux sysfs access method based on the patch
44511f7b31bSMartin Mares	written by Matthew Wilcox <[email protected]>.
44611f7b31bSMartin Mares
44711f7b31bSMartin Mares	* lib/proc.c: Renamed the access method name from "/proc/bus/pci" to "Linux-proc".
44811f7b31bSMartin Mares
44911f7b31bSMartin Mares	* lib/pread.h: The hacks to support pread on various versions
45011f7b31bSMartin Mares	of Linux libc moved there.
45111f7b31bSMartin Mares
45211f7b31bSMartin Mares	* lib/proc.c (proc_setup): The return value of snprintf() varies
45311f7b31bSMartin Mares	between glibc versions, so we need to check both for a negative
45411f7b31bSMartin Mares	values and for too large values.
45511f7b31bSMartin Mares
4564284af58SMartin Mares	* Removed last few references to the "Linux PCI Utilities", the
4574284af58SMartin Mares	package is pretty cross-platform now :)
4584284af58SMartin Mares
4594284af58SMartin Mares2003-12-27  Martin Mares  <[email protected]>
4604284af58SMartin Mares
461ab12277eSMartin Mares	* Released as 2.1.99-test2.
462ab12277eSMartin Mares
463ab12277eSMartin Mares	* README, pciutils.lsm, pciutils.spec: Use @VERSION@ to make the
464ab12277eSMartin Mares	release scripts insert the current version. "make release" is gone.
465ab12277eSMartin Mares
466ab12277eSMartin Mares	* maint/release, maint/release.pm: Added a new system of scripts for
467ab12277eSMartin Mares	making releases including inter-version diffs etc.
468ab12277eSMartin Mares
469ab12277eSMartin Mares	* Makefile: Cleaned up.
470ab12277eSMartin Mares
471ab12277eSMartin Mares	* lib/fbsd-device.c: I patched another copy of this file by mistake,
472ab12277eSMartin Mares	this time the version checks should be right.
473ab12277eSMartin Mares
474ab12277eSMartin Mares2003-12-27  Martin Mares  <[email protected]>
475ab12277eSMartin Mares
4766d722cd6SMartin Mares	* Released as 2.1.99-test1.
4776d722cd6SMartin Mares
478dd33246aSMartin Mares	* pciutils.h, common.c, lspci.man, setpci.man, lib/internal.h:
479dd33246aSMartin Mares	Remove shadows of the syscall access method which was never
480dd33246aSMartin Mares	implemented.
481dd33246aSMartin Mares
48280b3121aSMartin Mares	* update-pciids.sh: Try to preserve permissions of the old file
48380b3121aSMartin Mares	if chmod supports --reference. Should close Debian Bug #223740.
48480b3121aSMartin Mares
4856aea909aSMartin Mares	* lib/proc.c (proc_setup): Increased path name length limit to 1024.
4866aea909aSMartin Mares	Thanks for Redhat and Mandrake for inspiration.
4876aea909aSMartin Mares
4886aea909aSMartin Mares	* lib/configure: Recognize ppc and ppc64, both have 64-bit addresses.
4896aea909aSMartin Mares	Grabbed from Redhat (Fedora) patches.
4906aea909aSMartin Mares
4916aea909aSMartin Mares2003-12-27  Martin Mares  <[email protected]>
4926aea909aSMartin Mares
493f701ff47SMartin Mares	Merged bug fixes from Debian patches:
494f701ff47SMartin Mares
495f701ff47SMartin Mares	* lspci.c (show_verbose): "Cache Line Size" should be capitalized.
496f701ff47SMartin Mares
497f701ff47SMartin Mares	* lspci.c (show_pcix_nobridge): Added a missing newline.
498f701ff47SMartin Mares
4992240db8cSMartin Mares	* lib/proc.c (proc_scan): When reading the header type, don't
5002240db8cSMartin Mares	forget to clear the topmost bit indicating that the device has
501f701ff47SMartin Mares	multiple functions.
5022240db8cSMartin Mares
5032240db8cSMartin Mares2003-12-27  Martin Mares  <[email protected]>
5042240db8cSMartin Mares
50545902995SMartin Mares	Updated the FreeBSD port. Thanks to Samy Al Bahra <[email protected]>
50645902995SMartin Mares	for the patches:
50745902995SMartin Mares
50845902995SMartin Mares	* lib/Makefile: Add ${FREEBSD_SYS} to the include path if it's defined.
50945902995SMartin Mares	* lib/fbsd-device.c: Select the right set of system includes according
51045902995SMartin Mares	to __FreeBSD_version.
51145902995SMartin Mares
51245902995SMartin Mares2003-12-27  Martin Mares  <[email protected]>
51345902995SMartin Mares
5148fc75dbcSMartin Mares	Merged support for Solaris on i386 by Bill Moore <[email protected]>
5158fc75dbcSMartin Mares	and cleaned up:
5168fc75dbcSMartin Mares
5178fc75dbcSMartin Mares	* lib/configure: Recognize SunOS.
5188fc75dbcSMartin Mares	* lib/internal.h: Learn how to recognize byte order on SunOS.
5198fc75dbcSMartin Mares	* lib/i386-ports.c: Split OS-dependent I/O port access from i386-ports.c.
5208fc75dbcSMartin Mares	* lib/i386-io-linux.h: Linux specific part.
5218fc75dbcSMartin Mares	* lib/i386-io-hurd.h: GNU/Hurd specific part.
5228fc75dbcSMartin Mares	* lib/i386-io-sunos.h: SunOS specific part.
5238fc75dbcSMartin Mares
5249739916eSMartin Mares2003-12-26  Martin Mares  <[email protected]>
5259739916eSMartin Mares
5269739916eSMartin Mares	* lib/header.h (PCI_*_MASK): Cast to pciaddr_t explicitly.
5279739916eSMartin Mares
5289739916eSMartin Mares	* lib/pci.h: Types declared in <sys/types.h> should be usable on all
5299739916eSMartin Mares	platforms we currently support, so kill the forest of #ifdef's and
5309739916eSMartin Mares	use them in all cases.
5319739916eSMartin Mares
5329739916eSMartin Mares	* lib/pci.h: Use ULONG_MASK to decide whether we should use long
5339739916eSMartin Mares	or long long to represent a 64-bit address. Killed HAVE_LONG_ADDRESS.
5349739916eSMartin Mares	Define format strings for addresses, port numbers and IRQ numbers
5359739916eSMartin Mares	directly in pci.h.
5369739916eSMartin Mares
5379739916eSMartin Mares	* lib/proc.c (proc_scan): Use PCIADDR_T_FMT for scanf'ing addresses.
5389739916eSMartin Mares
53980459c65SMartin Mares2003-12-26  Marco Gerards  <[email protected]>
54080459c65SMartin Mares
54180459c65SMartin Mares	Added support for the GNU Hurd (cleaned up by Martin Mares):
54280459c65SMartin Mares
54380459c65SMartin Mares	* lib/configure [GNU]: Use the i386 ports for configuration access.
54480459c65SMartin Mares	* lib/i386-ports.c: Don't call iopl() on the Hurd.
54580459c65SMartin Mares	* lib/pci.h [OS_GNU]: Include <sys/types.h> and use it for defining
54680459c65SMartin Mares	u8 to u32.
54780459c65SMartin Mares
548a85769a8SMartin Mares2003-12-26  Martin Mares  <[email protected]>
549a85769a8SMartin Mares
5507dacd9c8SMartin Mares	* lspci.c (show_pcix_bridge, show_pcix_nobridge): Don't forget to call
5517dacd9c8SMartin Mares	config_fetch() to ensure that the registers have been read. Thanks to
5527dacd9c8SMartin Mares	Bill Wood <[email protected]> for the patch.
5537dacd9c8SMartin Mares
5547dacd9c8SMartin Mares	* lspci.c: Ensure that failure of config_fetch() is handled correctly
5557dacd9c8SMartin Mares	at all places.
5567dacd9c8SMartin Mares
5574063c31cSMartin Mares	* lspci.man: There was one more explicit reference to /usr/share/pci.ids.
5584063c31cSMartin Mares	Changed to @SHAREDIR@. Patch from Maciej W. Rozycki <[email protected]>.
5594063c31cSMartin Mares
5603fe8a38dSMartin Mares	* setpci.c (main): Better error messages.
5613fe8a38dSMartin Mares
5625f5b1a7bSMartin Mares	* setpci.c (ex_op): The demo mode should disable only writing, not reading.
5635f5b1a7bSMartin Mares
5645f5b1a7bSMartin Mares	* setpci.man: The documentation was inconsistent on what should -D do.
5655f5b1a7bSMartin Mares	Document the new behaviour.
566b251f40bSMartin Mares
56791e37a49SMartin Mares	* pciutils.h, common.c, setpci.c: Introduced a NONRET macro encapsulating
56891e37a49SMartin Mares	the GCC specific __attribute__((noreturn)) and killed the hack with
56991e37a49SMartin Mares	redefining __attribute__ on non-GCC compilers.
57091e37a49SMartin Mares
5714afd29d3SMartin Mares	* Makefile: Added missing dependencies. Parallel builds work now.
5724afd29d3SMartin Mares	Problem reported by Andreas Haumer <[email protected]>, but I chose
5734afd29d3SMartin Mares	a different fix.
5744afd29d3SMartin Mares
575b0f1a03bSMartin Mares	* Makefile (MANDIR): Use `:=' instead of `=' to avoid executing the shell
576b0f1a03bSMartin Mares	command every time $(MANDIR) is referenced.
577b0f1a03bSMartin Mares
578b7fd8e19SMartin Mares	* lspci.c (main): The error message for `lspci -s' incorrectly mentioned
579b7fd8e19SMartin Mares	a `-f' switch. Reported by Steve Finney <[email protected]>.
580b7fd8e19SMartin Mares
58105bb10a2SMartin Mares	* lib/generic.c: Removed memory leak in pci_generic_bus_scan().
58205bb10a2SMartin Mares	Reported by Gary Parnes <[email protected]>.
58305bb10a2SMartin Mares
584a832f6f1SMartin Mares	* Replaced obsolete syntax of __attribute__((unused)) in the middle of
585a832f6f1SMartin Mares	parameter declarations (which is no longer supported by GCC 3.1) by the
586a832f6f1SMartin Mares	current syntax (attribute at the end). Thanks to [email protected]
587a832f6f1SMartin Mares	for reporting this problem.
588a832f6f1SMartin Mares
589a85769a8SMartin Mares	* Removed CVS $Id$ tags from all files.
590a85769a8SMartin Mares
591a85769a8SMartin Mares	* Makefile: Added some more warnings.
592a85769a8SMartin Mares
593b7351143SMartin Mares	* setpci.c: Cleaned up mask/value code.
594b7351143SMartin Mares
595b7351143SMartin Mares2003-12-08 Thayne Harbaugh <[email protected]>
596b7351143SMartin Mares
597b7351143SMartin Mares	* setpci.c: Individual bits to be set can be specified as <value>:<mask>.
598b7351143SMartin Mares
5992a5d5cf9SMartin Mares2003-11-29  Martin Mares  <[email protected]>
6002a5d5cf9SMartin Mares
6012a5d5cf9SMartin Mares	* Imported the pciutils sources to my Arch repository. Good-bye, CVS.
6022a5d5cf9SMartin Mares
603d772ef15SMartin Mares2003-01-04  Martin Mares  <[email protected]>
604d772ef15SMartin Mares
6051b95f396SMartin Mares	* Released as 2.1.11.
6061b95f396SMartin Mares
607c83293ebSMartin Mares	* Makefile: Changed configuration of installation directories --
608c83293ebSMartin Mares	all paths are now set at the top of the Makefile instead of being
609c83293ebSMartin Mares	scattered between the installation rules. The default installation
610c83293ebSMartin Mares	now goes always to /usr/local regardless of the OS as most distributions
611c83293ebSMartin Mares	already contain some version of pciutils and we don't want custom
612c83293ebSMartin Mares	installations to interfere with the default ones.
613c83293ebSMartin Mares
614c83293ebSMartin Mares	* Makefile: Removed a couple of ancient install hacks: we no longer
615c83293ebSMartin Mares	try to avoid overwriting a newer pci.ids file (users are now expected
616c83293ebSMartin Mares	to use update-ids) and we don't try to remove /etc/pci.ids (a long time
617c83293ebSMartin Mares	has passed since the last version which used it).
618c83293ebSMartin Mares
619e2875dcdSMartin Mares	* Makefile: Paths to pci.ids in man pages automatically get the right path.
620e2875dcdSMartin Mares
6211b95f396SMartin Mares	* Added the update-ids utility.
6220138a2a7SMartin Mares
623d772ef15SMartin Mares	* lib: Removed partially implemented "syscall" access method which will
624d772ef15SMartin Mares	probably never be needed.
625d772ef15SMartin Mares
626eb620239SMartin Mares2002-12-27  Martin Mares  <[email protected]>
627eb620239SMartin Mares
628130090bdSMartin Mares	* lib/nbsd-libpci.c: Cleaned up and hopefully made it endian safe.
629130090bdSMartin Mares
630eb620239SMartin Mares	* lib/generic.c (pci_generic_scan_bus): Added work-around for devices with
631eb620239SMartin Mares	discontiguous numbering of functions. This is already present in the Linux
632eb620239SMartin Mares	kernel for several years, but I forgot to update pciutils as well.
633eb620239SMartin Mares
634848b4347SMartin Mares2002-12-26  Martin Mares  <[email protected]>
635848b4347SMartin Mares
636579b19ffSMartin Mares	* lib/header.h, lspci.c: Dump AGP3 flags and speeds.
637579b19ffSMartin Mares
638579b19ffSMartin Mares	* lib/pci.h, Makefile: Removed HAVE_OWN_HEADER_H. Always use our own header,
639579b19ffSMartin Mares	there is no reason to prefer the kernel version.
640579b19ffSMartin Mares
641579b19ffSMartin Mares	* lib/proc.c (proc_scan): Don't forget to initialize hdrtype.
642579b19ffSMartin Mares
643848b4347SMartin Mares	* Added preliminary version of NetBSD support by Quentin Garnier
644848b4347SMartin Mares	<[email protected]>.
645848b4347SMartin Mares
646f0952474SMartin Mares2002-04-06  Martin Mares  <[email protected]>
647f0952474SMartin Mares
648f0952474SMartin Mares	* lspci.c: Mention "-xxx" in the help.
649f0952474SMartin Mares
650d2f666f1SMartin Mares2002-03-30  Martin Mares  <[email protected]>
651d2f666f1SMartin Mares
6529bd44bb0SMartin Mares	* Released as 2.1.10.
6539bd44bb0SMartin Mares
654a33d0eb7SMartin Mares	* Removed pci.ids from the CVS as they are now maintained separately.
655a33d0eb7SMartin Mares	They are still included in the tarball, but if you are building	pciutils
656a33d0eb7SMartin Mares	from CVS sources or you want to get a newer ID file than the one distributed,
657a33d0eb7SMartin Mares	just use "make update-ids" to download the most recent snapshot from
658a33d0eb7SMartin Mares	pciids.sf.net.
659a33d0eb7SMartin Mares
660a33d0eb7SMartin Mares	* Makefile, README: Updated accordingly.
661a33d0eb7SMartin Mares
662a33d0eb7SMartin Mares	* Makefile: Added a couple of maintenance targets.
663a33d0eb7SMartin Mares
664a33d0eb7SMartin Mares	* maint/*: Maintainer's utilities now reside here (present only in CVS,
665a33d0eb7SMartin Mares	not in the tarball).
666a33d0eb7SMartin Mares
667d2f666f1SMartin Mares	* lib/names.c (parse_name_list): End-of-line comments are no longer
668d2f666f1SMartin Mares	supported. Hashes are now perfectly valid in all names and they start
669d2f666f1SMartin Mares	a comment only at the start of the line.
670d2f666f1SMartin Mares
671ee551b73SMartin Mares2002-03-26  Martin Mares  <[email protected]>
672ee551b73SMartin Mares
67307159913SMartin Mares	* README: Rewritten.
67407159913SMartin Mares
675ee551b73SMartin Mares	* Makefile: When the currently installed pci.ids file is newer than
676ee551b73SMartin Mares	the version to be installed, don't overwrite it. Suggested by
677ee551b73SMartin Mares	Jean Delvare <[email protected]>.
678ee551b73SMartin Mares
679bc7b1d62SMartin Mares2002-03-24  Martin Mares  <[email protected]>
680bc7b1d62SMartin Mares
6815f5e6f64SMartin Mares	* lspci.c (show_pcix_bridge): Added PCI-X capability display.
6825f5e6f64SMartin Mares	Contributed by Jeff Garzik <[email protected]>.
6835f5e6f64SMartin Mares
6845f5e6f64SMartin Mares	* lib/header.h: Added PCI-X stuff. Again by Jeff.
6855f5e6f64SMartin Mares
6865f5e6f64SMartin Mares	* Makefile (CFLAGS): -Werror is gone.
6875f5e6f64SMartin Mares
688a1052f16SMartin Mares	* lspci.c (format_agp_rate): Fixed AGP rate reporting.
689a1052f16SMartin Mares
690bc7b1d62SMartin Mares	* lib/filter.c (pci_filter_parse_slot): Allow bus 0xff, slot 0x1f and
691bc7b1d62SMartin Mares	function 7.
692bc7b1d62SMartin Mares
693bc7b1d62SMartin Mares	* lib/names.c (pci_lookup_name): When printing unknown subsystem vendor
694bc7b1d62SMartin Mares	or device hexadecimally, don't confuse it with chip vendor/device ID.
695bc7b1d62SMartin Mares	First reported by Marc Boucher <[email protected]>.
696bc7b1d62SMartin Mares
697f793990cSMartin Mares2001-11-04  Martin Mares  <[email protected]>
698f793990cSMartin Mares
699ee551b73SMartin Mares	* Released as 2.1.9.
700ee551b73SMartin Mares
701f793990cSMartin Mares	* pci.ids: Synced with the PCI ID Repository at SourceForge
702f793990cSMartin Mares	(http://pciids.sourceforge.net/).
703f793990cSMartin Mares
7041d174e56SMartin Mares2000-08-25  Martin Mares  <[email protected]>
7051d174e56SMartin Mares
7061d174e56SMartin Mares	* pci.ids: Updated ID's, synced with kernel 2.4.0-test7.
7071d174e56SMartin Mares
70865b4327eSMartin Mares2000-06-13  Martin Mares  <[email protected]>
70965b4327eSMartin Mares
71065b4327eSMartin Mares	* Makefile (uninstall): Fixed.
71165b4327eSMartin Mares
71265b4327eSMartin Mares	* pci.ids: ID updates.
71365b4327eSMartin Mares
7144a219d5fSMartin Mares2000-05-20  Martin Mares  <[email protected]>
7154a219d5fSMartin Mares
7164a219d5fSMartin Mares	* Released as 2.1.8.
7174a219d5fSMartin Mares
7184a219d5fSMartin Mares	* pci.ids: ID updates.
7194a219d5fSMartin Mares
7204a219d5fSMartin Mares	* lspci.c (show_verbose): Min/max latency is now printed in nanoseconds.
7214a219d5fSMartin Mares
7224a219d5fSMartin Mares2000-05-04  Martin Mares  <[email protected]>
7234a219d5fSMartin Mares
7244a219d5fSMartin Mares	* lspci.c (show_verbose): If the header type doesn't match device
7254a219d5fSMartin Mares	class, just print a warning and still use the header type, assuming
7264a219d5fSMartin Mares	bogus class info.
7274a219d5fSMartin Mares
72810c90662SMartin Mares2000-05-01  Martin Mares  <[email protected]>
72910c90662SMartin Mares
73072b9b690SMartin Mares	* lspci.c (show_pm): Updated according to PCI PM specs 1.1.
73172b9b690SMartin Mares
73210c90662SMartin Mares	* pci.ids: Updated Contemporary Control ARCnet card entries.
73310c90662SMartin Mares
73410c90662SMartin Mares	* pci.ids: Synchronized class list with latest PCI SIG documents.
73510c90662SMartin Mares
736a239ade6SMartin Mares2000-04-29  Martin Mares  <[email protected]>
737a239ade6SMartin Mares
738a239ade6SMartin Mares	* lib/names.c (pci_lookup_name): Fixed the cheat.
739a239ade6SMartin Mares
740a239ade6SMartin Mares	* lib/internal.h: Moved UNUSED/inline hacks above all other declarations.
741a239ade6SMartin Mares
742a239ade6SMartin Mares	* pci.ids: Various ID updates.
743a239ade6SMartin Mares
7442c83b860SMartin Mares2000-04-21  Martin Mares  <[email protected]>
7452c83b860SMartin Mares
7462c83b860SMartin Mares	* Released as 2.1.7.
7472c83b860SMartin Mares
7482c83b860SMartin Mares	* pciutils.spec: Added German description.
7492c83b860SMartin Mares
7502c83b860SMartin Mares	* lib/names.c (pci_lookup_name): Added a cheat for case that subsystem ID's
7512c83b860SMartin Mares	are the same as device ID and just output subsystem name according to
7522c83b860SMartin Mares	device name.
7532c83b860SMartin Mares
7542c83b860SMartin Mares	* lib/proc.c: Use UNUSED instead of __attribute__((unused)).
7552c83b860SMartin Mares
7562c83b860SMartin Mares	* lib/pci.h: Added the correct typedefs for AIX.
7572c83b860SMartin Mares
7582c83b860SMartin Mares	* lib/generic.c (pci_generic_scan_bus): Export.
7592c83b860SMartin Mares
7602c83b860SMartin Mares	* lib/configure: Detect AIX. Use "echo '...\c'" instead of
7612c83b860SMartin Mares	"echo -n" if the shell isn't bash.
7622c83b860SMartin Mares
7632c83b860SMartin Mares	* lspci.c: Avoid using alloca() if not compiled by GCC.
7642c83b860SMartin Mares	(insert_dev): Avoid returning a void value.
7652c83b860SMartin Mares
7662c83b860SMartin Mares	* Makefile: Choose which install utility to use according to
7672c83b860SMartin Mares	OS type. Also use `-o' instead of `-or' in find arguments.
7682c83b860SMartin Mares	Part of the AIX port.
7692c83b860SMartin Mares
7702c83b860SMartin Mares	* lib/aix-device.c: Added AIX low-level interface. Contributed
7712c83b860SMartin Mares	by Dave Johnson <[email protected]>, thanks a lot!
7722c83b860SMartin Mares
7732c83b860SMartin Mares	* pci.ids: Few new ID's.
7742c83b860SMartin Mares
7752c83b860SMartin Mares	* pciutils.h, lib/internal.h: Redefine __attribute__ and inline
7762c83b860SMartin Mares	when not compiled by GCC.
7772c83b860SMartin Mares
778c1a828daSMartin Mares2000-04-17  Martin Mares  <[email protected]>
779c1a828daSMartin Mares
780c1a828daSMartin Mares	* Released as 2.1.6.
781c1a828daSMartin Mares
782c1a828daSMartin Mares	* pci.ids: Added a large batch of ID's contributed by Gunther
783c1a828daSMartin Mares	Mayer <[email protected]> and synced the
784c1a828daSMartin Mares	list with the 2.3.99pre6 kernel.
785c1a828daSMartin Mares
786e91dd3abSMartin MaresThu Mar  9 13:11:39 2000  Martin Mares  <[email protected]>
787e91dd3abSMartin Mares
788a80b79a9SMartin Mares	* lib/example.c: Added a simple example of how to use
789a80b79a9SMartin Mares	the library.
790a80b79a9SMartin Mares
79189984232SMartin Mares	* lspci.man, setpci.man: Revealed --version. Well spotted
79289984232SMartin Mares	by Adam Sulmicki.
79389984232SMartin Mares
794e91dd3abSMartin Mares	* pci.ids: Added lots of new ID's and synced with 2.3.50.
795e91dd3abSMartin Mares
79678d9c5e2SMartin MaresTue Feb 15 00:16:21 2000  Martin Mares  <[email protected]>
79778d9c5e2SMartin Mares
79878d9c5e2SMartin Mares	* Released as 2.1.5.
79978d9c5e2SMartin Mares
80078d9c5e2SMartin Mares	* pciutils.spec: Updated spec file from Andreas Jaeger. Now using
80178d9c5e2SMartin Mares	%{_mandir} to find the right location to install manual pages to.
80278d9c5e2SMartin Mares
80378d9c5e2SMartin Mares	* pci.ids: New ID's.
80478d9c5e2SMartin Mares
80578d9c5e2SMartin Mares	* setpci.c (main): Don't crash when `-s' or `-d' is given with
80678d9c5e2SMartin Mares	no argument.
80778d9c5e2SMartin Mares
808f8141ae2SMartin MaresMon Jan 24 20:04:11 2000  Andreas Jaeger  <[email protected]>
809f8141ae2SMartin Mares
810f8141ae2SMartin Mares	* lib/i386-ports.c: Include <asm/io.h> only on systems without
811f8141ae2SMartin Mares	glibc.
812f8141ae2SMartin Mares
813f8141ae2SMartin MaresMon Jan 24 11:24:43 2000  Martin Mares  <[email protected]>
814f8141ae2SMartin Mares
815f8141ae2SMartin Mares	* Makefile: Modified to work with the Linux FHS brain-damaged idea
816f8141ae2SMartin Mares	of putting man pages to /usr/share/man. Now we choose either /usr/man
817f8141ae2SMartin Mares	or /usr/share/man depending on which one exists.
818f8141ae2SMartin Mares
81959e76e8bSMartin MaresSun Jan 23 10:52:34 2000  Martin Mares  <[email protected]>
82059e76e8bSMartin Mares
82159e76e8bSMartin Mares	* pci.ids: Synced with Linux 2.3.40.
82259e76e8bSMartin Mares
82359e76e8bSMartin Mares	* Released as version 2.1.4.
82459e76e8bSMartin Mares
8252dfd48cdSMartin MaresThu Jan 20 11:08:32 2000  Martin Mares  <[email protected]>
8262dfd48cdSMartin Mares
8272715403fSMartin Mares	* lspci.c (scan_device): Fixed bug in reading of cardbus extensions.
8282715403fSMartin Mares
82981077814SMartin Mares	* lib/proc.c: pread/pwrite fixed again, this time on libc5 :(
83081077814SMartin Mares
83181077814SMartin Mares	* lspci.c (format_agp_rate): Better formatting of AGP rates.
83281077814SMartin Mares
83381077814SMartin Mares	* pci.ids: New ID's.
83481077814SMartin Mares
8352dfd48cdSMartin Mares	* lib/configure: Added configuration for ia64 (the same as for Alpha).
8362dfd48cdSMartin Mares	Patch from Stephane Eranian <[email protected]>.
8372dfd48cdSMartin Mares
8385a258860SMartin MaresThu Jan 13 23:01:52 2000  Martin Mares  <[email protected]>
8395a258860SMartin Mares
8405a258860SMartin Mares	* Released as version 2.1.3.
8415a258860SMartin Mares
8425a258860SMartin Mares	* pci.ids: New ID's.
8435a258860SMartin Mares
8445a258860SMartin Mares	* lspci.c: Alpha IO_FORMAT fix by Andrea Arcangeli.
8455a258860SMartin Mares
8465a258860SMartin Mares	* lib/access.c: Corrected order of access methods -- it's wonderful how
8475a258860SMartin Mares	long could such a bug remain unspotted. Thanks go to Andreas Schockenhoff.
8485a258860SMartin Mares
8490c047bbeSMartin MaresSat Dec 11 23:34:48 1999  Martin Mares  <[email protected]>
8500c047bbeSMartin Mares
8510c047bbeSMartin Mares	* Released as version 2.1.2.
8520c047bbeSMartin Mares
8530c047bbeSMartin Mares	* lib/names.c (pci_lookup_name): Fixed printing of unknown subsystem ID's.
8540c047bbeSMartin Mares
85533bc28a5SMartin MaresSat Dec  4 13:11:03 1999  Martin Mares  <[email protected]>
85633bc28a5SMartin Mares
85739231205SMartin Mares	* Released as version 2.1.1.
85839231205SMartin Mares
85933bc28a5SMartin Mares	* pci.ids: Several new ID's.
86033bc28a5SMartin Mares
86133bc28a5SMartin Mares	* setpci.c (exec_op): Don't forget to increment address after writing
86233bc28a5SMartin Mares	single value, so that `30.b=12,34,56,78' works as expected. Reported
86333bc28a5SMartin Mares	by Petr Soucek <[email protected]>.
86433bc28a5SMartin Mares
8658d047897SMartin MaresWed Nov  3 10:24:38 1999  Martin Mares  <[email protected]>
8668d047897SMartin Mares
8678d047897SMartin Mares	* lspci.c (show_terse): If prog-if is zero, but it's present in the
8688d047897SMartin Mares	ID list, show it.
8698d047897SMartin Mares
8706afc6538SMartin MaresSat Oct 30 11:06:35 1999  Martin Mares  <[email protected]>
8716afc6538SMartin Mares
8726afc6538SMartin Mares	* Released as version 2.1.
8736afc6538SMartin Mares
8746afc6538SMartin Mares	* pci.ids: Synced to devlist.h in 2.3.24 kernel. Merged in
8756afc6538SMartin Mares	lots of contributed entries.
8766afc6538SMartin Mares
8778f756113SMartin MaresThu Oct 14 10:40:12 1999  Dave Jones    <[email protected]>
8788f756113SMartin Mares
8798f756113SMartin Mares	* pci.ids: Added lots of subsystem definitions.
8808f756113SMartin Mares
881d4798a32SMartin MaresSat Oct  9 14:32:28 1999  Martin Mares  <[email protected]>
882d4798a32SMartin Mares
883d4798a32SMartin Mares	* setpci.man: Better example.
884d4798a32SMartin Mares
885d4798a32SMartin Mares	* lspci.c: Resolve prog-if names.
886d4798a32SMartin Mares
887d4798a32SMartin Mares	* lib/names.c: Adapted to new pci.ids syntax.
888d4798a32SMartin Mares
889d4798a32SMartin Mares	* pci.ids: Reorganized the pci.ids file. Subsystems are listed
890d4798a32SMartin Mares	under devices, classes can optionally contain prog-if information.
891d4798a32SMartin Mares	New ID's, as usually.
892d4798a32SMartin Mares
893e306e911SMartin MaresWed Sep 22 09:45:24 1999  Martin Mares  <[email protected]>
894e306e911SMartin Mares
895e306e911SMartin Mares	* pci.ids: New ID's. As usually.
896e306e911SMartin Mares
897e306e911SMartin Mares	* lspci.c (show_htype1, show_htype2): Don't show `closed' bridge windows
898e306e911SMartin Mares	unless we're vvvery verbose.
899e306e911SMartin Mares
900e306e911SMartin MaresMon Sep 20 11:22:54 1999  Martin Mares  <[email protected]>
901e306e911SMartin Mares
902e306e911SMartin Mares	* lspci.c (show_htype2): Don't forget a TAB before the "I/O window" line.
903e306e911SMartin Mares
904e64a576cSMartin MaresTue Sep 14 09:31:01 1999  Martin Mares  <[email protected]>
905e64a576cSMartin Mares
906e64a576cSMartin Mares	* pci.ids: New ID's. Again.
907e64a576cSMartin Mares
908c36c0862SMartin MaresThu Aug  5 17:45:42 1999  Martin Mares  <[email protected]>
909c36c0862SMartin Mares
910c36c0862SMartin Mares	* lspci.c (show_size): Don't show size if it's zero (usually
911c36c0862SMartin Mares	due to bus-centric mode being enabled).
912c36c0862SMartin Mares
9131ca42433SMartin MaresTue Jul 20 13:25:09 1999  Martin Mares  <[email protected]>
9141ca42433SMartin Mares
915168b4f46SMartin Mares	* lib/pci.h: Types are OS dependent.
916168b4f46SMartin Mares
917168b4f46SMartin Mares	* lib/internal.h: Byte order hacks are OS dependent.
918168b4f46SMartin Mares
919168b4f46SMartin Mares	* lib/configure: Recognize FreeBSD. Also set OS_XXX according to the OS.
920168b4f46SMartin Mares
921168b4f46SMartin Mares	* lib/Makefile, lib/access.c: Added fbsd-device target.
922168b4f46SMartin Mares
923168b4f46SMartin Mares	* pci.ids: Added an entry for PLX 9080 bridges with subsystem ID
924168b4f46SMartin Mares	incorrectly set to device ID.
925168b4f46SMartin Mares
926168b4f46SMartin Mares	* README: Added a note that we support FreeBSD.
927168b4f46SMartin Mares
928168b4f46SMartin Mares	* Makefile (PREFIX, ROOT): Set it depending on the OS.
929168b4f46SMartin Mares	(%.8): Grrr, BSD date is not able to convert date formats the same way
930168b4f46SMartin Mares	as GNU date does. Use sed instead.
931168b4f46SMartin Mares	(install): Use `-c' when calling install.
932168b4f46SMartin Mares
933168b4f46SMartin Mares	* lib/fbsd-device.c: Added FreeBSD /dev/pci access module contributed
934168b4f46SMartin Mares	by Jari Kirma <[email protected]>.
935168b4f46SMartin Mares
936bc6346dfSMartin Mares	* lib/proc.c: Rewrote the pread/pwrite things once again. Use pread
937bc6346dfSMartin Mares	and pwrite only when we are certain it's safe (i.e., glibc 2.1
938bc6346dfSMartin Mares	on all architectures or any libc on a i386 where we really know
939bc6346dfSMartin Mares	how to use syscalls directly). In all other cases, emulate it
940bc6346dfSMartin Mares	with lseek/read/write.
941bc6346dfSMartin Mares
9421ca42433SMartin Mares	* pci.ids: Some more IDs.
9431ca42433SMartin Mares
9441ca42433SMartin MaresMon Jul 19 14:10:36 1999  Martin Mares  <[email protected]>
9451ca42433SMartin Mares
9461ca42433SMartin Mares	* pci.ids: Added IDs of parallel port controller cards as sent
9471ca42433SMartin Mares	by Tim Waugh <[email protected]>.
9481ca42433SMartin Mares
949e95c8373SMartin MaresWed Jul  7 00:55:48 1999  Martin Mares  <[email protected]>
950e95c8373SMartin Mares
951e95c8373SMartin Mares	* lib/proc.c (proc_scan): HAVE_LONG_ADDRESS instead of HAVE_64BIT_ADDRESS.
952e95c8373SMartin Mares
953e95c8373SMartin Mares	* lspci.c: ADDR_FORMAT now depends on both HAVE_64BIT_ADDRESS and
954e95c8373SMartin Mares	HAVE_LONG_ADDRESS.
955e95c8373SMartin Mares
956e95c8373SMartin Mares	* lib/configure: HAVE_64BIT_ADDRESS now doesn't imply that the addresses
957e95c8373SMartin Mares	are represented as long long. Introduced a new flag HAVE_LONG_ADDRESS
958e95c8373SMartin Mares	to indicate this. Both Sparc architectures now use both 64BIT_ADDRESS
959e95c8373SMartin Mares	and LONG_ADDRESS since they have 32-bit userland, but don't set LONG_ADDRESS
960e95c8373SMartin Mares	on Alpha.
961e95c8373SMartin Mares
962e95c8373SMartin Mares	* lspci.c (show_msi): Added dumping of the MSI capability.
963e95c8373SMartin Mares	(show_slotid): The same for SlotID capability.
964e95c8373SMartin Mares	(show_caps): Seperated capability dumping, because it should
965e95c8373SMartin Mares	be used for both htype0 and htype1. Even PCI 2.2 doesn't mention
966e95c8373SMartin Mares	layout of htype2, so I'm a bit unsure about it wrt capabilities
967e95c8373SMartin Mares	-- they at least have to live somewhere else since address 0x34
968e95c8373SMartin Mares	is already defined differently in htype2.
969e95c8373SMartin Mares
970e95c8373SMartin Mares	* lib/header.h (PCI_STATUS_UDF): Marked as obsolete (PCI 2.2).
971e95c8373SMartin Mares	(PCI_BASE_ADDRESS_MEM_TYPE_1M): Ditto.
972e95c8373SMartin Mares	(PCI_CAP_ID_*): Added some new capabilities defined in PCI 2.2.
973e95c8373SMartin Mares
974e95c8373SMartin Mares	* lspci.c (show_htype0): Mask out lowest 2 bits from all capability pointers
975e95c8373SMartin Mares	(required by the PCI 2.2 specs).
976e95c8373SMartin Mares
977e95c8373SMartin MaresMon Jul  5 12:45:19 1999  Martin Mares  <[email protected]>
978e95c8373SMartin Mares
979e95c8373SMartin Mares	* lspci.c (show_size): Added new function for dumping of region sizes.
980e95c8373SMartin Mares	(show_rom): Added. Now correctly dumps unassigned ROM addresses, disabled
981e95c8373SMartin Mares	ROMs et cetera.
982e95c8373SMartin Mares
983e95c8373SMartin Mares	* lib/pci.h (struct pci_dev): known_fields moved to the public part
984e95c8373SMartin Mares	of the structure.
985e95c8373SMartin Mares
986e95c8373SMartin Mares	* Added support for region sizes. Needs support in the kernel, because
987e95c8373SMartin Mares	sizes have to be scanned before drivers initialize yourself. pci_fill_info()
988e95c8373SMartin Mares	now returns a bitmask of what fields were really read.
989e95c8373SMartin Mares
99082ce97c9SMartin MaresMon Jun 28 18:37:51 1999  Dave Jones    <[email protected]>
99182ce97c9SMartin Mares
99282ce97c9SMartin Mares	* Makefile:
99382ce97c9SMartin Mares	  Added `uninstall' target - removes all traces of pciutils.
99482ce97c9SMartin Mares	* pci.ids:
99582ce97c9SMartin Mares	  - Lots of cleanups in the ATI, S3, Adaptec vendors.
99682ce97c9SMartin Mares	  - Changed Compaq QVision 1280/p definitions, as it's not possible
99782ce97c9SMartin Mares	    to determine the revision from the device ID.
99882ce97c9SMartin Mares	  - Same for the Tseng ET4000.
99982ce97c9SMartin Mares	    The id's said I had a rev C, when it was actually a rev B.
100082ce97c9SMartin Mares	  - Removed some unnecessary strings
100182ce97c9SMartin Mares	    `PCI'. Unless it's an AGP card, it should be obvious that it's PCI.
100282ce97c9SMartin Mares	    `Ethernet card'. This should be determined from config space.
100382ce97c9SMartin Mares	  - Lots of other new vendors & devices
100482ce97c9SMartin Mares	  - Other additional small cleanups.
100582ce97c9SMartin Mares
10067bed2d83SMartin MaresMon Jun 21 22:11:10 1999  Martin Mares  <[email protected]>
10077bed2d83SMartin Mares
10087bed2d83SMartin Mares	* lib/names.c (pci_lookup_name): When device ID lookup
10097bed2d83SMartin Mares	fails, return hexadecimal device ID instead of vendor ID.
10107bed2d83SMartin Mares	Well spotted by Axel Bodemann <[email protected]>,
10117bed2d83SMartin Mares	I've just extended the fix to subsystem ID's.
10127bed2d83SMartin Mares
10135ba3a475SMartin MaresThu Jun 17 19:48:21 1999  Martin Mares  <[email protected]>
10145ba3a475SMartin Mares
10155ba3a475SMartin Mares	* lspci.c (show_agp): Bug fix from Petr Vandrovec
10165ba3a475SMartin Mares	<[email protected]>. The command register was displayed
10175ba3a475SMartin Mares	incorrectly.
10185ba3a475SMartin Mares
10195ba3a475SMartin MaresWed Jun  2 22:42:44 1999  Martin Mares  <[email protected]>
10205ba3a475SMartin Mares
10215ba3a475SMartin Mares	* lib/proc.c (SYS_pread, SYS_pwrite): Use hard-coded
10225ba3a475SMartin Mares	numbers if not supplied by the libc.
10235ba3a475SMartin Mares
102455c815b5SMartin MaresWed May 19 13:24:39 1999  Martin Mares  <[email protected]>
102555c815b5SMartin Mares
102655c815b5SMartin Mares	* Released the whole package as version 2.0.
102755c815b5SMartin Mares
102855c815b5SMartin MaresFri May 14 22:42:02 1999  Martin Mares  <[email protected]>
102955c815b5SMartin Mares
103055c815b5SMartin Mares	* pci.ids: Added several new ID's contributed by people
103155c815b5SMartin Mares	on the linux-pci list.
103255c815b5SMartin Mares
1033dec16943SMartin MaresMon Apr 19 15:21:08 1999  Jakub Jelinek  <[email protected]>
1034dec16943SMartin Mares
1035dec16943SMartin Mares	* lspci.c: Display I/O addresses correctly on sparc64.
1036dec16943SMartin Mares	* lib/header.h: Ditto.
1037dec16943SMartin Mares
1038dec16943SMartin Mares	* lib/configure: On sparc set HAVE_64BIT* as well, we want
1039dec16943SMartin Mares	a binary which works on both 32bit and 64bit SPARCs.
1040dec16943SMartin Mares
1041e33c9c7aSMartin MaresSun Apr 18 21:14:58 1999  Martin Mares  <[email protected]>
1042e33c9c7aSMartin Mares
1043e33c9c7aSMartin Mares	* lspci.c, lib/proc.c: Alpha compilation fixes from Matthew Jacob
1044e33c9c7aSMartin Mares	<[email protected]>.
1045e33c9c7aSMartin Mares
1046e33c9c7aSMartin Mares	* pci.ids: A lot of updates from Adam J. Richter <[email protected]>.
1047e33c9c7aSMartin Mares
1048f3395cc5SMartin MaresSun Feb 28 22:26:21 1999  Martin Mares  <[email protected]>
1049f3395cc5SMartin Mares
1050f3395cc5SMartin Mares	* lspci.c (do_map_bus): Don't dump functions 1--7 if not flagged
1051f3395cc5SMartin Mares	as a multi-function device, because several single-function devices
1052f3395cc5SMartin Mares	don't decode the function bits at all.
1053f3395cc5SMartin Mares
1054f3395cc5SMartin MaresSun Feb 14 23:48:22 1999  Martin Mares  <[email protected]>
1055f3395cc5SMartin Mares
1056f3395cc5SMartin Mares	* Makefile (install): Don't use "-o root -g root" for installation
1057f3395cc5SMartin Mares	since it breaks on machines where programs are not installed by root.
1058f3395cc5SMartin Mares	Reported by Richard Gooch <[email protected]>
1059f3395cc5SMartin Mares
1060f3395cc5SMartin MaresTue Feb  9 15:54:39 1999  Martin Mares  <[email protected]>
1061f3395cc5SMartin Mares
1062f3395cc5SMartin Mares	* lspci.c (show_bases): Use new address masking macros and pciaddr_t.
1063f3395cc5SMartin Mares
1064f3395cc5SMartin Mares	* lib/pci.h: Using pciaddr_t for bus addresses, which are 32-bit
1065f3395cc5SMartin Mares	or 64-bit depending on CPU.
1066f3395cc5SMartin Mares
1067f3395cc5SMartin Mares	* lib/pci.h (PCI_ADDR_MEM_MASK): Added macros for address masks
1068f3395cc5SMartin Mares	according to bus address width.
1069f3395cc5SMartin Mares
10701c31d620SMartin MaresThu Jan 28 20:54:16 1999  Martin Mares  <[email protected]>
10711c31d620SMartin Mares
10721c31d620SMartin Mares	* Released as 1.99.4.
10731c31d620SMartin Mares
10741c31d620SMartin Mares	* lspci.c: Capability list parser now recognizes both AGP
10751c31d620SMartin Mares	registers and PCI Power Management registers (the latter
10761c31d620SMartin Mares	is mainly guesswork based on DEC/Intel 21153 bridge specs
10771c31d620SMartin Mares	since I don't have the PCI Power Management document).
10781c31d620SMartin Mares
10791c31d620SMartin Mares	* lspci.c: Replaced numerous occurences of (x & flag) ? '+' : '-'
10801c31d620SMartin Mares	by FLAG macro.
10811c31d620SMartin Mares
10821c31d620SMartin Mares	* lspci.c: Added bridge checks to bus mapping code.
10831c31d620SMartin Mares
10841812a795SMartin MaresWed Jan 27 14:59:16 1999  Martin Mares  <[email protected]>
10851812a795SMartin Mares
10861812a795SMartin Mares	* lspci.c: Implemented bus mapping mode (-M).
10871812a795SMartin Mares
10881812a795SMartin Mares	* lspci.c (scan_devices): Split to scan_devices() and scan_device().
10891812a795SMartin Mares	(show): Split to show() and show_device().
10901812a795SMartin Mares
10911812a795SMartin Mares	* lib/access.c (pci_init): When a->method == PCI_ACCESS_AUTO,
10921812a795SMartin Mares	set it to the real access method afterwards.
10931812a795SMartin Mares
10941812a795SMartin MaresMon Jan 25 23:46:13 1999  Martin Mares  <[email protected]>
10951812a795SMartin Mares
10961812a795SMartin Mares	* lib/generic.c (pci_generic_fill_info): If in buscentric mode,
10971812a795SMartin Mares	don't check PCI_COMMAND for I/O and memory enables.
10981812a795SMartin Mares
1099f6c86928SMartin MaresMon Jan 25 21:28:49 1999  Martin Mares  <[email protected]>
1100f6c86928SMartin Mares
1101f6c86928SMartin Mares	* Makefile: Added target `release' which substitutes new version
1102f6c86928SMartin Mares	number to .spec, .lsm and README. Also rewrote target `dist'.
1103f6c86928SMartin Mares
1104f6c86928SMartin Mares	* Released as 1.99.3.
1105f6c86928SMartin Mares
1106b5137411SMartin MaresSun Jan 24 22:10:36 1999  Martin Mares  <[email protected]>
1107b5137411SMartin Mares
1108d6b297d0SMartin Mares	* lib/header.h: Until kernel adopts new layout of PCI
1109d6b297d0SMartin Mares	includes (i.e., separate declaration of header structure,
1110d6b297d0SMartin Mares	functions and device IDs), which is not going to happen
1111d6b297d0SMartin Mares	before 2.3, we'll use our own definiton of the header.
1112d6b297d0SMartin Mares
1113b5137411SMartin Mares	* lspci.c (show_verbose): Display `Cap' flag in device status.
1114b5137411SMartin Mares
1115b5137411SMartin Mares	* lspci.c (show_htype0): Display capability lists whereever
1116b5137411SMartin Mares	available. The only capability name we recognize now is `AGP'.
1117b5137411SMartin Mares	Unfortunately, capabilities are stored in device-dependent
1118b5137411SMartin Mares	portion of the configuration space and are thus available
1119b5137411SMartin Mares	only to root unless you read a dump.
1120b5137411SMartin Mares
1121b5137411SMartin Mares	* lspci.c (scan_devices): Use cache instead of buffering.
1122b5137411SMartin Mares
1123b5137411SMartin Mares	* lib/buffer.c: Removed (obsoleted by the cache).
1124b5137411SMartin Mares
1125b5137411SMartin Mares	* lib/access.c: Added general caching mechanism.
1126b5137411SMartin Mares
112781ce358dSMartin MaresSat Jan 23 21:30:54 1999  Martin Mares  <[email protected]>
112881ce358dSMartin Mares
112981ce358dSMartin Mares	* pci.ids: Added few devices.
113081ce358dSMartin Mares
1131727ce158SMartin MaresFri Jan 22 19:29:31 1999  Martin Mares  <[email protected]>
1132727ce158SMartin Mares
1133727ce158SMartin Mares	* Version string is now defined in top-level Makefile, exported
1134727ce158SMartin Mares	to the configure script and also substituted to man pages.
1135727ce158SMartin Mares
1136727ce158SMartin Mares	* lspci.c (show_bases): Rewrote displaying of 64-bit addresses.
1137727ce158SMartin Mares	(show_verbose): Rewrote interrupt display logic.
1138727ce158SMartin Mares
1139727ce158SMartin Mares	* lib/i386-ports.c: Include sys/io.h only on glibc systems.
1140727ce158SMartin Mares
1141727ce158SMartin Mares	* lib/configure: Rewrote detection of Linux versions. Now it
1142727ce158SMartin Mares	works on 2.0 kernels (only with direct/dump access, of course).
1143727ce158SMartin Mares
1144727ce158SMartin Mares	* lib/internal.h: New bytesex macros using <asm/byteorder.h>
1145727ce158SMartin Mares	whenever available.
1146727ce158SMartin Mares
1147727ce158SMartin Mares	* lib/proc.c (proc_read, proc_write): Distinguish between short
1148727ce158SMartin Mares	read/write and real errors.
1149727ce158SMartin Mares
1150727ce158SMartin Mares	* lspci.c (show_htype{0,1}): Always use d->dev->rom_base_addr since
1151727ce158SMartin Mares	libpci respects buscentric mode automatically.
1152727ce158SMartin Mares
1153727ce158SMartin Mares	* lspci.c (show_hex_dump): For CardBus bridges, print out 128
1154727ce158SMartin Mares	bytes of header (the whole standard part).
1155727ce158SMartin Mares
1156727ce158SMartin Mares	* common.c: pcilib options are now all uppercase. Also moved
1157727ce158SMartin Mares	PCI access debugging option here.
1158727ce158SMartin Mares
1159727ce158SMartin Mares	* Released as 1.99.2.
1160727ce158SMartin Mares
1161727ce158SMartin MaresWed Jan 20 22:50:35 1999  Martin Mares  <[email protected]>
1162727ce158SMartin Mares
1163727ce158SMartin Mares	* Wrote configure script and rewrote Makefiles.
1164727ce158SMartin Mares
1165727ce158SMartin Mares	* Removed few unused variables.
1166727ce158SMartin Mares
1167727ce158SMartin MaresWed Jan 20 12:21:56 1999  Martin Mares  <[email protected]>
1168727ce158SMartin Mares
1169727ce158SMartin Mares	* common.c: Moved several functions used in both setpci and lspci
1170727ce158SMartin Mares	here. This includes parsing of libpci-related options.
1171727ce158SMartin Mares
1172727ce158SMartin Mares	* More library tweaks.
1173727ce158SMartin Mares
1174727ce158SMartin Mares	* filter.c, names.c: Moved to library.
1175727ce158SMartin Mares
1176727ce158SMartin Mares	* setpci: Rewritten to use the library.
1177727ce158SMartin Mares
1178727ce158SMartin Mares	* Released as 1.99.1.
1179727ce158SMartin Mares
1180727ce158SMartin MaresTue Jan 19 23:00:12 1999  Martin Mares  <[email protected]>
1181727ce158SMartin Mares
1182727ce158SMartin Mares	* lspci.c (scan_devices): For cardbus bridges, read first 128
1183727ce158SMartin Mares	bytes of config space to get full standard header.
1184727ce158SMartin Mares
1185727ce158SMartin Mares	* Makefile (CFLAGS): Removed "-Wno-unused".
1186727ce158SMartin Mares
1187727ce158SMartin Mares	* Started the "New Generation" branch and introduced the
1188727ce158SMartin Mares	PCI library.
1189727ce158SMartin Mares
1190727ce158SMartin Mares	* lspci: Rewritten to use the library.
1191727ce158SMartin Mares
11926ece6bc6SMartin MaresTue Jan 19 22:24:08 1999  Martin Mares  <[email protected]>
11936ece6bc6SMartin Mares
11946ece6bc6SMartin Mares	* Released as version 1.10.
11956ece6bc6SMartin Mares
11966ece6bc6SMartin MaresMon Jan 18 08:51:17 1999  Martin Mares  <[email protected]>
11976ece6bc6SMartin Mares
11986ece6bc6SMartin Mares	* lspci.8, setpci.8: Miscellaneous fixes as suggested by
11996ece6bc6SMartin Mares	Dag Wieers <[email protected]>.
12006ece6bc6SMartin Mares
12011212dd6dSMartin MaresSun Nov 29 20:05:56 1998  Martin Mares  <[email protected]>
12021212dd6dSMartin Mares
12031212dd6dSMartin Mares	* pciutils.spec (Name): Update from Krzysztof G. Baranowski.
12041212dd6dSMartin Mares
1205d38471fdSMartin MaresSun Nov 22 10:49:56 1998  Martin Mares  <[email protected]>
1206d38471fdSMartin Mares
1207d38471fdSMartin Mares	* Makefile, pciutils.h: Moved pci.ids to /usr/share.
1208d38471fdSMartin Mares
1209d38471fdSMartin Mares	* Released as version 1.09.
1210d38471fdSMartin Mares
1211371f605bSMartin MaresWed Nov 18 15:47:05 1998  Martin Mares  <[email protected]>
1212371f605bSMartin Mares
1213371f605bSMartin Mares	* lspci.c (show_htype1): Fixed displaying of prefetchable memory behind
1214371f605bSMartin Mares	bridge. Thanks to Petr Vandrovec <[email protected]> for bug report.
1215371f605bSMartin Mares
121610be47abSMartin MaresFri Oct 23 18:59:19 1998  Martin Mares  <[email protected]>
121710be47abSMartin Mares
121810be47abSMartin Mares	* setpci.c: Don't include <syscall-list.h> with glibc >= 2.1.
121910be47abSMartin Mares
1220472bd340SMartin MaresMon Oct 19 21:53:30 1998  Martin Mares  <[email protected]>
1221472bd340SMartin Mares
1222472bd340SMartin Mares	* Released as version 1.08.
1223472bd340SMartin Mares
1224472bd340SMartin Mares	* setpci.c: glibc 2.1.x already defines pread() and pwrite().
1225472bd340SMartin Mares
1226472bd340SMartin Mares	* lspci.8: Changed warning about lspci -xxx.
1227472bd340SMartin Mares
1228472bd340SMartin Mares	* lspci.c: Require "-xxx" for full configuration space dump, so that
1229472bd340SMartin Mares	it's impossible to crash the machine by single typo.
1230472bd340SMartin Mares
1231472bd340SMartin Mares	* specs: Added (courtesy of Krzysztof G. Baranowski <[email protected]>).
1232472bd340SMartin Mares
1233072c77e5SMartin MaresWed Sep  9 12:03:24 1998  Martin Mares  <[email protected]>
1234072c77e5SMartin Mares
1235072c77e5SMartin Mares	* lspci.c (show_bases): Better displaying of unassigned and
1236072c77e5SMartin Mares	disabled bases. Thanks to Gabriel Paubert <[email protected]>
1237072c77e5SMartin Mares	for an idea.
1238072c77e5SMartin Mares
1239b7554856SMartin MaresWed Sep  2 10:58:01 1998  Martin Mares  <[email protected]>
1240b7554856SMartin Mares
1241b7554856SMartin Mares	* setpci.c (pread): Recognize glibc 1.99 numbered as 2.0 on the PPC.
1242b7554856SMartin Mares	(thanks to Geert Uytterhoeven for finding this out)
1243b7554856SMartin Mares
1244ce503b7fSMartin MaresFri Jul 17 10:43:30 1998  Martin Mares  <[email protected]>
1245ce503b7fSMartin Mares
1246ce503b7fSMartin Mares	* lspci.c (show_verbose): Print subsystem ID using the new resolver.
1247ce503b7fSMartin Mares	(show_machine): Print subsystem ID.
1248ce503b7fSMartin Mares
1249ce503b7fSMartin Mares	* names.c: New name resolution engine supporting subsystem IDs.
1250ce503b7fSMartin Mares
1251ce503b7fSMartin Mares	* Released as version 1.07.
1252ce503b7fSMartin Mares
125396e4f295SMartin MaresWed Jul 15 15:37:21 1998  Martin Mares  <[email protected]>
125496e4f295SMartin Mares
125596e4f295SMartin Mares	* lspci.c (show_htype2 etc.): Displaying of CardBus headers.
125696e4f295SMartin Mares	(show_bases): Honor the `cnt' argument.
125796e4f295SMartin Mares	(grow_tree): Parse CardBus headers in tree mode as well.
125896e4f295SMartin Mares
125996e4f295SMartin Mares	* pci.h: Updated CardBus header field description. I still don't
126096e4f295SMartin Mares	have the CardBus standard available, but OZ6832 specs contain
126196e4f295SMartin Mares	full description of all header fields supported by the chip.
126296e4f295SMartin Mares
12636ae3650aSMartin MaresTue Jun  9 22:53:59 1998  Martin Mares  <[email protected]>
12646ae3650aSMartin Mares
1265304f9a0bSMartin Mares	* Released as 1.06.
1266304f9a0bSMartin Mares
12676ae3650aSMartin Mares	* names.c (parse_name_list): Killed an unused variable.
12686ae3650aSMartin Mares
12696ae3650aSMartin Mares	* setpci.c (pread, pwrite): Define SYS_(pread|pwrite) as __NR_\1
12706ae3650aSMartin Mares	if they are not defined by glibc (needed for glibc built on older
12716ae3650aSMartin Mares	kernels). Ugly.
12726ae3650aSMartin Mares
12736ae3650aSMartin Mares	* setpci.c (exec_op): Fixed error messages. Thanks, Steve!
12746ae3650aSMartin Mares
12754b88a6b8SMartin MaresMon Jun  8 10:59:22 1998  Martin Mares  <[email protected]>
12764b88a6b8SMartin Mares
12774b88a6b8SMartin Mares	* Released as 1.05.
12784b88a6b8SMartin Mares
12794b88a6b8SMartin Mares	* setpci.c: Problems with pread()/pwrite() with glibc on Alpha
12804b88a6b8SMartin Mares	should be gone. Again thanks to Steve for bug report.
12814b88a6b8SMartin Mares
12824b88a6b8SMartin Mares	* filter.c (filter_parse_slot): Fixed ":x" type filters.
12834b88a6b8SMartin Mares
12844b88a6b8SMartin Mares	* pci.ids: Killed duplicate entry. Thanks to Stephen Williams
12854b88a6b8SMartin Mares	<[email protected]> for reporting this.
12864b88a6b8SMartin Mares
12874b88a6b8SMartin MaresSun Jun  7 19:27:51 1998  Martin Mares  <[email protected]>
12884b88a6b8SMartin Mares
12894b88a6b8SMartin Mares	* lspci.c (main), setpci.c (main): Implemented "--version".
12904b88a6b8SMartin Mares
12914b88a6b8SMartin Mares	* Released as 1.04.
12924b88a6b8SMartin Mares
12934b88a6b8SMartin Mares	* pciutils.h (PCIUTILS_VERSION): Added version string.
12944b88a6b8SMartin Mares
12954b88a6b8SMartin Mares	* filter.c, names.c: Extraneous #include <linux/pci.h> removed.
12964b88a6b8SMartin Mares	Thanks to Geert Uytterhoeven <[email protected]>
12974b88a6b8SMartin Mares	for bug report.
12984b88a6b8SMartin Mares
12999b306998SMartin MaresThu May 28 14:45:58 1998  Martin Mares  <[email protected]>
13009b306998SMartin Mares
13019b306998SMartin Mares	* pci.ids: More updates from Jens Maurer.
13029b306998SMartin Mares
1303b372672fSMartin MaresWed Apr 22 10:00:39 1998  Martin Mares  <[email protected]>
1304b372672fSMartin Mares
1305b372672fSMartin Mares	* pci.ids: Updates from Jens Maurer.
1306b372672fSMartin Mares
1307b2c9b373SMartin MaresSun Apr 19 11:14:25 1998  Martin Mares  <[email protected]>
1308b2c9b373SMartin Mares
1309b372672fSMartin Mares	* Released as 1.03.
1310b372672fSMartin Mares
1311b2c9b373SMartin Mares	* setpci.8: Written.
1312b2c9b373SMartin Mares
1313b2c9b373SMartin Mares	* setpci.c: Finished.
1314b2c9b373SMartin Mares
1315b2c9b373SMartin Mares	* lspci.c: Now able to fetch expansion ROM base from kernel device list
1316b2c9b373SMartin Mares	and print it if not in buscentric mode.
1317b2c9b373SMartin Mares
1318e4842ff3SMartin MaresTue Mar 31 23:11:57 1998  Martin Mares  <[email protected]>
1319e4842ff3SMartin Mares
1320e4842ff3SMartin Mares	* setpci.c: Added.
1321e4842ff3SMartin Mares
1322e4842ff3SMartin MaresSun Mar 22 15:39:08 1998  Martin Mares  <[email protected]>
1323e4842ff3SMartin Mares
1324e4842ff3SMartin Mares	* lspci.8: Updated the documentation.
1325e4842ff3SMartin Mares
1326e4842ff3SMartin Mares	* lspci.c: Modified to use the new filtering mechanism (options -f and -d).
1327e4842ff3SMartin Mares
1328e4842ff3SMartin Mares	* filter.c: Introduced new generic device filter.
1329e4842ff3SMartin Mares
1330008407bdSMartin MaresThu Mar 19 17:03:48 1998  Martin Mares  <[email protected]>
1331008407bdSMartin Mares
1332008407bdSMartin Mares	* lspci.c (grow_tree, show_tree_dev, print_it): Fixed displaying
1333008407bdSMartin Mares	of PCI-to-PCI bridges in the tree format.
1334008407bdSMartin Mares
13350a33d0ecSMartin MaresSun Feb 15 10:12:25 1998  Martin Mares  <[email protected]>
13360a33d0ecSMartin Mares
13370a33d0ecSMartin Mares	* lspci.c (show_machine): Added non-verbose mode of machine-readable
13380a33d0ecSMartin Mares	dump.
13390a33d0ecSMartin Mares
13400a33d0ecSMartin Mares	* pci.ids: Updates from Jens Maurer.
13410a33d0ecSMartin Mares
13420a33d0ecSMartin Mares	* Released as version 1.02.
13430a33d0ecSMartin Mares
13440a33d0ecSMartin MaresThu Feb 12 16:53:28 1998  Martin Mares  <[email protected]>
13450a33d0ecSMartin Mares
13460a33d0ecSMartin Mares	* lspci.c: Added a "-m" switch for dumping machine-readable
13470a33d0ecSMartin Mares	configuration data (requested by Bjoern Kriews <[email protected]>).
13480a33d0ecSMartin Mares
1349fb38eee8SMartin MaresMon Feb  9 13:17:43 1998  Martin Mares  <[email protected]>
1350fb38eee8SMartin Mares
1351fb38eee8SMartin Mares	* Makefile, pciutils.h: Include local pci.h instead of <linux/pci.h>
1352fb38eee8SMartin Mares	if available. This should avoid all problems with official kernel
1353fb38eee8SMartin Mares	not synchronized to newer PCI code in CVS -- standard distribution
1354fb38eee8SMartin Mares	of pciutils now contains pci.h from current CVS kernel, pciutils
1355fb38eee8SMartin Mares	in CVS contain no pci.h and use the correct kernel include.
1356fb38eee8SMartin Mares
1357fb38eee8SMartin Mares	* Makefile: Fixed installation path for man pages.
1358fb38eee8SMartin Mares
13592f48f637SMartin MaresSat Feb  7 15:15:46 1998  Martin Mares  <[email protected]>
13602f48f637SMartin Mares
13612f48f637SMartin Mares	* README: Updated.
13622f48f637SMartin Mares
13632f48f637SMartin Mares	* lspci.8: Created a man page.
13642f48f637SMartin Mares
13652f48f637SMartin Mares	* Releasing as version 1.0.
13662f48f637SMartin Mares
13672f48f637SMartin MaresTue Feb  3 20:56:00 1998  Martin Mares  <[email protected]>
13682f48f637SMartin Mares
13692f48f637SMartin Mares	* Makefile: Recognize architecture by calling uname and pass it as ARCH_xxx
13702f48f637SMartin Mares	to all the C sources. This should eliminate problems with 32-bit compilers
13712f48f637SMartin Mares	on sparc64.
13722f48f637SMartin Mares
13732f48f637SMartin Mares	* lspci.c (show_verbose): Recognize CardBus bridge header type.
13742f48f637SMartin Mares	(show_htype2): Stub routine.
13752f48f637SMartin Mares	(scan_config): Write sensible error message if the kernel denies reading of
13762f48f637SMartin Mares	upper part of the PCI config space.
1377