xref: /pciutils/ChangeLog (revision f23fd3fc)
1*f23fd3fcSMartin Mares2005-10-11  Martin Mares  <[email protected]>
2*f23fd3fcSMartin Mares
3*f23fd3fcSMartin Mares	* lspci.c (new_bus): Fixed a memory leak. Thanks to Paul Sangree for reporting it.
4*f23fd3fcSMartin Mares
515296723SMartin Mares2005-09-21  Martin Mares  <[email protected]>
615296723SMartin Mares
715296723SMartin Mares	* Released as 2.2.0.
815296723SMartin Mares
940b6d93fSMartin Mares	* pci.ids: Updated copyright header.
1040b6d93fSMartin Mares
1115296723SMartin Mares	* lib/sysfs.c (sysfs_get_resources): Removed warning about unsupported
1215296723SMartin Mares	64-bit addresses, they are now always supported.
1315296723SMartin Mares
1415296723SMartin Mares	* lspci.c (show_bases): Corrected printing of 64-bit addresses
1515296723SMartin Mares	in bus-centric mode.
1615296723SMartin Mares
1715296723SMartin Mares	* lib/configure: Enable 64-bit addresses on all Linux systems.
1815296723SMartin Mares
1915296723SMartin Mares	* lib/types.h: Don't pad 64-bit addresses to 16 xigits, only to 8 if they
2015296723SMartin Mares	are shorter.
2115296723SMartin Mares
22224707baSMartin Mares2005-09-11  Martin Mares  <[email protected]>
23224707baSMartin Mares
24224707baSMartin Mares	* Released as 2.1.99-test11.
25224707baSMartin Mares
26224707baSMartin Mares	* lspci.c: Removed unnecessary trailing zeros in pci_lookup_name() calls.
27224707baSMartin Mares
28aeaca5d3SMartin Mares2005-09-10  Martin Mares  <[email protected]>
29aeaca5d3SMartin Mares
30224707baSMartin Mares	* Released as 2.1.99-test10.
31224707baSMartin Mares
3263e6f2e0SMartin Mares	* pci.ids: Synchronized with the current database snapshot.
3363e6f2e0SMartin Mares
34043ebdeeSMartin Mares	* update-pciids.sh: Changed the default URL for downloading pci.ids
35043ebdeeSMartin Mares	to http://pciids.sourceforge.net/v2.2/pci.ids.
36043ebdeeSMartin Mares
37043ebdeeSMartin Mares	* lib/pci.h (PCI_LIB_VERSION): Added version identifier.
38043ebdeeSMartin Mares
39aeaca5d3SMartin Mares	* lib/names.c: Rewritten the name database module almost from scratch.
40aeaca5d3SMartin Mares	Everything is much cleaner and there are hopefully no more memory leaks;
41aeaca5d3SMartin Mares	pci_lookup_name() now uses varargs in a backward compatible fashion.
42aeaca5d3SMartin Mares	Introduced PCI_LOOKUP_NO_NUMBERS.
43aeaca5d3SMartin Mares
44aeaca5d3SMartin Mares	The new code supports subsystem entries not tied to a specific device.
45aeaca5d3SMartin Mares	I had to extend the format of pci.ids in order to support it, so I have
46aeaca5d3SMartin Mares	extended the idea of the "C" (class) blocks and introduced "S" blocks
47aeaca5d3SMartin Mares	for subsystems. To avoid doing more incompatible changes in the future,
48aeaca5d3SMartin Mares	the parser skips unknown single-letter blocks without reporting errors.
49aeaca5d3SMartin Mares
50121c76c9SMartin Mares2005-08-23  Martin Mares  <[email protected]>
51121c76c9SMartin Mares
5254e13765SMartin Mares	* Released as 2.1.99-test9.
5354e13765SMartin Mares
5454e13765SMartin Mares	* Makefile (OPT): Removed -fomit-frame-pointer, it's default in recent
5554e13765SMartin Mares	gcc versions when optimizing anyway.
5654e13765SMartin Mares
5754e13765SMartin Mares	* Made the path to pci.ids customizable and independent on the SHAREDIR.
5854e13765SMartin Mares	Just override IDSDIR in the top-level Makefile.
5954e13765SMartin Mares
6054e13765SMartin Mares	* pci.ids: Synchronized with the current database snapshot.
6154e13765SMartin Mares
6284d437d6SMartin Mares	* lspci.man, setpci.man: Improved the man pages. Documented all access
6384d437d6SMartin Mares	methods and which operations are privileged.
6484d437d6SMartin Mares
6584d437d6SMartin Mares	* lspci.c: Another rewrite of config register caching, now also including
6684d437d6SMartin Mares	lots of internal checks. It should be now perfectly able to cope with
6784d437d6SMartin Mares	portions of the configuration space being inaccessible, for example
6884d437d6SMartin Mares	due to insufficient access rights.
6984d437d6SMartin Mares
703b8bf739SMartin Mares	* lspci.c (show_pcix_nobridge, show_pcix_bridge): Cleaned up dumping of PCI-X
713b8bf739SMartin Mares	capabilities. Includes partial support for PCI-X 2.0 (probably incomplete
723b8bf739SMartin Mares	as I haven't seen the spec).
733b8bf739SMartin Mares
743b8bf739SMartin Mares	* lspci.c: Quell warnings about unused parameters.
753b8bf739SMartin Mares
7684d437d6SMartin Mares	* lspci.c: Removed C++ comments.
7784d437d6SMartin Mares
783b8bf739SMartin Mares	* lib/header.h: Merged definitions of extended capabilities and some new
793b8bf739SMartin Mares	PCI-X capability bits from linux-2.6.11/include/pci.h.
803b8bf739SMartin Mares
813b8bf739SMartin Mares	* lspci.c (show_caps): Try to scan extended capabilities only if the
823b8bf739SMartin Mares	device has either PCI-X or PCI Express capability in its normal capability
833b8bf739SMartin Mares	list.
843b8bf739SMartin Mares
85f7821e53SMartin Mares	* lib/dump.c (dump_init): Reading of dumps works again. The dump reader
86f7821e53SMartin Mares	now also remembers how much data it has read and refuses attempts to
87f7821e53SMartin Mares	access more than that.
88ea4e5f5dSMartin Mares
8946ea554dSMartin Mares	* setpci.man, lspci.c, README: prefer spelling "buses" over "busses".
9046ea554dSMartin Mares
918afaab22SMartin Mares	* lspci.c: If alloca() is not available, use xmalloc(), not malloc().
928afaab22SMartin Mares
93121c76c9SMartin Mares	* lib/configure: Added x86_64 on Linux.
94121c76c9SMartin Mares
95c1c2c30eSMartin Mares2005-08-22  Martin Mares  <[email protected]>
96c1c2c30eSMartin Mares
97b9ca9147SMartin Mares	* lib/filter.c (pci_filter_parse_slot): Fixed parsing of domain filters.
98b9ca9147SMartin Mares	Thanks to Matthew Wilcox for bug report.
99b9ca9147SMartin Mares
100c1c2c30eSMartin Mares	* lspci.c: Corrected spelling of "Hz" (it was "hz" at several places).
101b9ca9147SMartin Mares	Thanks to Krzysztof Oledzki for pointing that out.
102c1c2c30eSMartin Mares
10326542a0bSMartin Mares2004-08-19  Martin Mares  <[email protected]>
10426542a0bSMartin Mares
10526542a0bSMartin Mares	* pciutils.spec (%attr): Setting attributes for /sbin/* is an anachronism,
10626542a0bSMartin Mares	because pciutils by default install to /usr/sbin. Update.
10726542a0bSMartin Mares
1086aa54f1bSMartin Mares2004-08-13  Martin Mares  <[email protected]>
1096aa54f1bSMartin Mares
110aabb0a92SMartin Mares	* Released as 2.1.99-test8.
111aabb0a92SMartin Mares
112f31412d1SMartin Mares	* lib/types.h, lib/pci.h, lib/sysdep.h: `byte' and `word' are
113f31412d1SMartin Mares	no longer exported to the outside world.
114f31412d1SMartin Mares
115ee7d8384SMartin Mares	* README.Windows: Updated.
116ee7d8384SMartin Mares
117ee7d8384SMartin Mares	* maint/release: Substitute version number in win32/config.h.
118ee7d8384SMartin Mares
119ee7d8384SMartin Mares	* win32/config.h: Added.
120ee7d8384SMartin Mares
121ee7d8384SMartin Mares	* lib/sysdep.h (bzero, strcasecmp): are macros on Windows.
122ee7d8384SMartin Mares
123ee7d8384SMartin Mares	* compat/getopt.[ch]: Added copies of getopt.[ch] from the GNU
124ee7d8384SMartin Mares	C library for use on systems where the default libraries lack
125ee7d8384SMartin Mares	proper getopt. Currently used by the Windows port.
126ee7d8384SMartin Mares
127ee7d8384SMartin Mares	* lib/sysdep.h, lib/types.h: Updates of the Windows port from
128ee7d8384SMartin Mares	Alexander Stock.
129ee7d8384SMartin Mares
130489233b4SMartin Mares	* lib/types.h: If PCI_HAVE_Uxx_TYPES is defined, libpci doesn't define
131489233b4SMartin Mares	its own u8, u16, u32, byte and word types and uses what the user
132489233b4SMartin Mares	has supplied instead. With this change, all namespace clashes should
133489233b4SMartin Mares	be gone.
134489233b4SMartin Mares
135489233b4SMartin Mares	* Makefile, lib/Makefile: Updated dependencies.
136489233b4SMartin Mares
137489233b4SMartin Mares	* pciutils.h: Include lib/sysdep.h and move NONRET et al. there.
138489233b4SMartin Mares
139489233b4SMartin Mares	* lib/sysdep.h: No need to include <sys/types.h> on FreeBSD, because
140489233b4SMartin Mares	it is included unconditionally in lib/types.h.
141489233b4SMartin Mares
142489233b4SMartin Mares	* Moved system-dependent stuff from lib/internal.h to lib/sysdep.h,
143489233b4SMartin Mares	which is also used by the utilities. Also moved type declarations
144489233b4SMartin Mares	from lib/pci.h to lib/types.h.
145489233b4SMartin Mares
146489233b4SMartin Mares	* All files: Prepend a "PCI_" prefix in front of all configuration
147489233b4SMartin Mares	defines to avoid namespace clashes. CAVEAT: If there is any libpci
148489233b4SMartin Mares	application using the (undocumented) defines, it has to be updated.
149489233b4SMartin Mares
150489233b4SMartin Mares	* lib/Makefile: Killed HAVE_OWN_HEADER_H, since we stopped sharing
151489233b4SMartin Mares	headers with the kernel a couple of years ago.
152489233b4SMartin Mares
1539bb4b4eaSMartin Mares	* lib/sysfs.c (sysfs_get_resources): We have 7 resources, not 6.
1549bb4b4eaSMartin Mares
1556aa54f1bSMartin Mares	* lspci.c (show_rom): Use the same logic for printing disabled
1566aa54f1bSMartin Mares	or unassigned ROM's as we do in show_bases() for the other BAR's.
1576aa54f1bSMartin Mares
1586aa54f1bSMartin Mares	* lib/generic.c (pci_generic_fill_info): Better reaction to
1596aa54f1bSMartin Mares	invalid 64-bit addresses. Also d->hdrtype should not include
1606aa54f1bSMartin Mares	bit 7, which caused mysterious errors on multi-function devices.
1616aa54f1bSMartin Mares
1626aa54f1bSMartin Mares	* lib/generic.c (pci_generic_fill_info): Fill in base addresses
1636aa54f1bSMartin Mares	even if the regions are known to be disabled. It is the client's
1646aa54f1bSMartin Mares	job to interpret them. (And it is not a trivial job if you want
1656aa54f1bSMartin Mares	to do it correctly, since you need to check I/O and memory enables
1666aa54f1bSMartin Mares	on all upstream bridges, too.) However, it could be interesting to
1676aa54f1bSMartin Mares	introduce functions for interpreting the addresses and even for
1686aa54f1bSMartin Mares	mapping the regions and doing I/O on them.
1696aa54f1bSMartin Mares
17080e6c636SMartin Mares2004-07-30  Martin Mares  <[email protected]>
17180e6c636SMartin Mares
17280e6c636SMartin Mares	* lspci.c: HyperTransport improvements from Maciej.
17380e6c636SMartin Mares
174d6324891SMartin Mares2004-07-11  Martin Mares  <[email protected]>
175d6324891SMartin Mares
176d6324891SMartin Mares	* lib/sysfs.c (sysfs_get_resources): Arguments now correspond
177d6324891SMartin Mares	to the format string. [Patch by Bill Nottingham]
178d6324891SMartin Mares
179ec25b52dSMartin Mares2004-07-05  Martin Mares  <[email protected]>
180ec25b52dSMartin Mares
181362be683SMartin Mares	* Released as 2.1.99-test7.
182362be683SMartin Mares
183ec25b52dSMartin Mares	* lspci.c (config_fetch): Wanted to merge Matthew's bug fix, but
184ec25b52dSMartin Mares	ended up with rewriting the fetching mechanism to be fully dynamic,
185ec25b52dSMartin Mares	but avoid reading config space registers not explicitly requested.
186ec25b52dSMartin Mares
187ec25b52dSMartin Mares2004-06-29  Matthew Wilcox <[email protected]>
188ec25b52dSMartin Mares
189ec25b52dSMartin Mares	* lspci.c: More work on PCI Express dumping.
190ec25b52dSMartin Mares
191ec25b52dSMartin Mares	* lib/header.h: Updated PCI Express capability definitions.
192ec25b52dSMartin Mares
193ec25b52dSMartin Mares	* lib/proc.c (proc_read): Removed bogus warning.
194ec25b52dSMartin Mares
195ec25b52dSMartin Mares	* common.c (xrealloc): Introduced.
196ec25b52dSMartin Mares
197ec25b52dSMartin Mares	* lspci.man: Added -xxxx.
198ec25b52dSMartin Mares
19909817437SMartin Mares2004-06-27  Martin Mares  <[email protected]>
20009817437SMartin Mares
201d1fa27ebSMartin Mares	* Released as 2.1.99-test6.
202d1fa27ebSMartin Mares
2034d67aa89SMartin Mares	* lspci.c (show_msix), lib/header.h: Added dumping of MSI-X cap.
2044d67aa89SMartin Mares	Patch by Roland Dreier <[email protected]>, cleaned up by me.
2054d67aa89SMartin Mares
2064d67aa89SMartin Mares	* lspci.c (show_pcix_nobridge, show_pcix_bridge): Handle config_fetch()
2074d67aa89SMartin Mares	failures.
2084d67aa89SMartin Mares
2094d67aa89SMartin Mares	* lib/header.h: Added PCI Express extended capabilities. Again by Matthew.
2104d67aa89SMartin Mares
2114d67aa89SMartin Mares	* lspci.c (show_express): Added dumping of PCI Express cap.
2124d67aa89SMartin Mares	Patch by Matthew Wilcox.
2134d67aa89SMartin Mares
2144d67aa89SMartin Mares	* lib/header.h: Added a list of PCI 3.0 capabilities and also details
2154d67aa89SMartin Mares	on PCI Express caps. Patch by Matthew Wilcox <[email protected]>.
2164d67aa89SMartin Mares
21709817437SMartin Mares	* lspci.c (check_root): Gone. No explicit checks for root are needed,
21809817437SMartin Mares	report correct errors reported by the libpci instead.
21909817437SMartin Mares
22009817437SMartin Mares	* lspci.c: Added dumping of the extended config space on "-xxxx".
22109817437SMartin Mares	Better caching of config registers.
22209817437SMartin Mares
22309817437SMartin Mares	* setpci.c (main): Allow access to whole 4096 bytes of the config space.
22409817437SMartin Mares
22509817437SMartin Mares	* lib/sysfs.c, lib/proc.c: Don't print error messages on short reads,
22609817437SMartin Mares	just return the appropriate error code.
22709817437SMartin Mares
22809817437SMartin Mares	* lib: Added support for extended (4096-byte) configuration space,
22909817437SMartin Mares	currently implemented only in Linux proc and sysfs access methods
23009817437SMartin Mares	and of course in the dump reader.
23109817437SMartin Mares
2320d656226SMartin Mares2004-05-29  Martin Mares  <[email protected]>
2330d656226SMartin Mares
234c0eece92SMartin Mares	* Released as 2.1.99-test5.
235c0eece92SMartin Mares
236a2413560SMartin Mares	* lib/pci.h: Windows don't have the standard u_int* types.
237a2413560SMartin Mares
238a2413560SMartin Mares	* lib/internal.h: <sys/param.h> required on Windows for endianity
239a2413560SMartin Mares	macros.
240a2413560SMartin Mares
241a2413560SMartin Mares	* lib/i386-ports.c: Connected i386-io-windows.h.
242a2413560SMartin Mares
243a2413560SMartin Mares	* lspci.c (check_root): geteuid() is not available on Windows.
244a2413560SMartin Mares
245a2413560SMartin Mares	* lib/i386-io-windows.h: Added Windows port contributed by Alexander
246a2413560SMartin Mares	Stock <[email protected]>.
247a2413560SMartin Mares
248a2413560SMartin Mares	* lib/configure: Hopefully fixed SunOS port broken by various
249a2413560SMartin Mares	changes to the configure script.
250a2413560SMartin Mares
2510d656226SMartin Mares	* Makefile, lib/configure: Cross-compilation support, patch by Maciej.
2520d656226SMartin Mares
253138c0385SMartin Mares2004-05-28  Martin Mares  <[email protected]>
254138c0385SMartin Mares
2559f490382SMartin Mares	* Released as 2.1.99-test4.
2569f490382SMartin Mares
257cce2caacSMartin Mares	* lspci.c (show_verbose): Header type 1 is probably legal for all
258cce2caacSMartin Mares	types of bridges, not only for PCI-to-PCI bridges.
259cce2caacSMartin Mares
260b569ef09SMartin Mares	* lspci.c (format_agp_rate): Write "x16", not "x@".
261b569ef09SMartin Mares	(show_agp): rate[] could overflow.
262b569ef09SMartin Mares	Bugs reported by Jakub Bogusz <[email protected]>.
263b569ef09SMartin Mares
264bfc4fe7aSMartin Mares	* lspci.c (show_ht_*): Show HyperTransport capability with all its
265bfc4fe7aSMartin Mares	details. Once again code by Maciej simplified (i.e., possibly broken)
266bfc4fe7aSMartin Mares	by me.
267bfc4fe7aSMartin Mares
268bfc4fe7aSMartin Mares	* lib/header.h: Added declarations of HyperTransport capability.
269bfc4fe7aSMartin Mares	Again thanks to Maciej.
270bfc4fe7aSMartin Mares
271138c0385SMartin Mares	* lspci.c: Decode all bits of the secondary status word in type 1 headers.
272138c0385SMartin Mares	Thanks to Maciej W. Rozycki <[email protected]> for the patch.
273138c0385SMartin Mares
2748fc75dbcSMartin Mares2003-12-27  Martin Mares  <[email protected]>
2758fc75dbcSMartin Mares
27681abd2a7SMartin Mares	* Released as 2.1.99-test3.
27781abd2a7SMartin Mares
2781f7c91ccSMartin Mares	* lspci.man, setpci.man: Document domains and correct spelling.
2791f7c91ccSMartin Mares
2801f7c91ccSMartin Mares	* lib/dump.c (dump_init): Added ability to read domain numbers.
2811f7c91ccSMartin Mares
28284c8d1bbSMartin Mares	* lspci.c: Devices in domains different from 0 have their slot number
2831f7c91ccSMartin Mares	printed as "<domain>:<bus>:<slot>.<func>". Tree view supports domains
2841f7c91ccSMartin Mares	as well.
28584c8d1bbSMartin Mares
28684c8d1bbSMartin Mares	* lib/filter.c: Slot filters understand domains.
28784c8d1bbSMartin Mares
28884c8d1bbSMartin Mares	* lib/generic.c: Mention the domain in slot numbers in all error messages.
28984c8d1bbSMartin Mares
29084c8d1bbSMartin Mares	* lib/internal.h: The #ifdef for Linux <asm/byteorder.h> was wrong.
29184c8d1bbSMartin Mares
29284c8d1bbSMartin Mares	* lib/access.c (pci_get_dev): Added support for domains.
29384c8d1bbSMartin Mares
29484c8d1bbSMartin Mares	* lib/sysfs.c (sysfs_scan): Read vendor and device ID from the config
29584c8d1bbSMartin Mares	registers (or to be precise, leave it for the generic parts of the pcilib
29684c8d1bbSMartin Mares	to do so) instead of reading them from the sysfs. It's faster this way.
29784c8d1bbSMartin Mares
29884c8d1bbSMartin Mares	* lspci.c (show_pcix): Don't touch pci_dev->hdrtype, it's an internal
29984c8d1bbSMartin Mares	variable. Better read it from the config registers (it's cached anyway).
30084c8d1bbSMartin Mares
30184c8d1bbSMartin Mares	* lib/sysfs.c (sysfs_scan), lib/proc.c (proc_scan): Don't read the hdrtype.
30284c8d1bbSMartin Mares	  lib/generic.c (pci_generic_fill_info): If hdrtype is -1 (unset), read it.
30384c8d1bbSMartin Mares	  Saves lots of unnecessary file accesses.
30484c8d1bbSMartin Mares
30511f7b31bSMartin Mares	* lib/pci.h (PCIADDR_PORT_FMT): Use %llx instead of %Lx, because the latter
30611f7b31bSMartin Mares	is not supported by all C libraries.
30711f7b31bSMartin Mares
30811f7b31bSMartin Mares	* Makefile: Always enter the lib directory (remember that we don't have
30911f7b31bSMartin Mares	full dependecies for the library in the top-level Makefile; hmmm, another
31011f7b31bSMartin Mares	thing to rewrite some day).
31111f7b31bSMartin Mares
31211f7b31bSMartin Mares	* lib/sysfs.c: Added Linux sysfs access method based on the patch
31311f7b31bSMartin Mares	written by Matthew Wilcox <[email protected]>.
31411f7b31bSMartin Mares
31511f7b31bSMartin Mares	* lib/proc.c: Renamed the access method name from "/proc/bus/pci" to "Linux-proc".
31611f7b31bSMartin Mares
31711f7b31bSMartin Mares	* lib/pread.h: The hacks to support pread on various versions
31811f7b31bSMartin Mares	of Linux libc moved there.
31911f7b31bSMartin Mares
32011f7b31bSMartin Mares	* lib/proc.c (proc_setup): The return value of snprintf() varies
32111f7b31bSMartin Mares	between glibc versions, so we need to check both for a negative
32211f7b31bSMartin Mares	values and for too large values.
32311f7b31bSMartin Mares
3244284af58SMartin Mares	* Removed last few references to the "Linux PCI Utilities", the
3254284af58SMartin Mares	package is pretty cross-platform now :)
3264284af58SMartin Mares
3274284af58SMartin Mares2003-12-27  Martin Mares  <[email protected]>
3284284af58SMartin Mares
329ab12277eSMartin Mares	* Released as 2.1.99-test2.
330ab12277eSMartin Mares
331ab12277eSMartin Mares	* README, pciutils.lsm, pciutils.spec: Use @VERSION@ to make the
332ab12277eSMartin Mares	release scripts insert the current version. "make release" is gone.
333ab12277eSMartin Mares
334ab12277eSMartin Mares	* maint/release, maint/release.pm: Added a new system of scripts for
335ab12277eSMartin Mares	making releases including inter-version diffs etc.
336ab12277eSMartin Mares
337ab12277eSMartin Mares	* Makefile: Cleaned up.
338ab12277eSMartin Mares
339ab12277eSMartin Mares	* lib/fbsd-device.c: I patched another copy of this file by mistake,
340ab12277eSMartin Mares	this time the version checks should be right.
341ab12277eSMartin Mares
342ab12277eSMartin Mares2003-12-27  Martin Mares  <[email protected]>
343ab12277eSMartin Mares
3446d722cd6SMartin Mares	* Released as 2.1.99-test1.
3456d722cd6SMartin Mares
346dd33246aSMartin Mares	* pciutils.h, common.c, lspci.man, setpci.man, lib/internal.h:
347dd33246aSMartin Mares	Remove shadows of the syscall access method which was never
348dd33246aSMartin Mares	implemented.
349dd33246aSMartin Mares
35080b3121aSMartin Mares	* update-pciids.sh: Try to preserve permissions of the old file
35180b3121aSMartin Mares	if chmod supports --reference. Should close Debian Bug #223740.
35280b3121aSMartin Mares
3536aea909aSMartin Mares	* lib/proc.c (proc_setup): Increased path name length limit to 1024.
3546aea909aSMartin Mares	Thanks for Redhat and Mandrake for inspiration.
3556aea909aSMartin Mares
3566aea909aSMartin Mares	* lib/configure: Recognize ppc and ppc64, both have 64-bit addresses.
3576aea909aSMartin Mares	Grabbed from Redhat (Fedora) patches.
3586aea909aSMartin Mares
3596aea909aSMartin Mares2003-12-27  Martin Mares  <[email protected]>
3606aea909aSMartin Mares
361f701ff47SMartin Mares	Merged bug fixes from Debian patches:
362f701ff47SMartin Mares
363f701ff47SMartin Mares	* lspci.c (show_verbose): "Cache Line Size" should be capitalized.
364f701ff47SMartin Mares
365f701ff47SMartin Mares	* lspci.c (show_pcix_nobridge): Added a missing newline.
366f701ff47SMartin Mares
3672240db8cSMartin Mares	* lib/proc.c (proc_scan): When reading the header type, don't
3682240db8cSMartin Mares	forget to clear the topmost bit indicating that the device has
369f701ff47SMartin Mares	multiple functions.
3702240db8cSMartin Mares
3712240db8cSMartin Mares2003-12-27  Martin Mares  <[email protected]>
3722240db8cSMartin Mares
37345902995SMartin Mares	Updated the FreeBSD port. Thanks to Samy Al Bahra <[email protected]>
37445902995SMartin Mares	for the patches:
37545902995SMartin Mares
37645902995SMartin Mares	* lib/Makefile: Add ${FREEBSD_SYS} to the include path if it's defined.
37745902995SMartin Mares	* lib/fbsd-device.c: Select the right set of system includes according
37845902995SMartin Mares	to __FreeBSD_version.
37945902995SMartin Mares
38045902995SMartin Mares2003-12-27  Martin Mares  <[email protected]>
38145902995SMartin Mares
3828fc75dbcSMartin Mares	Merged support for Solaris on i386 by Bill Moore <[email protected]>
3838fc75dbcSMartin Mares	and cleaned up:
3848fc75dbcSMartin Mares
3858fc75dbcSMartin Mares	* lib/configure: Recognize SunOS.
3868fc75dbcSMartin Mares	* lib/internal.h: Learn how to recognize byte order on SunOS.
3878fc75dbcSMartin Mares	* lib/i386-ports.c: Split OS-dependent I/O port access from i386-ports.c.
3888fc75dbcSMartin Mares	* lib/i386-io-linux.h: Linux specific part.
3898fc75dbcSMartin Mares	* lib/i386-io-hurd.h: GNU/Hurd specific part.
3908fc75dbcSMartin Mares	* lib/i386-io-sunos.h: SunOS specific part.
3918fc75dbcSMartin Mares
3929739916eSMartin Mares2003-12-26  Martin Mares  <[email protected]>
3939739916eSMartin Mares
3949739916eSMartin Mares	* lib/header.h (PCI_*_MASK): Cast to pciaddr_t explicitly.
3959739916eSMartin Mares
3969739916eSMartin Mares	* lib/pci.h: Types declared in <sys/types.h> should be usable on all
3979739916eSMartin Mares	platforms we currently support, so kill the forest of #ifdef's and
3989739916eSMartin Mares	use them in all cases.
3999739916eSMartin Mares
4009739916eSMartin Mares	* lib/pci.h: Use ULONG_MASK to decide whether we should use long
4019739916eSMartin Mares	or long long to represent a 64-bit address. Killed HAVE_LONG_ADDRESS.
4029739916eSMartin Mares	Define format strings for addresses, port numbers and IRQ numbers
4039739916eSMartin Mares	directly in pci.h.
4049739916eSMartin Mares
4059739916eSMartin Mares	* lib/proc.c (proc_scan): Use PCIADDR_T_FMT for scanf'ing addresses.
4069739916eSMartin Mares
40780459c65SMartin Mares2003-12-26  Marco Gerards  <[email protected]>
40880459c65SMartin Mares
40980459c65SMartin Mares	Added support for the GNU Hurd (cleaned up by Martin Mares):
41080459c65SMartin Mares
41180459c65SMartin Mares	* lib/configure [GNU]: Use the i386 ports for configuration access.
41280459c65SMartin Mares	* lib/i386-ports.c: Don't call iopl() on the Hurd.
41380459c65SMartin Mares	* lib/pci.h [OS_GNU]: Include <sys/types.h> and use it for defining
41480459c65SMartin Mares	u8 to u32.
41580459c65SMartin Mares
416a85769a8SMartin Mares2003-12-26  Martin Mares  <[email protected]>
417a85769a8SMartin Mares
4187dacd9c8SMartin Mares	* lspci.c (show_pcix_bridge, show_pcix_nobridge): Don't forget to call
4197dacd9c8SMartin Mares	config_fetch() to ensure that the registers have been read. Thanks to
4207dacd9c8SMartin Mares	Bill Wood <[email protected]> for the patch.
4217dacd9c8SMartin Mares
4227dacd9c8SMartin Mares	* lspci.c: Ensure that failure of config_fetch() is handled correctly
4237dacd9c8SMartin Mares	at all places.
4247dacd9c8SMartin Mares
4254063c31cSMartin Mares	* lspci.man: There was one more explicit reference to /usr/share/pci.ids.
4264063c31cSMartin Mares	Changed to @SHAREDIR@. Patch from Maciej W. Rozycki <[email protected]>.
4274063c31cSMartin Mares
4283fe8a38dSMartin Mares	* setpci.c (main): Better error messages.
4293fe8a38dSMartin Mares
4305f5b1a7bSMartin Mares	* setpci.c (ex_op): The demo mode should disable only writing, not reading.
4315f5b1a7bSMartin Mares
4325f5b1a7bSMartin Mares	* setpci.man: The documentation was inconsistent on what should -D do.
4335f5b1a7bSMartin Mares	Document the new behaviour.
434b251f40bSMartin Mares
43591e37a49SMartin Mares	* pciutils.h, common.c, setpci.c: Introduced a NONRET macro encapsulating
43691e37a49SMartin Mares	the GCC specific __attribute__((noreturn)) and killed the hack with
43791e37a49SMartin Mares	redefining __attribute__ on non-GCC compilers.
43891e37a49SMartin Mares
4394afd29d3SMartin Mares	* Makefile: Added missing dependencies. Parallel builds work now.
4404afd29d3SMartin Mares	Problem reported by Andreas Haumer <[email protected]>, but I chose
4414afd29d3SMartin Mares	a different fix.
4424afd29d3SMartin Mares
443b0f1a03bSMartin Mares	* Makefile (MANDIR): Use `:=' instead of `=' to avoid executing the shell
444b0f1a03bSMartin Mares	command every time $(MANDIR) is referenced.
445b0f1a03bSMartin Mares
446b7fd8e19SMartin Mares	* lspci.c (main): The error message for `lspci -s' incorrectly mentioned
447b7fd8e19SMartin Mares	a `-f' switch. Reported by Steve Finney <[email protected]>.
448b7fd8e19SMartin Mares
44905bb10a2SMartin Mares	* lib/generic.c: Removed memory leak in pci_generic_bus_scan().
45005bb10a2SMartin Mares	Reported by Gary Parnes <[email protected]>.
45105bb10a2SMartin Mares
452a832f6f1SMartin Mares	* Replaced obsolete syntax of __attribute__((unused)) in the middle of
453a832f6f1SMartin Mares	parameter declarations (which is no longer supported by GCC 3.1) by the
454a832f6f1SMartin Mares	current syntax (attribute at the end). Thanks to [email protected]
455a832f6f1SMartin Mares	for reporting this problem.
456a832f6f1SMartin Mares
457a85769a8SMartin Mares	* Removed CVS $Id$ tags from all files.
458a85769a8SMartin Mares
459a85769a8SMartin Mares	* Makefile: Added some more warnings.
460a85769a8SMartin Mares
461b7351143SMartin Mares	* setpci.c: Cleaned up mask/value code.
462b7351143SMartin Mares
463b7351143SMartin Mares2003-12-08 Thayne Harbaugh <[email protected]>
464b7351143SMartin Mares
465b7351143SMartin Mares	* setpci.c: Individual bits to be set can be specified as <value>:<mask>.
466b7351143SMartin Mares
4672a5d5cf9SMartin Mares2003-11-29  Martin Mares  <[email protected]>
4682a5d5cf9SMartin Mares
4692a5d5cf9SMartin Mares	* Imported the pciutils sources to my Arch repository. Good-bye, CVS.
4702a5d5cf9SMartin Mares
471d772ef15SMartin Mares2003-01-04  Martin Mares  <[email protected]>
472d772ef15SMartin Mares
4731b95f396SMartin Mares	* Released as 2.1.11.
4741b95f396SMartin Mares
475c83293ebSMartin Mares	* Makefile: Changed configuration of installation directories --
476c83293ebSMartin Mares	all paths are now set at the top of the Makefile instead of being
477c83293ebSMartin Mares	scattered between the installation rules. The default installation
478c83293ebSMartin Mares	now goes always to /usr/local regardless of the OS as most distributions
479c83293ebSMartin Mares	already contain some version of pciutils and we don't want custom
480c83293ebSMartin Mares	installations to interfere with the default ones.
481c83293ebSMartin Mares
482c83293ebSMartin Mares	* Makefile: Removed a couple of ancient install hacks: we no longer
483c83293ebSMartin Mares	try to avoid overwriting a newer pci.ids file (users are now expected
484c83293ebSMartin Mares	to use update-ids) and we don't try to remove /etc/pci.ids (a long time
485c83293ebSMartin Mares	has passed since the last version which used it).
486c83293ebSMartin Mares
487e2875dcdSMartin Mares	* Makefile: Paths to pci.ids in man pages automatically get the right path.
488e2875dcdSMartin Mares
4891b95f396SMartin Mares	* Added the update-ids utility.
4900138a2a7SMartin Mares
491d772ef15SMartin Mares	* lib: Removed partially implemented "syscall" access method which will
492d772ef15SMartin Mares	probably never be needed.
493d772ef15SMartin Mares
494eb620239SMartin Mares2002-12-27  Martin Mares  <[email protected]>
495eb620239SMartin Mares
496130090bdSMartin Mares	* lib/nbsd-libpci.c: Cleaned up and hopefully made it endian safe.
497130090bdSMartin Mares
498eb620239SMartin Mares	* lib/generic.c (pci_generic_scan_bus): Added work-around for devices with
499eb620239SMartin Mares	discontiguous numbering of functions. This is already present in the Linux
500eb620239SMartin Mares	kernel for several years, but I forgot to update pciutils as well.
501eb620239SMartin Mares
502848b4347SMartin Mares2002-12-26  Martin Mares  <[email protected]>
503848b4347SMartin Mares
504579b19ffSMartin Mares	* lib/header.h, lspci.c: Dump AGP3 flags and speeds.
505579b19ffSMartin Mares
506579b19ffSMartin Mares	* lib/pci.h, Makefile: Removed HAVE_OWN_HEADER_H. Always use our own header,
507579b19ffSMartin Mares	there is no reason to prefer the kernel version.
508579b19ffSMartin Mares
509579b19ffSMartin Mares	* lib/proc.c (proc_scan): Don't forget to initialize hdrtype.
510579b19ffSMartin Mares
511848b4347SMartin Mares	* Added preliminary version of NetBSD support by Quentin Garnier
512848b4347SMartin Mares	<[email protected]>.
513848b4347SMartin Mares
514f0952474SMartin Mares2002-04-06  Martin Mares  <[email protected]>
515f0952474SMartin Mares
516f0952474SMartin Mares	* lspci.c: Mention "-xxx" in the help.
517f0952474SMartin Mares
518d2f666f1SMartin Mares2002-03-30  Martin Mares  <[email protected]>
519d2f666f1SMartin Mares
5209bd44bb0SMartin Mares	* Released as 2.1.10.
5219bd44bb0SMartin Mares
522a33d0eb7SMartin Mares	* Removed pci.ids from the CVS as they are now maintained separately.
523a33d0eb7SMartin Mares	They are still included in the tarball, but if you are building	pciutils
524a33d0eb7SMartin Mares	from CVS sources or you want to get a newer ID file than the one distributed,
525a33d0eb7SMartin Mares	just use "make update-ids" to download the most recent snapshot from
526a33d0eb7SMartin Mares	pciids.sf.net.
527a33d0eb7SMartin Mares
528a33d0eb7SMartin Mares	* Makefile, README: Updated accordingly.
529a33d0eb7SMartin Mares
530a33d0eb7SMartin Mares	* Makefile: Added a couple of maintenance targets.
531a33d0eb7SMartin Mares
532a33d0eb7SMartin Mares	* maint/*: Maintainer's utilities now reside here (present only in CVS,
533a33d0eb7SMartin Mares	not in the tarball).
534a33d0eb7SMartin Mares
535d2f666f1SMartin Mares	* lib/names.c (parse_name_list): End-of-line comments are no longer
536d2f666f1SMartin Mares	supported. Hashes are now perfectly valid in all names and they start
537d2f666f1SMartin Mares	a comment only at the start of the line.
538d2f666f1SMartin Mares
539ee551b73SMartin Mares2002-03-26  Martin Mares  <[email protected]>
540ee551b73SMartin Mares
54107159913SMartin Mares	* README: Rewritten.
54207159913SMartin Mares
543ee551b73SMartin Mares	* Makefile: When the currently installed pci.ids file is newer than
544ee551b73SMartin Mares	the version to be installed, don't overwrite it. Suggested by
545ee551b73SMartin Mares	Jean Delvare <[email protected]>.
546ee551b73SMartin Mares
547bc7b1d62SMartin Mares2002-03-24  Martin Mares  <[email protected]>
548bc7b1d62SMartin Mares
5495f5e6f64SMartin Mares	* lspci.c (show_pcix_bridge): Added PCI-X capability display.
5505f5e6f64SMartin Mares	Contributed by Jeff Garzik <[email protected]>.
5515f5e6f64SMartin Mares
5525f5e6f64SMartin Mares	* lib/header.h: Added PCI-X stuff. Again by Jeff.
5535f5e6f64SMartin Mares
5545f5e6f64SMartin Mares	* Makefile (CFLAGS): -Werror is gone.
5555f5e6f64SMartin Mares
556a1052f16SMartin Mares	* lspci.c (format_agp_rate): Fixed AGP rate reporting.
557a1052f16SMartin Mares
558bc7b1d62SMartin Mares	* lib/filter.c (pci_filter_parse_slot): Allow bus 0xff, slot 0x1f and
559bc7b1d62SMartin Mares	function 7.
560bc7b1d62SMartin Mares
561bc7b1d62SMartin Mares	* lib/names.c (pci_lookup_name): When printing unknown subsystem vendor
562bc7b1d62SMartin Mares	or device hexadecimally, don't confuse it with chip vendor/device ID.
563bc7b1d62SMartin Mares	First reported by Marc Boucher <[email protected]>.
564bc7b1d62SMartin Mares
565f793990cSMartin Mares2001-11-04  Martin Mares  <[email protected]>
566f793990cSMartin Mares
567ee551b73SMartin Mares	* Released as 2.1.9.
568ee551b73SMartin Mares
569f793990cSMartin Mares	* pci.ids: Synced with the PCI ID Repository at SourceForge
570f793990cSMartin Mares	(http://pciids.sourceforge.net/).
571f793990cSMartin Mares
5721d174e56SMartin Mares2000-08-25  Martin Mares  <[email protected]>
5731d174e56SMartin Mares
5741d174e56SMartin Mares	* pci.ids: Updated ID's, synced with kernel 2.4.0-test7.
5751d174e56SMartin Mares
57665b4327eSMartin Mares2000-06-13  Martin Mares  <[email protected]>
57765b4327eSMartin Mares
57865b4327eSMartin Mares	* Makefile (uninstall): Fixed.
57965b4327eSMartin Mares
58065b4327eSMartin Mares	* pci.ids: ID updates.
58165b4327eSMartin Mares
5824a219d5fSMartin Mares2000-05-20  Martin Mares  <[email protected]>
5834a219d5fSMartin Mares
5844a219d5fSMartin Mares	* Released as 2.1.8.
5854a219d5fSMartin Mares
5864a219d5fSMartin Mares	* pci.ids: ID updates.
5874a219d5fSMartin Mares
5884a219d5fSMartin Mares	* lspci.c (show_verbose): Min/max latency is now printed in nanoseconds.
5894a219d5fSMartin Mares
5904a219d5fSMartin Mares2000-05-04  Martin Mares  <[email protected]>
5914a219d5fSMartin Mares
5924a219d5fSMartin Mares	* lspci.c (show_verbose): If the header type doesn't match device
5934a219d5fSMartin Mares	class, just print a warning and still use the header type, assuming
5944a219d5fSMartin Mares	bogus class info.
5954a219d5fSMartin Mares
59610c90662SMartin Mares2000-05-01  Martin Mares  <[email protected]>
59710c90662SMartin Mares
59872b9b690SMartin Mares	* lspci.c (show_pm): Updated according to PCI PM specs 1.1.
59972b9b690SMartin Mares
60010c90662SMartin Mares	* pci.ids: Updated Contemporary Control ARCnet card entries.
60110c90662SMartin Mares
60210c90662SMartin Mares	* pci.ids: Synchronized class list with latest PCI SIG documents.
60310c90662SMartin Mares
604a239ade6SMartin Mares2000-04-29  Martin Mares  <[email protected]>
605a239ade6SMartin Mares
606a239ade6SMartin Mares	* lib/names.c (pci_lookup_name): Fixed the cheat.
607a239ade6SMartin Mares
608a239ade6SMartin Mares	* lib/internal.h: Moved UNUSED/inline hacks above all other declarations.
609a239ade6SMartin Mares
610a239ade6SMartin Mares	* pci.ids: Various ID updates.
611a239ade6SMartin Mares
6122c83b860SMartin Mares2000-04-21  Martin Mares  <[email protected]>
6132c83b860SMartin Mares
6142c83b860SMartin Mares	* Released as 2.1.7.
6152c83b860SMartin Mares
6162c83b860SMartin Mares	* pciutils.spec: Added German description.
6172c83b860SMartin Mares
6182c83b860SMartin Mares	* lib/names.c (pci_lookup_name): Added a cheat for case that subsystem ID's
6192c83b860SMartin Mares	are the same as device ID and just output subsystem name according to
6202c83b860SMartin Mares	device name.
6212c83b860SMartin Mares
6222c83b860SMartin Mares	* lib/proc.c: Use UNUSED instead of __attribute__((unused)).
6232c83b860SMartin Mares
6242c83b860SMartin Mares	* lib/pci.h: Added the correct typedefs for AIX.
6252c83b860SMartin Mares
6262c83b860SMartin Mares	* lib/generic.c (pci_generic_scan_bus): Export.
6272c83b860SMartin Mares
6282c83b860SMartin Mares	* lib/configure: Detect AIX. Use "echo '...\c'" instead of
6292c83b860SMartin Mares	"echo -n" if the shell isn't bash.
6302c83b860SMartin Mares
6312c83b860SMartin Mares	* lspci.c: Avoid using alloca() if not compiled by GCC.
6322c83b860SMartin Mares	(insert_dev): Avoid returning a void value.
6332c83b860SMartin Mares
6342c83b860SMartin Mares	* Makefile: Choose which install utility to use according to
6352c83b860SMartin Mares	OS type. Also use `-o' instead of `-or' in find arguments.
6362c83b860SMartin Mares	Part of the AIX port.
6372c83b860SMartin Mares
6382c83b860SMartin Mares	* lib/aix-device.c: Added AIX low-level interface. Contributed
6392c83b860SMartin Mares	by Dave Johnson <[email protected]>, thanks a lot!
6402c83b860SMartin Mares
6412c83b860SMartin Mares	* pci.ids: Few new ID's.
6422c83b860SMartin Mares
6432c83b860SMartin Mares	* pciutils.h, lib/internal.h: Redefine __attribute__ and inline
6442c83b860SMartin Mares	when not compiled by GCC.
6452c83b860SMartin Mares
646c1a828daSMartin Mares2000-04-17  Martin Mares  <[email protected]>
647c1a828daSMartin Mares
648c1a828daSMartin Mares	* Released as 2.1.6.
649c1a828daSMartin Mares
650c1a828daSMartin Mares	* pci.ids: Added a large batch of ID's contributed by Gunther
651c1a828daSMartin Mares	Mayer <[email protected]> and synced the
652c1a828daSMartin Mares	list with the 2.3.99pre6 kernel.
653c1a828daSMartin Mares
654e91dd3abSMartin MaresThu Mar  9 13:11:39 2000  Martin Mares  <[email protected]>
655e91dd3abSMartin Mares
656a80b79a9SMartin Mares	* lib/example.c: Added a simple example of how to use
657a80b79a9SMartin Mares	the library.
658a80b79a9SMartin Mares
65989984232SMartin Mares	* lspci.man, setpci.man: Revealed --version. Well spotted
66089984232SMartin Mares	by Adam Sulmicki.
66189984232SMartin Mares
662e91dd3abSMartin Mares	* pci.ids: Added lots of new ID's and synced with 2.3.50.
663e91dd3abSMartin Mares
66478d9c5e2SMartin MaresTue Feb 15 00:16:21 2000  Martin Mares  <[email protected]>
66578d9c5e2SMartin Mares
66678d9c5e2SMartin Mares	* Released as 2.1.5.
66778d9c5e2SMartin Mares
66878d9c5e2SMartin Mares	* pciutils.spec: Updated spec file from Andreas Jaeger. Now using
66978d9c5e2SMartin Mares	%{_mandir} to find the right location to install manual pages to.
67078d9c5e2SMartin Mares
67178d9c5e2SMartin Mares	* pci.ids: New ID's.
67278d9c5e2SMartin Mares
67378d9c5e2SMartin Mares	* setpci.c (main): Don't crash when `-s' or `-d' is given with
67478d9c5e2SMartin Mares	no argument.
67578d9c5e2SMartin Mares
676f8141ae2SMartin MaresMon Jan 24 20:04:11 2000  Andreas Jaeger  <[email protected]>
677f8141ae2SMartin Mares
678f8141ae2SMartin Mares	* lib/i386-ports.c: Include <asm/io.h> only on systems without
679f8141ae2SMartin Mares	glibc.
680f8141ae2SMartin Mares
681f8141ae2SMartin MaresMon Jan 24 11:24:43 2000  Martin Mares  <[email protected]>
682f8141ae2SMartin Mares
683f8141ae2SMartin Mares	* Makefile: Modified to work with the Linux FHS brain-damaged idea
684f8141ae2SMartin Mares	of putting man pages to /usr/share/man. Now we choose either /usr/man
685f8141ae2SMartin Mares	or /usr/share/man depending on which one exists.
686f8141ae2SMartin Mares
68759e76e8bSMartin MaresSun Jan 23 10:52:34 2000  Martin Mares  <[email protected]>
68859e76e8bSMartin Mares
68959e76e8bSMartin Mares	* pci.ids: Synced with Linux 2.3.40.
69059e76e8bSMartin Mares
69159e76e8bSMartin Mares	* Released as version 2.1.4.
69259e76e8bSMartin Mares
6932dfd48cdSMartin MaresThu Jan 20 11:08:32 2000  Martin Mares  <[email protected]>
6942dfd48cdSMartin Mares
6952715403fSMartin Mares	* lspci.c (scan_device): Fixed bug in reading of cardbus extensions.
6962715403fSMartin Mares
69781077814SMartin Mares	* lib/proc.c: pread/pwrite fixed again, this time on libc5 :(
69881077814SMartin Mares
69981077814SMartin Mares	* lspci.c (format_agp_rate): Better formatting of AGP rates.
70081077814SMartin Mares
70181077814SMartin Mares	* pci.ids: New ID's.
70281077814SMartin Mares
7032dfd48cdSMartin Mares	* lib/configure: Added configuration for ia64 (the same as for Alpha).
7042dfd48cdSMartin Mares	Patch from Stephane Eranian <[email protected]>.
7052dfd48cdSMartin Mares
7065a258860SMartin MaresThu Jan 13 23:01:52 2000  Martin Mares  <[email protected]>
7075a258860SMartin Mares
7085a258860SMartin Mares	* Released as version 2.1.3.
7095a258860SMartin Mares
7105a258860SMartin Mares	* pci.ids: New ID's.
7115a258860SMartin Mares
7125a258860SMartin Mares	* lspci.c: Alpha IO_FORMAT fix by Andrea Arcangeli.
7135a258860SMartin Mares
7145a258860SMartin Mares	* lib/access.c: Corrected order of access methods -- it's wonderful how
7155a258860SMartin Mares	long could such a bug remain unspotted. Thanks go to Andreas Schockenhoff.
7165a258860SMartin Mares
7170c047bbeSMartin MaresSat Dec 11 23:34:48 1999  Martin Mares  <[email protected]>
7180c047bbeSMartin Mares
7190c047bbeSMartin Mares	* Released as version 2.1.2.
7200c047bbeSMartin Mares
7210c047bbeSMartin Mares	* lib/names.c (pci_lookup_name): Fixed printing of unknown subsystem ID's.
7220c047bbeSMartin Mares
72333bc28a5SMartin MaresSat Dec  4 13:11:03 1999  Martin Mares  <[email protected]>
72433bc28a5SMartin Mares
72539231205SMartin Mares	* Released as version 2.1.1.
72639231205SMartin Mares
72733bc28a5SMartin Mares	* pci.ids: Several new ID's.
72833bc28a5SMartin Mares
72933bc28a5SMartin Mares	* setpci.c (exec_op): Don't forget to increment address after writing
73033bc28a5SMartin Mares	single value, so that `30.b=12,34,56,78' works as expected. Reported
73133bc28a5SMartin Mares	by Petr Soucek <[email protected]>.
73233bc28a5SMartin Mares
7338d047897SMartin MaresWed Nov  3 10:24:38 1999  Martin Mares  <[email protected]>
7348d047897SMartin Mares
7358d047897SMartin Mares	* lspci.c (show_terse): If prog-if is zero, but it's present in the
7368d047897SMartin Mares	ID list, show it.
7378d047897SMartin Mares
7386afc6538SMartin MaresSat Oct 30 11:06:35 1999  Martin Mares  <[email protected]>
7396afc6538SMartin Mares
7406afc6538SMartin Mares	* Released as version 2.1.
7416afc6538SMartin Mares
7426afc6538SMartin Mares	* pci.ids: Synced to devlist.h in 2.3.24 kernel. Merged in
7436afc6538SMartin Mares	lots of contributed entries.
7446afc6538SMartin Mares
7458f756113SMartin MaresThu Oct 14 10:40:12 1999  Dave Jones    <[email protected]>
7468f756113SMartin Mares
7478f756113SMartin Mares	* pci.ids: Added lots of subsystem definitions.
7488f756113SMartin Mares
749d4798a32SMartin MaresSat Oct  9 14:32:28 1999  Martin Mares  <[email protected]>
750d4798a32SMartin Mares
751d4798a32SMartin Mares	* setpci.man: Better example.
752d4798a32SMartin Mares
753d4798a32SMartin Mares	* lspci.c: Resolve prog-if names.
754d4798a32SMartin Mares
755d4798a32SMartin Mares	* lib/names.c: Adapted to new pci.ids syntax.
756d4798a32SMartin Mares
757d4798a32SMartin Mares	* pci.ids: Reorganized the pci.ids file. Subsystems are listed
758d4798a32SMartin Mares	under devices, classes can optionally contain prog-if information.
759d4798a32SMartin Mares	New ID's, as usually.
760d4798a32SMartin Mares
761e306e911SMartin MaresWed Sep 22 09:45:24 1999  Martin Mares  <[email protected]>
762e306e911SMartin Mares
763e306e911SMartin Mares	* pci.ids: New ID's. As usually.
764e306e911SMartin Mares
765e306e911SMartin Mares	* lspci.c (show_htype1, show_htype2): Don't show `closed' bridge windows
766e306e911SMartin Mares	unless we're vvvery verbose.
767e306e911SMartin Mares
768e306e911SMartin MaresMon Sep 20 11:22:54 1999  Martin Mares  <[email protected]>
769e306e911SMartin Mares
770e306e911SMartin Mares	* lspci.c (show_htype2): Don't forget a TAB before the "I/O window" line.
771e306e911SMartin Mares
772e64a576cSMartin MaresTue Sep 14 09:31:01 1999  Martin Mares  <[email protected]>
773e64a576cSMartin Mares
774e64a576cSMartin Mares	* pci.ids: New ID's. Again.
775e64a576cSMartin Mares
776c36c0862SMartin MaresThu Aug  5 17:45:42 1999  Martin Mares  <[email protected]>
777c36c0862SMartin Mares
778c36c0862SMartin Mares	* lspci.c (show_size): Don't show size if it's zero (usually
779c36c0862SMartin Mares	due to bus-centric mode being enabled).
780c36c0862SMartin Mares
7811ca42433SMartin MaresTue Jul 20 13:25:09 1999  Martin Mares  <[email protected]>
7821ca42433SMartin Mares
783168b4f46SMartin Mares	* lib/pci.h: Types are OS dependent.
784168b4f46SMartin Mares
785168b4f46SMartin Mares	* lib/internal.h: Byte order hacks are OS dependent.
786168b4f46SMartin Mares
787168b4f46SMartin Mares	* lib/configure: Recognize FreeBSD. Also set OS_XXX according to the OS.
788168b4f46SMartin Mares
789168b4f46SMartin Mares	* lib/Makefile, lib/access.c: Added fbsd-device target.
790168b4f46SMartin Mares
791168b4f46SMartin Mares	* pci.ids: Added an entry for PLX 9080 bridges with subsystem ID
792168b4f46SMartin Mares	incorrectly set to device ID.
793168b4f46SMartin Mares
794168b4f46SMartin Mares	* README: Added a note that we support FreeBSD.
795168b4f46SMartin Mares
796168b4f46SMartin Mares	* Makefile (PREFIX, ROOT): Set it depending on the OS.
797168b4f46SMartin Mares	(%.8): Grrr, BSD date is not able to convert date formats the same way
798168b4f46SMartin Mares	as GNU date does. Use sed instead.
799168b4f46SMartin Mares	(install): Use `-c' when calling install.
800168b4f46SMartin Mares
801168b4f46SMartin Mares	* lib/fbsd-device.c: Added FreeBSD /dev/pci access module contributed
802168b4f46SMartin Mares	by Jari Kirma <[email protected]>.
803168b4f46SMartin Mares
804bc6346dfSMartin Mares	* lib/proc.c: Rewrote the pread/pwrite things once again. Use pread
805bc6346dfSMartin Mares	and pwrite only when we are certain it's safe (i.e., glibc 2.1
806bc6346dfSMartin Mares	on all architectures or any libc on a i386 where we really know
807bc6346dfSMartin Mares	how to use syscalls directly). In all other cases, emulate it
808bc6346dfSMartin Mares	with lseek/read/write.
809bc6346dfSMartin Mares
8101ca42433SMartin Mares	* pci.ids: Some more IDs.
8111ca42433SMartin Mares
8121ca42433SMartin MaresMon Jul 19 14:10:36 1999  Martin Mares  <[email protected]>
8131ca42433SMartin Mares
8141ca42433SMartin Mares	* pci.ids: Added IDs of parallel port controller cards as sent
8151ca42433SMartin Mares	by Tim Waugh <[email protected]>.
8161ca42433SMartin Mares
817e95c8373SMartin MaresWed Jul  7 00:55:48 1999  Martin Mares  <[email protected]>
818e95c8373SMartin Mares
819e95c8373SMartin Mares	* lib/proc.c (proc_scan): HAVE_LONG_ADDRESS instead of HAVE_64BIT_ADDRESS.
820e95c8373SMartin Mares
821e95c8373SMartin Mares	* lspci.c: ADDR_FORMAT now depends on both HAVE_64BIT_ADDRESS and
822e95c8373SMartin Mares	HAVE_LONG_ADDRESS.
823e95c8373SMartin Mares
824e95c8373SMartin Mares	* lib/configure: HAVE_64BIT_ADDRESS now doesn't imply that the addresses
825e95c8373SMartin Mares	are represented as long long. Introduced a new flag HAVE_LONG_ADDRESS
826e95c8373SMartin Mares	to indicate this. Both Sparc architectures now use both 64BIT_ADDRESS
827e95c8373SMartin Mares	and LONG_ADDRESS since they have 32-bit userland, but don't set LONG_ADDRESS
828e95c8373SMartin Mares	on Alpha.
829e95c8373SMartin Mares
830e95c8373SMartin Mares	* lspci.c (show_msi): Added dumping of the MSI capability.
831e95c8373SMartin Mares	(show_slotid): The same for SlotID capability.
832e95c8373SMartin Mares	(show_caps): Seperated capability dumping, because it should
833e95c8373SMartin Mares	be used for both htype0 and htype1. Even PCI 2.2 doesn't mention
834e95c8373SMartin Mares	layout of htype2, so I'm a bit unsure about it wrt capabilities
835e95c8373SMartin Mares	-- they at least have to live somewhere else since address 0x34
836e95c8373SMartin Mares	is already defined differently in htype2.
837e95c8373SMartin Mares
838e95c8373SMartin Mares	* lib/header.h (PCI_STATUS_UDF): Marked as obsolete (PCI 2.2).
839e95c8373SMartin Mares	(PCI_BASE_ADDRESS_MEM_TYPE_1M): Ditto.
840e95c8373SMartin Mares	(PCI_CAP_ID_*): Added some new capabilities defined in PCI 2.2.
841e95c8373SMartin Mares
842e95c8373SMartin Mares	* lspci.c (show_htype0): Mask out lowest 2 bits from all capability pointers
843e95c8373SMartin Mares	(required by the PCI 2.2 specs).
844e95c8373SMartin Mares
845e95c8373SMartin MaresMon Jul  5 12:45:19 1999  Martin Mares  <[email protected]>
846e95c8373SMartin Mares
847e95c8373SMartin Mares	* lspci.c (show_size): Added new function for dumping of region sizes.
848e95c8373SMartin Mares	(show_rom): Added. Now correctly dumps unassigned ROM addresses, disabled
849e95c8373SMartin Mares	ROMs et cetera.
850e95c8373SMartin Mares
851e95c8373SMartin Mares	* lib/pci.h (struct pci_dev): known_fields moved to the public part
852e95c8373SMartin Mares	of the structure.
853e95c8373SMartin Mares
854e95c8373SMartin Mares	* Added support for region sizes. Needs support in the kernel, because
855e95c8373SMartin Mares	sizes have to be scanned before drivers initialize yourself. pci_fill_info()
856e95c8373SMartin Mares	now returns a bitmask of what fields were really read.
857e95c8373SMartin Mares
85882ce97c9SMartin MaresMon Jun 28 18:37:51 1999  Dave Jones    <[email protected]>
85982ce97c9SMartin Mares
86082ce97c9SMartin Mares	* Makefile:
86182ce97c9SMartin Mares	  Added `uninstall' target - removes all traces of pciutils.
86282ce97c9SMartin Mares	* pci.ids:
86382ce97c9SMartin Mares	  - Lots of cleanups in the ATI, S3, Adaptec vendors.
86482ce97c9SMartin Mares	  - Changed Compaq QVision 1280/p definitions, as it's not possible
86582ce97c9SMartin Mares	    to determine the revision from the device ID.
86682ce97c9SMartin Mares	  - Same for the Tseng ET4000.
86782ce97c9SMartin Mares	    The id's said I had a rev C, when it was actually a rev B.
86882ce97c9SMartin Mares	  - Removed some unnecessary strings
86982ce97c9SMartin Mares	    `PCI'. Unless it's an AGP card, it should be obvious that it's PCI.
87082ce97c9SMartin Mares	    `Ethernet card'. This should be determined from config space.
87182ce97c9SMartin Mares	  - Lots of other new vendors & devices
87282ce97c9SMartin Mares	  - Other additional small cleanups.
87382ce97c9SMartin Mares
8747bed2d83SMartin MaresMon Jun 21 22:11:10 1999  Martin Mares  <[email protected]>
8757bed2d83SMartin Mares
8767bed2d83SMartin Mares	* lib/names.c (pci_lookup_name): When device ID lookup
8777bed2d83SMartin Mares	fails, return hexadecimal device ID instead of vendor ID.
8787bed2d83SMartin Mares	Well spotted by Axel Bodemann <[email protected]>,
8797bed2d83SMartin Mares	I've just extended the fix to subsystem ID's.
8807bed2d83SMartin Mares
8815ba3a475SMartin MaresThu Jun 17 19:48:21 1999  Martin Mares  <[email protected]>
8825ba3a475SMartin Mares
8835ba3a475SMartin Mares	* lspci.c (show_agp): Bug fix from Petr Vandrovec
8845ba3a475SMartin Mares	<[email protected]>. The command register was displayed
8855ba3a475SMartin Mares	incorrectly.
8865ba3a475SMartin Mares
8875ba3a475SMartin MaresWed Jun  2 22:42:44 1999  Martin Mares  <[email protected]>
8885ba3a475SMartin Mares
8895ba3a475SMartin Mares	* lib/proc.c (SYS_pread, SYS_pwrite): Use hard-coded
8905ba3a475SMartin Mares	numbers if not supplied by the libc.
8915ba3a475SMartin Mares
89255c815b5SMartin MaresWed May 19 13:24:39 1999  Martin Mares  <[email protected]>
89355c815b5SMartin Mares
89455c815b5SMartin Mares	* Released the whole package as version 2.0.
89555c815b5SMartin Mares
89655c815b5SMartin MaresFri May 14 22:42:02 1999  Martin Mares  <[email protected]>
89755c815b5SMartin Mares
89855c815b5SMartin Mares	* pci.ids: Added several new ID's contributed by people
89955c815b5SMartin Mares	on the linux-pci list.
90055c815b5SMartin Mares
901dec16943SMartin MaresMon Apr 19 15:21:08 1999  Jakub Jelinek  <[email protected]>
902dec16943SMartin Mares
903dec16943SMartin Mares	* lspci.c: Display I/O addresses correctly on sparc64.
904dec16943SMartin Mares	* lib/header.h: Ditto.
905dec16943SMartin Mares
906dec16943SMartin Mares	* lib/configure: On sparc set HAVE_64BIT* as well, we want
907dec16943SMartin Mares	a binary which works on both 32bit and 64bit SPARCs.
908dec16943SMartin Mares
909e33c9c7aSMartin MaresSun Apr 18 21:14:58 1999  Martin Mares  <[email protected]>
910e33c9c7aSMartin Mares
911e33c9c7aSMartin Mares	* lspci.c, lib/proc.c: Alpha compilation fixes from Matthew Jacob
912e33c9c7aSMartin Mares	<[email protected]>.
913e33c9c7aSMartin Mares
914e33c9c7aSMartin Mares	* pci.ids: A lot of updates from Adam J. Richter <[email protected]>.
915e33c9c7aSMartin Mares
916f3395cc5SMartin MaresSun Feb 28 22:26:21 1999  Martin Mares  <[email protected]>
917f3395cc5SMartin Mares
918f3395cc5SMartin Mares	* lspci.c (do_map_bus): Don't dump functions 1--7 if not flagged
919f3395cc5SMartin Mares	as a multi-function device, because several single-function devices
920f3395cc5SMartin Mares	don't decode the function bits at all.
921f3395cc5SMartin Mares
922f3395cc5SMartin MaresSun Feb 14 23:48:22 1999  Martin Mares  <[email protected]>
923f3395cc5SMartin Mares
924f3395cc5SMartin Mares	* Makefile (install): Don't use "-o root -g root" for installation
925f3395cc5SMartin Mares	since it breaks on machines where programs are not installed by root.
926f3395cc5SMartin Mares	Reported by Richard Gooch <[email protected]>
927f3395cc5SMartin Mares
928f3395cc5SMartin MaresTue Feb  9 15:54:39 1999  Martin Mares  <[email protected]>
929f3395cc5SMartin Mares
930f3395cc5SMartin Mares	* lspci.c (show_bases): Use new address masking macros and pciaddr_t.
931f3395cc5SMartin Mares
932f3395cc5SMartin Mares	* lib/pci.h: Using pciaddr_t for bus addresses, which are 32-bit
933f3395cc5SMartin Mares	or 64-bit depending on CPU.
934f3395cc5SMartin Mares
935f3395cc5SMartin Mares	* lib/pci.h (PCI_ADDR_MEM_MASK): Added macros for address masks
936f3395cc5SMartin Mares	according to bus address width.
937f3395cc5SMartin Mares
9381c31d620SMartin MaresThu Jan 28 20:54:16 1999  Martin Mares  <[email protected]>
9391c31d620SMartin Mares
9401c31d620SMartin Mares	* Released as 1.99.4.
9411c31d620SMartin Mares
9421c31d620SMartin Mares	* lspci.c: Capability list parser now recognizes both AGP
9431c31d620SMartin Mares	registers and PCI Power Management registers (the latter
9441c31d620SMartin Mares	is mainly guesswork based on DEC/Intel 21153 bridge specs
9451c31d620SMartin Mares	since I don't have the PCI Power Management document).
9461c31d620SMartin Mares
9471c31d620SMartin Mares	* lspci.c: Replaced numerous occurences of (x & flag) ? '+' : '-'
9481c31d620SMartin Mares	by FLAG macro.
9491c31d620SMartin Mares
9501c31d620SMartin Mares	* lspci.c: Added bridge checks to bus mapping code.
9511c31d620SMartin Mares
9521812a795SMartin MaresWed Jan 27 14:59:16 1999  Martin Mares  <[email protected]>
9531812a795SMartin Mares
9541812a795SMartin Mares	* lspci.c: Implemented bus mapping mode (-M).
9551812a795SMartin Mares
9561812a795SMartin Mares	* lspci.c (scan_devices): Split to scan_devices() and scan_device().
9571812a795SMartin Mares	(show): Split to show() and show_device().
9581812a795SMartin Mares
9591812a795SMartin Mares	* lib/access.c (pci_init): When a->method == PCI_ACCESS_AUTO,
9601812a795SMartin Mares	set it to the real access method afterwards.
9611812a795SMartin Mares
9621812a795SMartin MaresMon Jan 25 23:46:13 1999  Martin Mares  <[email protected]>
9631812a795SMartin Mares
9641812a795SMartin Mares	* lib/generic.c (pci_generic_fill_info): If in buscentric mode,
9651812a795SMartin Mares	don't check PCI_COMMAND for I/O and memory enables.
9661812a795SMartin Mares
967f6c86928SMartin MaresMon Jan 25 21:28:49 1999  Martin Mares  <[email protected]>
968f6c86928SMartin Mares
969f6c86928SMartin Mares	* Makefile: Added target `release' which substitutes new version
970f6c86928SMartin Mares	number to .spec, .lsm and README. Also rewrote target `dist'.
971f6c86928SMartin Mares
972f6c86928SMartin Mares	* Released as 1.99.3.
973f6c86928SMartin Mares
974b5137411SMartin MaresSun Jan 24 22:10:36 1999  Martin Mares  <[email protected]>
975b5137411SMartin Mares
976d6b297d0SMartin Mares	* lib/header.h: Until kernel adopts new layout of PCI
977d6b297d0SMartin Mares	includes (i.e., separate declaration of header structure,
978d6b297d0SMartin Mares	functions and device IDs), which is not going to happen
979d6b297d0SMartin Mares	before 2.3, we'll use our own definiton of the header.
980d6b297d0SMartin Mares
981b5137411SMartin Mares	* lspci.c (show_verbose): Display `Cap' flag in device status.
982b5137411SMartin Mares
983b5137411SMartin Mares	* lspci.c (show_htype0): Display capability lists whereever
984b5137411SMartin Mares	available. The only capability name we recognize now is `AGP'.
985b5137411SMartin Mares	Unfortunately, capabilities are stored in device-dependent
986b5137411SMartin Mares	portion of the configuration space and are thus available
987b5137411SMartin Mares	only to root unless you read a dump.
988b5137411SMartin Mares
989b5137411SMartin Mares	* lspci.c (scan_devices): Use cache instead of buffering.
990b5137411SMartin Mares
991b5137411SMartin Mares	* lib/buffer.c: Removed (obsoleted by the cache).
992b5137411SMartin Mares
993b5137411SMartin Mares	* lib/access.c: Added general caching mechanism.
994b5137411SMartin Mares
99581ce358dSMartin MaresSat Jan 23 21:30:54 1999  Martin Mares  <[email protected]>
99681ce358dSMartin Mares
99781ce358dSMartin Mares	* pci.ids: Added few devices.
99881ce358dSMartin Mares
999727ce158SMartin MaresFri Jan 22 19:29:31 1999  Martin Mares  <[email protected]>
1000727ce158SMartin Mares
1001727ce158SMartin Mares	* Version string is now defined in top-level Makefile, exported
1002727ce158SMartin Mares	to the configure script and also substituted to man pages.
1003727ce158SMartin Mares
1004727ce158SMartin Mares	* lspci.c (show_bases): Rewrote displaying of 64-bit addresses.
1005727ce158SMartin Mares	(show_verbose): Rewrote interrupt display logic.
1006727ce158SMartin Mares
1007727ce158SMartin Mares	* lib/i386-ports.c: Include sys/io.h only on glibc systems.
1008727ce158SMartin Mares
1009727ce158SMartin Mares	* lib/configure: Rewrote detection of Linux versions. Now it
1010727ce158SMartin Mares	works on 2.0 kernels (only with direct/dump access, of course).
1011727ce158SMartin Mares
1012727ce158SMartin Mares	* lib/internal.h: New bytesex macros using <asm/byteorder.h>
1013727ce158SMartin Mares	whenever available.
1014727ce158SMartin Mares
1015727ce158SMartin Mares	* lib/proc.c (proc_read, proc_write): Distinguish between short
1016727ce158SMartin Mares	read/write and real errors.
1017727ce158SMartin Mares
1018727ce158SMartin Mares	* lspci.c (show_htype{0,1}): Always use d->dev->rom_base_addr since
1019727ce158SMartin Mares	libpci respects buscentric mode automatically.
1020727ce158SMartin Mares
1021727ce158SMartin Mares	* lspci.c (show_hex_dump): For CardBus bridges, print out 128
1022727ce158SMartin Mares	bytes of header (the whole standard part).
1023727ce158SMartin Mares
1024727ce158SMartin Mares	* common.c: pcilib options are now all uppercase. Also moved
1025727ce158SMartin Mares	PCI access debugging option here.
1026727ce158SMartin Mares
1027727ce158SMartin Mares	* Released as 1.99.2.
1028727ce158SMartin Mares
1029727ce158SMartin MaresWed Jan 20 22:50:35 1999  Martin Mares  <[email protected]>
1030727ce158SMartin Mares
1031727ce158SMartin Mares	* Wrote configure script and rewrote Makefiles.
1032727ce158SMartin Mares
1033727ce158SMartin Mares	* Removed few unused variables.
1034727ce158SMartin Mares
1035727ce158SMartin MaresWed Jan 20 12:21:56 1999  Martin Mares  <[email protected]>
1036727ce158SMartin Mares
1037727ce158SMartin Mares	* common.c: Moved several functions used in both setpci and lspci
1038727ce158SMartin Mares	here. This includes parsing of libpci-related options.
1039727ce158SMartin Mares
1040727ce158SMartin Mares	* More library tweaks.
1041727ce158SMartin Mares
1042727ce158SMartin Mares	* filter.c, names.c: Moved to library.
1043727ce158SMartin Mares
1044727ce158SMartin Mares	* setpci: Rewritten to use the library.
1045727ce158SMartin Mares
1046727ce158SMartin Mares	* Released as 1.99.1.
1047727ce158SMartin Mares
1048727ce158SMartin MaresTue Jan 19 23:00:12 1999  Martin Mares  <[email protected]>
1049727ce158SMartin Mares
1050727ce158SMartin Mares	* lspci.c (scan_devices): For cardbus bridges, read first 128
1051727ce158SMartin Mares	bytes of config space to get full standard header.
1052727ce158SMartin Mares
1053727ce158SMartin Mares	* Makefile (CFLAGS): Removed "-Wno-unused".
1054727ce158SMartin Mares
1055727ce158SMartin Mares	* Started the "New Generation" branch and introduced the
1056727ce158SMartin Mares	PCI library.
1057727ce158SMartin Mares
1058727ce158SMartin Mares	* lspci: Rewritten to use the library.
1059727ce158SMartin Mares
10606ece6bc6SMartin MaresTue Jan 19 22:24:08 1999  Martin Mares  <[email protected]>
10616ece6bc6SMartin Mares
10626ece6bc6SMartin Mares	* Released as version 1.10.
10636ece6bc6SMartin Mares
10646ece6bc6SMartin MaresMon Jan 18 08:51:17 1999  Martin Mares  <[email protected]>
10656ece6bc6SMartin Mares
10666ece6bc6SMartin Mares	* lspci.8, setpci.8: Miscellaneous fixes as suggested by
10676ece6bc6SMartin Mares	Dag Wieers <[email protected]>.
10686ece6bc6SMartin Mares
10691212dd6dSMartin MaresSun Nov 29 20:05:56 1998  Martin Mares  <[email protected]>
10701212dd6dSMartin Mares
10711212dd6dSMartin Mares	* pciutils.spec (Name): Update from Krzysztof G. Baranowski.
10721212dd6dSMartin Mares
1073d38471fdSMartin MaresSun Nov 22 10:49:56 1998  Martin Mares  <[email protected]>
1074d38471fdSMartin Mares
1075d38471fdSMartin Mares	* Makefile, pciutils.h: Moved pci.ids to /usr/share.
1076d38471fdSMartin Mares
1077d38471fdSMartin Mares	* Released as version 1.09.
1078d38471fdSMartin Mares
1079371f605bSMartin MaresWed Nov 18 15:47:05 1998  Martin Mares  <[email protected]>
1080371f605bSMartin Mares
1081371f605bSMartin Mares	* lspci.c (show_htype1): Fixed displaying of prefetchable memory behind
1082371f605bSMartin Mares	bridge. Thanks to Petr Vandrovec <[email protected]> for bug report.
1083371f605bSMartin Mares
108410be47abSMartin MaresFri Oct 23 18:59:19 1998  Martin Mares  <[email protected]>
108510be47abSMartin Mares
108610be47abSMartin Mares	* setpci.c: Don't include <syscall-list.h> with glibc >= 2.1.
108710be47abSMartin Mares
1088472bd340SMartin MaresMon Oct 19 21:53:30 1998  Martin Mares  <[email protected]>
1089472bd340SMartin Mares
1090472bd340SMartin Mares	* Released as version 1.08.
1091472bd340SMartin Mares
1092472bd340SMartin Mares	* setpci.c: glibc 2.1.x already defines pread() and pwrite().
1093472bd340SMartin Mares
1094472bd340SMartin Mares	* lspci.8: Changed warning about lspci -xxx.
1095472bd340SMartin Mares
1096472bd340SMartin Mares	* lspci.c: Require "-xxx" for full configuration space dump, so that
1097472bd340SMartin Mares	it's impossible to crash the machine by single typo.
1098472bd340SMartin Mares
1099472bd340SMartin Mares	* specs: Added (courtesy of Krzysztof G. Baranowski <[email protected]>).
1100472bd340SMartin Mares
1101072c77e5SMartin MaresWed Sep  9 12:03:24 1998  Martin Mares  <[email protected]>
1102072c77e5SMartin Mares
1103072c77e5SMartin Mares	* lspci.c (show_bases): Better displaying of unassigned and
1104072c77e5SMartin Mares	disabled bases. Thanks to Gabriel Paubert <[email protected]>
1105072c77e5SMartin Mares	for an idea.
1106072c77e5SMartin Mares
1107b7554856SMartin MaresWed Sep  2 10:58:01 1998  Martin Mares  <[email protected]>
1108b7554856SMartin Mares
1109b7554856SMartin Mares	* setpci.c (pread): Recognize glibc 1.99 numbered as 2.0 on the PPC.
1110b7554856SMartin Mares	(thanks to Geert Uytterhoeven for finding this out)
1111b7554856SMartin Mares
1112ce503b7fSMartin MaresFri Jul 17 10:43:30 1998  Martin Mares  <[email protected]>
1113ce503b7fSMartin Mares
1114ce503b7fSMartin Mares	* lspci.c (show_verbose): Print subsystem ID using the new resolver.
1115ce503b7fSMartin Mares	(show_machine): Print subsystem ID.
1116ce503b7fSMartin Mares
1117ce503b7fSMartin Mares	* names.c: New name resolution engine supporting subsystem IDs.
1118ce503b7fSMartin Mares
1119ce503b7fSMartin Mares	* Released as version 1.07.
1120ce503b7fSMartin Mares
112196e4f295SMartin MaresWed Jul 15 15:37:21 1998  Martin Mares  <[email protected]>
112296e4f295SMartin Mares
112396e4f295SMartin Mares	* lspci.c (show_htype2 etc.): Displaying of CardBus headers.
112496e4f295SMartin Mares	(show_bases): Honor the `cnt' argument.
112596e4f295SMartin Mares	(grow_tree): Parse CardBus headers in tree mode as well.
112696e4f295SMartin Mares
112796e4f295SMartin Mares	* pci.h: Updated CardBus header field description. I still don't
112896e4f295SMartin Mares	have the CardBus standard available, but OZ6832 specs contain
112996e4f295SMartin Mares	full description of all header fields supported by the chip.
113096e4f295SMartin Mares
11316ae3650aSMartin MaresTue Jun  9 22:53:59 1998  Martin Mares  <[email protected]>
11326ae3650aSMartin Mares
1133304f9a0bSMartin Mares	* Released as 1.06.
1134304f9a0bSMartin Mares
11356ae3650aSMartin Mares	* names.c (parse_name_list): Killed an unused variable.
11366ae3650aSMartin Mares
11376ae3650aSMartin Mares	* setpci.c (pread, pwrite): Define SYS_(pread|pwrite) as __NR_\1
11386ae3650aSMartin Mares	if they are not defined by glibc (needed for glibc built on older
11396ae3650aSMartin Mares	kernels). Ugly.
11406ae3650aSMartin Mares
11416ae3650aSMartin Mares	* setpci.c (exec_op): Fixed error messages. Thanks, Steve!
11426ae3650aSMartin Mares
11434b88a6b8SMartin MaresMon Jun  8 10:59:22 1998  Martin Mares  <[email protected]>
11444b88a6b8SMartin Mares
11454b88a6b8SMartin Mares	* Released as 1.05.
11464b88a6b8SMartin Mares
11474b88a6b8SMartin Mares	* setpci.c: Problems with pread()/pwrite() with glibc on Alpha
11484b88a6b8SMartin Mares	should be gone. Again thanks to Steve for bug report.
11494b88a6b8SMartin Mares
11504b88a6b8SMartin Mares	* filter.c (filter_parse_slot): Fixed ":x" type filters.
11514b88a6b8SMartin Mares
11524b88a6b8SMartin Mares	* pci.ids: Killed duplicate entry. Thanks to Stephen Williams
11534b88a6b8SMartin Mares	<[email protected]> for reporting this.
11544b88a6b8SMartin Mares
11554b88a6b8SMartin MaresSun Jun  7 19:27:51 1998  Martin Mares  <[email protected]>
11564b88a6b8SMartin Mares
11574b88a6b8SMartin Mares	* lspci.c (main), setpci.c (main): Implemented "--version".
11584b88a6b8SMartin Mares
11594b88a6b8SMartin Mares	* Released as 1.04.
11604b88a6b8SMartin Mares
11614b88a6b8SMartin Mares	* pciutils.h (PCIUTILS_VERSION): Added version string.
11624b88a6b8SMartin Mares
11634b88a6b8SMartin Mares	* filter.c, names.c: Extraneous #include <linux/pci.h> removed.
11644b88a6b8SMartin Mares	Thanks to Geert Uytterhoeven <[email protected]>
11654b88a6b8SMartin Mares	for bug report.
11664b88a6b8SMartin Mares
11679b306998SMartin MaresThu May 28 14:45:58 1998  Martin Mares  <[email protected]>
11689b306998SMartin Mares
11699b306998SMartin Mares	* pci.ids: More updates from Jens Maurer.
11709b306998SMartin Mares
1171b372672fSMartin MaresWed Apr 22 10:00:39 1998  Martin Mares  <[email protected]>
1172b372672fSMartin Mares
1173b372672fSMartin Mares	* pci.ids: Updates from Jens Maurer.
1174b372672fSMartin Mares
1175b2c9b373SMartin MaresSun Apr 19 11:14:25 1998  Martin Mares  <[email protected]>
1176b2c9b373SMartin Mares
1177b372672fSMartin Mares	* Released as 1.03.
1178b372672fSMartin Mares
1179b2c9b373SMartin Mares	* setpci.8: Written.
1180b2c9b373SMartin Mares
1181b2c9b373SMartin Mares	* setpci.c: Finished.
1182b2c9b373SMartin Mares
1183b2c9b373SMartin Mares	* lspci.c: Now able to fetch expansion ROM base from kernel device list
1184b2c9b373SMartin Mares	and print it if not in buscentric mode.
1185b2c9b373SMartin Mares
1186e4842ff3SMartin MaresTue Mar 31 23:11:57 1998  Martin Mares  <[email protected]>
1187e4842ff3SMartin Mares
1188e4842ff3SMartin Mares	* setpci.c: Added.
1189e4842ff3SMartin Mares
1190e4842ff3SMartin MaresSun Mar 22 15:39:08 1998  Martin Mares  <[email protected]>
1191e4842ff3SMartin Mares
1192e4842ff3SMartin Mares	* lspci.8: Updated the documentation.
1193e4842ff3SMartin Mares
1194e4842ff3SMartin Mares	* lspci.c: Modified to use the new filtering mechanism (options -f and -d).
1195e4842ff3SMartin Mares
1196e4842ff3SMartin Mares	* filter.c: Introduced new generic device filter.
1197e4842ff3SMartin Mares
1198008407bdSMartin MaresThu Mar 19 17:03:48 1998  Martin Mares  <[email protected]>
1199008407bdSMartin Mares
1200008407bdSMartin Mares	* lspci.c (grow_tree, show_tree_dev, print_it): Fixed displaying
1201008407bdSMartin Mares	of PCI-to-PCI bridges in the tree format.
1202008407bdSMartin Mares
12030a33d0ecSMartin MaresSun Feb 15 10:12:25 1998  Martin Mares  <[email protected]>
12040a33d0ecSMartin Mares
12050a33d0ecSMartin Mares	* lspci.c (show_machine): Added non-verbose mode of machine-readable
12060a33d0ecSMartin Mares	dump.
12070a33d0ecSMartin Mares
12080a33d0ecSMartin Mares	* pci.ids: Updates from Jens Maurer.
12090a33d0ecSMartin Mares
12100a33d0ecSMartin Mares	* Released as version 1.02.
12110a33d0ecSMartin Mares
12120a33d0ecSMartin MaresThu Feb 12 16:53:28 1998  Martin Mares  <[email protected]>
12130a33d0ecSMartin Mares
12140a33d0ecSMartin Mares	* lspci.c: Added a "-m" switch for dumping machine-readable
12150a33d0ecSMartin Mares	configuration data (requested by Bjoern Kriews <[email protected]>).
12160a33d0ecSMartin Mares
1217fb38eee8SMartin MaresMon Feb  9 13:17:43 1998  Martin Mares  <[email protected]>
1218fb38eee8SMartin Mares
1219fb38eee8SMartin Mares	* Makefile, pciutils.h: Include local pci.h instead of <linux/pci.h>
1220fb38eee8SMartin Mares	if available. This should avoid all problems with official kernel
1221fb38eee8SMartin Mares	not synchronized to newer PCI code in CVS -- standard distribution
1222fb38eee8SMartin Mares	of pciutils now contains pci.h from current CVS kernel, pciutils
1223fb38eee8SMartin Mares	in CVS contain no pci.h and use the correct kernel include.
1224fb38eee8SMartin Mares
1225fb38eee8SMartin Mares	* Makefile: Fixed installation path for man pages.
1226fb38eee8SMartin Mares
12272f48f637SMartin MaresSat Feb  7 15:15:46 1998  Martin Mares  <[email protected]>
12282f48f637SMartin Mares
12292f48f637SMartin Mares	* README: Updated.
12302f48f637SMartin Mares
12312f48f637SMartin Mares	* lspci.8: Created a man page.
12322f48f637SMartin Mares
12332f48f637SMartin Mares	* Releasing as version 1.0.
12342f48f637SMartin Mares
12352f48f637SMartin MaresTue Feb  3 20:56:00 1998  Martin Mares  <[email protected]>
12362f48f637SMartin Mares
12372f48f637SMartin Mares	* Makefile: Recognize architecture by calling uname and pass it as ARCH_xxx
12382f48f637SMartin Mares	to all the C sources. This should eliminate problems with 32-bit compilers
12392f48f637SMartin Mares	on sparc64.
12402f48f637SMartin Mares
12412f48f637SMartin Mares	* lspci.c (show_verbose): Recognize CardBus bridge header type.
12422f48f637SMartin Mares	(show_htype2): Stub routine.
12432f48f637SMartin Mares	(scan_config): Write sensible error message if the kernel denies reading of
12442f48f637SMartin Mares	upper part of the PCI config space.
1245