xref: /pciutils/ChangeLog (revision 2f294d4b)
1*2f294d4bSMartin Mares2006-05-31  Martin Mares  <[email protected]>
2*2f294d4bSMartin Mares
3*2f294d4bSMartin Mares	* setpci.c (main): Don't crash when an invalid width is specified.
4*2f294d4bSMartin Mares
50ac282f2SMartin Mares2006-05-19  Martin Mares  <[email protected]>
60ac282f2SMartin Mares
70ac282f2SMartin Mares	* README: Mention the public GIT tree.
80ac282f2SMartin Mares
90ac282f2SMartin Mares	* README: Updated the list of ports.
100ac282f2SMartin Mares
11d1058e9dSMartin Mares2006-05-10  Martin Mares  <[email protected]>
12d1058e9dSMartin Mares
13d1058e9dSMartin Mares	* lib/configure, lib/fbsd-device.c: Added support for GNU/kFreeBSD.
14d1058e9dSMartin Mares	Thanks to Petr Salinger for the patch.
15d1058e9dSMartin Mares
16abf8d505SMartin Mares2006-05-05  Martin Mares  <[email protected]>
17abf8d505SMartin Mares
182ae2d1aeSMartin Mares	* Released as 2.2.3.
192ae2d1aeSMartin Mares
202ae2d1aeSMartin Mares	* lspci.c (scan_device): The -D switch didn't work as intended
212ae2d1aeSMartin Mares	in -m mode.
222ae2d1aeSMartin Mares
232ae2d1aeSMartin Mares2006-05-05  Martin Mares  <[email protected]>
242ae2d1aeSMartin Mares
251d5cf727SMartin Mares	* Released as 2.2.2.
261d5cf727SMartin Mares
278a830168SMartin Mares	* pci.ids: Updated to the current database snapshot.
288a830168SMartin Mares
29b6359063SMartin Mares	* lib/obsd-device.c (and other files in lib/*): Added OpenBSD
30b6359063SMartin Mares	interface by Matthieu Herrb <[email protected]>, based on
31b6359063SMartin Mares	the existing FreeBSD interface.
32b6359063SMartin Mares
33abf8d505SMartin Mares	* Moved pciutils to a GIT repository, which now contains merged
34abf8d505SMartin Mares	history from both CVS and Arch. Good bye, TLA!
35abf8d505SMartin Mares
366ac70402SMartin Mares2006-03-21  Martin Mares  <[email protected]>
376ac70402SMartin Mares
382a124daeSMartin Mares	* lspci.c (show_slot_name): Avoid the previous changes in default
392a124daeSMartin Mares	display of domain name when in machine-readable mode. However, `-D'
402a124daeSMartin Mares	forces domain display even there.
412a124daeSMartin Mares
426ac70402SMartin Mares	* lspci.man: Added a warning on -m being the only format, which is
436ac70402SMartin Mares	guaranteed to be stable between lspci versions.
446ac70402SMartin Mares
451bbdea17SMartin Mares2006-03-13  Martin Mares  <[email protected]>
461bbdea17SMartin Mares
47af61eb25SMartin Mares	* lspci.man: Documented the -D switch.
48af61eb25SMartin Mares
49af61eb25SMartin Mares	* lspci.c (show_slot_name, scan_device): If there are multiple PCI
50af61eb25SMartin Mares	domains or if the `-D' switch is used, show the domain number for
51af61eb25SMartin Mares	all devices.
52af61eb25SMartin Mares
537a61b93cSMartin Mares	* lspci.c (show_verbose): Report cache line size in bytes.
547a61b93cSMartin Mares
551bbdea17SMartin Mares	* update-pciids.sh: Use curl if available. Patch by Matthew Wilcox.
561bbdea17SMartin Mares
570e78ef8aSMartin Mares2006-01-04  Martin Mares  <[email protected]>
580e78ef8aSMartin Mares
590e78ef8aSMartin Mares	* lspci.c (show_express_link): Fixed decoding of link status register.
600e78ef8aSMartin Mares	Thanks to Roland Dreier for his report.
610e78ef8aSMartin Mares
62e6859953SMartin Mares2005-12-12  Martin Mares  <[email protected]>
63e6859953SMartin Mares
64e6859953SMartin Mares	* lib/nbsd-libpci.c: If libpci is used by an ordinary user, allow
65e6859953SMartin Mares	at least read-only access. Patch by Pavel Celeda <[email protected]>.
66e6859953SMartin Mares
67e6859953SMartin Mares	* Makefile: Corrected library path on NetBSD.
68e6859953SMartin Mares
69a99c0d69SMartin Mares2005-11-26  Martin Mares  <[email protected]>
70a99c0d69SMartin Mares
71e4af70c6SMartin Mares	* Released as 2.2.1.
72e4af70c6SMartin Mares
73a99c0d69SMartin Mares	* lspci.c (show_machine): Subsystem vendors were printed incorrectly
74a99c0d69SMartin Mares	in machine-readable modes. Thanks to Pavel Celeda for a bug report.
75a99c0d69SMartin Mares
76f23fd3fcSMartin Mares2005-10-11  Martin Mares  <[email protected]>
77f23fd3fcSMartin Mares
78f23fd3fcSMartin Mares	* lspci.c (new_bus): Fixed a memory leak. Thanks to Paul Sangree for reporting it.
79f23fd3fcSMartin Mares
8015296723SMartin Mares2005-09-21  Martin Mares  <[email protected]>
8115296723SMartin Mares
8215296723SMartin Mares	* Released as 2.2.0.
8315296723SMartin Mares
8440b6d93fSMartin Mares	* pci.ids: Updated copyright header.
8540b6d93fSMartin Mares
8615296723SMartin Mares	* lib/sysfs.c (sysfs_get_resources): Removed warning about unsupported
8715296723SMartin Mares	64-bit addresses, they are now always supported.
8815296723SMartin Mares
8915296723SMartin Mares	* lspci.c (show_bases): Corrected printing of 64-bit addresses
9015296723SMartin Mares	in bus-centric mode.
9115296723SMartin Mares
9215296723SMartin Mares	* lib/configure: Enable 64-bit addresses on all Linux systems.
9315296723SMartin Mares
9415296723SMartin Mares	* lib/types.h: Don't pad 64-bit addresses to 16 xigits, only to 8 if they
9515296723SMartin Mares	are shorter.
9615296723SMartin Mares
97224707baSMartin Mares2005-09-11  Martin Mares  <[email protected]>
98224707baSMartin Mares
99224707baSMartin Mares	* Released as 2.1.99-test11.
100224707baSMartin Mares
101224707baSMartin Mares	* lspci.c: Removed unnecessary trailing zeros in pci_lookup_name() calls.
102224707baSMartin Mares
103aeaca5d3SMartin Mares2005-09-10  Martin Mares  <[email protected]>
104aeaca5d3SMartin Mares
105224707baSMartin Mares	* Released as 2.1.99-test10.
106224707baSMartin Mares
10763e6f2e0SMartin Mares	* pci.ids: Synchronized with the current database snapshot.
10863e6f2e0SMartin Mares
109043ebdeeSMartin Mares	* update-pciids.sh: Changed the default URL for downloading pci.ids
110043ebdeeSMartin Mares	to http://pciids.sourceforge.net/v2.2/pci.ids.
111043ebdeeSMartin Mares
112043ebdeeSMartin Mares	* lib/pci.h (PCI_LIB_VERSION): Added version identifier.
113043ebdeeSMartin Mares
114aeaca5d3SMartin Mares	* lib/names.c: Rewritten the name database module almost from scratch.
115aeaca5d3SMartin Mares	Everything is much cleaner and there are hopefully no more memory leaks;
116aeaca5d3SMartin Mares	pci_lookup_name() now uses varargs in a backward compatible fashion.
117aeaca5d3SMartin Mares	Introduced PCI_LOOKUP_NO_NUMBERS.
118aeaca5d3SMartin Mares
119aeaca5d3SMartin Mares	The new code supports subsystem entries not tied to a specific device.
120aeaca5d3SMartin Mares	I had to extend the format of pci.ids in order to support it, so I have
121aeaca5d3SMartin Mares	extended the idea of the "C" (class) blocks and introduced "S" blocks
122aeaca5d3SMartin Mares	for subsystems. To avoid doing more incompatible changes in the future,
123aeaca5d3SMartin Mares	the parser skips unknown single-letter blocks without reporting errors.
124aeaca5d3SMartin Mares
125121c76c9SMartin Mares2005-08-23  Martin Mares  <[email protected]>
126121c76c9SMartin Mares
12754e13765SMartin Mares	* Released as 2.1.99-test9.
12854e13765SMartin Mares
12954e13765SMartin Mares	* Makefile (OPT): Removed -fomit-frame-pointer, it's default in recent
13054e13765SMartin Mares	gcc versions when optimizing anyway.
13154e13765SMartin Mares
13254e13765SMartin Mares	* Made the path to pci.ids customizable and independent on the SHAREDIR.
13354e13765SMartin Mares	Just override IDSDIR in the top-level Makefile.
13454e13765SMartin Mares
13554e13765SMartin Mares	* pci.ids: Synchronized with the current database snapshot.
13654e13765SMartin Mares
13784d437d6SMartin Mares	* lspci.man, setpci.man: Improved the man pages. Documented all access
13884d437d6SMartin Mares	methods and which operations are privileged.
13984d437d6SMartin Mares
14084d437d6SMartin Mares	* lspci.c: Another rewrite of config register caching, now also including
14184d437d6SMartin Mares	lots of internal checks. It should be now perfectly able to cope with
14284d437d6SMartin Mares	portions of the configuration space being inaccessible, for example
14384d437d6SMartin Mares	due to insufficient access rights.
14484d437d6SMartin Mares
1453b8bf739SMartin Mares	* lspci.c (show_pcix_nobridge, show_pcix_bridge): Cleaned up dumping of PCI-X
1463b8bf739SMartin Mares	capabilities. Includes partial support for PCI-X 2.0 (probably incomplete
1473b8bf739SMartin Mares	as I haven't seen the spec).
1483b8bf739SMartin Mares
1493b8bf739SMartin Mares	* lspci.c: Quell warnings about unused parameters.
1503b8bf739SMartin Mares
15184d437d6SMartin Mares	* lspci.c: Removed C++ comments.
15284d437d6SMartin Mares
1533b8bf739SMartin Mares	* lib/header.h: Merged definitions of extended capabilities and some new
1543b8bf739SMartin Mares	PCI-X capability bits from linux-2.6.11/include/pci.h.
1553b8bf739SMartin Mares
1563b8bf739SMartin Mares	* lspci.c (show_caps): Try to scan extended capabilities only if the
1573b8bf739SMartin Mares	device has either PCI-X or PCI Express capability in its normal capability
1583b8bf739SMartin Mares	list.
1593b8bf739SMartin Mares
160f7821e53SMartin Mares	* lib/dump.c (dump_init): Reading of dumps works again. The dump reader
161f7821e53SMartin Mares	now also remembers how much data it has read and refuses attempts to
162f7821e53SMartin Mares	access more than that.
163ea4e5f5dSMartin Mares
16446ea554dSMartin Mares	* setpci.man, lspci.c, README: prefer spelling "buses" over "busses".
16546ea554dSMartin Mares
1668afaab22SMartin Mares	* lspci.c: If alloca() is not available, use xmalloc(), not malloc().
1678afaab22SMartin Mares
168121c76c9SMartin Mares	* lib/configure: Added x86_64 on Linux.
169121c76c9SMartin Mares
170c1c2c30eSMartin Mares2005-08-22  Martin Mares  <[email protected]>
171c1c2c30eSMartin Mares
172b9ca9147SMartin Mares	* lib/filter.c (pci_filter_parse_slot): Fixed parsing of domain filters.
173b9ca9147SMartin Mares	Thanks to Matthew Wilcox for bug report.
174b9ca9147SMartin Mares
175c1c2c30eSMartin Mares	* lspci.c: Corrected spelling of "Hz" (it was "hz" at several places).
176b9ca9147SMartin Mares	Thanks to Krzysztof Oledzki for pointing that out.
177c1c2c30eSMartin Mares
17826542a0bSMartin Mares2004-08-19  Martin Mares  <[email protected]>
17926542a0bSMartin Mares
18026542a0bSMartin Mares	* pciutils.spec (%attr): Setting attributes for /sbin/* is an anachronism,
18126542a0bSMartin Mares	because pciutils by default install to /usr/sbin. Update.
18226542a0bSMartin Mares
1836aa54f1bSMartin Mares2004-08-13  Martin Mares  <[email protected]>
1846aa54f1bSMartin Mares
185aabb0a92SMartin Mares	* Released as 2.1.99-test8.
186aabb0a92SMartin Mares
187f31412d1SMartin Mares	* lib/types.h, lib/pci.h, lib/sysdep.h: `byte' and `word' are
188f31412d1SMartin Mares	no longer exported to the outside world.
189f31412d1SMartin Mares
190ee7d8384SMartin Mares	* README.Windows: Updated.
191ee7d8384SMartin Mares
192ee7d8384SMartin Mares	* maint/release: Substitute version number in win32/config.h.
193ee7d8384SMartin Mares
194ee7d8384SMartin Mares	* win32/config.h: Added.
195ee7d8384SMartin Mares
196ee7d8384SMartin Mares	* lib/sysdep.h (bzero, strcasecmp): are macros on Windows.
197ee7d8384SMartin Mares
198ee7d8384SMartin Mares	* compat/getopt.[ch]: Added copies of getopt.[ch] from the GNU
199ee7d8384SMartin Mares	C library for use on systems where the default libraries lack
200ee7d8384SMartin Mares	proper getopt. Currently used by the Windows port.
201ee7d8384SMartin Mares
202ee7d8384SMartin Mares	* lib/sysdep.h, lib/types.h: Updates of the Windows port from
203ee7d8384SMartin Mares	Alexander Stock.
204ee7d8384SMartin Mares
205489233b4SMartin Mares	* lib/types.h: If PCI_HAVE_Uxx_TYPES is defined, libpci doesn't define
206489233b4SMartin Mares	its own u8, u16, u32, byte and word types and uses what the user
207489233b4SMartin Mares	has supplied instead. With this change, all namespace clashes should
208489233b4SMartin Mares	be gone.
209489233b4SMartin Mares
210489233b4SMartin Mares	* Makefile, lib/Makefile: Updated dependencies.
211489233b4SMartin Mares
212489233b4SMartin Mares	* pciutils.h: Include lib/sysdep.h and move NONRET et al. there.
213489233b4SMartin Mares
214489233b4SMartin Mares	* lib/sysdep.h: No need to include <sys/types.h> on FreeBSD, because
215489233b4SMartin Mares	it is included unconditionally in lib/types.h.
216489233b4SMartin Mares
217489233b4SMartin Mares	* Moved system-dependent stuff from lib/internal.h to lib/sysdep.h,
218489233b4SMartin Mares	which is also used by the utilities. Also moved type declarations
219489233b4SMartin Mares	from lib/pci.h to lib/types.h.
220489233b4SMartin Mares
221489233b4SMartin Mares	* All files: Prepend a "PCI_" prefix in front of all configuration
222489233b4SMartin Mares	defines to avoid namespace clashes. CAVEAT: If there is any libpci
223489233b4SMartin Mares	application using the (undocumented) defines, it has to be updated.
224489233b4SMartin Mares
225489233b4SMartin Mares	* lib/Makefile: Killed HAVE_OWN_HEADER_H, since we stopped sharing
226489233b4SMartin Mares	headers with the kernel a couple of years ago.
227489233b4SMartin Mares
2289bb4b4eaSMartin Mares	* lib/sysfs.c (sysfs_get_resources): We have 7 resources, not 6.
2299bb4b4eaSMartin Mares
2306aa54f1bSMartin Mares	* lspci.c (show_rom): Use the same logic for printing disabled
2316aa54f1bSMartin Mares	or unassigned ROM's as we do in show_bases() for the other BAR's.
2326aa54f1bSMartin Mares
2336aa54f1bSMartin Mares	* lib/generic.c (pci_generic_fill_info): Better reaction to
2346aa54f1bSMartin Mares	invalid 64-bit addresses. Also d->hdrtype should not include
2356aa54f1bSMartin Mares	bit 7, which caused mysterious errors on multi-function devices.
2366aa54f1bSMartin Mares
2376aa54f1bSMartin Mares	* lib/generic.c (pci_generic_fill_info): Fill in base addresses
2386aa54f1bSMartin Mares	even if the regions are known to be disabled. It is the client's
2396aa54f1bSMartin Mares	job to interpret them. (And it is not a trivial job if you want
2406aa54f1bSMartin Mares	to do it correctly, since you need to check I/O and memory enables
2416aa54f1bSMartin Mares	on all upstream bridges, too.) However, it could be interesting to
2426aa54f1bSMartin Mares	introduce functions for interpreting the addresses and even for
2436aa54f1bSMartin Mares	mapping the regions and doing I/O on them.
2446aa54f1bSMartin Mares
24580e6c636SMartin Mares2004-07-30  Martin Mares  <[email protected]>
24680e6c636SMartin Mares
24780e6c636SMartin Mares	* lspci.c: HyperTransport improvements from Maciej.
24880e6c636SMartin Mares
249d6324891SMartin Mares2004-07-11  Martin Mares  <[email protected]>
250d6324891SMartin Mares
251d6324891SMartin Mares	* lib/sysfs.c (sysfs_get_resources): Arguments now correspond
252d6324891SMartin Mares	to the format string. [Patch by Bill Nottingham]
253d6324891SMartin Mares
254ec25b52dSMartin Mares2004-07-05  Martin Mares  <[email protected]>
255ec25b52dSMartin Mares
256362be683SMartin Mares	* Released as 2.1.99-test7.
257362be683SMartin Mares
258ec25b52dSMartin Mares	* lspci.c (config_fetch): Wanted to merge Matthew's bug fix, but
259ec25b52dSMartin Mares	ended up with rewriting the fetching mechanism to be fully dynamic,
260ec25b52dSMartin Mares	but avoid reading config space registers not explicitly requested.
261ec25b52dSMartin Mares
262ec25b52dSMartin Mares2004-06-29  Matthew Wilcox <[email protected]>
263ec25b52dSMartin Mares
264ec25b52dSMartin Mares	* lspci.c: More work on PCI Express dumping.
265ec25b52dSMartin Mares
266ec25b52dSMartin Mares	* lib/header.h: Updated PCI Express capability definitions.
267ec25b52dSMartin Mares
268ec25b52dSMartin Mares	* lib/proc.c (proc_read): Removed bogus warning.
269ec25b52dSMartin Mares
270ec25b52dSMartin Mares	* common.c (xrealloc): Introduced.
271ec25b52dSMartin Mares
272ec25b52dSMartin Mares	* lspci.man: Added -xxxx.
273ec25b52dSMartin Mares
27409817437SMartin Mares2004-06-27  Martin Mares  <[email protected]>
27509817437SMartin Mares
276d1fa27ebSMartin Mares	* Released as 2.1.99-test6.
277d1fa27ebSMartin Mares
2784d67aa89SMartin Mares	* lspci.c (show_msix), lib/header.h: Added dumping of MSI-X cap.
2794d67aa89SMartin Mares	Patch by Roland Dreier <[email protected]>, cleaned up by me.
2804d67aa89SMartin Mares
2814d67aa89SMartin Mares	* lspci.c (show_pcix_nobridge, show_pcix_bridge): Handle config_fetch()
2824d67aa89SMartin Mares	failures.
2834d67aa89SMartin Mares
2844d67aa89SMartin Mares	* lib/header.h: Added PCI Express extended capabilities. Again by Matthew.
2854d67aa89SMartin Mares
2864d67aa89SMartin Mares	* lspci.c (show_express): Added dumping of PCI Express cap.
2874d67aa89SMartin Mares	Patch by Matthew Wilcox.
2884d67aa89SMartin Mares
2894d67aa89SMartin Mares	* lib/header.h: Added a list of PCI 3.0 capabilities and also details
2904d67aa89SMartin Mares	on PCI Express caps. Patch by Matthew Wilcox <[email protected]>.
2914d67aa89SMartin Mares
29209817437SMartin Mares	* lspci.c (check_root): Gone. No explicit checks for root are needed,
29309817437SMartin Mares	report correct errors reported by the libpci instead.
29409817437SMartin Mares
29509817437SMartin Mares	* lspci.c: Added dumping of the extended config space on "-xxxx".
29609817437SMartin Mares	Better caching of config registers.
29709817437SMartin Mares
29809817437SMartin Mares	* setpci.c (main): Allow access to whole 4096 bytes of the config space.
29909817437SMartin Mares
30009817437SMartin Mares	* lib/sysfs.c, lib/proc.c: Don't print error messages on short reads,
30109817437SMartin Mares	just return the appropriate error code.
30209817437SMartin Mares
30309817437SMartin Mares	* lib: Added support for extended (4096-byte) configuration space,
30409817437SMartin Mares	currently implemented only in Linux proc and sysfs access methods
30509817437SMartin Mares	and of course in the dump reader.
30609817437SMartin Mares
3070d656226SMartin Mares2004-05-29  Martin Mares  <[email protected]>
3080d656226SMartin Mares
309c0eece92SMartin Mares	* Released as 2.1.99-test5.
310c0eece92SMartin Mares
311a2413560SMartin Mares	* lib/pci.h: Windows don't have the standard u_int* types.
312a2413560SMartin Mares
313a2413560SMartin Mares	* lib/internal.h: <sys/param.h> required on Windows for endianity
314a2413560SMartin Mares	macros.
315a2413560SMartin Mares
316a2413560SMartin Mares	* lib/i386-ports.c: Connected i386-io-windows.h.
317a2413560SMartin Mares
318a2413560SMartin Mares	* lspci.c (check_root): geteuid() is not available on Windows.
319a2413560SMartin Mares
320a2413560SMartin Mares	* lib/i386-io-windows.h: Added Windows port contributed by Alexander
321a2413560SMartin Mares	Stock <[email protected]>.
322a2413560SMartin Mares
323a2413560SMartin Mares	* lib/configure: Hopefully fixed SunOS port broken by various
324a2413560SMartin Mares	changes to the configure script.
325a2413560SMartin Mares
3260d656226SMartin Mares	* Makefile, lib/configure: Cross-compilation support, patch by Maciej.
3270d656226SMartin Mares
328138c0385SMartin Mares2004-05-28  Martin Mares  <[email protected]>
329138c0385SMartin Mares
3309f490382SMartin Mares	* Released as 2.1.99-test4.
3319f490382SMartin Mares
332cce2caacSMartin Mares	* lspci.c (show_verbose): Header type 1 is probably legal for all
333cce2caacSMartin Mares	types of bridges, not only for PCI-to-PCI bridges.
334cce2caacSMartin Mares
335b569ef09SMartin Mares	* lspci.c (format_agp_rate): Write "x16", not "x@".
336b569ef09SMartin Mares	(show_agp): rate[] could overflow.
337b569ef09SMartin Mares	Bugs reported by Jakub Bogusz <[email protected]>.
338b569ef09SMartin Mares
339bfc4fe7aSMartin Mares	* lspci.c (show_ht_*): Show HyperTransport capability with all its
340bfc4fe7aSMartin Mares	details. Once again code by Maciej simplified (i.e., possibly broken)
341bfc4fe7aSMartin Mares	by me.
342bfc4fe7aSMartin Mares
343bfc4fe7aSMartin Mares	* lib/header.h: Added declarations of HyperTransport capability.
344bfc4fe7aSMartin Mares	Again thanks to Maciej.
345bfc4fe7aSMartin Mares
346138c0385SMartin Mares	* lspci.c: Decode all bits of the secondary status word in type 1 headers.
347138c0385SMartin Mares	Thanks to Maciej W. Rozycki <[email protected]> for the patch.
348138c0385SMartin Mares
3498fc75dbcSMartin Mares2003-12-27  Martin Mares  <[email protected]>
3508fc75dbcSMartin Mares
35181abd2a7SMartin Mares	* Released as 2.1.99-test3.
35281abd2a7SMartin Mares
3531f7c91ccSMartin Mares	* lspci.man, setpci.man: Document domains and correct spelling.
3541f7c91ccSMartin Mares
3551f7c91ccSMartin Mares	* lib/dump.c (dump_init): Added ability to read domain numbers.
3561f7c91ccSMartin Mares
35784c8d1bbSMartin Mares	* lspci.c: Devices in domains different from 0 have their slot number
3581f7c91ccSMartin Mares	printed as "<domain>:<bus>:<slot>.<func>". Tree view supports domains
3591f7c91ccSMartin Mares	as well.
36084c8d1bbSMartin Mares
36184c8d1bbSMartin Mares	* lib/filter.c: Slot filters understand domains.
36284c8d1bbSMartin Mares
36384c8d1bbSMartin Mares	* lib/generic.c: Mention the domain in slot numbers in all error messages.
36484c8d1bbSMartin Mares
36584c8d1bbSMartin Mares	* lib/internal.h: The #ifdef for Linux <asm/byteorder.h> was wrong.
36684c8d1bbSMartin Mares
36784c8d1bbSMartin Mares	* lib/access.c (pci_get_dev): Added support for domains.
36884c8d1bbSMartin Mares
36984c8d1bbSMartin Mares	* lib/sysfs.c (sysfs_scan): Read vendor and device ID from the config
37084c8d1bbSMartin Mares	registers (or to be precise, leave it for the generic parts of the pcilib
37184c8d1bbSMartin Mares	to do so) instead of reading them from the sysfs. It's faster this way.
37284c8d1bbSMartin Mares
37384c8d1bbSMartin Mares	* lspci.c (show_pcix): Don't touch pci_dev->hdrtype, it's an internal
37484c8d1bbSMartin Mares	variable. Better read it from the config registers (it's cached anyway).
37584c8d1bbSMartin Mares
37684c8d1bbSMartin Mares	* lib/sysfs.c (sysfs_scan), lib/proc.c (proc_scan): Don't read the hdrtype.
37784c8d1bbSMartin Mares	  lib/generic.c (pci_generic_fill_info): If hdrtype is -1 (unset), read it.
37884c8d1bbSMartin Mares	  Saves lots of unnecessary file accesses.
37984c8d1bbSMartin Mares
38011f7b31bSMartin Mares	* lib/pci.h (PCIADDR_PORT_FMT): Use %llx instead of %Lx, because the latter
38111f7b31bSMartin Mares	is not supported by all C libraries.
38211f7b31bSMartin Mares
38311f7b31bSMartin Mares	* Makefile: Always enter the lib directory (remember that we don't have
38411f7b31bSMartin Mares	full dependecies for the library in the top-level Makefile; hmmm, another
38511f7b31bSMartin Mares	thing to rewrite some day).
38611f7b31bSMartin Mares
38711f7b31bSMartin Mares	* lib/sysfs.c: Added Linux sysfs access method based on the patch
38811f7b31bSMartin Mares	written by Matthew Wilcox <[email protected]>.
38911f7b31bSMartin Mares
39011f7b31bSMartin Mares	* lib/proc.c: Renamed the access method name from "/proc/bus/pci" to "Linux-proc".
39111f7b31bSMartin Mares
39211f7b31bSMartin Mares	* lib/pread.h: The hacks to support pread on various versions
39311f7b31bSMartin Mares	of Linux libc moved there.
39411f7b31bSMartin Mares
39511f7b31bSMartin Mares	* lib/proc.c (proc_setup): The return value of snprintf() varies
39611f7b31bSMartin Mares	between glibc versions, so we need to check both for a negative
39711f7b31bSMartin Mares	values and for too large values.
39811f7b31bSMartin Mares
3994284af58SMartin Mares	* Removed last few references to the "Linux PCI Utilities", the
4004284af58SMartin Mares	package is pretty cross-platform now :)
4014284af58SMartin Mares
4024284af58SMartin Mares2003-12-27  Martin Mares  <[email protected]>
4034284af58SMartin Mares
404ab12277eSMartin Mares	* Released as 2.1.99-test2.
405ab12277eSMartin Mares
406ab12277eSMartin Mares	* README, pciutils.lsm, pciutils.spec: Use @VERSION@ to make the
407ab12277eSMartin Mares	release scripts insert the current version. "make release" is gone.
408ab12277eSMartin Mares
409ab12277eSMartin Mares	* maint/release, maint/release.pm: Added a new system of scripts for
410ab12277eSMartin Mares	making releases including inter-version diffs etc.
411ab12277eSMartin Mares
412ab12277eSMartin Mares	* Makefile: Cleaned up.
413ab12277eSMartin Mares
414ab12277eSMartin Mares	* lib/fbsd-device.c: I patched another copy of this file by mistake,
415ab12277eSMartin Mares	this time the version checks should be right.
416ab12277eSMartin Mares
417ab12277eSMartin Mares2003-12-27  Martin Mares  <[email protected]>
418ab12277eSMartin Mares
4196d722cd6SMartin Mares	* Released as 2.1.99-test1.
4206d722cd6SMartin Mares
421dd33246aSMartin Mares	* pciutils.h, common.c, lspci.man, setpci.man, lib/internal.h:
422dd33246aSMartin Mares	Remove shadows of the syscall access method which was never
423dd33246aSMartin Mares	implemented.
424dd33246aSMartin Mares
42580b3121aSMartin Mares	* update-pciids.sh: Try to preserve permissions of the old file
42680b3121aSMartin Mares	if chmod supports --reference. Should close Debian Bug #223740.
42780b3121aSMartin Mares
4286aea909aSMartin Mares	* lib/proc.c (proc_setup): Increased path name length limit to 1024.
4296aea909aSMartin Mares	Thanks for Redhat and Mandrake for inspiration.
4306aea909aSMartin Mares
4316aea909aSMartin Mares	* lib/configure: Recognize ppc and ppc64, both have 64-bit addresses.
4326aea909aSMartin Mares	Grabbed from Redhat (Fedora) patches.
4336aea909aSMartin Mares
4346aea909aSMartin Mares2003-12-27  Martin Mares  <[email protected]>
4356aea909aSMartin Mares
436f701ff47SMartin Mares	Merged bug fixes from Debian patches:
437f701ff47SMartin Mares
438f701ff47SMartin Mares	* lspci.c (show_verbose): "Cache Line Size" should be capitalized.
439f701ff47SMartin Mares
440f701ff47SMartin Mares	* lspci.c (show_pcix_nobridge): Added a missing newline.
441f701ff47SMartin Mares
4422240db8cSMartin Mares	* lib/proc.c (proc_scan): When reading the header type, don't
4432240db8cSMartin Mares	forget to clear the topmost bit indicating that the device has
444f701ff47SMartin Mares	multiple functions.
4452240db8cSMartin Mares
4462240db8cSMartin Mares2003-12-27  Martin Mares  <[email protected]>
4472240db8cSMartin Mares
44845902995SMartin Mares	Updated the FreeBSD port. Thanks to Samy Al Bahra <[email protected]>
44945902995SMartin Mares	for the patches:
45045902995SMartin Mares
45145902995SMartin Mares	* lib/Makefile: Add ${FREEBSD_SYS} to the include path if it's defined.
45245902995SMartin Mares	* lib/fbsd-device.c: Select the right set of system includes according
45345902995SMartin Mares	to __FreeBSD_version.
45445902995SMartin Mares
45545902995SMartin Mares2003-12-27  Martin Mares  <[email protected]>
45645902995SMartin Mares
4578fc75dbcSMartin Mares	Merged support for Solaris on i386 by Bill Moore <[email protected]>
4588fc75dbcSMartin Mares	and cleaned up:
4598fc75dbcSMartin Mares
4608fc75dbcSMartin Mares	* lib/configure: Recognize SunOS.
4618fc75dbcSMartin Mares	* lib/internal.h: Learn how to recognize byte order on SunOS.
4628fc75dbcSMartin Mares	* lib/i386-ports.c: Split OS-dependent I/O port access from i386-ports.c.
4638fc75dbcSMartin Mares	* lib/i386-io-linux.h: Linux specific part.
4648fc75dbcSMartin Mares	* lib/i386-io-hurd.h: GNU/Hurd specific part.
4658fc75dbcSMartin Mares	* lib/i386-io-sunos.h: SunOS specific part.
4668fc75dbcSMartin Mares
4679739916eSMartin Mares2003-12-26  Martin Mares  <[email protected]>
4689739916eSMartin Mares
4699739916eSMartin Mares	* lib/header.h (PCI_*_MASK): Cast to pciaddr_t explicitly.
4709739916eSMartin Mares
4719739916eSMartin Mares	* lib/pci.h: Types declared in <sys/types.h> should be usable on all
4729739916eSMartin Mares	platforms we currently support, so kill the forest of #ifdef's and
4739739916eSMartin Mares	use them in all cases.
4749739916eSMartin Mares
4759739916eSMartin Mares	* lib/pci.h: Use ULONG_MASK to decide whether we should use long
4769739916eSMartin Mares	or long long to represent a 64-bit address. Killed HAVE_LONG_ADDRESS.
4779739916eSMartin Mares	Define format strings for addresses, port numbers and IRQ numbers
4789739916eSMartin Mares	directly in pci.h.
4799739916eSMartin Mares
4809739916eSMartin Mares	* lib/proc.c (proc_scan): Use PCIADDR_T_FMT for scanf'ing addresses.
4819739916eSMartin Mares
48280459c65SMartin Mares2003-12-26  Marco Gerards  <[email protected]>
48380459c65SMartin Mares
48480459c65SMartin Mares	Added support for the GNU Hurd (cleaned up by Martin Mares):
48580459c65SMartin Mares
48680459c65SMartin Mares	* lib/configure [GNU]: Use the i386 ports for configuration access.
48780459c65SMartin Mares	* lib/i386-ports.c: Don't call iopl() on the Hurd.
48880459c65SMartin Mares	* lib/pci.h [OS_GNU]: Include <sys/types.h> and use it for defining
48980459c65SMartin Mares	u8 to u32.
49080459c65SMartin Mares
491a85769a8SMartin Mares2003-12-26  Martin Mares  <[email protected]>
492a85769a8SMartin Mares
4937dacd9c8SMartin Mares	* lspci.c (show_pcix_bridge, show_pcix_nobridge): Don't forget to call
4947dacd9c8SMartin Mares	config_fetch() to ensure that the registers have been read. Thanks to
4957dacd9c8SMartin Mares	Bill Wood <[email protected]> for the patch.
4967dacd9c8SMartin Mares
4977dacd9c8SMartin Mares	* lspci.c: Ensure that failure of config_fetch() is handled correctly
4987dacd9c8SMartin Mares	at all places.
4997dacd9c8SMartin Mares
5004063c31cSMartin Mares	* lspci.man: There was one more explicit reference to /usr/share/pci.ids.
5014063c31cSMartin Mares	Changed to @SHAREDIR@. Patch from Maciej W. Rozycki <[email protected]>.
5024063c31cSMartin Mares
5033fe8a38dSMartin Mares	* setpci.c (main): Better error messages.
5043fe8a38dSMartin Mares
5055f5b1a7bSMartin Mares	* setpci.c (ex_op): The demo mode should disable only writing, not reading.
5065f5b1a7bSMartin Mares
5075f5b1a7bSMartin Mares	* setpci.man: The documentation was inconsistent on what should -D do.
5085f5b1a7bSMartin Mares	Document the new behaviour.
509b251f40bSMartin Mares
51091e37a49SMartin Mares	* pciutils.h, common.c, setpci.c: Introduced a NONRET macro encapsulating
51191e37a49SMartin Mares	the GCC specific __attribute__((noreturn)) and killed the hack with
51291e37a49SMartin Mares	redefining __attribute__ on non-GCC compilers.
51391e37a49SMartin Mares
5144afd29d3SMartin Mares	* Makefile: Added missing dependencies. Parallel builds work now.
5154afd29d3SMartin Mares	Problem reported by Andreas Haumer <[email protected]>, but I chose
5164afd29d3SMartin Mares	a different fix.
5174afd29d3SMartin Mares
518b0f1a03bSMartin Mares	* Makefile (MANDIR): Use `:=' instead of `=' to avoid executing the shell
519b0f1a03bSMartin Mares	command every time $(MANDIR) is referenced.
520b0f1a03bSMartin Mares
521b7fd8e19SMartin Mares	* lspci.c (main): The error message for `lspci -s' incorrectly mentioned
522b7fd8e19SMartin Mares	a `-f' switch. Reported by Steve Finney <[email protected]>.
523b7fd8e19SMartin Mares
52405bb10a2SMartin Mares	* lib/generic.c: Removed memory leak in pci_generic_bus_scan().
52505bb10a2SMartin Mares	Reported by Gary Parnes <[email protected]>.
52605bb10a2SMartin Mares
527a832f6f1SMartin Mares	* Replaced obsolete syntax of __attribute__((unused)) in the middle of
528a832f6f1SMartin Mares	parameter declarations (which is no longer supported by GCC 3.1) by the
529a832f6f1SMartin Mares	current syntax (attribute at the end). Thanks to [email protected]
530a832f6f1SMartin Mares	for reporting this problem.
531a832f6f1SMartin Mares
532a85769a8SMartin Mares	* Removed CVS $Id$ tags from all files.
533a85769a8SMartin Mares
534a85769a8SMartin Mares	* Makefile: Added some more warnings.
535a85769a8SMartin Mares
536b7351143SMartin Mares	* setpci.c: Cleaned up mask/value code.
537b7351143SMartin Mares
538b7351143SMartin Mares2003-12-08 Thayne Harbaugh <[email protected]>
539b7351143SMartin Mares
540b7351143SMartin Mares	* setpci.c: Individual bits to be set can be specified as <value>:<mask>.
541b7351143SMartin Mares
5422a5d5cf9SMartin Mares2003-11-29  Martin Mares  <[email protected]>
5432a5d5cf9SMartin Mares
5442a5d5cf9SMartin Mares	* Imported the pciutils sources to my Arch repository. Good-bye, CVS.
5452a5d5cf9SMartin Mares
546d772ef15SMartin Mares2003-01-04  Martin Mares  <[email protected]>
547d772ef15SMartin Mares
5481b95f396SMartin Mares	* Released as 2.1.11.
5491b95f396SMartin Mares
550c83293ebSMartin Mares	* Makefile: Changed configuration of installation directories --
551c83293ebSMartin Mares	all paths are now set at the top of the Makefile instead of being
552c83293ebSMartin Mares	scattered between the installation rules. The default installation
553c83293ebSMartin Mares	now goes always to /usr/local regardless of the OS as most distributions
554c83293ebSMartin Mares	already contain some version of pciutils and we don't want custom
555c83293ebSMartin Mares	installations to interfere with the default ones.
556c83293ebSMartin Mares
557c83293ebSMartin Mares	* Makefile: Removed a couple of ancient install hacks: we no longer
558c83293ebSMartin Mares	try to avoid overwriting a newer pci.ids file (users are now expected
559c83293ebSMartin Mares	to use update-ids) and we don't try to remove /etc/pci.ids (a long time
560c83293ebSMartin Mares	has passed since the last version which used it).
561c83293ebSMartin Mares
562e2875dcdSMartin Mares	* Makefile: Paths to pci.ids in man pages automatically get the right path.
563e2875dcdSMartin Mares
5641b95f396SMartin Mares	* Added the update-ids utility.
5650138a2a7SMartin Mares
566d772ef15SMartin Mares	* lib: Removed partially implemented "syscall" access method which will
567d772ef15SMartin Mares	probably never be needed.
568d772ef15SMartin Mares
569eb620239SMartin Mares2002-12-27  Martin Mares  <[email protected]>
570eb620239SMartin Mares
571130090bdSMartin Mares	* lib/nbsd-libpci.c: Cleaned up and hopefully made it endian safe.
572130090bdSMartin Mares
573eb620239SMartin Mares	* lib/generic.c (pci_generic_scan_bus): Added work-around for devices with
574eb620239SMartin Mares	discontiguous numbering of functions. This is already present in the Linux
575eb620239SMartin Mares	kernel for several years, but I forgot to update pciutils as well.
576eb620239SMartin Mares
577848b4347SMartin Mares2002-12-26  Martin Mares  <[email protected]>
578848b4347SMartin Mares
579579b19ffSMartin Mares	* lib/header.h, lspci.c: Dump AGP3 flags and speeds.
580579b19ffSMartin Mares
581579b19ffSMartin Mares	* lib/pci.h, Makefile: Removed HAVE_OWN_HEADER_H. Always use our own header,
582579b19ffSMartin Mares	there is no reason to prefer the kernel version.
583579b19ffSMartin Mares
584579b19ffSMartin Mares	* lib/proc.c (proc_scan): Don't forget to initialize hdrtype.
585579b19ffSMartin Mares
586848b4347SMartin Mares	* Added preliminary version of NetBSD support by Quentin Garnier
587848b4347SMartin Mares	<[email protected]>.
588848b4347SMartin Mares
589f0952474SMartin Mares2002-04-06  Martin Mares  <[email protected]>
590f0952474SMartin Mares
591f0952474SMartin Mares	* lspci.c: Mention "-xxx" in the help.
592f0952474SMartin Mares
593d2f666f1SMartin Mares2002-03-30  Martin Mares  <[email protected]>
594d2f666f1SMartin Mares
5959bd44bb0SMartin Mares	* Released as 2.1.10.
5969bd44bb0SMartin Mares
597a33d0eb7SMartin Mares	* Removed pci.ids from the CVS as they are now maintained separately.
598a33d0eb7SMartin Mares	They are still included in the tarball, but if you are building	pciutils
599a33d0eb7SMartin Mares	from CVS sources or you want to get a newer ID file than the one distributed,
600a33d0eb7SMartin Mares	just use "make update-ids" to download the most recent snapshot from
601a33d0eb7SMartin Mares	pciids.sf.net.
602a33d0eb7SMartin Mares
603a33d0eb7SMartin Mares	* Makefile, README: Updated accordingly.
604a33d0eb7SMartin Mares
605a33d0eb7SMartin Mares	* Makefile: Added a couple of maintenance targets.
606a33d0eb7SMartin Mares
607a33d0eb7SMartin Mares	* maint/*: Maintainer's utilities now reside here (present only in CVS,
608a33d0eb7SMartin Mares	not in the tarball).
609a33d0eb7SMartin Mares
610d2f666f1SMartin Mares	* lib/names.c (parse_name_list): End-of-line comments are no longer
611d2f666f1SMartin Mares	supported. Hashes are now perfectly valid in all names and they start
612d2f666f1SMartin Mares	a comment only at the start of the line.
613d2f666f1SMartin Mares
614ee551b73SMartin Mares2002-03-26  Martin Mares  <[email protected]>
615ee551b73SMartin Mares
61607159913SMartin Mares	* README: Rewritten.
61707159913SMartin Mares
618ee551b73SMartin Mares	* Makefile: When the currently installed pci.ids file is newer than
619ee551b73SMartin Mares	the version to be installed, don't overwrite it. Suggested by
620ee551b73SMartin Mares	Jean Delvare <[email protected]>.
621ee551b73SMartin Mares
622bc7b1d62SMartin Mares2002-03-24  Martin Mares  <[email protected]>
623bc7b1d62SMartin Mares
6245f5e6f64SMartin Mares	* lspci.c (show_pcix_bridge): Added PCI-X capability display.
6255f5e6f64SMartin Mares	Contributed by Jeff Garzik <[email protected]>.
6265f5e6f64SMartin Mares
6275f5e6f64SMartin Mares	* lib/header.h: Added PCI-X stuff. Again by Jeff.
6285f5e6f64SMartin Mares
6295f5e6f64SMartin Mares	* Makefile (CFLAGS): -Werror is gone.
6305f5e6f64SMartin Mares
631a1052f16SMartin Mares	* lspci.c (format_agp_rate): Fixed AGP rate reporting.
632a1052f16SMartin Mares
633bc7b1d62SMartin Mares	* lib/filter.c (pci_filter_parse_slot): Allow bus 0xff, slot 0x1f and
634bc7b1d62SMartin Mares	function 7.
635bc7b1d62SMartin Mares
636bc7b1d62SMartin Mares	* lib/names.c (pci_lookup_name): When printing unknown subsystem vendor
637bc7b1d62SMartin Mares	or device hexadecimally, don't confuse it with chip vendor/device ID.
638bc7b1d62SMartin Mares	First reported by Marc Boucher <[email protected]>.
639bc7b1d62SMartin Mares
640f793990cSMartin Mares2001-11-04  Martin Mares  <[email protected]>
641f793990cSMartin Mares
642ee551b73SMartin Mares	* Released as 2.1.9.
643ee551b73SMartin Mares
644f793990cSMartin Mares	* pci.ids: Synced with the PCI ID Repository at SourceForge
645f793990cSMartin Mares	(http://pciids.sourceforge.net/).
646f793990cSMartin Mares
6471d174e56SMartin Mares2000-08-25  Martin Mares  <[email protected]>
6481d174e56SMartin Mares
6491d174e56SMartin Mares	* pci.ids: Updated ID's, synced with kernel 2.4.0-test7.
6501d174e56SMartin Mares
65165b4327eSMartin Mares2000-06-13  Martin Mares  <[email protected]>
65265b4327eSMartin Mares
65365b4327eSMartin Mares	* Makefile (uninstall): Fixed.
65465b4327eSMartin Mares
65565b4327eSMartin Mares	* pci.ids: ID updates.
65665b4327eSMartin Mares
6574a219d5fSMartin Mares2000-05-20  Martin Mares  <[email protected]>
6584a219d5fSMartin Mares
6594a219d5fSMartin Mares	* Released as 2.1.8.
6604a219d5fSMartin Mares
6614a219d5fSMartin Mares	* pci.ids: ID updates.
6624a219d5fSMartin Mares
6634a219d5fSMartin Mares	* lspci.c (show_verbose): Min/max latency is now printed in nanoseconds.
6644a219d5fSMartin Mares
6654a219d5fSMartin Mares2000-05-04  Martin Mares  <[email protected]>
6664a219d5fSMartin Mares
6674a219d5fSMartin Mares	* lspci.c (show_verbose): If the header type doesn't match device
6684a219d5fSMartin Mares	class, just print a warning and still use the header type, assuming
6694a219d5fSMartin Mares	bogus class info.
6704a219d5fSMartin Mares
67110c90662SMartin Mares2000-05-01  Martin Mares  <[email protected]>
67210c90662SMartin Mares
67372b9b690SMartin Mares	* lspci.c (show_pm): Updated according to PCI PM specs 1.1.
67472b9b690SMartin Mares
67510c90662SMartin Mares	* pci.ids: Updated Contemporary Control ARCnet card entries.
67610c90662SMartin Mares
67710c90662SMartin Mares	* pci.ids: Synchronized class list with latest PCI SIG documents.
67810c90662SMartin Mares
679a239ade6SMartin Mares2000-04-29  Martin Mares  <[email protected]>
680a239ade6SMartin Mares
681a239ade6SMartin Mares	* lib/names.c (pci_lookup_name): Fixed the cheat.
682a239ade6SMartin Mares
683a239ade6SMartin Mares	* lib/internal.h: Moved UNUSED/inline hacks above all other declarations.
684a239ade6SMartin Mares
685a239ade6SMartin Mares	* pci.ids: Various ID updates.
686a239ade6SMartin Mares
6872c83b860SMartin Mares2000-04-21  Martin Mares  <[email protected]>
6882c83b860SMartin Mares
6892c83b860SMartin Mares	* Released as 2.1.7.
6902c83b860SMartin Mares
6912c83b860SMartin Mares	* pciutils.spec: Added German description.
6922c83b860SMartin Mares
6932c83b860SMartin Mares	* lib/names.c (pci_lookup_name): Added a cheat for case that subsystem ID's
6942c83b860SMartin Mares	are the same as device ID and just output subsystem name according to
6952c83b860SMartin Mares	device name.
6962c83b860SMartin Mares
6972c83b860SMartin Mares	* lib/proc.c: Use UNUSED instead of __attribute__((unused)).
6982c83b860SMartin Mares
6992c83b860SMartin Mares	* lib/pci.h: Added the correct typedefs for AIX.
7002c83b860SMartin Mares
7012c83b860SMartin Mares	* lib/generic.c (pci_generic_scan_bus): Export.
7022c83b860SMartin Mares
7032c83b860SMartin Mares	* lib/configure: Detect AIX. Use "echo '...\c'" instead of
7042c83b860SMartin Mares	"echo -n" if the shell isn't bash.
7052c83b860SMartin Mares
7062c83b860SMartin Mares	* lspci.c: Avoid using alloca() if not compiled by GCC.
7072c83b860SMartin Mares	(insert_dev): Avoid returning a void value.
7082c83b860SMartin Mares
7092c83b860SMartin Mares	* Makefile: Choose which install utility to use according to
7102c83b860SMartin Mares	OS type. Also use `-o' instead of `-or' in find arguments.
7112c83b860SMartin Mares	Part of the AIX port.
7122c83b860SMartin Mares
7132c83b860SMartin Mares	* lib/aix-device.c: Added AIX low-level interface. Contributed
7142c83b860SMartin Mares	by Dave Johnson <[email protected]>, thanks a lot!
7152c83b860SMartin Mares
7162c83b860SMartin Mares	* pci.ids: Few new ID's.
7172c83b860SMartin Mares
7182c83b860SMartin Mares	* pciutils.h, lib/internal.h: Redefine __attribute__ and inline
7192c83b860SMartin Mares	when not compiled by GCC.
7202c83b860SMartin Mares
721c1a828daSMartin Mares2000-04-17  Martin Mares  <[email protected]>
722c1a828daSMartin Mares
723c1a828daSMartin Mares	* Released as 2.1.6.
724c1a828daSMartin Mares
725c1a828daSMartin Mares	* pci.ids: Added a large batch of ID's contributed by Gunther
726c1a828daSMartin Mares	Mayer <[email protected]> and synced the
727c1a828daSMartin Mares	list with the 2.3.99pre6 kernel.
728c1a828daSMartin Mares
729e91dd3abSMartin MaresThu Mar  9 13:11:39 2000  Martin Mares  <[email protected]>
730e91dd3abSMartin Mares
731a80b79a9SMartin Mares	* lib/example.c: Added a simple example of how to use
732a80b79a9SMartin Mares	the library.
733a80b79a9SMartin Mares
73489984232SMartin Mares	* lspci.man, setpci.man: Revealed --version. Well spotted
73589984232SMartin Mares	by Adam Sulmicki.
73689984232SMartin Mares
737e91dd3abSMartin Mares	* pci.ids: Added lots of new ID's and synced with 2.3.50.
738e91dd3abSMartin Mares
73978d9c5e2SMartin MaresTue Feb 15 00:16:21 2000  Martin Mares  <[email protected]>
74078d9c5e2SMartin Mares
74178d9c5e2SMartin Mares	* Released as 2.1.5.
74278d9c5e2SMartin Mares
74378d9c5e2SMartin Mares	* pciutils.spec: Updated spec file from Andreas Jaeger. Now using
74478d9c5e2SMartin Mares	%{_mandir} to find the right location to install manual pages to.
74578d9c5e2SMartin Mares
74678d9c5e2SMartin Mares	* pci.ids: New ID's.
74778d9c5e2SMartin Mares
74878d9c5e2SMartin Mares	* setpci.c (main): Don't crash when `-s' or `-d' is given with
74978d9c5e2SMartin Mares	no argument.
75078d9c5e2SMartin Mares
751f8141ae2SMartin MaresMon Jan 24 20:04:11 2000  Andreas Jaeger  <[email protected]>
752f8141ae2SMartin Mares
753f8141ae2SMartin Mares	* lib/i386-ports.c: Include <asm/io.h> only on systems without
754f8141ae2SMartin Mares	glibc.
755f8141ae2SMartin Mares
756f8141ae2SMartin MaresMon Jan 24 11:24:43 2000  Martin Mares  <[email protected]>
757f8141ae2SMartin Mares
758f8141ae2SMartin Mares	* Makefile: Modified to work with the Linux FHS brain-damaged idea
759f8141ae2SMartin Mares	of putting man pages to /usr/share/man. Now we choose either /usr/man
760f8141ae2SMartin Mares	or /usr/share/man depending on which one exists.
761f8141ae2SMartin Mares
76259e76e8bSMartin MaresSun Jan 23 10:52:34 2000  Martin Mares  <[email protected]>
76359e76e8bSMartin Mares
76459e76e8bSMartin Mares	* pci.ids: Synced with Linux 2.3.40.
76559e76e8bSMartin Mares
76659e76e8bSMartin Mares	* Released as version 2.1.4.
76759e76e8bSMartin Mares
7682dfd48cdSMartin MaresThu Jan 20 11:08:32 2000  Martin Mares  <[email protected]>
7692dfd48cdSMartin Mares
7702715403fSMartin Mares	* lspci.c (scan_device): Fixed bug in reading of cardbus extensions.
7712715403fSMartin Mares
77281077814SMartin Mares	* lib/proc.c: pread/pwrite fixed again, this time on libc5 :(
77381077814SMartin Mares
77481077814SMartin Mares	* lspci.c (format_agp_rate): Better formatting of AGP rates.
77581077814SMartin Mares
77681077814SMartin Mares	* pci.ids: New ID's.
77781077814SMartin Mares
7782dfd48cdSMartin Mares	* lib/configure: Added configuration for ia64 (the same as for Alpha).
7792dfd48cdSMartin Mares	Patch from Stephane Eranian <[email protected]>.
7802dfd48cdSMartin Mares
7815a258860SMartin MaresThu Jan 13 23:01:52 2000  Martin Mares  <[email protected]>
7825a258860SMartin Mares
7835a258860SMartin Mares	* Released as version 2.1.3.
7845a258860SMartin Mares
7855a258860SMartin Mares	* pci.ids: New ID's.
7865a258860SMartin Mares
7875a258860SMartin Mares	* lspci.c: Alpha IO_FORMAT fix by Andrea Arcangeli.
7885a258860SMartin Mares
7895a258860SMartin Mares	* lib/access.c: Corrected order of access methods -- it's wonderful how
7905a258860SMartin Mares	long could such a bug remain unspotted. Thanks go to Andreas Schockenhoff.
7915a258860SMartin Mares
7920c047bbeSMartin MaresSat Dec 11 23:34:48 1999  Martin Mares  <[email protected]>
7930c047bbeSMartin Mares
7940c047bbeSMartin Mares	* Released as version 2.1.2.
7950c047bbeSMartin Mares
7960c047bbeSMartin Mares	* lib/names.c (pci_lookup_name): Fixed printing of unknown subsystem ID's.
7970c047bbeSMartin Mares
79833bc28a5SMartin MaresSat Dec  4 13:11:03 1999  Martin Mares  <[email protected]>
79933bc28a5SMartin Mares
80039231205SMartin Mares	* Released as version 2.1.1.
80139231205SMartin Mares
80233bc28a5SMartin Mares	* pci.ids: Several new ID's.
80333bc28a5SMartin Mares
80433bc28a5SMartin Mares	* setpci.c (exec_op): Don't forget to increment address after writing
80533bc28a5SMartin Mares	single value, so that `30.b=12,34,56,78' works as expected. Reported
80633bc28a5SMartin Mares	by Petr Soucek <[email protected]>.
80733bc28a5SMartin Mares
8088d047897SMartin MaresWed Nov  3 10:24:38 1999  Martin Mares  <[email protected]>
8098d047897SMartin Mares
8108d047897SMartin Mares	* lspci.c (show_terse): If prog-if is zero, but it's present in the
8118d047897SMartin Mares	ID list, show it.
8128d047897SMartin Mares
8136afc6538SMartin MaresSat Oct 30 11:06:35 1999  Martin Mares  <[email protected]>
8146afc6538SMartin Mares
8156afc6538SMartin Mares	* Released as version 2.1.
8166afc6538SMartin Mares
8176afc6538SMartin Mares	* pci.ids: Synced to devlist.h in 2.3.24 kernel. Merged in
8186afc6538SMartin Mares	lots of contributed entries.
8196afc6538SMartin Mares
8208f756113SMartin MaresThu Oct 14 10:40:12 1999  Dave Jones    <[email protected]>
8218f756113SMartin Mares
8228f756113SMartin Mares	* pci.ids: Added lots of subsystem definitions.
8238f756113SMartin Mares
824d4798a32SMartin MaresSat Oct  9 14:32:28 1999  Martin Mares  <[email protected]>
825d4798a32SMartin Mares
826d4798a32SMartin Mares	* setpci.man: Better example.
827d4798a32SMartin Mares
828d4798a32SMartin Mares	* lspci.c: Resolve prog-if names.
829d4798a32SMartin Mares
830d4798a32SMartin Mares	* lib/names.c: Adapted to new pci.ids syntax.
831d4798a32SMartin Mares
832d4798a32SMartin Mares	* pci.ids: Reorganized the pci.ids file. Subsystems are listed
833d4798a32SMartin Mares	under devices, classes can optionally contain prog-if information.
834d4798a32SMartin Mares	New ID's, as usually.
835d4798a32SMartin Mares
836e306e911SMartin MaresWed Sep 22 09:45:24 1999  Martin Mares  <[email protected]>
837e306e911SMartin Mares
838e306e911SMartin Mares	* pci.ids: New ID's. As usually.
839e306e911SMartin Mares
840e306e911SMartin Mares	* lspci.c (show_htype1, show_htype2): Don't show `closed' bridge windows
841e306e911SMartin Mares	unless we're vvvery verbose.
842e306e911SMartin Mares
843e306e911SMartin MaresMon Sep 20 11:22:54 1999  Martin Mares  <[email protected]>
844e306e911SMartin Mares
845e306e911SMartin Mares	* lspci.c (show_htype2): Don't forget a TAB before the "I/O window" line.
846e306e911SMartin Mares
847e64a576cSMartin MaresTue Sep 14 09:31:01 1999  Martin Mares  <[email protected]>
848e64a576cSMartin Mares
849e64a576cSMartin Mares	* pci.ids: New ID's. Again.
850e64a576cSMartin Mares
851c36c0862SMartin MaresThu Aug  5 17:45:42 1999  Martin Mares  <[email protected]>
852c36c0862SMartin Mares
853c36c0862SMartin Mares	* lspci.c (show_size): Don't show size if it's zero (usually
854c36c0862SMartin Mares	due to bus-centric mode being enabled).
855c36c0862SMartin Mares
8561ca42433SMartin MaresTue Jul 20 13:25:09 1999  Martin Mares  <[email protected]>
8571ca42433SMartin Mares
858168b4f46SMartin Mares	* lib/pci.h: Types are OS dependent.
859168b4f46SMartin Mares
860168b4f46SMartin Mares	* lib/internal.h: Byte order hacks are OS dependent.
861168b4f46SMartin Mares
862168b4f46SMartin Mares	* lib/configure: Recognize FreeBSD. Also set OS_XXX according to the OS.
863168b4f46SMartin Mares
864168b4f46SMartin Mares	* lib/Makefile, lib/access.c: Added fbsd-device target.
865168b4f46SMartin Mares
866168b4f46SMartin Mares	* pci.ids: Added an entry for PLX 9080 bridges with subsystem ID
867168b4f46SMartin Mares	incorrectly set to device ID.
868168b4f46SMartin Mares
869168b4f46SMartin Mares	* README: Added a note that we support FreeBSD.
870168b4f46SMartin Mares
871168b4f46SMartin Mares	* Makefile (PREFIX, ROOT): Set it depending on the OS.
872168b4f46SMartin Mares	(%.8): Grrr, BSD date is not able to convert date formats the same way
873168b4f46SMartin Mares	as GNU date does. Use sed instead.
874168b4f46SMartin Mares	(install): Use `-c' when calling install.
875168b4f46SMartin Mares
876168b4f46SMartin Mares	* lib/fbsd-device.c: Added FreeBSD /dev/pci access module contributed
877168b4f46SMartin Mares	by Jari Kirma <[email protected]>.
878168b4f46SMartin Mares
879bc6346dfSMartin Mares	* lib/proc.c: Rewrote the pread/pwrite things once again. Use pread
880bc6346dfSMartin Mares	and pwrite only when we are certain it's safe (i.e., glibc 2.1
881bc6346dfSMartin Mares	on all architectures or any libc on a i386 where we really know
882bc6346dfSMartin Mares	how to use syscalls directly). In all other cases, emulate it
883bc6346dfSMartin Mares	with lseek/read/write.
884bc6346dfSMartin Mares
8851ca42433SMartin Mares	* pci.ids: Some more IDs.
8861ca42433SMartin Mares
8871ca42433SMartin MaresMon Jul 19 14:10:36 1999  Martin Mares  <[email protected]>
8881ca42433SMartin Mares
8891ca42433SMartin Mares	* pci.ids: Added IDs of parallel port controller cards as sent
8901ca42433SMartin Mares	by Tim Waugh <[email protected]>.
8911ca42433SMartin Mares
892e95c8373SMartin MaresWed Jul  7 00:55:48 1999  Martin Mares  <[email protected]>
893e95c8373SMartin Mares
894e95c8373SMartin Mares	* lib/proc.c (proc_scan): HAVE_LONG_ADDRESS instead of HAVE_64BIT_ADDRESS.
895e95c8373SMartin Mares
896e95c8373SMartin Mares	* lspci.c: ADDR_FORMAT now depends on both HAVE_64BIT_ADDRESS and
897e95c8373SMartin Mares	HAVE_LONG_ADDRESS.
898e95c8373SMartin Mares
899e95c8373SMartin Mares	* lib/configure: HAVE_64BIT_ADDRESS now doesn't imply that the addresses
900e95c8373SMartin Mares	are represented as long long. Introduced a new flag HAVE_LONG_ADDRESS
901e95c8373SMartin Mares	to indicate this. Both Sparc architectures now use both 64BIT_ADDRESS
902e95c8373SMartin Mares	and LONG_ADDRESS since they have 32-bit userland, but don't set LONG_ADDRESS
903e95c8373SMartin Mares	on Alpha.
904e95c8373SMartin Mares
905e95c8373SMartin Mares	* lspci.c (show_msi): Added dumping of the MSI capability.
906e95c8373SMartin Mares	(show_slotid): The same for SlotID capability.
907e95c8373SMartin Mares	(show_caps): Seperated capability dumping, because it should
908e95c8373SMartin Mares	be used for both htype0 and htype1. Even PCI 2.2 doesn't mention
909e95c8373SMartin Mares	layout of htype2, so I'm a bit unsure about it wrt capabilities
910e95c8373SMartin Mares	-- they at least have to live somewhere else since address 0x34
911e95c8373SMartin Mares	is already defined differently in htype2.
912e95c8373SMartin Mares
913e95c8373SMartin Mares	* lib/header.h (PCI_STATUS_UDF): Marked as obsolete (PCI 2.2).
914e95c8373SMartin Mares	(PCI_BASE_ADDRESS_MEM_TYPE_1M): Ditto.
915e95c8373SMartin Mares	(PCI_CAP_ID_*): Added some new capabilities defined in PCI 2.2.
916e95c8373SMartin Mares
917e95c8373SMartin Mares	* lspci.c (show_htype0): Mask out lowest 2 bits from all capability pointers
918e95c8373SMartin Mares	(required by the PCI 2.2 specs).
919e95c8373SMartin Mares
920e95c8373SMartin MaresMon Jul  5 12:45:19 1999  Martin Mares  <[email protected]>
921e95c8373SMartin Mares
922e95c8373SMartin Mares	* lspci.c (show_size): Added new function for dumping of region sizes.
923e95c8373SMartin Mares	(show_rom): Added. Now correctly dumps unassigned ROM addresses, disabled
924e95c8373SMartin Mares	ROMs et cetera.
925e95c8373SMartin Mares
926e95c8373SMartin Mares	* lib/pci.h (struct pci_dev): known_fields moved to the public part
927e95c8373SMartin Mares	of the structure.
928e95c8373SMartin Mares
929e95c8373SMartin Mares	* Added support for region sizes. Needs support in the kernel, because
930e95c8373SMartin Mares	sizes have to be scanned before drivers initialize yourself. pci_fill_info()
931e95c8373SMartin Mares	now returns a bitmask of what fields were really read.
932e95c8373SMartin Mares
93382ce97c9SMartin MaresMon Jun 28 18:37:51 1999  Dave Jones    <[email protected]>
93482ce97c9SMartin Mares
93582ce97c9SMartin Mares	* Makefile:
93682ce97c9SMartin Mares	  Added `uninstall' target - removes all traces of pciutils.
93782ce97c9SMartin Mares	* pci.ids:
93882ce97c9SMartin Mares	  - Lots of cleanups in the ATI, S3, Adaptec vendors.
93982ce97c9SMartin Mares	  - Changed Compaq QVision 1280/p definitions, as it's not possible
94082ce97c9SMartin Mares	    to determine the revision from the device ID.
94182ce97c9SMartin Mares	  - Same for the Tseng ET4000.
94282ce97c9SMartin Mares	    The id's said I had a rev C, when it was actually a rev B.
94382ce97c9SMartin Mares	  - Removed some unnecessary strings
94482ce97c9SMartin Mares	    `PCI'. Unless it's an AGP card, it should be obvious that it's PCI.
94582ce97c9SMartin Mares	    `Ethernet card'. This should be determined from config space.
94682ce97c9SMartin Mares	  - Lots of other new vendors & devices
94782ce97c9SMartin Mares	  - Other additional small cleanups.
94882ce97c9SMartin Mares
9497bed2d83SMartin MaresMon Jun 21 22:11:10 1999  Martin Mares  <[email protected]>
9507bed2d83SMartin Mares
9517bed2d83SMartin Mares	* lib/names.c (pci_lookup_name): When device ID lookup
9527bed2d83SMartin Mares	fails, return hexadecimal device ID instead of vendor ID.
9537bed2d83SMartin Mares	Well spotted by Axel Bodemann <[email protected]>,
9547bed2d83SMartin Mares	I've just extended the fix to subsystem ID's.
9557bed2d83SMartin Mares
9565ba3a475SMartin MaresThu Jun 17 19:48:21 1999  Martin Mares  <[email protected]>
9575ba3a475SMartin Mares
9585ba3a475SMartin Mares	* lspci.c (show_agp): Bug fix from Petr Vandrovec
9595ba3a475SMartin Mares	<[email protected]>. The command register was displayed
9605ba3a475SMartin Mares	incorrectly.
9615ba3a475SMartin Mares
9625ba3a475SMartin MaresWed Jun  2 22:42:44 1999  Martin Mares  <[email protected]>
9635ba3a475SMartin Mares
9645ba3a475SMartin Mares	* lib/proc.c (SYS_pread, SYS_pwrite): Use hard-coded
9655ba3a475SMartin Mares	numbers if not supplied by the libc.
9665ba3a475SMartin Mares
96755c815b5SMartin MaresWed May 19 13:24:39 1999  Martin Mares  <[email protected]>
96855c815b5SMartin Mares
96955c815b5SMartin Mares	* Released the whole package as version 2.0.
97055c815b5SMartin Mares
97155c815b5SMartin MaresFri May 14 22:42:02 1999  Martin Mares  <[email protected]>
97255c815b5SMartin Mares
97355c815b5SMartin Mares	* pci.ids: Added several new ID's contributed by people
97455c815b5SMartin Mares	on the linux-pci list.
97555c815b5SMartin Mares
976dec16943SMartin MaresMon Apr 19 15:21:08 1999  Jakub Jelinek  <[email protected]>
977dec16943SMartin Mares
978dec16943SMartin Mares	* lspci.c: Display I/O addresses correctly on sparc64.
979dec16943SMartin Mares	* lib/header.h: Ditto.
980dec16943SMartin Mares
981dec16943SMartin Mares	* lib/configure: On sparc set HAVE_64BIT* as well, we want
982dec16943SMartin Mares	a binary which works on both 32bit and 64bit SPARCs.
983dec16943SMartin Mares
984e33c9c7aSMartin MaresSun Apr 18 21:14:58 1999  Martin Mares  <[email protected]>
985e33c9c7aSMartin Mares
986e33c9c7aSMartin Mares	* lspci.c, lib/proc.c: Alpha compilation fixes from Matthew Jacob
987e33c9c7aSMartin Mares	<[email protected]>.
988e33c9c7aSMartin Mares
989e33c9c7aSMartin Mares	* pci.ids: A lot of updates from Adam J. Richter <[email protected]>.
990e33c9c7aSMartin Mares
991f3395cc5SMartin MaresSun Feb 28 22:26:21 1999  Martin Mares  <[email protected]>
992f3395cc5SMartin Mares
993f3395cc5SMartin Mares	* lspci.c (do_map_bus): Don't dump functions 1--7 if not flagged
994f3395cc5SMartin Mares	as a multi-function device, because several single-function devices
995f3395cc5SMartin Mares	don't decode the function bits at all.
996f3395cc5SMartin Mares
997f3395cc5SMartin MaresSun Feb 14 23:48:22 1999  Martin Mares  <[email protected]>
998f3395cc5SMartin Mares
999f3395cc5SMartin Mares	* Makefile (install): Don't use "-o root -g root" for installation
1000f3395cc5SMartin Mares	since it breaks on machines where programs are not installed by root.
1001f3395cc5SMartin Mares	Reported by Richard Gooch <[email protected]>
1002f3395cc5SMartin Mares
1003f3395cc5SMartin MaresTue Feb  9 15:54:39 1999  Martin Mares  <[email protected]>
1004f3395cc5SMartin Mares
1005f3395cc5SMartin Mares	* lspci.c (show_bases): Use new address masking macros and pciaddr_t.
1006f3395cc5SMartin Mares
1007f3395cc5SMartin Mares	* lib/pci.h: Using pciaddr_t for bus addresses, which are 32-bit
1008f3395cc5SMartin Mares	or 64-bit depending on CPU.
1009f3395cc5SMartin Mares
1010f3395cc5SMartin Mares	* lib/pci.h (PCI_ADDR_MEM_MASK): Added macros for address masks
1011f3395cc5SMartin Mares	according to bus address width.
1012f3395cc5SMartin Mares
10131c31d620SMartin MaresThu Jan 28 20:54:16 1999  Martin Mares  <[email protected]>
10141c31d620SMartin Mares
10151c31d620SMartin Mares	* Released as 1.99.4.
10161c31d620SMartin Mares
10171c31d620SMartin Mares	* lspci.c: Capability list parser now recognizes both AGP
10181c31d620SMartin Mares	registers and PCI Power Management registers (the latter
10191c31d620SMartin Mares	is mainly guesswork based on DEC/Intel 21153 bridge specs
10201c31d620SMartin Mares	since I don't have the PCI Power Management document).
10211c31d620SMartin Mares
10221c31d620SMartin Mares	* lspci.c: Replaced numerous occurences of (x & flag) ? '+' : '-'
10231c31d620SMartin Mares	by FLAG macro.
10241c31d620SMartin Mares
10251c31d620SMartin Mares	* lspci.c: Added bridge checks to bus mapping code.
10261c31d620SMartin Mares
10271812a795SMartin MaresWed Jan 27 14:59:16 1999  Martin Mares  <[email protected]>
10281812a795SMartin Mares
10291812a795SMartin Mares	* lspci.c: Implemented bus mapping mode (-M).
10301812a795SMartin Mares
10311812a795SMartin Mares	* lspci.c (scan_devices): Split to scan_devices() and scan_device().
10321812a795SMartin Mares	(show): Split to show() and show_device().
10331812a795SMartin Mares
10341812a795SMartin Mares	* lib/access.c (pci_init): When a->method == PCI_ACCESS_AUTO,
10351812a795SMartin Mares	set it to the real access method afterwards.
10361812a795SMartin Mares
10371812a795SMartin MaresMon Jan 25 23:46:13 1999  Martin Mares  <[email protected]>
10381812a795SMartin Mares
10391812a795SMartin Mares	* lib/generic.c (pci_generic_fill_info): If in buscentric mode,
10401812a795SMartin Mares	don't check PCI_COMMAND for I/O and memory enables.
10411812a795SMartin Mares
1042f6c86928SMartin MaresMon Jan 25 21:28:49 1999  Martin Mares  <[email protected]>
1043f6c86928SMartin Mares
1044f6c86928SMartin Mares	* Makefile: Added target `release' which substitutes new version
1045f6c86928SMartin Mares	number to .spec, .lsm and README. Also rewrote target `dist'.
1046f6c86928SMartin Mares
1047f6c86928SMartin Mares	* Released as 1.99.3.
1048f6c86928SMartin Mares
1049b5137411SMartin MaresSun Jan 24 22:10:36 1999  Martin Mares  <[email protected]>
1050b5137411SMartin Mares
1051d6b297d0SMartin Mares	* lib/header.h: Until kernel adopts new layout of PCI
1052d6b297d0SMartin Mares	includes (i.e., separate declaration of header structure,
1053d6b297d0SMartin Mares	functions and device IDs), which is not going to happen
1054d6b297d0SMartin Mares	before 2.3, we'll use our own definiton of the header.
1055d6b297d0SMartin Mares
1056b5137411SMartin Mares	* lspci.c (show_verbose): Display `Cap' flag in device status.
1057b5137411SMartin Mares
1058b5137411SMartin Mares	* lspci.c (show_htype0): Display capability lists whereever
1059b5137411SMartin Mares	available. The only capability name we recognize now is `AGP'.
1060b5137411SMartin Mares	Unfortunately, capabilities are stored in device-dependent
1061b5137411SMartin Mares	portion of the configuration space and are thus available
1062b5137411SMartin Mares	only to root unless you read a dump.
1063b5137411SMartin Mares
1064b5137411SMartin Mares	* lspci.c (scan_devices): Use cache instead of buffering.
1065b5137411SMartin Mares
1066b5137411SMartin Mares	* lib/buffer.c: Removed (obsoleted by the cache).
1067b5137411SMartin Mares
1068b5137411SMartin Mares	* lib/access.c: Added general caching mechanism.
1069b5137411SMartin Mares
107081ce358dSMartin MaresSat Jan 23 21:30:54 1999  Martin Mares  <[email protected]>
107181ce358dSMartin Mares
107281ce358dSMartin Mares	* pci.ids: Added few devices.
107381ce358dSMartin Mares
1074727ce158SMartin MaresFri Jan 22 19:29:31 1999  Martin Mares  <[email protected]>
1075727ce158SMartin Mares
1076727ce158SMartin Mares	* Version string is now defined in top-level Makefile, exported
1077727ce158SMartin Mares	to the configure script and also substituted to man pages.
1078727ce158SMartin Mares
1079727ce158SMartin Mares	* lspci.c (show_bases): Rewrote displaying of 64-bit addresses.
1080727ce158SMartin Mares	(show_verbose): Rewrote interrupt display logic.
1081727ce158SMartin Mares
1082727ce158SMartin Mares	* lib/i386-ports.c: Include sys/io.h only on glibc systems.
1083727ce158SMartin Mares
1084727ce158SMartin Mares	* lib/configure: Rewrote detection of Linux versions. Now it
1085727ce158SMartin Mares	works on 2.0 kernels (only with direct/dump access, of course).
1086727ce158SMartin Mares
1087727ce158SMartin Mares	* lib/internal.h: New bytesex macros using <asm/byteorder.h>
1088727ce158SMartin Mares	whenever available.
1089727ce158SMartin Mares
1090727ce158SMartin Mares	* lib/proc.c (proc_read, proc_write): Distinguish between short
1091727ce158SMartin Mares	read/write and real errors.
1092727ce158SMartin Mares
1093727ce158SMartin Mares	* lspci.c (show_htype{0,1}): Always use d->dev->rom_base_addr since
1094727ce158SMartin Mares	libpci respects buscentric mode automatically.
1095727ce158SMartin Mares
1096727ce158SMartin Mares	* lspci.c (show_hex_dump): For CardBus bridges, print out 128
1097727ce158SMartin Mares	bytes of header (the whole standard part).
1098727ce158SMartin Mares
1099727ce158SMartin Mares	* common.c: pcilib options are now all uppercase. Also moved
1100727ce158SMartin Mares	PCI access debugging option here.
1101727ce158SMartin Mares
1102727ce158SMartin Mares	* Released as 1.99.2.
1103727ce158SMartin Mares
1104727ce158SMartin MaresWed Jan 20 22:50:35 1999  Martin Mares  <[email protected]>
1105727ce158SMartin Mares
1106727ce158SMartin Mares	* Wrote configure script and rewrote Makefiles.
1107727ce158SMartin Mares
1108727ce158SMartin Mares	* Removed few unused variables.
1109727ce158SMartin Mares
1110727ce158SMartin MaresWed Jan 20 12:21:56 1999  Martin Mares  <[email protected]>
1111727ce158SMartin Mares
1112727ce158SMartin Mares	* common.c: Moved several functions used in both setpci and lspci
1113727ce158SMartin Mares	here. This includes parsing of libpci-related options.
1114727ce158SMartin Mares
1115727ce158SMartin Mares	* More library tweaks.
1116727ce158SMartin Mares
1117727ce158SMartin Mares	* filter.c, names.c: Moved to library.
1118727ce158SMartin Mares
1119727ce158SMartin Mares	* setpci: Rewritten to use the library.
1120727ce158SMartin Mares
1121727ce158SMartin Mares	* Released as 1.99.1.
1122727ce158SMartin Mares
1123727ce158SMartin MaresTue Jan 19 23:00:12 1999  Martin Mares  <[email protected]>
1124727ce158SMartin Mares
1125727ce158SMartin Mares	* lspci.c (scan_devices): For cardbus bridges, read first 128
1126727ce158SMartin Mares	bytes of config space to get full standard header.
1127727ce158SMartin Mares
1128727ce158SMartin Mares	* Makefile (CFLAGS): Removed "-Wno-unused".
1129727ce158SMartin Mares
1130727ce158SMartin Mares	* Started the "New Generation" branch and introduced the
1131727ce158SMartin Mares	PCI library.
1132727ce158SMartin Mares
1133727ce158SMartin Mares	* lspci: Rewritten to use the library.
1134727ce158SMartin Mares
11356ece6bc6SMartin MaresTue Jan 19 22:24:08 1999  Martin Mares  <[email protected]>
11366ece6bc6SMartin Mares
11376ece6bc6SMartin Mares	* Released as version 1.10.
11386ece6bc6SMartin Mares
11396ece6bc6SMartin MaresMon Jan 18 08:51:17 1999  Martin Mares  <[email protected]>
11406ece6bc6SMartin Mares
11416ece6bc6SMartin Mares	* lspci.8, setpci.8: Miscellaneous fixes as suggested by
11426ece6bc6SMartin Mares	Dag Wieers <[email protected]>.
11436ece6bc6SMartin Mares
11441212dd6dSMartin MaresSun Nov 29 20:05:56 1998  Martin Mares  <[email protected]>
11451212dd6dSMartin Mares
11461212dd6dSMartin Mares	* pciutils.spec (Name): Update from Krzysztof G. Baranowski.
11471212dd6dSMartin Mares
1148d38471fdSMartin MaresSun Nov 22 10:49:56 1998  Martin Mares  <[email protected]>
1149d38471fdSMartin Mares
1150d38471fdSMartin Mares	* Makefile, pciutils.h: Moved pci.ids to /usr/share.
1151d38471fdSMartin Mares
1152d38471fdSMartin Mares	* Released as version 1.09.
1153d38471fdSMartin Mares
1154371f605bSMartin MaresWed Nov 18 15:47:05 1998  Martin Mares  <[email protected]>
1155371f605bSMartin Mares
1156371f605bSMartin Mares	* lspci.c (show_htype1): Fixed displaying of prefetchable memory behind
1157371f605bSMartin Mares	bridge. Thanks to Petr Vandrovec <[email protected]> for bug report.
1158371f605bSMartin Mares
115910be47abSMartin MaresFri Oct 23 18:59:19 1998  Martin Mares  <[email protected]>
116010be47abSMartin Mares
116110be47abSMartin Mares	* setpci.c: Don't include <syscall-list.h> with glibc >= 2.1.
116210be47abSMartin Mares
1163472bd340SMartin MaresMon Oct 19 21:53:30 1998  Martin Mares  <[email protected]>
1164472bd340SMartin Mares
1165472bd340SMartin Mares	* Released as version 1.08.
1166472bd340SMartin Mares
1167472bd340SMartin Mares	* setpci.c: glibc 2.1.x already defines pread() and pwrite().
1168472bd340SMartin Mares
1169472bd340SMartin Mares	* lspci.8: Changed warning about lspci -xxx.
1170472bd340SMartin Mares
1171472bd340SMartin Mares	* lspci.c: Require "-xxx" for full configuration space dump, so that
1172472bd340SMartin Mares	it's impossible to crash the machine by single typo.
1173472bd340SMartin Mares
1174472bd340SMartin Mares	* specs: Added (courtesy of Krzysztof G. Baranowski <[email protected]>).
1175472bd340SMartin Mares
1176072c77e5SMartin MaresWed Sep  9 12:03:24 1998  Martin Mares  <[email protected]>
1177072c77e5SMartin Mares
1178072c77e5SMartin Mares	* lspci.c (show_bases): Better displaying of unassigned and
1179072c77e5SMartin Mares	disabled bases. Thanks to Gabriel Paubert <[email protected]>
1180072c77e5SMartin Mares	for an idea.
1181072c77e5SMartin Mares
1182b7554856SMartin MaresWed Sep  2 10:58:01 1998  Martin Mares  <[email protected]>
1183b7554856SMartin Mares
1184b7554856SMartin Mares	* setpci.c (pread): Recognize glibc 1.99 numbered as 2.0 on the PPC.
1185b7554856SMartin Mares	(thanks to Geert Uytterhoeven for finding this out)
1186b7554856SMartin Mares
1187ce503b7fSMartin MaresFri Jul 17 10:43:30 1998  Martin Mares  <[email protected]>
1188ce503b7fSMartin Mares
1189ce503b7fSMartin Mares	* lspci.c (show_verbose): Print subsystem ID using the new resolver.
1190ce503b7fSMartin Mares	(show_machine): Print subsystem ID.
1191ce503b7fSMartin Mares
1192ce503b7fSMartin Mares	* names.c: New name resolution engine supporting subsystem IDs.
1193ce503b7fSMartin Mares
1194ce503b7fSMartin Mares	* Released as version 1.07.
1195ce503b7fSMartin Mares
119696e4f295SMartin MaresWed Jul 15 15:37:21 1998  Martin Mares  <[email protected]>
119796e4f295SMartin Mares
119896e4f295SMartin Mares	* lspci.c (show_htype2 etc.): Displaying of CardBus headers.
119996e4f295SMartin Mares	(show_bases): Honor the `cnt' argument.
120096e4f295SMartin Mares	(grow_tree): Parse CardBus headers in tree mode as well.
120196e4f295SMartin Mares
120296e4f295SMartin Mares	* pci.h: Updated CardBus header field description. I still don't
120396e4f295SMartin Mares	have the CardBus standard available, but OZ6832 specs contain
120496e4f295SMartin Mares	full description of all header fields supported by the chip.
120596e4f295SMartin Mares
12066ae3650aSMartin MaresTue Jun  9 22:53:59 1998  Martin Mares  <[email protected]>
12076ae3650aSMartin Mares
1208304f9a0bSMartin Mares	* Released as 1.06.
1209304f9a0bSMartin Mares
12106ae3650aSMartin Mares	* names.c (parse_name_list): Killed an unused variable.
12116ae3650aSMartin Mares
12126ae3650aSMartin Mares	* setpci.c (pread, pwrite): Define SYS_(pread|pwrite) as __NR_\1
12136ae3650aSMartin Mares	if they are not defined by glibc (needed for glibc built on older
12146ae3650aSMartin Mares	kernels). Ugly.
12156ae3650aSMartin Mares
12166ae3650aSMartin Mares	* setpci.c (exec_op): Fixed error messages. Thanks, Steve!
12176ae3650aSMartin Mares
12184b88a6b8SMartin MaresMon Jun  8 10:59:22 1998  Martin Mares  <[email protected]>
12194b88a6b8SMartin Mares
12204b88a6b8SMartin Mares	* Released as 1.05.
12214b88a6b8SMartin Mares
12224b88a6b8SMartin Mares	* setpci.c: Problems with pread()/pwrite() with glibc on Alpha
12234b88a6b8SMartin Mares	should be gone. Again thanks to Steve for bug report.
12244b88a6b8SMartin Mares
12254b88a6b8SMartin Mares	* filter.c (filter_parse_slot): Fixed ":x" type filters.
12264b88a6b8SMartin Mares
12274b88a6b8SMartin Mares	* pci.ids: Killed duplicate entry. Thanks to Stephen Williams
12284b88a6b8SMartin Mares	<[email protected]> for reporting this.
12294b88a6b8SMartin Mares
12304b88a6b8SMartin MaresSun Jun  7 19:27:51 1998  Martin Mares  <[email protected]>
12314b88a6b8SMartin Mares
12324b88a6b8SMartin Mares	* lspci.c (main), setpci.c (main): Implemented "--version".
12334b88a6b8SMartin Mares
12344b88a6b8SMartin Mares	* Released as 1.04.
12354b88a6b8SMartin Mares
12364b88a6b8SMartin Mares	* pciutils.h (PCIUTILS_VERSION): Added version string.
12374b88a6b8SMartin Mares
12384b88a6b8SMartin Mares	* filter.c, names.c: Extraneous #include <linux/pci.h> removed.
12394b88a6b8SMartin Mares	Thanks to Geert Uytterhoeven <[email protected]>
12404b88a6b8SMartin Mares	for bug report.
12414b88a6b8SMartin Mares
12429b306998SMartin MaresThu May 28 14:45:58 1998  Martin Mares  <[email protected]>
12439b306998SMartin Mares
12449b306998SMartin Mares	* pci.ids: More updates from Jens Maurer.
12459b306998SMartin Mares
1246b372672fSMartin MaresWed Apr 22 10:00:39 1998  Martin Mares  <[email protected]>
1247b372672fSMartin Mares
1248b372672fSMartin Mares	* pci.ids: Updates from Jens Maurer.
1249b372672fSMartin Mares
1250b2c9b373SMartin MaresSun Apr 19 11:14:25 1998  Martin Mares  <[email protected]>
1251b2c9b373SMartin Mares
1252b372672fSMartin Mares	* Released as 1.03.
1253b372672fSMartin Mares
1254b2c9b373SMartin Mares	* setpci.8: Written.
1255b2c9b373SMartin Mares
1256b2c9b373SMartin Mares	* setpci.c: Finished.
1257b2c9b373SMartin Mares
1258b2c9b373SMartin Mares	* lspci.c: Now able to fetch expansion ROM base from kernel device list
1259b2c9b373SMartin Mares	and print it if not in buscentric mode.
1260b2c9b373SMartin Mares
1261e4842ff3SMartin MaresTue Mar 31 23:11:57 1998  Martin Mares  <[email protected]>
1262e4842ff3SMartin Mares
1263e4842ff3SMartin Mares	* setpci.c: Added.
1264e4842ff3SMartin Mares
1265e4842ff3SMartin MaresSun Mar 22 15:39:08 1998  Martin Mares  <[email protected]>
1266e4842ff3SMartin Mares
1267e4842ff3SMartin Mares	* lspci.8: Updated the documentation.
1268e4842ff3SMartin Mares
1269e4842ff3SMartin Mares	* lspci.c: Modified to use the new filtering mechanism (options -f and -d).
1270e4842ff3SMartin Mares
1271e4842ff3SMartin Mares	* filter.c: Introduced new generic device filter.
1272e4842ff3SMartin Mares
1273008407bdSMartin MaresThu Mar 19 17:03:48 1998  Martin Mares  <[email protected]>
1274008407bdSMartin Mares
1275008407bdSMartin Mares	* lspci.c (grow_tree, show_tree_dev, print_it): Fixed displaying
1276008407bdSMartin Mares	of PCI-to-PCI bridges in the tree format.
1277008407bdSMartin Mares
12780a33d0ecSMartin MaresSun Feb 15 10:12:25 1998  Martin Mares  <[email protected]>
12790a33d0ecSMartin Mares
12800a33d0ecSMartin Mares	* lspci.c (show_machine): Added non-verbose mode of machine-readable
12810a33d0ecSMartin Mares	dump.
12820a33d0ecSMartin Mares
12830a33d0ecSMartin Mares	* pci.ids: Updates from Jens Maurer.
12840a33d0ecSMartin Mares
12850a33d0ecSMartin Mares	* Released as version 1.02.
12860a33d0ecSMartin Mares
12870a33d0ecSMartin MaresThu Feb 12 16:53:28 1998  Martin Mares  <[email protected]>
12880a33d0ecSMartin Mares
12890a33d0ecSMartin Mares	* lspci.c: Added a "-m" switch for dumping machine-readable
12900a33d0ecSMartin Mares	configuration data (requested by Bjoern Kriews <[email protected]>).
12910a33d0ecSMartin Mares
1292fb38eee8SMartin MaresMon Feb  9 13:17:43 1998  Martin Mares  <[email protected]>
1293fb38eee8SMartin Mares
1294fb38eee8SMartin Mares	* Makefile, pciutils.h: Include local pci.h instead of <linux/pci.h>
1295fb38eee8SMartin Mares	if available. This should avoid all problems with official kernel
1296fb38eee8SMartin Mares	not synchronized to newer PCI code in CVS -- standard distribution
1297fb38eee8SMartin Mares	of pciutils now contains pci.h from current CVS kernel, pciutils
1298fb38eee8SMartin Mares	in CVS contain no pci.h and use the correct kernel include.
1299fb38eee8SMartin Mares
1300fb38eee8SMartin Mares	* Makefile: Fixed installation path for man pages.
1301fb38eee8SMartin Mares
13022f48f637SMartin MaresSat Feb  7 15:15:46 1998  Martin Mares  <[email protected]>
13032f48f637SMartin Mares
13042f48f637SMartin Mares	* README: Updated.
13052f48f637SMartin Mares
13062f48f637SMartin Mares	* lspci.8: Created a man page.
13072f48f637SMartin Mares
13082f48f637SMartin Mares	* Releasing as version 1.0.
13092f48f637SMartin Mares
13102f48f637SMartin MaresTue Feb  3 20:56:00 1998  Martin Mares  <[email protected]>
13112f48f637SMartin Mares
13122f48f637SMartin Mares	* Makefile: Recognize architecture by calling uname and pass it as ARCH_xxx
13132f48f637SMartin Mares	to all the C sources. This should eliminate problems with 32-bit compilers
13142f48f637SMartin Mares	on sparc64.
13152f48f637SMartin Mares
13162f48f637SMartin Mares	* lspci.c (show_verbose): Recognize CardBus bridge header type.
13172f48f637SMartin Mares	(show_htype2): Stub routine.
13182f48f637SMartin Mares	(scan_config): Write sensible error message if the kernel denies reading of
13192f48f637SMartin Mares	upper part of the PCI config space.
1320