xref: /pciutils/ChangeLog (revision 2ae2d1ae)
1abf8d505SMartin Mares2006-05-05  Martin Mares  <[email protected]>
2abf8d505SMartin Mares
3*2ae2d1aeSMartin Mares	* Released as 2.2.3.
4*2ae2d1aeSMartin Mares
5*2ae2d1aeSMartin Mares	* lspci.c (scan_device): The -D switch didn't work as intended
6*2ae2d1aeSMartin Mares	in -m mode.
7*2ae2d1aeSMartin Mares
8*2ae2d1aeSMartin Mares2006-05-05  Martin Mares  <[email protected]>
9*2ae2d1aeSMartin Mares
101d5cf727SMartin Mares	* Released as 2.2.2.
111d5cf727SMartin Mares
128a830168SMartin Mares	* pci.ids: Updated to the current database snapshot.
138a830168SMartin Mares
14b6359063SMartin Mares	* lib/obsd-device.c (and other files in lib/*): Added OpenBSD
15b6359063SMartin Mares	interface by Matthieu Herrb <[email protected]>, based on
16b6359063SMartin Mares	the existing FreeBSD interface.
17b6359063SMartin Mares
18abf8d505SMartin Mares	* Moved pciutils to a GIT repository, which now contains merged
19abf8d505SMartin Mares	history from both CVS and Arch. Good bye, TLA!
20abf8d505SMartin Mares
216ac70402SMartin Mares2006-03-21  Martin Mares  <[email protected]>
226ac70402SMartin Mares
232a124daeSMartin Mares	* lspci.c (show_slot_name): Avoid the previous changes in default
242a124daeSMartin Mares	display of domain name when in machine-readable mode. However, `-D'
252a124daeSMartin Mares	forces domain display even there.
262a124daeSMartin Mares
276ac70402SMartin Mares	* lspci.man: Added a warning on -m being the only format, which is
286ac70402SMartin Mares	guaranteed to be stable between lspci versions.
296ac70402SMartin Mares
301bbdea17SMartin Mares2006-03-13  Martin Mares  <[email protected]>
311bbdea17SMartin Mares
32af61eb25SMartin Mares	* lspci.man: Documented the -D switch.
33af61eb25SMartin Mares
34af61eb25SMartin Mares	* lspci.c (show_slot_name, scan_device): If there are multiple PCI
35af61eb25SMartin Mares	domains or if the `-D' switch is used, show the domain number for
36af61eb25SMartin Mares	all devices.
37af61eb25SMartin Mares
387a61b93cSMartin Mares	* lspci.c (show_verbose): Report cache line size in bytes.
397a61b93cSMartin Mares
401bbdea17SMartin Mares	* update-pciids.sh: Use curl if available. Patch by Matthew Wilcox.
411bbdea17SMartin Mares
420e78ef8aSMartin Mares2006-01-04  Martin Mares  <[email protected]>
430e78ef8aSMartin Mares
440e78ef8aSMartin Mares	* lspci.c (show_express_link): Fixed decoding of link status register.
450e78ef8aSMartin Mares	Thanks to Roland Dreier for his report.
460e78ef8aSMartin Mares
47e6859953SMartin Mares2005-12-12  Martin Mares  <[email protected]>
48e6859953SMartin Mares
49e6859953SMartin Mares	* lib/nbsd-libpci.c: If libpci is used by an ordinary user, allow
50e6859953SMartin Mares	at least read-only access. Patch by Pavel Celeda <[email protected]>.
51e6859953SMartin Mares
52e6859953SMartin Mares	* Makefile: Corrected library path on NetBSD.
53e6859953SMartin Mares
54a99c0d69SMartin Mares2005-11-26  Martin Mares  <[email protected]>
55a99c0d69SMartin Mares
56e4af70c6SMartin Mares	* Released as 2.2.1.
57e4af70c6SMartin Mares
58a99c0d69SMartin Mares	* lspci.c (show_machine): Subsystem vendors were printed incorrectly
59a99c0d69SMartin Mares	in machine-readable modes. Thanks to Pavel Celeda for a bug report.
60a99c0d69SMartin Mares
61f23fd3fcSMartin Mares2005-10-11  Martin Mares  <[email protected]>
62f23fd3fcSMartin Mares
63f23fd3fcSMartin Mares	* lspci.c (new_bus): Fixed a memory leak. Thanks to Paul Sangree for reporting it.
64f23fd3fcSMartin Mares
6515296723SMartin Mares2005-09-21  Martin Mares  <[email protected]>
6615296723SMartin Mares
6715296723SMartin Mares	* Released as 2.2.0.
6815296723SMartin Mares
6940b6d93fSMartin Mares	* pci.ids: Updated copyright header.
7040b6d93fSMartin Mares
7115296723SMartin Mares	* lib/sysfs.c (sysfs_get_resources): Removed warning about unsupported
7215296723SMartin Mares	64-bit addresses, they are now always supported.
7315296723SMartin Mares
7415296723SMartin Mares	* lspci.c (show_bases): Corrected printing of 64-bit addresses
7515296723SMartin Mares	in bus-centric mode.
7615296723SMartin Mares
7715296723SMartin Mares	* lib/configure: Enable 64-bit addresses on all Linux systems.
7815296723SMartin Mares
7915296723SMartin Mares	* lib/types.h: Don't pad 64-bit addresses to 16 xigits, only to 8 if they
8015296723SMartin Mares	are shorter.
8115296723SMartin Mares
82224707baSMartin Mares2005-09-11  Martin Mares  <[email protected]>
83224707baSMartin Mares
84224707baSMartin Mares	* Released as 2.1.99-test11.
85224707baSMartin Mares
86224707baSMartin Mares	* lspci.c: Removed unnecessary trailing zeros in pci_lookup_name() calls.
87224707baSMartin Mares
88aeaca5d3SMartin Mares2005-09-10  Martin Mares  <[email protected]>
89aeaca5d3SMartin Mares
90224707baSMartin Mares	* Released as 2.1.99-test10.
91224707baSMartin Mares
9263e6f2e0SMartin Mares	* pci.ids: Synchronized with the current database snapshot.
9363e6f2e0SMartin Mares
94043ebdeeSMartin Mares	* update-pciids.sh: Changed the default URL for downloading pci.ids
95043ebdeeSMartin Mares	to http://pciids.sourceforge.net/v2.2/pci.ids.
96043ebdeeSMartin Mares
97043ebdeeSMartin Mares	* lib/pci.h (PCI_LIB_VERSION): Added version identifier.
98043ebdeeSMartin Mares
99aeaca5d3SMartin Mares	* lib/names.c: Rewritten the name database module almost from scratch.
100aeaca5d3SMartin Mares	Everything is much cleaner and there are hopefully no more memory leaks;
101aeaca5d3SMartin Mares	pci_lookup_name() now uses varargs in a backward compatible fashion.
102aeaca5d3SMartin Mares	Introduced PCI_LOOKUP_NO_NUMBERS.
103aeaca5d3SMartin Mares
104aeaca5d3SMartin Mares	The new code supports subsystem entries not tied to a specific device.
105aeaca5d3SMartin Mares	I had to extend the format of pci.ids in order to support it, so I have
106aeaca5d3SMartin Mares	extended the idea of the "C" (class) blocks and introduced "S" blocks
107aeaca5d3SMartin Mares	for subsystems. To avoid doing more incompatible changes in the future,
108aeaca5d3SMartin Mares	the parser skips unknown single-letter blocks without reporting errors.
109aeaca5d3SMartin Mares
110121c76c9SMartin Mares2005-08-23  Martin Mares  <[email protected]>
111121c76c9SMartin Mares
11254e13765SMartin Mares	* Released as 2.1.99-test9.
11354e13765SMartin Mares
11454e13765SMartin Mares	* Makefile (OPT): Removed -fomit-frame-pointer, it's default in recent
11554e13765SMartin Mares	gcc versions when optimizing anyway.
11654e13765SMartin Mares
11754e13765SMartin Mares	* Made the path to pci.ids customizable and independent on the SHAREDIR.
11854e13765SMartin Mares	Just override IDSDIR in the top-level Makefile.
11954e13765SMartin Mares
12054e13765SMartin Mares	* pci.ids: Synchronized with the current database snapshot.
12154e13765SMartin Mares
12284d437d6SMartin Mares	* lspci.man, setpci.man: Improved the man pages. Documented all access
12384d437d6SMartin Mares	methods and which operations are privileged.
12484d437d6SMartin Mares
12584d437d6SMartin Mares	* lspci.c: Another rewrite of config register caching, now also including
12684d437d6SMartin Mares	lots of internal checks. It should be now perfectly able to cope with
12784d437d6SMartin Mares	portions of the configuration space being inaccessible, for example
12884d437d6SMartin Mares	due to insufficient access rights.
12984d437d6SMartin Mares
1303b8bf739SMartin Mares	* lspci.c (show_pcix_nobridge, show_pcix_bridge): Cleaned up dumping of PCI-X
1313b8bf739SMartin Mares	capabilities. Includes partial support for PCI-X 2.0 (probably incomplete
1323b8bf739SMartin Mares	as I haven't seen the spec).
1333b8bf739SMartin Mares
1343b8bf739SMartin Mares	* lspci.c: Quell warnings about unused parameters.
1353b8bf739SMartin Mares
13684d437d6SMartin Mares	* lspci.c: Removed C++ comments.
13784d437d6SMartin Mares
1383b8bf739SMartin Mares	* lib/header.h: Merged definitions of extended capabilities and some new
1393b8bf739SMartin Mares	PCI-X capability bits from linux-2.6.11/include/pci.h.
1403b8bf739SMartin Mares
1413b8bf739SMartin Mares	* lspci.c (show_caps): Try to scan extended capabilities only if the
1423b8bf739SMartin Mares	device has either PCI-X or PCI Express capability in its normal capability
1433b8bf739SMartin Mares	list.
1443b8bf739SMartin Mares
145f7821e53SMartin Mares	* lib/dump.c (dump_init): Reading of dumps works again. The dump reader
146f7821e53SMartin Mares	now also remembers how much data it has read and refuses attempts to
147f7821e53SMartin Mares	access more than that.
148ea4e5f5dSMartin Mares
14946ea554dSMartin Mares	* setpci.man, lspci.c, README: prefer spelling "buses" over "busses".
15046ea554dSMartin Mares
1518afaab22SMartin Mares	* lspci.c: If alloca() is not available, use xmalloc(), not malloc().
1528afaab22SMartin Mares
153121c76c9SMartin Mares	* lib/configure: Added x86_64 on Linux.
154121c76c9SMartin Mares
155c1c2c30eSMartin Mares2005-08-22  Martin Mares  <[email protected]>
156c1c2c30eSMartin Mares
157b9ca9147SMartin Mares	* lib/filter.c (pci_filter_parse_slot): Fixed parsing of domain filters.
158b9ca9147SMartin Mares	Thanks to Matthew Wilcox for bug report.
159b9ca9147SMartin Mares
160c1c2c30eSMartin Mares	* lspci.c: Corrected spelling of "Hz" (it was "hz" at several places).
161b9ca9147SMartin Mares	Thanks to Krzysztof Oledzki for pointing that out.
162c1c2c30eSMartin Mares
16326542a0bSMartin Mares2004-08-19  Martin Mares  <[email protected]>
16426542a0bSMartin Mares
16526542a0bSMartin Mares	* pciutils.spec (%attr): Setting attributes for /sbin/* is an anachronism,
16626542a0bSMartin Mares	because pciutils by default install to /usr/sbin. Update.
16726542a0bSMartin Mares
1686aa54f1bSMartin Mares2004-08-13  Martin Mares  <[email protected]>
1696aa54f1bSMartin Mares
170aabb0a92SMartin Mares	* Released as 2.1.99-test8.
171aabb0a92SMartin Mares
172f31412d1SMartin Mares	* lib/types.h, lib/pci.h, lib/sysdep.h: `byte' and `word' are
173f31412d1SMartin Mares	no longer exported to the outside world.
174f31412d1SMartin Mares
175ee7d8384SMartin Mares	* README.Windows: Updated.
176ee7d8384SMartin Mares
177ee7d8384SMartin Mares	* maint/release: Substitute version number in win32/config.h.
178ee7d8384SMartin Mares
179ee7d8384SMartin Mares	* win32/config.h: Added.
180ee7d8384SMartin Mares
181ee7d8384SMartin Mares	* lib/sysdep.h (bzero, strcasecmp): are macros on Windows.
182ee7d8384SMartin Mares
183ee7d8384SMartin Mares	* compat/getopt.[ch]: Added copies of getopt.[ch] from the GNU
184ee7d8384SMartin Mares	C library for use on systems where the default libraries lack
185ee7d8384SMartin Mares	proper getopt. Currently used by the Windows port.
186ee7d8384SMartin Mares
187ee7d8384SMartin Mares	* lib/sysdep.h, lib/types.h: Updates of the Windows port from
188ee7d8384SMartin Mares	Alexander Stock.
189ee7d8384SMartin Mares
190489233b4SMartin Mares	* lib/types.h: If PCI_HAVE_Uxx_TYPES is defined, libpci doesn't define
191489233b4SMartin Mares	its own u8, u16, u32, byte and word types and uses what the user
192489233b4SMartin Mares	has supplied instead. With this change, all namespace clashes should
193489233b4SMartin Mares	be gone.
194489233b4SMartin Mares
195489233b4SMartin Mares	* Makefile, lib/Makefile: Updated dependencies.
196489233b4SMartin Mares
197489233b4SMartin Mares	* pciutils.h: Include lib/sysdep.h and move NONRET et al. there.
198489233b4SMartin Mares
199489233b4SMartin Mares	* lib/sysdep.h: No need to include <sys/types.h> on FreeBSD, because
200489233b4SMartin Mares	it is included unconditionally in lib/types.h.
201489233b4SMartin Mares
202489233b4SMartin Mares	* Moved system-dependent stuff from lib/internal.h to lib/sysdep.h,
203489233b4SMartin Mares	which is also used by the utilities. Also moved type declarations
204489233b4SMartin Mares	from lib/pci.h to lib/types.h.
205489233b4SMartin Mares
206489233b4SMartin Mares	* All files: Prepend a "PCI_" prefix in front of all configuration
207489233b4SMartin Mares	defines to avoid namespace clashes. CAVEAT: If there is any libpci
208489233b4SMartin Mares	application using the (undocumented) defines, it has to be updated.
209489233b4SMartin Mares
210489233b4SMartin Mares	* lib/Makefile: Killed HAVE_OWN_HEADER_H, since we stopped sharing
211489233b4SMartin Mares	headers with the kernel a couple of years ago.
212489233b4SMartin Mares
2139bb4b4eaSMartin Mares	* lib/sysfs.c (sysfs_get_resources): We have 7 resources, not 6.
2149bb4b4eaSMartin Mares
2156aa54f1bSMartin Mares	* lspci.c (show_rom): Use the same logic for printing disabled
2166aa54f1bSMartin Mares	or unassigned ROM's as we do in show_bases() for the other BAR's.
2176aa54f1bSMartin Mares
2186aa54f1bSMartin Mares	* lib/generic.c (pci_generic_fill_info): Better reaction to
2196aa54f1bSMartin Mares	invalid 64-bit addresses. Also d->hdrtype should not include
2206aa54f1bSMartin Mares	bit 7, which caused mysterious errors on multi-function devices.
2216aa54f1bSMartin Mares
2226aa54f1bSMartin Mares	* lib/generic.c (pci_generic_fill_info): Fill in base addresses
2236aa54f1bSMartin Mares	even if the regions are known to be disabled. It is the client's
2246aa54f1bSMartin Mares	job to interpret them. (And it is not a trivial job if you want
2256aa54f1bSMartin Mares	to do it correctly, since you need to check I/O and memory enables
2266aa54f1bSMartin Mares	on all upstream bridges, too.) However, it could be interesting to
2276aa54f1bSMartin Mares	introduce functions for interpreting the addresses and even for
2286aa54f1bSMartin Mares	mapping the regions and doing I/O on them.
2296aa54f1bSMartin Mares
23080e6c636SMartin Mares2004-07-30  Martin Mares  <[email protected]>
23180e6c636SMartin Mares
23280e6c636SMartin Mares	* lspci.c: HyperTransport improvements from Maciej.
23380e6c636SMartin Mares
234d6324891SMartin Mares2004-07-11  Martin Mares  <[email protected]>
235d6324891SMartin Mares
236d6324891SMartin Mares	* lib/sysfs.c (sysfs_get_resources): Arguments now correspond
237d6324891SMartin Mares	to the format string. [Patch by Bill Nottingham]
238d6324891SMartin Mares
239ec25b52dSMartin Mares2004-07-05  Martin Mares  <[email protected]>
240ec25b52dSMartin Mares
241362be683SMartin Mares	* Released as 2.1.99-test7.
242362be683SMartin Mares
243ec25b52dSMartin Mares	* lspci.c (config_fetch): Wanted to merge Matthew's bug fix, but
244ec25b52dSMartin Mares	ended up with rewriting the fetching mechanism to be fully dynamic,
245ec25b52dSMartin Mares	but avoid reading config space registers not explicitly requested.
246ec25b52dSMartin Mares
247ec25b52dSMartin Mares2004-06-29  Matthew Wilcox <[email protected]>
248ec25b52dSMartin Mares
249ec25b52dSMartin Mares	* lspci.c: More work on PCI Express dumping.
250ec25b52dSMartin Mares
251ec25b52dSMartin Mares	* lib/header.h: Updated PCI Express capability definitions.
252ec25b52dSMartin Mares
253ec25b52dSMartin Mares	* lib/proc.c (proc_read): Removed bogus warning.
254ec25b52dSMartin Mares
255ec25b52dSMartin Mares	* common.c (xrealloc): Introduced.
256ec25b52dSMartin Mares
257ec25b52dSMartin Mares	* lspci.man: Added -xxxx.
258ec25b52dSMartin Mares
25909817437SMartin Mares2004-06-27  Martin Mares  <[email protected]>
26009817437SMartin Mares
261d1fa27ebSMartin Mares	* Released as 2.1.99-test6.
262d1fa27ebSMartin Mares
2634d67aa89SMartin Mares	* lspci.c (show_msix), lib/header.h: Added dumping of MSI-X cap.
2644d67aa89SMartin Mares	Patch by Roland Dreier <[email protected]>, cleaned up by me.
2654d67aa89SMartin Mares
2664d67aa89SMartin Mares	* lspci.c (show_pcix_nobridge, show_pcix_bridge): Handle config_fetch()
2674d67aa89SMartin Mares	failures.
2684d67aa89SMartin Mares
2694d67aa89SMartin Mares	* lib/header.h: Added PCI Express extended capabilities. Again by Matthew.
2704d67aa89SMartin Mares
2714d67aa89SMartin Mares	* lspci.c (show_express): Added dumping of PCI Express cap.
2724d67aa89SMartin Mares	Patch by Matthew Wilcox.
2734d67aa89SMartin Mares
2744d67aa89SMartin Mares	* lib/header.h: Added a list of PCI 3.0 capabilities and also details
2754d67aa89SMartin Mares	on PCI Express caps. Patch by Matthew Wilcox <[email protected]>.
2764d67aa89SMartin Mares
27709817437SMartin Mares	* lspci.c (check_root): Gone. No explicit checks for root are needed,
27809817437SMartin Mares	report correct errors reported by the libpci instead.
27909817437SMartin Mares
28009817437SMartin Mares	* lspci.c: Added dumping of the extended config space on "-xxxx".
28109817437SMartin Mares	Better caching of config registers.
28209817437SMartin Mares
28309817437SMartin Mares	* setpci.c (main): Allow access to whole 4096 bytes of the config space.
28409817437SMartin Mares
28509817437SMartin Mares	* lib/sysfs.c, lib/proc.c: Don't print error messages on short reads,
28609817437SMartin Mares	just return the appropriate error code.
28709817437SMartin Mares
28809817437SMartin Mares	* lib: Added support for extended (4096-byte) configuration space,
28909817437SMartin Mares	currently implemented only in Linux proc and sysfs access methods
29009817437SMartin Mares	and of course in the dump reader.
29109817437SMartin Mares
2920d656226SMartin Mares2004-05-29  Martin Mares  <[email protected]>
2930d656226SMartin Mares
294c0eece92SMartin Mares	* Released as 2.1.99-test5.
295c0eece92SMartin Mares
296a2413560SMartin Mares	* lib/pci.h: Windows don't have the standard u_int* types.
297a2413560SMartin Mares
298a2413560SMartin Mares	* lib/internal.h: <sys/param.h> required on Windows for endianity
299a2413560SMartin Mares	macros.
300a2413560SMartin Mares
301a2413560SMartin Mares	* lib/i386-ports.c: Connected i386-io-windows.h.
302a2413560SMartin Mares
303a2413560SMartin Mares	* lspci.c (check_root): geteuid() is not available on Windows.
304a2413560SMartin Mares
305a2413560SMartin Mares	* lib/i386-io-windows.h: Added Windows port contributed by Alexander
306a2413560SMartin Mares	Stock <[email protected]>.
307a2413560SMartin Mares
308a2413560SMartin Mares	* lib/configure: Hopefully fixed SunOS port broken by various
309a2413560SMartin Mares	changes to the configure script.
310a2413560SMartin Mares
3110d656226SMartin Mares	* Makefile, lib/configure: Cross-compilation support, patch by Maciej.
3120d656226SMartin Mares
313138c0385SMartin Mares2004-05-28  Martin Mares  <[email protected]>
314138c0385SMartin Mares
3159f490382SMartin Mares	* Released as 2.1.99-test4.
3169f490382SMartin Mares
317cce2caacSMartin Mares	* lspci.c (show_verbose): Header type 1 is probably legal for all
318cce2caacSMartin Mares	types of bridges, not only for PCI-to-PCI bridges.
319cce2caacSMartin Mares
320b569ef09SMartin Mares	* lspci.c (format_agp_rate): Write "x16", not "x@".
321b569ef09SMartin Mares	(show_agp): rate[] could overflow.
322b569ef09SMartin Mares	Bugs reported by Jakub Bogusz <[email protected]>.
323b569ef09SMartin Mares
324bfc4fe7aSMartin Mares	* lspci.c (show_ht_*): Show HyperTransport capability with all its
325bfc4fe7aSMartin Mares	details. Once again code by Maciej simplified (i.e., possibly broken)
326bfc4fe7aSMartin Mares	by me.
327bfc4fe7aSMartin Mares
328bfc4fe7aSMartin Mares	* lib/header.h: Added declarations of HyperTransport capability.
329bfc4fe7aSMartin Mares	Again thanks to Maciej.
330bfc4fe7aSMartin Mares
331138c0385SMartin Mares	* lspci.c: Decode all bits of the secondary status word in type 1 headers.
332138c0385SMartin Mares	Thanks to Maciej W. Rozycki <[email protected]> for the patch.
333138c0385SMartin Mares
3348fc75dbcSMartin Mares2003-12-27  Martin Mares  <[email protected]>
3358fc75dbcSMartin Mares
33681abd2a7SMartin Mares	* Released as 2.1.99-test3.
33781abd2a7SMartin Mares
3381f7c91ccSMartin Mares	* lspci.man, setpci.man: Document domains and correct spelling.
3391f7c91ccSMartin Mares
3401f7c91ccSMartin Mares	* lib/dump.c (dump_init): Added ability to read domain numbers.
3411f7c91ccSMartin Mares
34284c8d1bbSMartin Mares	* lspci.c: Devices in domains different from 0 have their slot number
3431f7c91ccSMartin Mares	printed as "<domain>:<bus>:<slot>.<func>". Tree view supports domains
3441f7c91ccSMartin Mares	as well.
34584c8d1bbSMartin Mares
34684c8d1bbSMartin Mares	* lib/filter.c: Slot filters understand domains.
34784c8d1bbSMartin Mares
34884c8d1bbSMartin Mares	* lib/generic.c: Mention the domain in slot numbers in all error messages.
34984c8d1bbSMartin Mares
35084c8d1bbSMartin Mares	* lib/internal.h: The #ifdef for Linux <asm/byteorder.h> was wrong.
35184c8d1bbSMartin Mares
35284c8d1bbSMartin Mares	* lib/access.c (pci_get_dev): Added support for domains.
35384c8d1bbSMartin Mares
35484c8d1bbSMartin Mares	* lib/sysfs.c (sysfs_scan): Read vendor and device ID from the config
35584c8d1bbSMartin Mares	registers (or to be precise, leave it for the generic parts of the pcilib
35684c8d1bbSMartin Mares	to do so) instead of reading them from the sysfs. It's faster this way.
35784c8d1bbSMartin Mares
35884c8d1bbSMartin Mares	* lspci.c (show_pcix): Don't touch pci_dev->hdrtype, it's an internal
35984c8d1bbSMartin Mares	variable. Better read it from the config registers (it's cached anyway).
36084c8d1bbSMartin Mares
36184c8d1bbSMartin Mares	* lib/sysfs.c (sysfs_scan), lib/proc.c (proc_scan): Don't read the hdrtype.
36284c8d1bbSMartin Mares	  lib/generic.c (pci_generic_fill_info): If hdrtype is -1 (unset), read it.
36384c8d1bbSMartin Mares	  Saves lots of unnecessary file accesses.
36484c8d1bbSMartin Mares
36511f7b31bSMartin Mares	* lib/pci.h (PCIADDR_PORT_FMT): Use %llx instead of %Lx, because the latter
36611f7b31bSMartin Mares	is not supported by all C libraries.
36711f7b31bSMartin Mares
36811f7b31bSMartin Mares	* Makefile: Always enter the lib directory (remember that we don't have
36911f7b31bSMartin Mares	full dependecies for the library in the top-level Makefile; hmmm, another
37011f7b31bSMartin Mares	thing to rewrite some day).
37111f7b31bSMartin Mares
37211f7b31bSMartin Mares	* lib/sysfs.c: Added Linux sysfs access method based on the patch
37311f7b31bSMartin Mares	written by Matthew Wilcox <[email protected]>.
37411f7b31bSMartin Mares
37511f7b31bSMartin Mares	* lib/proc.c: Renamed the access method name from "/proc/bus/pci" to "Linux-proc".
37611f7b31bSMartin Mares
37711f7b31bSMartin Mares	* lib/pread.h: The hacks to support pread on various versions
37811f7b31bSMartin Mares	of Linux libc moved there.
37911f7b31bSMartin Mares
38011f7b31bSMartin Mares	* lib/proc.c (proc_setup): The return value of snprintf() varies
38111f7b31bSMartin Mares	between glibc versions, so we need to check both for a negative
38211f7b31bSMartin Mares	values and for too large values.
38311f7b31bSMartin Mares
3844284af58SMartin Mares	* Removed last few references to the "Linux PCI Utilities", the
3854284af58SMartin Mares	package is pretty cross-platform now :)
3864284af58SMartin Mares
3874284af58SMartin Mares2003-12-27  Martin Mares  <[email protected]>
3884284af58SMartin Mares
389ab12277eSMartin Mares	* Released as 2.1.99-test2.
390ab12277eSMartin Mares
391ab12277eSMartin Mares	* README, pciutils.lsm, pciutils.spec: Use @VERSION@ to make the
392ab12277eSMartin Mares	release scripts insert the current version. "make release" is gone.
393ab12277eSMartin Mares
394ab12277eSMartin Mares	* maint/release, maint/release.pm: Added a new system of scripts for
395ab12277eSMartin Mares	making releases including inter-version diffs etc.
396ab12277eSMartin Mares
397ab12277eSMartin Mares	* Makefile: Cleaned up.
398ab12277eSMartin Mares
399ab12277eSMartin Mares	* lib/fbsd-device.c: I patched another copy of this file by mistake,
400ab12277eSMartin Mares	this time the version checks should be right.
401ab12277eSMartin Mares
402ab12277eSMartin Mares2003-12-27  Martin Mares  <[email protected]>
403ab12277eSMartin Mares
4046d722cd6SMartin Mares	* Released as 2.1.99-test1.
4056d722cd6SMartin Mares
406dd33246aSMartin Mares	* pciutils.h, common.c, lspci.man, setpci.man, lib/internal.h:
407dd33246aSMartin Mares	Remove shadows of the syscall access method which was never
408dd33246aSMartin Mares	implemented.
409dd33246aSMartin Mares
41080b3121aSMartin Mares	* update-pciids.sh: Try to preserve permissions of the old file
41180b3121aSMartin Mares	if chmod supports --reference. Should close Debian Bug #223740.
41280b3121aSMartin Mares
4136aea909aSMartin Mares	* lib/proc.c (proc_setup): Increased path name length limit to 1024.
4146aea909aSMartin Mares	Thanks for Redhat and Mandrake for inspiration.
4156aea909aSMartin Mares
4166aea909aSMartin Mares	* lib/configure: Recognize ppc and ppc64, both have 64-bit addresses.
4176aea909aSMartin Mares	Grabbed from Redhat (Fedora) patches.
4186aea909aSMartin Mares
4196aea909aSMartin Mares2003-12-27  Martin Mares  <[email protected]>
4206aea909aSMartin Mares
421f701ff47SMartin Mares	Merged bug fixes from Debian patches:
422f701ff47SMartin Mares
423f701ff47SMartin Mares	* lspci.c (show_verbose): "Cache Line Size" should be capitalized.
424f701ff47SMartin Mares
425f701ff47SMartin Mares	* lspci.c (show_pcix_nobridge): Added a missing newline.
426f701ff47SMartin Mares
4272240db8cSMartin Mares	* lib/proc.c (proc_scan): When reading the header type, don't
4282240db8cSMartin Mares	forget to clear the topmost bit indicating that the device has
429f701ff47SMartin Mares	multiple functions.
4302240db8cSMartin Mares
4312240db8cSMartin Mares2003-12-27  Martin Mares  <[email protected]>
4322240db8cSMartin Mares
43345902995SMartin Mares	Updated the FreeBSD port. Thanks to Samy Al Bahra <[email protected]>
43445902995SMartin Mares	for the patches:
43545902995SMartin Mares
43645902995SMartin Mares	* lib/Makefile: Add ${FREEBSD_SYS} to the include path if it's defined.
43745902995SMartin Mares	* lib/fbsd-device.c: Select the right set of system includes according
43845902995SMartin Mares	to __FreeBSD_version.
43945902995SMartin Mares
44045902995SMartin Mares2003-12-27  Martin Mares  <[email protected]>
44145902995SMartin Mares
4428fc75dbcSMartin Mares	Merged support for Solaris on i386 by Bill Moore <[email protected]>
4438fc75dbcSMartin Mares	and cleaned up:
4448fc75dbcSMartin Mares
4458fc75dbcSMartin Mares	* lib/configure: Recognize SunOS.
4468fc75dbcSMartin Mares	* lib/internal.h: Learn how to recognize byte order on SunOS.
4478fc75dbcSMartin Mares	* lib/i386-ports.c: Split OS-dependent I/O port access from i386-ports.c.
4488fc75dbcSMartin Mares	* lib/i386-io-linux.h: Linux specific part.
4498fc75dbcSMartin Mares	* lib/i386-io-hurd.h: GNU/Hurd specific part.
4508fc75dbcSMartin Mares	* lib/i386-io-sunos.h: SunOS specific part.
4518fc75dbcSMartin Mares
4529739916eSMartin Mares2003-12-26  Martin Mares  <[email protected]>
4539739916eSMartin Mares
4549739916eSMartin Mares	* lib/header.h (PCI_*_MASK): Cast to pciaddr_t explicitly.
4559739916eSMartin Mares
4569739916eSMartin Mares	* lib/pci.h: Types declared in <sys/types.h> should be usable on all
4579739916eSMartin Mares	platforms we currently support, so kill the forest of #ifdef's and
4589739916eSMartin Mares	use them in all cases.
4599739916eSMartin Mares
4609739916eSMartin Mares	* lib/pci.h: Use ULONG_MASK to decide whether we should use long
4619739916eSMartin Mares	or long long to represent a 64-bit address. Killed HAVE_LONG_ADDRESS.
4629739916eSMartin Mares	Define format strings for addresses, port numbers and IRQ numbers
4639739916eSMartin Mares	directly in pci.h.
4649739916eSMartin Mares
4659739916eSMartin Mares	* lib/proc.c (proc_scan): Use PCIADDR_T_FMT for scanf'ing addresses.
4669739916eSMartin Mares
46780459c65SMartin Mares2003-12-26  Marco Gerards  <[email protected]>
46880459c65SMartin Mares
46980459c65SMartin Mares	Added support for the GNU Hurd (cleaned up by Martin Mares):
47080459c65SMartin Mares
47180459c65SMartin Mares	* lib/configure [GNU]: Use the i386 ports for configuration access.
47280459c65SMartin Mares	* lib/i386-ports.c: Don't call iopl() on the Hurd.
47380459c65SMartin Mares	* lib/pci.h [OS_GNU]: Include <sys/types.h> and use it for defining
47480459c65SMartin Mares	u8 to u32.
47580459c65SMartin Mares
476a85769a8SMartin Mares2003-12-26  Martin Mares  <[email protected]>
477a85769a8SMartin Mares
4787dacd9c8SMartin Mares	* lspci.c (show_pcix_bridge, show_pcix_nobridge): Don't forget to call
4797dacd9c8SMartin Mares	config_fetch() to ensure that the registers have been read. Thanks to
4807dacd9c8SMartin Mares	Bill Wood <[email protected]> for the patch.
4817dacd9c8SMartin Mares
4827dacd9c8SMartin Mares	* lspci.c: Ensure that failure of config_fetch() is handled correctly
4837dacd9c8SMartin Mares	at all places.
4847dacd9c8SMartin Mares
4854063c31cSMartin Mares	* lspci.man: There was one more explicit reference to /usr/share/pci.ids.
4864063c31cSMartin Mares	Changed to @SHAREDIR@. Patch from Maciej W. Rozycki <[email protected]>.
4874063c31cSMartin Mares
4883fe8a38dSMartin Mares	* setpci.c (main): Better error messages.
4893fe8a38dSMartin Mares
4905f5b1a7bSMartin Mares	* setpci.c (ex_op): The demo mode should disable only writing, not reading.
4915f5b1a7bSMartin Mares
4925f5b1a7bSMartin Mares	* setpci.man: The documentation was inconsistent on what should -D do.
4935f5b1a7bSMartin Mares	Document the new behaviour.
494b251f40bSMartin Mares
49591e37a49SMartin Mares	* pciutils.h, common.c, setpci.c: Introduced a NONRET macro encapsulating
49691e37a49SMartin Mares	the GCC specific __attribute__((noreturn)) and killed the hack with
49791e37a49SMartin Mares	redefining __attribute__ on non-GCC compilers.
49891e37a49SMartin Mares
4994afd29d3SMartin Mares	* Makefile: Added missing dependencies. Parallel builds work now.
5004afd29d3SMartin Mares	Problem reported by Andreas Haumer <[email protected]>, but I chose
5014afd29d3SMartin Mares	a different fix.
5024afd29d3SMartin Mares
503b0f1a03bSMartin Mares	* Makefile (MANDIR): Use `:=' instead of `=' to avoid executing the shell
504b0f1a03bSMartin Mares	command every time $(MANDIR) is referenced.
505b0f1a03bSMartin Mares
506b7fd8e19SMartin Mares	* lspci.c (main): The error message for `lspci -s' incorrectly mentioned
507b7fd8e19SMartin Mares	a `-f' switch. Reported by Steve Finney <[email protected]>.
508b7fd8e19SMartin Mares
50905bb10a2SMartin Mares	* lib/generic.c: Removed memory leak in pci_generic_bus_scan().
51005bb10a2SMartin Mares	Reported by Gary Parnes <[email protected]>.
51105bb10a2SMartin Mares
512a832f6f1SMartin Mares	* Replaced obsolete syntax of __attribute__((unused)) in the middle of
513a832f6f1SMartin Mares	parameter declarations (which is no longer supported by GCC 3.1) by the
514a832f6f1SMartin Mares	current syntax (attribute at the end). Thanks to [email protected]
515a832f6f1SMartin Mares	for reporting this problem.
516a832f6f1SMartin Mares
517a85769a8SMartin Mares	* Removed CVS $Id$ tags from all files.
518a85769a8SMartin Mares
519a85769a8SMartin Mares	* Makefile: Added some more warnings.
520a85769a8SMartin Mares
521b7351143SMartin Mares	* setpci.c: Cleaned up mask/value code.
522b7351143SMartin Mares
523b7351143SMartin Mares2003-12-08 Thayne Harbaugh <[email protected]>
524b7351143SMartin Mares
525b7351143SMartin Mares	* setpci.c: Individual bits to be set can be specified as <value>:<mask>.
526b7351143SMartin Mares
5272a5d5cf9SMartin Mares2003-11-29  Martin Mares  <[email protected]>
5282a5d5cf9SMartin Mares
5292a5d5cf9SMartin Mares	* Imported the pciutils sources to my Arch repository. Good-bye, CVS.
5302a5d5cf9SMartin Mares
531d772ef15SMartin Mares2003-01-04  Martin Mares  <[email protected]>
532d772ef15SMartin Mares
5331b95f396SMartin Mares	* Released as 2.1.11.
5341b95f396SMartin Mares
535c83293ebSMartin Mares	* Makefile: Changed configuration of installation directories --
536c83293ebSMartin Mares	all paths are now set at the top of the Makefile instead of being
537c83293ebSMartin Mares	scattered between the installation rules. The default installation
538c83293ebSMartin Mares	now goes always to /usr/local regardless of the OS as most distributions
539c83293ebSMartin Mares	already contain some version of pciutils and we don't want custom
540c83293ebSMartin Mares	installations to interfere with the default ones.
541c83293ebSMartin Mares
542c83293ebSMartin Mares	* Makefile: Removed a couple of ancient install hacks: we no longer
543c83293ebSMartin Mares	try to avoid overwriting a newer pci.ids file (users are now expected
544c83293ebSMartin Mares	to use update-ids) and we don't try to remove /etc/pci.ids (a long time
545c83293ebSMartin Mares	has passed since the last version which used it).
546c83293ebSMartin Mares
547e2875dcdSMartin Mares	* Makefile: Paths to pci.ids in man pages automatically get the right path.
548e2875dcdSMartin Mares
5491b95f396SMartin Mares	* Added the update-ids utility.
5500138a2a7SMartin Mares
551d772ef15SMartin Mares	* lib: Removed partially implemented "syscall" access method which will
552d772ef15SMartin Mares	probably never be needed.
553d772ef15SMartin Mares
554eb620239SMartin Mares2002-12-27  Martin Mares  <[email protected]>
555eb620239SMartin Mares
556130090bdSMartin Mares	* lib/nbsd-libpci.c: Cleaned up and hopefully made it endian safe.
557130090bdSMartin Mares
558eb620239SMartin Mares	* lib/generic.c (pci_generic_scan_bus): Added work-around for devices with
559eb620239SMartin Mares	discontiguous numbering of functions. This is already present in the Linux
560eb620239SMartin Mares	kernel for several years, but I forgot to update pciutils as well.
561eb620239SMartin Mares
562848b4347SMartin Mares2002-12-26  Martin Mares  <[email protected]>
563848b4347SMartin Mares
564579b19ffSMartin Mares	* lib/header.h, lspci.c: Dump AGP3 flags and speeds.
565579b19ffSMartin Mares
566579b19ffSMartin Mares	* lib/pci.h, Makefile: Removed HAVE_OWN_HEADER_H. Always use our own header,
567579b19ffSMartin Mares	there is no reason to prefer the kernel version.
568579b19ffSMartin Mares
569579b19ffSMartin Mares	* lib/proc.c (proc_scan): Don't forget to initialize hdrtype.
570579b19ffSMartin Mares
571848b4347SMartin Mares	* Added preliminary version of NetBSD support by Quentin Garnier
572848b4347SMartin Mares	<[email protected]>.
573848b4347SMartin Mares
574f0952474SMartin Mares2002-04-06  Martin Mares  <[email protected]>
575f0952474SMartin Mares
576f0952474SMartin Mares	* lspci.c: Mention "-xxx" in the help.
577f0952474SMartin Mares
578d2f666f1SMartin Mares2002-03-30  Martin Mares  <[email protected]>
579d2f666f1SMartin Mares
5809bd44bb0SMartin Mares	* Released as 2.1.10.
5819bd44bb0SMartin Mares
582a33d0eb7SMartin Mares	* Removed pci.ids from the CVS as they are now maintained separately.
583a33d0eb7SMartin Mares	They are still included in the tarball, but if you are building	pciutils
584a33d0eb7SMartin Mares	from CVS sources or you want to get a newer ID file than the one distributed,
585a33d0eb7SMartin Mares	just use "make update-ids" to download the most recent snapshot from
586a33d0eb7SMartin Mares	pciids.sf.net.
587a33d0eb7SMartin Mares
588a33d0eb7SMartin Mares	* Makefile, README: Updated accordingly.
589a33d0eb7SMartin Mares
590a33d0eb7SMartin Mares	* Makefile: Added a couple of maintenance targets.
591a33d0eb7SMartin Mares
592a33d0eb7SMartin Mares	* maint/*: Maintainer's utilities now reside here (present only in CVS,
593a33d0eb7SMartin Mares	not in the tarball).
594a33d0eb7SMartin Mares
595d2f666f1SMartin Mares	* lib/names.c (parse_name_list): End-of-line comments are no longer
596d2f666f1SMartin Mares	supported. Hashes are now perfectly valid in all names and they start
597d2f666f1SMartin Mares	a comment only at the start of the line.
598d2f666f1SMartin Mares
599ee551b73SMartin Mares2002-03-26  Martin Mares  <[email protected]>
600ee551b73SMartin Mares
60107159913SMartin Mares	* README: Rewritten.
60207159913SMartin Mares
603ee551b73SMartin Mares	* Makefile: When the currently installed pci.ids file is newer than
604ee551b73SMartin Mares	the version to be installed, don't overwrite it. Suggested by
605ee551b73SMartin Mares	Jean Delvare <[email protected]>.
606ee551b73SMartin Mares
607bc7b1d62SMartin Mares2002-03-24  Martin Mares  <[email protected]>
608bc7b1d62SMartin Mares
6095f5e6f64SMartin Mares	* lspci.c (show_pcix_bridge): Added PCI-X capability display.
6105f5e6f64SMartin Mares	Contributed by Jeff Garzik <[email protected]>.
6115f5e6f64SMartin Mares
6125f5e6f64SMartin Mares	* lib/header.h: Added PCI-X stuff. Again by Jeff.
6135f5e6f64SMartin Mares
6145f5e6f64SMartin Mares	* Makefile (CFLAGS): -Werror is gone.
6155f5e6f64SMartin Mares
616a1052f16SMartin Mares	* lspci.c (format_agp_rate): Fixed AGP rate reporting.
617a1052f16SMartin Mares
618bc7b1d62SMartin Mares	* lib/filter.c (pci_filter_parse_slot): Allow bus 0xff, slot 0x1f and
619bc7b1d62SMartin Mares	function 7.
620bc7b1d62SMartin Mares
621bc7b1d62SMartin Mares	* lib/names.c (pci_lookup_name): When printing unknown subsystem vendor
622bc7b1d62SMartin Mares	or device hexadecimally, don't confuse it with chip vendor/device ID.
623bc7b1d62SMartin Mares	First reported by Marc Boucher <[email protected]>.
624bc7b1d62SMartin Mares
625f793990cSMartin Mares2001-11-04  Martin Mares  <[email protected]>
626f793990cSMartin Mares
627ee551b73SMartin Mares	* Released as 2.1.9.
628ee551b73SMartin Mares
629f793990cSMartin Mares	* pci.ids: Synced with the PCI ID Repository at SourceForge
630f793990cSMartin Mares	(http://pciids.sourceforge.net/).
631f793990cSMartin Mares
6321d174e56SMartin Mares2000-08-25  Martin Mares  <[email protected]>
6331d174e56SMartin Mares
6341d174e56SMartin Mares	* pci.ids: Updated ID's, synced with kernel 2.4.0-test7.
6351d174e56SMartin Mares
63665b4327eSMartin Mares2000-06-13  Martin Mares  <[email protected]>
63765b4327eSMartin Mares
63865b4327eSMartin Mares	* Makefile (uninstall): Fixed.
63965b4327eSMartin Mares
64065b4327eSMartin Mares	* pci.ids: ID updates.
64165b4327eSMartin Mares
6424a219d5fSMartin Mares2000-05-20  Martin Mares  <[email protected]>
6434a219d5fSMartin Mares
6444a219d5fSMartin Mares	* Released as 2.1.8.
6454a219d5fSMartin Mares
6464a219d5fSMartin Mares	* pci.ids: ID updates.
6474a219d5fSMartin Mares
6484a219d5fSMartin Mares	* lspci.c (show_verbose): Min/max latency is now printed in nanoseconds.
6494a219d5fSMartin Mares
6504a219d5fSMartin Mares2000-05-04  Martin Mares  <[email protected]>
6514a219d5fSMartin Mares
6524a219d5fSMartin Mares	* lspci.c (show_verbose): If the header type doesn't match device
6534a219d5fSMartin Mares	class, just print a warning and still use the header type, assuming
6544a219d5fSMartin Mares	bogus class info.
6554a219d5fSMartin Mares
65610c90662SMartin Mares2000-05-01  Martin Mares  <[email protected]>
65710c90662SMartin Mares
65872b9b690SMartin Mares	* lspci.c (show_pm): Updated according to PCI PM specs 1.1.
65972b9b690SMartin Mares
66010c90662SMartin Mares	* pci.ids: Updated Contemporary Control ARCnet card entries.
66110c90662SMartin Mares
66210c90662SMartin Mares	* pci.ids: Synchronized class list with latest PCI SIG documents.
66310c90662SMartin Mares
664a239ade6SMartin Mares2000-04-29  Martin Mares  <[email protected]>
665a239ade6SMartin Mares
666a239ade6SMartin Mares	* lib/names.c (pci_lookup_name): Fixed the cheat.
667a239ade6SMartin Mares
668a239ade6SMartin Mares	* lib/internal.h: Moved UNUSED/inline hacks above all other declarations.
669a239ade6SMartin Mares
670a239ade6SMartin Mares	* pci.ids: Various ID updates.
671a239ade6SMartin Mares
6722c83b860SMartin Mares2000-04-21  Martin Mares  <[email protected]>
6732c83b860SMartin Mares
6742c83b860SMartin Mares	* Released as 2.1.7.
6752c83b860SMartin Mares
6762c83b860SMartin Mares	* pciutils.spec: Added German description.
6772c83b860SMartin Mares
6782c83b860SMartin Mares	* lib/names.c (pci_lookup_name): Added a cheat for case that subsystem ID's
6792c83b860SMartin Mares	are the same as device ID and just output subsystem name according to
6802c83b860SMartin Mares	device name.
6812c83b860SMartin Mares
6822c83b860SMartin Mares	* lib/proc.c: Use UNUSED instead of __attribute__((unused)).
6832c83b860SMartin Mares
6842c83b860SMartin Mares	* lib/pci.h: Added the correct typedefs for AIX.
6852c83b860SMartin Mares
6862c83b860SMartin Mares	* lib/generic.c (pci_generic_scan_bus): Export.
6872c83b860SMartin Mares
6882c83b860SMartin Mares	* lib/configure: Detect AIX. Use "echo '...\c'" instead of
6892c83b860SMartin Mares	"echo -n" if the shell isn't bash.
6902c83b860SMartin Mares
6912c83b860SMartin Mares	* lspci.c: Avoid using alloca() if not compiled by GCC.
6922c83b860SMartin Mares	(insert_dev): Avoid returning a void value.
6932c83b860SMartin Mares
6942c83b860SMartin Mares	* Makefile: Choose which install utility to use according to
6952c83b860SMartin Mares	OS type. Also use `-o' instead of `-or' in find arguments.
6962c83b860SMartin Mares	Part of the AIX port.
6972c83b860SMartin Mares
6982c83b860SMartin Mares	* lib/aix-device.c: Added AIX low-level interface. Contributed
6992c83b860SMartin Mares	by Dave Johnson <[email protected]>, thanks a lot!
7002c83b860SMartin Mares
7012c83b860SMartin Mares	* pci.ids: Few new ID's.
7022c83b860SMartin Mares
7032c83b860SMartin Mares	* pciutils.h, lib/internal.h: Redefine __attribute__ and inline
7042c83b860SMartin Mares	when not compiled by GCC.
7052c83b860SMartin Mares
706c1a828daSMartin Mares2000-04-17  Martin Mares  <[email protected]>
707c1a828daSMartin Mares
708c1a828daSMartin Mares	* Released as 2.1.6.
709c1a828daSMartin Mares
710c1a828daSMartin Mares	* pci.ids: Added a large batch of ID's contributed by Gunther
711c1a828daSMartin Mares	Mayer <[email protected]> and synced the
712c1a828daSMartin Mares	list with the 2.3.99pre6 kernel.
713c1a828daSMartin Mares
714e91dd3abSMartin MaresThu Mar  9 13:11:39 2000  Martin Mares  <[email protected]>
715e91dd3abSMartin Mares
716a80b79a9SMartin Mares	* lib/example.c: Added a simple example of how to use
717a80b79a9SMartin Mares	the library.
718a80b79a9SMartin Mares
71989984232SMartin Mares	* lspci.man, setpci.man: Revealed --version. Well spotted
72089984232SMartin Mares	by Adam Sulmicki.
72189984232SMartin Mares
722e91dd3abSMartin Mares	* pci.ids: Added lots of new ID's and synced with 2.3.50.
723e91dd3abSMartin Mares
72478d9c5e2SMartin MaresTue Feb 15 00:16:21 2000  Martin Mares  <[email protected]>
72578d9c5e2SMartin Mares
72678d9c5e2SMartin Mares	* Released as 2.1.5.
72778d9c5e2SMartin Mares
72878d9c5e2SMartin Mares	* pciutils.spec: Updated spec file from Andreas Jaeger. Now using
72978d9c5e2SMartin Mares	%{_mandir} to find the right location to install manual pages to.
73078d9c5e2SMartin Mares
73178d9c5e2SMartin Mares	* pci.ids: New ID's.
73278d9c5e2SMartin Mares
73378d9c5e2SMartin Mares	* setpci.c (main): Don't crash when `-s' or `-d' is given with
73478d9c5e2SMartin Mares	no argument.
73578d9c5e2SMartin Mares
736f8141ae2SMartin MaresMon Jan 24 20:04:11 2000  Andreas Jaeger  <[email protected]>
737f8141ae2SMartin Mares
738f8141ae2SMartin Mares	* lib/i386-ports.c: Include <asm/io.h> only on systems without
739f8141ae2SMartin Mares	glibc.
740f8141ae2SMartin Mares
741f8141ae2SMartin MaresMon Jan 24 11:24:43 2000  Martin Mares  <[email protected]>
742f8141ae2SMartin Mares
743f8141ae2SMartin Mares	* Makefile: Modified to work with the Linux FHS brain-damaged idea
744f8141ae2SMartin Mares	of putting man pages to /usr/share/man. Now we choose either /usr/man
745f8141ae2SMartin Mares	or /usr/share/man depending on which one exists.
746f8141ae2SMartin Mares
74759e76e8bSMartin MaresSun Jan 23 10:52:34 2000  Martin Mares  <[email protected]>
74859e76e8bSMartin Mares
74959e76e8bSMartin Mares	* pci.ids: Synced with Linux 2.3.40.
75059e76e8bSMartin Mares
75159e76e8bSMartin Mares	* Released as version 2.1.4.
75259e76e8bSMartin Mares
7532dfd48cdSMartin MaresThu Jan 20 11:08:32 2000  Martin Mares  <[email protected]>
7542dfd48cdSMartin Mares
7552715403fSMartin Mares	* lspci.c (scan_device): Fixed bug in reading of cardbus extensions.
7562715403fSMartin Mares
75781077814SMartin Mares	* lib/proc.c: pread/pwrite fixed again, this time on libc5 :(
75881077814SMartin Mares
75981077814SMartin Mares	* lspci.c (format_agp_rate): Better formatting of AGP rates.
76081077814SMartin Mares
76181077814SMartin Mares	* pci.ids: New ID's.
76281077814SMartin Mares
7632dfd48cdSMartin Mares	* lib/configure: Added configuration for ia64 (the same as for Alpha).
7642dfd48cdSMartin Mares	Patch from Stephane Eranian <[email protected]>.
7652dfd48cdSMartin Mares
7665a258860SMartin MaresThu Jan 13 23:01:52 2000  Martin Mares  <[email protected]>
7675a258860SMartin Mares
7685a258860SMartin Mares	* Released as version 2.1.3.
7695a258860SMartin Mares
7705a258860SMartin Mares	* pci.ids: New ID's.
7715a258860SMartin Mares
7725a258860SMartin Mares	* lspci.c: Alpha IO_FORMAT fix by Andrea Arcangeli.
7735a258860SMartin Mares
7745a258860SMartin Mares	* lib/access.c: Corrected order of access methods -- it's wonderful how
7755a258860SMartin Mares	long could such a bug remain unspotted. Thanks go to Andreas Schockenhoff.
7765a258860SMartin Mares
7770c047bbeSMartin MaresSat Dec 11 23:34:48 1999  Martin Mares  <[email protected]>
7780c047bbeSMartin Mares
7790c047bbeSMartin Mares	* Released as version 2.1.2.
7800c047bbeSMartin Mares
7810c047bbeSMartin Mares	* lib/names.c (pci_lookup_name): Fixed printing of unknown subsystem ID's.
7820c047bbeSMartin Mares
78333bc28a5SMartin MaresSat Dec  4 13:11:03 1999  Martin Mares  <[email protected]>
78433bc28a5SMartin Mares
78539231205SMartin Mares	* Released as version 2.1.1.
78639231205SMartin Mares
78733bc28a5SMartin Mares	* pci.ids: Several new ID's.
78833bc28a5SMartin Mares
78933bc28a5SMartin Mares	* setpci.c (exec_op): Don't forget to increment address after writing
79033bc28a5SMartin Mares	single value, so that `30.b=12,34,56,78' works as expected. Reported
79133bc28a5SMartin Mares	by Petr Soucek <[email protected]>.
79233bc28a5SMartin Mares
7938d047897SMartin MaresWed Nov  3 10:24:38 1999  Martin Mares  <[email protected]>
7948d047897SMartin Mares
7958d047897SMartin Mares	* lspci.c (show_terse): If prog-if is zero, but it's present in the
7968d047897SMartin Mares	ID list, show it.
7978d047897SMartin Mares
7986afc6538SMartin MaresSat Oct 30 11:06:35 1999  Martin Mares  <[email protected]>
7996afc6538SMartin Mares
8006afc6538SMartin Mares	* Released as version 2.1.
8016afc6538SMartin Mares
8026afc6538SMartin Mares	* pci.ids: Synced to devlist.h in 2.3.24 kernel. Merged in
8036afc6538SMartin Mares	lots of contributed entries.
8046afc6538SMartin Mares
8058f756113SMartin MaresThu Oct 14 10:40:12 1999  Dave Jones    <[email protected]>
8068f756113SMartin Mares
8078f756113SMartin Mares	* pci.ids: Added lots of subsystem definitions.
8088f756113SMartin Mares
809d4798a32SMartin MaresSat Oct  9 14:32:28 1999  Martin Mares  <[email protected]>
810d4798a32SMartin Mares
811d4798a32SMartin Mares	* setpci.man: Better example.
812d4798a32SMartin Mares
813d4798a32SMartin Mares	* lspci.c: Resolve prog-if names.
814d4798a32SMartin Mares
815d4798a32SMartin Mares	* lib/names.c: Adapted to new pci.ids syntax.
816d4798a32SMartin Mares
817d4798a32SMartin Mares	* pci.ids: Reorganized the pci.ids file. Subsystems are listed
818d4798a32SMartin Mares	under devices, classes can optionally contain prog-if information.
819d4798a32SMartin Mares	New ID's, as usually.
820d4798a32SMartin Mares
821e306e911SMartin MaresWed Sep 22 09:45:24 1999  Martin Mares  <[email protected]>
822e306e911SMartin Mares
823e306e911SMartin Mares	* pci.ids: New ID's. As usually.
824e306e911SMartin Mares
825e306e911SMartin Mares	* lspci.c (show_htype1, show_htype2): Don't show `closed' bridge windows
826e306e911SMartin Mares	unless we're vvvery verbose.
827e306e911SMartin Mares
828e306e911SMartin MaresMon Sep 20 11:22:54 1999  Martin Mares  <[email protected]>
829e306e911SMartin Mares
830e306e911SMartin Mares	* lspci.c (show_htype2): Don't forget a TAB before the "I/O window" line.
831e306e911SMartin Mares
832e64a576cSMartin MaresTue Sep 14 09:31:01 1999  Martin Mares  <[email protected]>
833e64a576cSMartin Mares
834e64a576cSMartin Mares	* pci.ids: New ID's. Again.
835e64a576cSMartin Mares
836c36c0862SMartin MaresThu Aug  5 17:45:42 1999  Martin Mares  <[email protected]>
837c36c0862SMartin Mares
838c36c0862SMartin Mares	* lspci.c (show_size): Don't show size if it's zero (usually
839c36c0862SMartin Mares	due to bus-centric mode being enabled).
840c36c0862SMartin Mares
8411ca42433SMartin MaresTue Jul 20 13:25:09 1999  Martin Mares  <[email protected]>
8421ca42433SMartin Mares
843168b4f46SMartin Mares	* lib/pci.h: Types are OS dependent.
844168b4f46SMartin Mares
845168b4f46SMartin Mares	* lib/internal.h: Byte order hacks are OS dependent.
846168b4f46SMartin Mares
847168b4f46SMartin Mares	* lib/configure: Recognize FreeBSD. Also set OS_XXX according to the OS.
848168b4f46SMartin Mares
849168b4f46SMartin Mares	* lib/Makefile, lib/access.c: Added fbsd-device target.
850168b4f46SMartin Mares
851168b4f46SMartin Mares	* pci.ids: Added an entry for PLX 9080 bridges with subsystem ID
852168b4f46SMartin Mares	incorrectly set to device ID.
853168b4f46SMartin Mares
854168b4f46SMartin Mares	* README: Added a note that we support FreeBSD.
855168b4f46SMartin Mares
856168b4f46SMartin Mares	* Makefile (PREFIX, ROOT): Set it depending on the OS.
857168b4f46SMartin Mares	(%.8): Grrr, BSD date is not able to convert date formats the same way
858168b4f46SMartin Mares	as GNU date does. Use sed instead.
859168b4f46SMartin Mares	(install): Use `-c' when calling install.
860168b4f46SMartin Mares
861168b4f46SMartin Mares	* lib/fbsd-device.c: Added FreeBSD /dev/pci access module contributed
862168b4f46SMartin Mares	by Jari Kirma <[email protected]>.
863168b4f46SMartin Mares
864bc6346dfSMartin Mares	* lib/proc.c: Rewrote the pread/pwrite things once again. Use pread
865bc6346dfSMartin Mares	and pwrite only when we are certain it's safe (i.e., glibc 2.1
866bc6346dfSMartin Mares	on all architectures or any libc on a i386 where we really know
867bc6346dfSMartin Mares	how to use syscalls directly). In all other cases, emulate it
868bc6346dfSMartin Mares	with lseek/read/write.
869bc6346dfSMartin Mares
8701ca42433SMartin Mares	* pci.ids: Some more IDs.
8711ca42433SMartin Mares
8721ca42433SMartin MaresMon Jul 19 14:10:36 1999  Martin Mares  <[email protected]>
8731ca42433SMartin Mares
8741ca42433SMartin Mares	* pci.ids: Added IDs of parallel port controller cards as sent
8751ca42433SMartin Mares	by Tim Waugh <[email protected]>.
8761ca42433SMartin Mares
877e95c8373SMartin MaresWed Jul  7 00:55:48 1999  Martin Mares  <[email protected]>
878e95c8373SMartin Mares
879e95c8373SMartin Mares	* lib/proc.c (proc_scan): HAVE_LONG_ADDRESS instead of HAVE_64BIT_ADDRESS.
880e95c8373SMartin Mares
881e95c8373SMartin Mares	* lspci.c: ADDR_FORMAT now depends on both HAVE_64BIT_ADDRESS and
882e95c8373SMartin Mares	HAVE_LONG_ADDRESS.
883e95c8373SMartin Mares
884e95c8373SMartin Mares	* lib/configure: HAVE_64BIT_ADDRESS now doesn't imply that the addresses
885e95c8373SMartin Mares	are represented as long long. Introduced a new flag HAVE_LONG_ADDRESS
886e95c8373SMartin Mares	to indicate this. Both Sparc architectures now use both 64BIT_ADDRESS
887e95c8373SMartin Mares	and LONG_ADDRESS since they have 32-bit userland, but don't set LONG_ADDRESS
888e95c8373SMartin Mares	on Alpha.
889e95c8373SMartin Mares
890e95c8373SMartin Mares	* lspci.c (show_msi): Added dumping of the MSI capability.
891e95c8373SMartin Mares	(show_slotid): The same for SlotID capability.
892e95c8373SMartin Mares	(show_caps): Seperated capability dumping, because it should
893e95c8373SMartin Mares	be used for both htype0 and htype1. Even PCI 2.2 doesn't mention
894e95c8373SMartin Mares	layout of htype2, so I'm a bit unsure about it wrt capabilities
895e95c8373SMartin Mares	-- they at least have to live somewhere else since address 0x34
896e95c8373SMartin Mares	is already defined differently in htype2.
897e95c8373SMartin Mares
898e95c8373SMartin Mares	* lib/header.h (PCI_STATUS_UDF): Marked as obsolete (PCI 2.2).
899e95c8373SMartin Mares	(PCI_BASE_ADDRESS_MEM_TYPE_1M): Ditto.
900e95c8373SMartin Mares	(PCI_CAP_ID_*): Added some new capabilities defined in PCI 2.2.
901e95c8373SMartin Mares
902e95c8373SMartin Mares	* lspci.c (show_htype0): Mask out lowest 2 bits from all capability pointers
903e95c8373SMartin Mares	(required by the PCI 2.2 specs).
904e95c8373SMartin Mares
905e95c8373SMartin MaresMon Jul  5 12:45:19 1999  Martin Mares  <[email protected]>
906e95c8373SMartin Mares
907e95c8373SMartin Mares	* lspci.c (show_size): Added new function for dumping of region sizes.
908e95c8373SMartin Mares	(show_rom): Added. Now correctly dumps unassigned ROM addresses, disabled
909e95c8373SMartin Mares	ROMs et cetera.
910e95c8373SMartin Mares
911e95c8373SMartin Mares	* lib/pci.h (struct pci_dev): known_fields moved to the public part
912e95c8373SMartin Mares	of the structure.
913e95c8373SMartin Mares
914e95c8373SMartin Mares	* Added support for region sizes. Needs support in the kernel, because
915e95c8373SMartin Mares	sizes have to be scanned before drivers initialize yourself. pci_fill_info()
916e95c8373SMartin Mares	now returns a bitmask of what fields were really read.
917e95c8373SMartin Mares
91882ce97c9SMartin MaresMon Jun 28 18:37:51 1999  Dave Jones    <[email protected]>
91982ce97c9SMartin Mares
92082ce97c9SMartin Mares	* Makefile:
92182ce97c9SMartin Mares	  Added `uninstall' target - removes all traces of pciutils.
92282ce97c9SMartin Mares	* pci.ids:
92382ce97c9SMartin Mares	  - Lots of cleanups in the ATI, S3, Adaptec vendors.
92482ce97c9SMartin Mares	  - Changed Compaq QVision 1280/p definitions, as it's not possible
92582ce97c9SMartin Mares	    to determine the revision from the device ID.
92682ce97c9SMartin Mares	  - Same for the Tseng ET4000.
92782ce97c9SMartin Mares	    The id's said I had a rev C, when it was actually a rev B.
92882ce97c9SMartin Mares	  - Removed some unnecessary strings
92982ce97c9SMartin Mares	    `PCI'. Unless it's an AGP card, it should be obvious that it's PCI.
93082ce97c9SMartin Mares	    `Ethernet card'. This should be determined from config space.
93182ce97c9SMartin Mares	  - Lots of other new vendors & devices
93282ce97c9SMartin Mares	  - Other additional small cleanups.
93382ce97c9SMartin Mares
9347bed2d83SMartin MaresMon Jun 21 22:11:10 1999  Martin Mares  <[email protected]>
9357bed2d83SMartin Mares
9367bed2d83SMartin Mares	* lib/names.c (pci_lookup_name): When device ID lookup
9377bed2d83SMartin Mares	fails, return hexadecimal device ID instead of vendor ID.
9387bed2d83SMartin Mares	Well spotted by Axel Bodemann <[email protected]>,
9397bed2d83SMartin Mares	I've just extended the fix to subsystem ID's.
9407bed2d83SMartin Mares
9415ba3a475SMartin MaresThu Jun 17 19:48:21 1999  Martin Mares  <[email protected]>
9425ba3a475SMartin Mares
9435ba3a475SMartin Mares	* lspci.c (show_agp): Bug fix from Petr Vandrovec
9445ba3a475SMartin Mares	<[email protected]>. The command register was displayed
9455ba3a475SMartin Mares	incorrectly.
9465ba3a475SMartin Mares
9475ba3a475SMartin MaresWed Jun  2 22:42:44 1999  Martin Mares  <[email protected]>
9485ba3a475SMartin Mares
9495ba3a475SMartin Mares	* lib/proc.c (SYS_pread, SYS_pwrite): Use hard-coded
9505ba3a475SMartin Mares	numbers if not supplied by the libc.
9515ba3a475SMartin Mares
95255c815b5SMartin MaresWed May 19 13:24:39 1999  Martin Mares  <[email protected]>
95355c815b5SMartin Mares
95455c815b5SMartin Mares	* Released the whole package as version 2.0.
95555c815b5SMartin Mares
95655c815b5SMartin MaresFri May 14 22:42:02 1999  Martin Mares  <[email protected]>
95755c815b5SMartin Mares
95855c815b5SMartin Mares	* pci.ids: Added several new ID's contributed by people
95955c815b5SMartin Mares	on the linux-pci list.
96055c815b5SMartin Mares
961dec16943SMartin MaresMon Apr 19 15:21:08 1999  Jakub Jelinek  <[email protected]>
962dec16943SMartin Mares
963dec16943SMartin Mares	* lspci.c: Display I/O addresses correctly on sparc64.
964dec16943SMartin Mares	* lib/header.h: Ditto.
965dec16943SMartin Mares
966dec16943SMartin Mares	* lib/configure: On sparc set HAVE_64BIT* as well, we want
967dec16943SMartin Mares	a binary which works on both 32bit and 64bit SPARCs.
968dec16943SMartin Mares
969e33c9c7aSMartin MaresSun Apr 18 21:14:58 1999  Martin Mares  <[email protected]>
970e33c9c7aSMartin Mares
971e33c9c7aSMartin Mares	* lspci.c, lib/proc.c: Alpha compilation fixes from Matthew Jacob
972e33c9c7aSMartin Mares	<[email protected]>.
973e33c9c7aSMartin Mares
974e33c9c7aSMartin Mares	* pci.ids: A lot of updates from Adam J. Richter <[email protected]>.
975e33c9c7aSMartin Mares
976f3395cc5SMartin MaresSun Feb 28 22:26:21 1999  Martin Mares  <[email protected]>
977f3395cc5SMartin Mares
978f3395cc5SMartin Mares	* lspci.c (do_map_bus): Don't dump functions 1--7 if not flagged
979f3395cc5SMartin Mares	as a multi-function device, because several single-function devices
980f3395cc5SMartin Mares	don't decode the function bits at all.
981f3395cc5SMartin Mares
982f3395cc5SMartin MaresSun Feb 14 23:48:22 1999  Martin Mares  <[email protected]>
983f3395cc5SMartin Mares
984f3395cc5SMartin Mares	* Makefile (install): Don't use "-o root -g root" for installation
985f3395cc5SMartin Mares	since it breaks on machines where programs are not installed by root.
986f3395cc5SMartin Mares	Reported by Richard Gooch <[email protected]>
987f3395cc5SMartin Mares
988f3395cc5SMartin MaresTue Feb  9 15:54:39 1999  Martin Mares  <[email protected]>
989f3395cc5SMartin Mares
990f3395cc5SMartin Mares	* lspci.c (show_bases): Use new address masking macros and pciaddr_t.
991f3395cc5SMartin Mares
992f3395cc5SMartin Mares	* lib/pci.h: Using pciaddr_t for bus addresses, which are 32-bit
993f3395cc5SMartin Mares	or 64-bit depending on CPU.
994f3395cc5SMartin Mares
995f3395cc5SMartin Mares	* lib/pci.h (PCI_ADDR_MEM_MASK): Added macros for address masks
996f3395cc5SMartin Mares	according to bus address width.
997f3395cc5SMartin Mares
9981c31d620SMartin MaresThu Jan 28 20:54:16 1999  Martin Mares  <[email protected]>
9991c31d620SMartin Mares
10001c31d620SMartin Mares	* Released as 1.99.4.
10011c31d620SMartin Mares
10021c31d620SMartin Mares	* lspci.c: Capability list parser now recognizes both AGP
10031c31d620SMartin Mares	registers and PCI Power Management registers (the latter
10041c31d620SMartin Mares	is mainly guesswork based on DEC/Intel 21153 bridge specs
10051c31d620SMartin Mares	since I don't have the PCI Power Management document).
10061c31d620SMartin Mares
10071c31d620SMartin Mares	* lspci.c: Replaced numerous occurences of (x & flag) ? '+' : '-'
10081c31d620SMartin Mares	by FLAG macro.
10091c31d620SMartin Mares
10101c31d620SMartin Mares	* lspci.c: Added bridge checks to bus mapping code.
10111c31d620SMartin Mares
10121812a795SMartin MaresWed Jan 27 14:59:16 1999  Martin Mares  <[email protected]>
10131812a795SMartin Mares
10141812a795SMartin Mares	* lspci.c: Implemented bus mapping mode (-M).
10151812a795SMartin Mares
10161812a795SMartin Mares	* lspci.c (scan_devices): Split to scan_devices() and scan_device().
10171812a795SMartin Mares	(show): Split to show() and show_device().
10181812a795SMartin Mares
10191812a795SMartin Mares	* lib/access.c (pci_init): When a->method == PCI_ACCESS_AUTO,
10201812a795SMartin Mares	set it to the real access method afterwards.
10211812a795SMartin Mares
10221812a795SMartin MaresMon Jan 25 23:46:13 1999  Martin Mares  <[email protected]>
10231812a795SMartin Mares
10241812a795SMartin Mares	* lib/generic.c (pci_generic_fill_info): If in buscentric mode,
10251812a795SMartin Mares	don't check PCI_COMMAND for I/O and memory enables.
10261812a795SMartin Mares
1027f6c86928SMartin MaresMon Jan 25 21:28:49 1999  Martin Mares  <[email protected]>
1028f6c86928SMartin Mares
1029f6c86928SMartin Mares	* Makefile: Added target `release' which substitutes new version
1030f6c86928SMartin Mares	number to .spec, .lsm and README. Also rewrote target `dist'.
1031f6c86928SMartin Mares
1032f6c86928SMartin Mares	* Released as 1.99.3.
1033f6c86928SMartin Mares
1034b5137411SMartin MaresSun Jan 24 22:10:36 1999  Martin Mares  <[email protected]>
1035b5137411SMartin Mares
1036d6b297d0SMartin Mares	* lib/header.h: Until kernel adopts new layout of PCI
1037d6b297d0SMartin Mares	includes (i.e., separate declaration of header structure,
1038d6b297d0SMartin Mares	functions and device IDs), which is not going to happen
1039d6b297d0SMartin Mares	before 2.3, we'll use our own definiton of the header.
1040d6b297d0SMartin Mares
1041b5137411SMartin Mares	* lspci.c (show_verbose): Display `Cap' flag in device status.
1042b5137411SMartin Mares
1043b5137411SMartin Mares	* lspci.c (show_htype0): Display capability lists whereever
1044b5137411SMartin Mares	available. The only capability name we recognize now is `AGP'.
1045b5137411SMartin Mares	Unfortunately, capabilities are stored in device-dependent
1046b5137411SMartin Mares	portion of the configuration space and are thus available
1047b5137411SMartin Mares	only to root unless you read a dump.
1048b5137411SMartin Mares
1049b5137411SMartin Mares	* lspci.c (scan_devices): Use cache instead of buffering.
1050b5137411SMartin Mares
1051b5137411SMartin Mares	* lib/buffer.c: Removed (obsoleted by the cache).
1052b5137411SMartin Mares
1053b5137411SMartin Mares	* lib/access.c: Added general caching mechanism.
1054b5137411SMartin Mares
105581ce358dSMartin MaresSat Jan 23 21:30:54 1999  Martin Mares  <[email protected]>
105681ce358dSMartin Mares
105781ce358dSMartin Mares	* pci.ids: Added few devices.
105881ce358dSMartin Mares
1059727ce158SMartin MaresFri Jan 22 19:29:31 1999  Martin Mares  <[email protected]>
1060727ce158SMartin Mares
1061727ce158SMartin Mares	* Version string is now defined in top-level Makefile, exported
1062727ce158SMartin Mares	to the configure script and also substituted to man pages.
1063727ce158SMartin Mares
1064727ce158SMartin Mares	* lspci.c (show_bases): Rewrote displaying of 64-bit addresses.
1065727ce158SMartin Mares	(show_verbose): Rewrote interrupt display logic.
1066727ce158SMartin Mares
1067727ce158SMartin Mares	* lib/i386-ports.c: Include sys/io.h only on glibc systems.
1068727ce158SMartin Mares
1069727ce158SMartin Mares	* lib/configure: Rewrote detection of Linux versions. Now it
1070727ce158SMartin Mares	works on 2.0 kernels (only with direct/dump access, of course).
1071727ce158SMartin Mares
1072727ce158SMartin Mares	* lib/internal.h: New bytesex macros using <asm/byteorder.h>
1073727ce158SMartin Mares	whenever available.
1074727ce158SMartin Mares
1075727ce158SMartin Mares	* lib/proc.c (proc_read, proc_write): Distinguish between short
1076727ce158SMartin Mares	read/write and real errors.
1077727ce158SMartin Mares
1078727ce158SMartin Mares	* lspci.c (show_htype{0,1}): Always use d->dev->rom_base_addr since
1079727ce158SMartin Mares	libpci respects buscentric mode automatically.
1080727ce158SMartin Mares
1081727ce158SMartin Mares	* lspci.c (show_hex_dump): For CardBus bridges, print out 128
1082727ce158SMartin Mares	bytes of header (the whole standard part).
1083727ce158SMartin Mares
1084727ce158SMartin Mares	* common.c: pcilib options are now all uppercase. Also moved
1085727ce158SMartin Mares	PCI access debugging option here.
1086727ce158SMartin Mares
1087727ce158SMartin Mares	* Released as 1.99.2.
1088727ce158SMartin Mares
1089727ce158SMartin MaresWed Jan 20 22:50:35 1999  Martin Mares  <[email protected]>
1090727ce158SMartin Mares
1091727ce158SMartin Mares	* Wrote configure script and rewrote Makefiles.
1092727ce158SMartin Mares
1093727ce158SMartin Mares	* Removed few unused variables.
1094727ce158SMartin Mares
1095727ce158SMartin MaresWed Jan 20 12:21:56 1999  Martin Mares  <[email protected]>
1096727ce158SMartin Mares
1097727ce158SMartin Mares	* common.c: Moved several functions used in both setpci and lspci
1098727ce158SMartin Mares	here. This includes parsing of libpci-related options.
1099727ce158SMartin Mares
1100727ce158SMartin Mares	* More library tweaks.
1101727ce158SMartin Mares
1102727ce158SMartin Mares	* filter.c, names.c: Moved to library.
1103727ce158SMartin Mares
1104727ce158SMartin Mares	* setpci: Rewritten to use the library.
1105727ce158SMartin Mares
1106727ce158SMartin Mares	* Released as 1.99.1.
1107727ce158SMartin Mares
1108727ce158SMartin MaresTue Jan 19 23:00:12 1999  Martin Mares  <[email protected]>
1109727ce158SMartin Mares
1110727ce158SMartin Mares	* lspci.c (scan_devices): For cardbus bridges, read first 128
1111727ce158SMartin Mares	bytes of config space to get full standard header.
1112727ce158SMartin Mares
1113727ce158SMartin Mares	* Makefile (CFLAGS): Removed "-Wno-unused".
1114727ce158SMartin Mares
1115727ce158SMartin Mares	* Started the "New Generation" branch and introduced the
1116727ce158SMartin Mares	PCI library.
1117727ce158SMartin Mares
1118727ce158SMartin Mares	* lspci: Rewritten to use the library.
1119727ce158SMartin Mares
11206ece6bc6SMartin MaresTue Jan 19 22:24:08 1999  Martin Mares  <[email protected]>
11216ece6bc6SMartin Mares
11226ece6bc6SMartin Mares	* Released as version 1.10.
11236ece6bc6SMartin Mares
11246ece6bc6SMartin MaresMon Jan 18 08:51:17 1999  Martin Mares  <[email protected]>
11256ece6bc6SMartin Mares
11266ece6bc6SMartin Mares	* lspci.8, setpci.8: Miscellaneous fixes as suggested by
11276ece6bc6SMartin Mares	Dag Wieers <[email protected]>.
11286ece6bc6SMartin Mares
11291212dd6dSMartin MaresSun Nov 29 20:05:56 1998  Martin Mares  <[email protected]>
11301212dd6dSMartin Mares
11311212dd6dSMartin Mares	* pciutils.spec (Name): Update from Krzysztof G. Baranowski.
11321212dd6dSMartin Mares
1133d38471fdSMartin MaresSun Nov 22 10:49:56 1998  Martin Mares  <[email protected]>
1134d38471fdSMartin Mares
1135d38471fdSMartin Mares	* Makefile, pciutils.h: Moved pci.ids to /usr/share.
1136d38471fdSMartin Mares
1137d38471fdSMartin Mares	* Released as version 1.09.
1138d38471fdSMartin Mares
1139371f605bSMartin MaresWed Nov 18 15:47:05 1998  Martin Mares  <[email protected]>
1140371f605bSMartin Mares
1141371f605bSMartin Mares	* lspci.c (show_htype1): Fixed displaying of prefetchable memory behind
1142371f605bSMartin Mares	bridge. Thanks to Petr Vandrovec <[email protected]> for bug report.
1143371f605bSMartin Mares
114410be47abSMartin MaresFri Oct 23 18:59:19 1998  Martin Mares  <[email protected]>
114510be47abSMartin Mares
114610be47abSMartin Mares	* setpci.c: Don't include <syscall-list.h> with glibc >= 2.1.
114710be47abSMartin Mares
1148472bd340SMartin MaresMon Oct 19 21:53:30 1998  Martin Mares  <[email protected]>
1149472bd340SMartin Mares
1150472bd340SMartin Mares	* Released as version 1.08.
1151472bd340SMartin Mares
1152472bd340SMartin Mares	* setpci.c: glibc 2.1.x already defines pread() and pwrite().
1153472bd340SMartin Mares
1154472bd340SMartin Mares	* lspci.8: Changed warning about lspci -xxx.
1155472bd340SMartin Mares
1156472bd340SMartin Mares	* lspci.c: Require "-xxx" for full configuration space dump, so that
1157472bd340SMartin Mares	it's impossible to crash the machine by single typo.
1158472bd340SMartin Mares
1159472bd340SMartin Mares	* specs: Added (courtesy of Krzysztof G. Baranowski <[email protected]>).
1160472bd340SMartin Mares
1161072c77e5SMartin MaresWed Sep  9 12:03:24 1998  Martin Mares  <[email protected]>
1162072c77e5SMartin Mares
1163072c77e5SMartin Mares	* lspci.c (show_bases): Better displaying of unassigned and
1164072c77e5SMartin Mares	disabled bases. Thanks to Gabriel Paubert <[email protected]>
1165072c77e5SMartin Mares	for an idea.
1166072c77e5SMartin Mares
1167b7554856SMartin MaresWed Sep  2 10:58:01 1998  Martin Mares  <[email protected]>
1168b7554856SMartin Mares
1169b7554856SMartin Mares	* setpci.c (pread): Recognize glibc 1.99 numbered as 2.0 on the PPC.
1170b7554856SMartin Mares	(thanks to Geert Uytterhoeven for finding this out)
1171b7554856SMartin Mares
1172ce503b7fSMartin MaresFri Jul 17 10:43:30 1998  Martin Mares  <[email protected]>
1173ce503b7fSMartin Mares
1174ce503b7fSMartin Mares	* lspci.c (show_verbose): Print subsystem ID using the new resolver.
1175ce503b7fSMartin Mares	(show_machine): Print subsystem ID.
1176ce503b7fSMartin Mares
1177ce503b7fSMartin Mares	* names.c: New name resolution engine supporting subsystem IDs.
1178ce503b7fSMartin Mares
1179ce503b7fSMartin Mares	* Released as version 1.07.
1180ce503b7fSMartin Mares
118196e4f295SMartin MaresWed Jul 15 15:37:21 1998  Martin Mares  <[email protected]>
118296e4f295SMartin Mares
118396e4f295SMartin Mares	* lspci.c (show_htype2 etc.): Displaying of CardBus headers.
118496e4f295SMartin Mares	(show_bases): Honor the `cnt' argument.
118596e4f295SMartin Mares	(grow_tree): Parse CardBus headers in tree mode as well.
118696e4f295SMartin Mares
118796e4f295SMartin Mares	* pci.h: Updated CardBus header field description. I still don't
118896e4f295SMartin Mares	have the CardBus standard available, but OZ6832 specs contain
118996e4f295SMartin Mares	full description of all header fields supported by the chip.
119096e4f295SMartin Mares
11916ae3650aSMartin MaresTue Jun  9 22:53:59 1998  Martin Mares  <[email protected]>
11926ae3650aSMartin Mares
1193304f9a0bSMartin Mares	* Released as 1.06.
1194304f9a0bSMartin Mares
11956ae3650aSMartin Mares	* names.c (parse_name_list): Killed an unused variable.
11966ae3650aSMartin Mares
11976ae3650aSMartin Mares	* setpci.c (pread, pwrite): Define SYS_(pread|pwrite) as __NR_\1
11986ae3650aSMartin Mares	if they are not defined by glibc (needed for glibc built on older
11996ae3650aSMartin Mares	kernels). Ugly.
12006ae3650aSMartin Mares
12016ae3650aSMartin Mares	* setpci.c (exec_op): Fixed error messages. Thanks, Steve!
12026ae3650aSMartin Mares
12034b88a6b8SMartin MaresMon Jun  8 10:59:22 1998  Martin Mares  <[email protected]>
12044b88a6b8SMartin Mares
12054b88a6b8SMartin Mares	* Released as 1.05.
12064b88a6b8SMartin Mares
12074b88a6b8SMartin Mares	* setpci.c: Problems with pread()/pwrite() with glibc on Alpha
12084b88a6b8SMartin Mares	should be gone. Again thanks to Steve for bug report.
12094b88a6b8SMartin Mares
12104b88a6b8SMartin Mares	* filter.c (filter_parse_slot): Fixed ":x" type filters.
12114b88a6b8SMartin Mares
12124b88a6b8SMartin Mares	* pci.ids: Killed duplicate entry. Thanks to Stephen Williams
12134b88a6b8SMartin Mares	<[email protected]> for reporting this.
12144b88a6b8SMartin Mares
12154b88a6b8SMartin MaresSun Jun  7 19:27:51 1998  Martin Mares  <[email protected]>
12164b88a6b8SMartin Mares
12174b88a6b8SMartin Mares	* lspci.c (main), setpci.c (main): Implemented "--version".
12184b88a6b8SMartin Mares
12194b88a6b8SMartin Mares	* Released as 1.04.
12204b88a6b8SMartin Mares
12214b88a6b8SMartin Mares	* pciutils.h (PCIUTILS_VERSION): Added version string.
12224b88a6b8SMartin Mares
12234b88a6b8SMartin Mares	* filter.c, names.c: Extraneous #include <linux/pci.h> removed.
12244b88a6b8SMartin Mares	Thanks to Geert Uytterhoeven <[email protected]>
12254b88a6b8SMartin Mares	for bug report.
12264b88a6b8SMartin Mares
12279b306998SMartin MaresThu May 28 14:45:58 1998  Martin Mares  <[email protected]>
12289b306998SMartin Mares
12299b306998SMartin Mares	* pci.ids: More updates from Jens Maurer.
12309b306998SMartin Mares
1231b372672fSMartin MaresWed Apr 22 10:00:39 1998  Martin Mares  <[email protected]>
1232b372672fSMartin Mares
1233b372672fSMartin Mares	* pci.ids: Updates from Jens Maurer.
1234b372672fSMartin Mares
1235b2c9b373SMartin MaresSun Apr 19 11:14:25 1998  Martin Mares  <[email protected]>
1236b2c9b373SMartin Mares
1237b372672fSMartin Mares	* Released as 1.03.
1238b372672fSMartin Mares
1239b2c9b373SMartin Mares	* setpci.8: Written.
1240b2c9b373SMartin Mares
1241b2c9b373SMartin Mares	* setpci.c: Finished.
1242b2c9b373SMartin Mares
1243b2c9b373SMartin Mares	* lspci.c: Now able to fetch expansion ROM base from kernel device list
1244b2c9b373SMartin Mares	and print it if not in buscentric mode.
1245b2c9b373SMartin Mares
1246e4842ff3SMartin MaresTue Mar 31 23:11:57 1998  Martin Mares  <[email protected]>
1247e4842ff3SMartin Mares
1248e4842ff3SMartin Mares	* setpci.c: Added.
1249e4842ff3SMartin Mares
1250e4842ff3SMartin MaresSun Mar 22 15:39:08 1998  Martin Mares  <[email protected]>
1251e4842ff3SMartin Mares
1252e4842ff3SMartin Mares	* lspci.8: Updated the documentation.
1253e4842ff3SMartin Mares
1254e4842ff3SMartin Mares	* lspci.c: Modified to use the new filtering mechanism (options -f and -d).
1255e4842ff3SMartin Mares
1256e4842ff3SMartin Mares	* filter.c: Introduced new generic device filter.
1257e4842ff3SMartin Mares
1258008407bdSMartin MaresThu Mar 19 17:03:48 1998  Martin Mares  <[email protected]>
1259008407bdSMartin Mares
1260008407bdSMartin Mares	* lspci.c (grow_tree, show_tree_dev, print_it): Fixed displaying
1261008407bdSMartin Mares	of PCI-to-PCI bridges in the tree format.
1262008407bdSMartin Mares
12630a33d0ecSMartin MaresSun Feb 15 10:12:25 1998  Martin Mares  <[email protected]>
12640a33d0ecSMartin Mares
12650a33d0ecSMartin Mares	* lspci.c (show_machine): Added non-verbose mode of machine-readable
12660a33d0ecSMartin Mares	dump.
12670a33d0ecSMartin Mares
12680a33d0ecSMartin Mares	* pci.ids: Updates from Jens Maurer.
12690a33d0ecSMartin Mares
12700a33d0ecSMartin Mares	* Released as version 1.02.
12710a33d0ecSMartin Mares
12720a33d0ecSMartin MaresThu Feb 12 16:53:28 1998  Martin Mares  <[email protected]>
12730a33d0ecSMartin Mares
12740a33d0ecSMartin Mares	* lspci.c: Added a "-m" switch for dumping machine-readable
12750a33d0ecSMartin Mares	configuration data (requested by Bjoern Kriews <[email protected]>).
12760a33d0ecSMartin Mares
1277fb38eee8SMartin MaresMon Feb  9 13:17:43 1998  Martin Mares  <[email protected]>
1278fb38eee8SMartin Mares
1279fb38eee8SMartin Mares	* Makefile, pciutils.h: Include local pci.h instead of <linux/pci.h>
1280fb38eee8SMartin Mares	if available. This should avoid all problems with official kernel
1281fb38eee8SMartin Mares	not synchronized to newer PCI code in CVS -- standard distribution
1282fb38eee8SMartin Mares	of pciutils now contains pci.h from current CVS kernel, pciutils
1283fb38eee8SMartin Mares	in CVS contain no pci.h and use the correct kernel include.
1284fb38eee8SMartin Mares
1285fb38eee8SMartin Mares	* Makefile: Fixed installation path for man pages.
1286fb38eee8SMartin Mares
12872f48f637SMartin MaresSat Feb  7 15:15:46 1998  Martin Mares  <[email protected]>
12882f48f637SMartin Mares
12892f48f637SMartin Mares	* README: Updated.
12902f48f637SMartin Mares
12912f48f637SMartin Mares	* lspci.8: Created a man page.
12922f48f637SMartin Mares
12932f48f637SMartin Mares	* Releasing as version 1.0.
12942f48f637SMartin Mares
12952f48f637SMartin MaresTue Feb  3 20:56:00 1998  Martin Mares  <[email protected]>
12962f48f637SMartin Mares
12972f48f637SMartin Mares	* Makefile: Recognize architecture by calling uname and pass it as ARCH_xxx
12982f48f637SMartin Mares	to all the C sources. This should eliminate problems with 32-bit compilers
12992f48f637SMartin Mares	on sparc64.
13002f48f637SMartin Mares
13012f48f637SMartin Mares	* lspci.c (show_verbose): Recognize CardBus bridge header type.
13022f48f637SMartin Mares	(show_htype2): Stub routine.
13032f48f637SMartin Mares	(scan_config): Write sensible error message if the kernel denies reading of
13042f48f637SMartin Mares	upper part of the PCI config space.
1305