xref: /pciutils/ChangeLog (revision 9bb4b4ea)
16aa54f1bSMartin Mares2004-08-13  Martin Mares  <[email protected]>
26aa54f1bSMartin Mares
3*9bb4b4eaSMartin Mares	* lib/sysfs.c (sysfs_get_resources): We have 7 resources, not 6.
4*9bb4b4eaSMartin Mares
56aa54f1bSMartin Mares	* lspci.c (show_rom): Use the same logic for printing disabled
66aa54f1bSMartin Mares	or unassigned ROM's as we do in show_bases() for the other BAR's.
76aa54f1bSMartin Mares
86aa54f1bSMartin Mares	* lib/generic.c (pci_generic_fill_info): Better reaction to
96aa54f1bSMartin Mares	invalid 64-bit addresses. Also d->hdrtype should not include
106aa54f1bSMartin Mares	bit 7, which caused mysterious errors on multi-function devices.
116aa54f1bSMartin Mares
126aa54f1bSMartin Mares	* lib/generic.c (pci_generic_fill_info): Fill in base addresses
136aa54f1bSMartin Mares	even if the regions are known to be disabled. It is the client's
146aa54f1bSMartin Mares	job to interpret them. (And it is not a trivial job if you want
156aa54f1bSMartin Mares	to do it correctly, since you need to check I/O and memory enables
166aa54f1bSMartin Mares	on all upstream bridges, too.) However, it could be interesting to
176aa54f1bSMartin Mares	introduce functions for interpreting the addresses and even for
186aa54f1bSMartin Mares	mapping the regions and doing I/O on them.
196aa54f1bSMartin Mares
2080e6c636SMartin Mares2004-07-30  Martin Mares  <[email protected]>
2180e6c636SMartin Mares
2280e6c636SMartin Mares	* lspci.c: HyperTransport improvements from Maciej.
2380e6c636SMartin Mares
24d6324891SMartin Mares2004-07-11  Martin Mares  <[email protected]>
25d6324891SMartin Mares
26d6324891SMartin Mares	* lib/sysfs.c (sysfs_get_resources): Arguments now correspond
27d6324891SMartin Mares	to the format string. [Patch by Bill Nottingham]
28d6324891SMartin Mares
29ec25b52dSMartin Mares2004-07-05  Martin Mares  <[email protected]>
30ec25b52dSMartin Mares
31362be683SMartin Mares	* Released as 2.1.99-test7.
32362be683SMartin Mares
33ec25b52dSMartin Mares	* lspci.c (config_fetch): Wanted to merge Matthew's bug fix, but
34ec25b52dSMartin Mares	ended up with rewriting the fetching mechanism to be fully dynamic,
35ec25b52dSMartin Mares	but avoid reading config space registers not explicitly requested.
36ec25b52dSMartin Mares
37ec25b52dSMartin Mares2004-06-29  Matthew Wilcox <[email protected]>
38ec25b52dSMartin Mares
39ec25b52dSMartin Mares	* lspci.c: More work on PCI Express dumping.
40ec25b52dSMartin Mares
41ec25b52dSMartin Mares	* lib/header.h: Updated PCI Express capability definitions.
42ec25b52dSMartin Mares
43ec25b52dSMartin Mares	* lib/proc.c (proc_read): Removed bogus warning.
44ec25b52dSMartin Mares
45ec25b52dSMartin Mares	* common.c (xrealloc): Introduced.
46ec25b52dSMartin Mares
47ec25b52dSMartin Mares	* lspci.man: Added -xxxx.
48ec25b52dSMartin Mares
4909817437SMartin Mares2004-06-27  Martin Mares  <[email protected]>
5009817437SMartin Mares
51d1fa27ebSMartin Mares	* Released as 2.1.99-test6.
52d1fa27ebSMartin Mares
534d67aa89SMartin Mares	* lspci.c (show_msix), lib/header.h: Added dumping of MSI-X cap.
544d67aa89SMartin Mares	Patch by Roland Dreier <[email protected]>, cleaned up by me.
554d67aa89SMartin Mares
564d67aa89SMartin Mares	* lspci.c (show_pcix_nobridge, show_pcix_bridge): Handle config_fetch()
574d67aa89SMartin Mares	failures.
584d67aa89SMartin Mares
594d67aa89SMartin Mares	* lib/header.h: Added PCI Express extended capabilities. Again by Matthew.
604d67aa89SMartin Mares
614d67aa89SMartin Mares	* lspci.c (show_express): Added dumping of PCI Express cap.
624d67aa89SMartin Mares	Patch by Matthew Wilcox.
634d67aa89SMartin Mares
644d67aa89SMartin Mares	* lib/header.h: Added a list of PCI 3.0 capabilities and also details
654d67aa89SMartin Mares	on PCI Express caps. Patch by Matthew Wilcox <[email protected]>.
664d67aa89SMartin Mares
6709817437SMartin Mares	* lspci.c (check_root): Gone. No explicit checks for root are needed,
6809817437SMartin Mares	report correct errors reported by the libpci instead.
6909817437SMartin Mares
7009817437SMartin Mares	* lspci.c: Added dumping of the extended config space on "-xxxx".
7109817437SMartin Mares	Better caching of config registers.
7209817437SMartin Mares
7309817437SMartin Mares	* setpci.c (main): Allow access to whole 4096 bytes of the config space.
7409817437SMartin Mares
7509817437SMartin Mares	* lib/sysfs.c, lib/proc.c: Don't print error messages on short reads,
7609817437SMartin Mares	just return the appropriate error code.
7709817437SMartin Mares
7809817437SMartin Mares	* lib: Added support for extended (4096-byte) configuration space,
7909817437SMartin Mares	currently implemented only in Linux proc and sysfs access methods
8009817437SMartin Mares	and of course in the dump reader.
8109817437SMartin Mares
820d656226SMartin Mares2004-05-29  Martin Mares  <[email protected]>
830d656226SMartin Mares
84c0eece92SMartin Mares	* Released as 2.1.99-test5.
85c0eece92SMartin Mares
86a2413560SMartin Mares	* lib/pci.h: Windows don't have the standard u_int* types.
87a2413560SMartin Mares
88a2413560SMartin Mares	* lib/internal.h: <sys/param.h> required on Windows for endianity
89a2413560SMartin Mares	macros.
90a2413560SMartin Mares
91a2413560SMartin Mares	* lib/i386-ports.c: Connected i386-io-windows.h.
92a2413560SMartin Mares
93a2413560SMartin Mares	* lspci.c (check_root): geteuid() is not available on Windows.
94a2413560SMartin Mares
95a2413560SMartin Mares	* lib/i386-io-windows.h: Added Windows port contributed by Alexander
96a2413560SMartin Mares	Stock <[email protected]>.
97a2413560SMartin Mares
98a2413560SMartin Mares	* lib/configure: Hopefully fixed SunOS port broken by various
99a2413560SMartin Mares	changes to the configure script.
100a2413560SMartin Mares
1010d656226SMartin Mares	* Makefile, lib/configure: Cross-compilation support, patch by Maciej.
1020d656226SMartin Mares
103138c0385SMartin Mares2004-05-28  Martin Mares  <[email protected]>
104138c0385SMartin Mares
1059f490382SMartin Mares	* Released as 2.1.99-test4.
1069f490382SMartin Mares
107cce2caacSMartin Mares	* lspci.c (show_verbose): Header type 1 is probably legal for all
108cce2caacSMartin Mares	types of bridges, not only for PCI-to-PCI bridges.
109cce2caacSMartin Mares
110b569ef09SMartin Mares	* lspci.c (format_agp_rate): Write "x16", not "x@".
111b569ef09SMartin Mares	(show_agp): rate[] could overflow.
112b569ef09SMartin Mares	Bugs reported by Jakub Bogusz <[email protected]>.
113b569ef09SMartin Mares
114bfc4fe7aSMartin Mares	* lspci.c (show_ht_*): Show HyperTransport capability with all its
115bfc4fe7aSMartin Mares	details. Once again code by Maciej simplified (i.e., possibly broken)
116bfc4fe7aSMartin Mares	by me.
117bfc4fe7aSMartin Mares
118bfc4fe7aSMartin Mares	* lib/header.h: Added declarations of HyperTransport capability.
119bfc4fe7aSMartin Mares	Again thanks to Maciej.
120bfc4fe7aSMartin Mares
121138c0385SMartin Mares	* lspci.c: Decode all bits of the secondary status word in type 1 headers.
122138c0385SMartin Mares	Thanks to Maciej W. Rozycki <[email protected]> for the patch.
123138c0385SMartin Mares
1248fc75dbcSMartin Mares2003-12-27  Martin Mares  <[email protected]>
1258fc75dbcSMartin Mares
12681abd2a7SMartin Mares	* Released as 2.1.99-test3.
12781abd2a7SMartin Mares
1281f7c91ccSMartin Mares	* lspci.man, setpci.man: Document domains and correct spelling.
1291f7c91ccSMartin Mares
1301f7c91ccSMartin Mares	* lib/dump.c (dump_init): Added ability to read domain numbers.
1311f7c91ccSMartin Mares
13284c8d1bbSMartin Mares	* lspci.c: Devices in domains different from 0 have their slot number
1331f7c91ccSMartin Mares	printed as "<domain>:<bus>:<slot>.<func>". Tree view supports domains
1341f7c91ccSMartin Mares	as well.
13584c8d1bbSMartin Mares
13684c8d1bbSMartin Mares	* lib/filter.c: Slot filters understand domains.
13784c8d1bbSMartin Mares
13884c8d1bbSMartin Mares	* lib/generic.c: Mention the domain in slot numbers in all error messages.
13984c8d1bbSMartin Mares
14084c8d1bbSMartin Mares	* lib/internal.h: The #ifdef for Linux <asm/byteorder.h> was wrong.
14184c8d1bbSMartin Mares
14284c8d1bbSMartin Mares	* lib/access.c (pci_get_dev): Added support for domains.
14384c8d1bbSMartin Mares
14484c8d1bbSMartin Mares	* lib/sysfs.c (sysfs_scan): Read vendor and device ID from the config
14584c8d1bbSMartin Mares	registers (or to be precise, leave it for the generic parts of the pcilib
14684c8d1bbSMartin Mares	to do so) instead of reading them from the sysfs. It's faster this way.
14784c8d1bbSMartin Mares
14884c8d1bbSMartin Mares	* lspci.c (show_pcix): Don't touch pci_dev->hdrtype, it's an internal
14984c8d1bbSMartin Mares	variable. Better read it from the config registers (it's cached anyway).
15084c8d1bbSMartin Mares
15184c8d1bbSMartin Mares	* lib/sysfs.c (sysfs_scan), lib/proc.c (proc_scan): Don't read the hdrtype.
15284c8d1bbSMartin Mares	  lib/generic.c (pci_generic_fill_info): If hdrtype is -1 (unset), read it.
15384c8d1bbSMartin Mares	  Saves lots of unnecessary file accesses.
15484c8d1bbSMartin Mares
15511f7b31bSMartin Mares	* lib/pci.h (PCIADDR_PORT_FMT): Use %llx instead of %Lx, because the latter
15611f7b31bSMartin Mares	is not supported by all C libraries.
15711f7b31bSMartin Mares
15811f7b31bSMartin Mares	* Makefile: Always enter the lib directory (remember that we don't have
15911f7b31bSMartin Mares	full dependecies for the library in the top-level Makefile; hmmm, another
16011f7b31bSMartin Mares	thing to rewrite some day).
16111f7b31bSMartin Mares
16211f7b31bSMartin Mares	* lib/sysfs.c: Added Linux sysfs access method based on the patch
16311f7b31bSMartin Mares	written by Matthew Wilcox <[email protected]>.
16411f7b31bSMartin Mares
16511f7b31bSMartin Mares	* lib/proc.c: Renamed the access method name from "/proc/bus/pci" to "Linux-proc".
16611f7b31bSMartin Mares
16711f7b31bSMartin Mares	* lib/pread.h: The hacks to support pread on various versions
16811f7b31bSMartin Mares	of Linux libc moved there.
16911f7b31bSMartin Mares
17011f7b31bSMartin Mares	* lib/proc.c (proc_setup): The return value of snprintf() varies
17111f7b31bSMartin Mares	between glibc versions, so we need to check both for a negative
17211f7b31bSMartin Mares	values and for too large values.
17311f7b31bSMartin Mares
1744284af58SMartin Mares	* Removed last few references to the "Linux PCI Utilities", the
1754284af58SMartin Mares	package is pretty cross-platform now :)
1764284af58SMartin Mares
1774284af58SMartin Mares2003-12-27  Martin Mares  <[email protected]>
1784284af58SMartin Mares
179ab12277eSMartin Mares	* Released as 2.1.99-test2.
180ab12277eSMartin Mares
181ab12277eSMartin Mares	* README, pciutils.lsm, pciutils.spec: Use @VERSION@ to make the
182ab12277eSMartin Mares	release scripts insert the current version. "make release" is gone.
183ab12277eSMartin Mares
184ab12277eSMartin Mares	* maint/release, maint/release.pm: Added a new system of scripts for
185ab12277eSMartin Mares	making releases including inter-version diffs etc.
186ab12277eSMartin Mares
187ab12277eSMartin Mares	* Makefile: Cleaned up.
188ab12277eSMartin Mares
189ab12277eSMartin Mares	* lib/fbsd-device.c: I patched another copy of this file by mistake,
190ab12277eSMartin Mares	this time the version checks should be right.
191ab12277eSMartin Mares
192ab12277eSMartin Mares2003-12-27  Martin Mares  <[email protected]>
193ab12277eSMartin Mares
1946d722cd6SMartin Mares	* Released as 2.1.99-test1.
1956d722cd6SMartin Mares
196dd33246aSMartin Mares	* pciutils.h, common.c, lspci.man, setpci.man, lib/internal.h:
197dd33246aSMartin Mares	Remove shadows of the syscall access method which was never
198dd33246aSMartin Mares	implemented.
199dd33246aSMartin Mares
20080b3121aSMartin Mares	* update-pciids.sh: Try to preserve permissions of the old file
20180b3121aSMartin Mares	if chmod supports --reference. Should close Debian Bug #223740.
20280b3121aSMartin Mares
2036aea909aSMartin Mares	* lib/proc.c (proc_setup): Increased path name length limit to 1024.
2046aea909aSMartin Mares	Thanks for Redhat and Mandrake for inspiration.
2056aea909aSMartin Mares
2066aea909aSMartin Mares	* lib/configure: Recognize ppc and ppc64, both have 64-bit addresses.
2076aea909aSMartin Mares	Grabbed from Redhat (Fedora) patches.
2086aea909aSMartin Mares
2096aea909aSMartin Mares2003-12-27  Martin Mares  <[email protected]>
2106aea909aSMartin Mares
211f701ff47SMartin Mares	Merged bug fixes from Debian patches:
212f701ff47SMartin Mares
213f701ff47SMartin Mares	* lspci.c (show_verbose): "Cache Line Size" should be capitalized.
214f701ff47SMartin Mares
215f701ff47SMartin Mares	* lspci.c (show_pcix_nobridge): Added a missing newline.
216f701ff47SMartin Mares
2172240db8cSMartin Mares	* lib/proc.c (proc_scan): When reading the header type, don't
2182240db8cSMartin Mares	forget to clear the topmost bit indicating that the device has
219f701ff47SMartin Mares	multiple functions.
2202240db8cSMartin Mares
2212240db8cSMartin Mares2003-12-27  Martin Mares  <[email protected]>
2222240db8cSMartin Mares
22345902995SMartin Mares	Updated the FreeBSD port. Thanks to Samy Al Bahra <[email protected]>
22445902995SMartin Mares	for the patches:
22545902995SMartin Mares
22645902995SMartin Mares	* lib/Makefile: Add ${FREEBSD_SYS} to the include path if it's defined.
22745902995SMartin Mares	* lib/fbsd-device.c: Select the right set of system includes according
22845902995SMartin Mares	to __FreeBSD_version.
22945902995SMartin Mares
23045902995SMartin Mares2003-12-27  Martin Mares  <[email protected]>
23145902995SMartin Mares
2328fc75dbcSMartin Mares	Merged support for Solaris on i386 by Bill Moore <[email protected]>
2338fc75dbcSMartin Mares	and cleaned up:
2348fc75dbcSMartin Mares
2358fc75dbcSMartin Mares	* lib/configure: Recognize SunOS.
2368fc75dbcSMartin Mares	* lib/internal.h: Learn how to recognize byte order on SunOS.
2378fc75dbcSMartin Mares	* lib/i386-ports.c: Split OS-dependent I/O port access from i386-ports.c.
2388fc75dbcSMartin Mares	* lib/i386-io-linux.h: Linux specific part.
2398fc75dbcSMartin Mares	* lib/i386-io-hurd.h: GNU/Hurd specific part.
2408fc75dbcSMartin Mares	* lib/i386-io-sunos.h: SunOS specific part.
2418fc75dbcSMartin Mares
2429739916eSMartin Mares2003-12-26  Martin Mares  <[email protected]>
2439739916eSMartin Mares
2449739916eSMartin Mares	* lib/header.h (PCI_*_MASK): Cast to pciaddr_t explicitly.
2459739916eSMartin Mares
2469739916eSMartin Mares	* lib/pci.h: Types declared in <sys/types.h> should be usable on all
2479739916eSMartin Mares	platforms we currently support, so kill the forest of #ifdef's and
2489739916eSMartin Mares	use them in all cases.
2499739916eSMartin Mares
2509739916eSMartin Mares	* lib/pci.h: Use ULONG_MASK to decide whether we should use long
2519739916eSMartin Mares	or long long to represent a 64-bit address. Killed HAVE_LONG_ADDRESS.
2529739916eSMartin Mares	Define format strings for addresses, port numbers and IRQ numbers
2539739916eSMartin Mares	directly in pci.h.
2549739916eSMartin Mares
2559739916eSMartin Mares	* lib/proc.c (proc_scan): Use PCIADDR_T_FMT for scanf'ing addresses.
2569739916eSMartin Mares
25780459c65SMartin Mares2003-12-26  Marco Gerards  <[email protected]>
25880459c65SMartin Mares
25980459c65SMartin Mares	Added support for the GNU Hurd (cleaned up by Martin Mares):
26080459c65SMartin Mares
26180459c65SMartin Mares	* lib/configure [GNU]: Use the i386 ports for configuration access.
26280459c65SMartin Mares	* lib/i386-ports.c: Don't call iopl() on the Hurd.
26380459c65SMartin Mares	* lib/pci.h [OS_GNU]: Include <sys/types.h> and use it for defining
26480459c65SMartin Mares	u8 to u32.
26580459c65SMartin Mares
266a85769a8SMartin Mares2003-12-26  Martin Mares  <[email protected]>
267a85769a8SMartin Mares
2687dacd9c8SMartin Mares	* lspci.c (show_pcix_bridge, show_pcix_nobridge): Don't forget to call
2697dacd9c8SMartin Mares	config_fetch() to ensure that the registers have been read. Thanks to
2707dacd9c8SMartin Mares	Bill Wood <[email protected]> for the patch.
2717dacd9c8SMartin Mares
2727dacd9c8SMartin Mares	* lspci.c: Ensure that failure of config_fetch() is handled correctly
2737dacd9c8SMartin Mares	at all places.
2747dacd9c8SMartin Mares
2754063c31cSMartin Mares	* lspci.man: There was one more explicit reference to /usr/share/pci.ids.
2764063c31cSMartin Mares	Changed to @SHAREDIR@. Patch from Maciej W. Rozycki <[email protected]>.
2774063c31cSMartin Mares
2783fe8a38dSMartin Mares	* setpci.c (main): Better error messages.
2793fe8a38dSMartin Mares
2805f5b1a7bSMartin Mares	* setpci.c (ex_op): The demo mode should disable only writing, not reading.
2815f5b1a7bSMartin Mares
2825f5b1a7bSMartin Mares	* setpci.man: The documentation was inconsistent on what should -D do.
2835f5b1a7bSMartin Mares	Document the new behaviour.
284b251f40bSMartin Mares
28591e37a49SMartin Mares	* pciutils.h, common.c, setpci.c: Introduced a NONRET macro encapsulating
28691e37a49SMartin Mares	the GCC specific __attribute__((noreturn)) and killed the hack with
28791e37a49SMartin Mares	redefining __attribute__ on non-GCC compilers.
28891e37a49SMartin Mares
2894afd29d3SMartin Mares	* Makefile: Added missing dependencies. Parallel builds work now.
2904afd29d3SMartin Mares	Problem reported by Andreas Haumer <[email protected]>, but I chose
2914afd29d3SMartin Mares	a different fix.
2924afd29d3SMartin Mares
293b0f1a03bSMartin Mares	* Makefile (MANDIR): Use `:=' instead of `=' to avoid executing the shell
294b0f1a03bSMartin Mares	command every time $(MANDIR) is referenced.
295b0f1a03bSMartin Mares
296b7fd8e19SMartin Mares	* lspci.c (main): The error message for `lspci -s' incorrectly mentioned
297b7fd8e19SMartin Mares	a `-f' switch. Reported by Steve Finney <[email protected]>.
298b7fd8e19SMartin Mares
29905bb10a2SMartin Mares	* lib/generic.c: Removed memory leak in pci_generic_bus_scan().
30005bb10a2SMartin Mares	Reported by Gary Parnes <[email protected]>.
30105bb10a2SMartin Mares
302a832f6f1SMartin Mares	* Replaced obsolete syntax of __attribute__((unused)) in the middle of
303a832f6f1SMartin Mares	parameter declarations (which is no longer supported by GCC 3.1) by the
304a832f6f1SMartin Mares	current syntax (attribute at the end). Thanks to [email protected]
305a832f6f1SMartin Mares	for reporting this problem.
306a832f6f1SMartin Mares
307a85769a8SMartin Mares	* Removed CVS $Id$ tags from all files.
308a85769a8SMartin Mares
309a85769a8SMartin Mares	* Makefile: Added some more warnings.
310a85769a8SMartin Mares
311b7351143SMartin Mares	* setpci.c: Cleaned up mask/value code.
312b7351143SMartin Mares
313b7351143SMartin Mares2003-12-08 Thayne Harbaugh <[email protected]>
314b7351143SMartin Mares
315b7351143SMartin Mares	* setpci.c: Individual bits to be set can be specified as <value>:<mask>.
316b7351143SMartin Mares
3172a5d5cf9SMartin Mares2003-11-29  Martin Mares  <[email protected]>
3182a5d5cf9SMartin Mares
3192a5d5cf9SMartin Mares	* Imported the pciutils sources to my Arch repository. Good-bye, CVS.
3202a5d5cf9SMartin Mares
321d772ef15SMartin Mares2003-01-04  Martin Mares  <[email protected]>
322d772ef15SMartin Mares
3231b95f396SMartin Mares	* Released as 2.1.11.
3241b95f396SMartin Mares
325c83293ebSMartin Mares	* Makefile: Changed configuration of installation directories --
326c83293ebSMartin Mares	all paths are now set at the top of the Makefile instead of being
327c83293ebSMartin Mares	scattered between the installation rules. The default installation
328c83293ebSMartin Mares	now goes always to /usr/local regardless of the OS as most distributions
329c83293ebSMartin Mares	already contain some version of pciutils and we don't want custom
330c83293ebSMartin Mares	installations to interfere with the default ones.
331c83293ebSMartin Mares
332c83293ebSMartin Mares	* Makefile: Removed a couple of ancient install hacks: we no longer
333c83293ebSMartin Mares	try to avoid overwriting a newer pci.ids file (users are now expected
334c83293ebSMartin Mares	to use update-ids) and we don't try to remove /etc/pci.ids (a long time
335c83293ebSMartin Mares	has passed since the last version which used it).
336c83293ebSMartin Mares
337e2875dcdSMartin Mares	* Makefile: Paths to pci.ids in man pages automatically get the right path.
338e2875dcdSMartin Mares
3391b95f396SMartin Mares	* Added the update-ids utility.
3400138a2a7SMartin Mares
341d772ef15SMartin Mares	* lib: Removed partially implemented "syscall" access method which will
342d772ef15SMartin Mares	probably never be needed.
343d772ef15SMartin Mares
344eb620239SMartin Mares2002-12-27  Martin Mares  <[email protected]>
345eb620239SMartin Mares
346130090bdSMartin Mares	* lib/nbsd-libpci.c: Cleaned up and hopefully made it endian safe.
347130090bdSMartin Mares
348eb620239SMartin Mares	* lib/generic.c (pci_generic_scan_bus): Added work-around for devices with
349eb620239SMartin Mares	discontiguous numbering of functions. This is already present in the Linux
350eb620239SMartin Mares	kernel for several years, but I forgot to update pciutils as well.
351eb620239SMartin Mares
352848b4347SMartin Mares2002-12-26  Martin Mares  <[email protected]>
353848b4347SMartin Mares
354579b19ffSMartin Mares	* lib/header.h, lspci.c: Dump AGP3 flags and speeds.
355579b19ffSMartin Mares
356579b19ffSMartin Mares	* lib/pci.h, Makefile: Removed HAVE_OWN_HEADER_H. Always use our own header,
357579b19ffSMartin Mares	there is no reason to prefer the kernel version.
358579b19ffSMartin Mares
359579b19ffSMartin Mares	* lib/proc.c (proc_scan): Don't forget to initialize hdrtype.
360579b19ffSMartin Mares
361848b4347SMartin Mares	* Added preliminary version of NetBSD support by Quentin Garnier
362848b4347SMartin Mares	<[email protected]>.
363848b4347SMartin Mares
364f0952474SMartin Mares2002-04-06  Martin Mares  <[email protected]>
365f0952474SMartin Mares
366f0952474SMartin Mares	* lspci.c: Mention "-xxx" in the help.
367f0952474SMartin Mares
368d2f666f1SMartin Mares2002-03-30  Martin Mares  <[email protected]>
369d2f666f1SMartin Mares
3709bd44bb0SMartin Mares	* Released as 2.1.10.
3719bd44bb0SMartin Mares
372a33d0eb7SMartin Mares	* Removed pci.ids from the CVS as they are now maintained separately.
373a33d0eb7SMartin Mares	They are still included in the tarball, but if you are building	pciutils
374a33d0eb7SMartin Mares	from CVS sources or you want to get a newer ID file than the one distributed,
375a33d0eb7SMartin Mares	just use "make update-ids" to download the most recent snapshot from
376a33d0eb7SMartin Mares	pciids.sf.net.
377a33d0eb7SMartin Mares
378a33d0eb7SMartin Mares	* Makefile, README: Updated accordingly.
379a33d0eb7SMartin Mares
380a33d0eb7SMartin Mares	* Makefile: Added a couple of maintenance targets.
381a33d0eb7SMartin Mares
382a33d0eb7SMartin Mares	* maint/*: Maintainer's utilities now reside here (present only in CVS,
383a33d0eb7SMartin Mares	not in the tarball).
384a33d0eb7SMartin Mares
385d2f666f1SMartin Mares	* lib/names.c (parse_name_list): End-of-line comments are no longer
386d2f666f1SMartin Mares	supported. Hashes are now perfectly valid in all names and they start
387d2f666f1SMartin Mares	a comment only at the start of the line.
388d2f666f1SMartin Mares
389ee551b73SMartin Mares2002-03-26  Martin Mares  <[email protected]>
390ee551b73SMartin Mares
39107159913SMartin Mares	* README: Rewritten.
39207159913SMartin Mares
393ee551b73SMartin Mares	* Makefile: When the currently installed pci.ids file is newer than
394ee551b73SMartin Mares	the version to be installed, don't overwrite it. Suggested by
395ee551b73SMartin Mares	Jean Delvare <[email protected]>.
396ee551b73SMartin Mares
397bc7b1d62SMartin Mares2002-03-24  Martin Mares  <[email protected]>
398bc7b1d62SMartin Mares
3995f5e6f64SMartin Mares	* lspci.c (show_pcix_bridge): Added PCI-X capability display.
4005f5e6f64SMartin Mares	Contributed by Jeff Garzik <[email protected]>.
4015f5e6f64SMartin Mares
4025f5e6f64SMartin Mares	* lib/header.h: Added PCI-X stuff. Again by Jeff.
4035f5e6f64SMartin Mares
4045f5e6f64SMartin Mares	* Makefile (CFLAGS): -Werror is gone.
4055f5e6f64SMartin Mares
406a1052f16SMartin Mares	* lspci.c (format_agp_rate): Fixed AGP rate reporting.
407a1052f16SMartin Mares
408bc7b1d62SMartin Mares	* lib/filter.c (pci_filter_parse_slot): Allow bus 0xff, slot 0x1f and
409bc7b1d62SMartin Mares	function 7.
410bc7b1d62SMartin Mares
411bc7b1d62SMartin Mares	* lib/names.c (pci_lookup_name): When printing unknown subsystem vendor
412bc7b1d62SMartin Mares	or device hexadecimally, don't confuse it with chip vendor/device ID.
413bc7b1d62SMartin Mares	First reported by Marc Boucher <[email protected]>.
414bc7b1d62SMartin Mares
415f793990cSMartin Mares2001-11-04  Martin Mares  <[email protected]>
416f793990cSMartin Mares
417ee551b73SMartin Mares	* Released as 2.1.9.
418ee551b73SMartin Mares
419f793990cSMartin Mares	* pci.ids: Synced with the PCI ID Repository at SourceForge
420f793990cSMartin Mares	(http://pciids.sourceforge.net/).
421f793990cSMartin Mares
4221d174e56SMartin Mares2000-08-25  Martin Mares  <[email protected]>
4231d174e56SMartin Mares
4241d174e56SMartin Mares	* pci.ids: Updated ID's, synced with kernel 2.4.0-test7.
4251d174e56SMartin Mares
42665b4327eSMartin Mares2000-06-13  Martin Mares  <[email protected]>
42765b4327eSMartin Mares
42865b4327eSMartin Mares	* Makefile (uninstall): Fixed.
42965b4327eSMartin Mares
43065b4327eSMartin Mares	* pci.ids: ID updates.
43165b4327eSMartin Mares
4324a219d5fSMartin Mares2000-05-20  Martin Mares  <[email protected]>
4334a219d5fSMartin Mares
4344a219d5fSMartin Mares	* Released as 2.1.8.
4354a219d5fSMartin Mares
4364a219d5fSMartin Mares	* pci.ids: ID updates.
4374a219d5fSMartin Mares
4384a219d5fSMartin Mares	* lspci.c (show_verbose): Min/max latency is now printed in nanoseconds.
4394a219d5fSMartin Mares
4404a219d5fSMartin Mares2000-05-04  Martin Mares  <[email protected]>
4414a219d5fSMartin Mares
4424a219d5fSMartin Mares	* lspci.c (show_verbose): If the header type doesn't match device
4434a219d5fSMartin Mares	class, just print a warning and still use the header type, assuming
4444a219d5fSMartin Mares	bogus class info.
4454a219d5fSMartin Mares
44610c90662SMartin Mares2000-05-01  Martin Mares  <[email protected]>
44710c90662SMartin Mares
44872b9b690SMartin Mares	* lspci.c (show_pm): Updated according to PCI PM specs 1.1.
44972b9b690SMartin Mares
45010c90662SMartin Mares	* pci.ids: Updated Contemporary Control ARCnet card entries.
45110c90662SMartin Mares
45210c90662SMartin Mares	* pci.ids: Synchronized class list with latest PCI SIG documents.
45310c90662SMartin Mares
454a239ade6SMartin Mares2000-04-29  Martin Mares  <[email protected]>
455a239ade6SMartin Mares
456a239ade6SMartin Mares	* lib/names.c (pci_lookup_name): Fixed the cheat.
457a239ade6SMartin Mares
458a239ade6SMartin Mares	* lib/internal.h: Moved UNUSED/inline hacks above all other declarations.
459a239ade6SMartin Mares
460a239ade6SMartin Mares	* pci.ids: Various ID updates.
461a239ade6SMartin Mares
4622c83b860SMartin Mares2000-04-21  Martin Mares  <[email protected]>
4632c83b860SMartin Mares
4642c83b860SMartin Mares	* Released as 2.1.7.
4652c83b860SMartin Mares
4662c83b860SMartin Mares	* pciutils.spec: Added German description.
4672c83b860SMartin Mares
4682c83b860SMartin Mares	* lib/names.c (pci_lookup_name): Added a cheat for case that subsystem ID's
4692c83b860SMartin Mares	are the same as device ID and just output subsystem name according to
4702c83b860SMartin Mares	device name.
4712c83b860SMartin Mares
4722c83b860SMartin Mares	* lib/proc.c: Use UNUSED instead of __attribute__((unused)).
4732c83b860SMartin Mares
4742c83b860SMartin Mares	* lib/pci.h: Added the correct typedefs for AIX.
4752c83b860SMartin Mares
4762c83b860SMartin Mares	* lib/generic.c (pci_generic_scan_bus): Export.
4772c83b860SMartin Mares
4782c83b860SMartin Mares	* lib/configure: Detect AIX. Use "echo '...\c'" instead of
4792c83b860SMartin Mares	"echo -n" if the shell isn't bash.
4802c83b860SMartin Mares
4812c83b860SMartin Mares	* lspci.c: Avoid using alloca() if not compiled by GCC.
4822c83b860SMartin Mares	(insert_dev): Avoid returning a void value.
4832c83b860SMartin Mares
4842c83b860SMartin Mares	* Makefile: Choose which install utility to use according to
4852c83b860SMartin Mares	OS type. Also use `-o' instead of `-or' in find arguments.
4862c83b860SMartin Mares	Part of the AIX port.
4872c83b860SMartin Mares
4882c83b860SMartin Mares	* lib/aix-device.c: Added AIX low-level interface. Contributed
4892c83b860SMartin Mares	by Dave Johnson <[email protected]>, thanks a lot!
4902c83b860SMartin Mares
4912c83b860SMartin Mares	* pci.ids: Few new ID's.
4922c83b860SMartin Mares
4932c83b860SMartin Mares	* pciutils.h, lib/internal.h: Redefine __attribute__ and inline
4942c83b860SMartin Mares	when not compiled by GCC.
4952c83b860SMartin Mares
496c1a828daSMartin Mares2000-04-17  Martin Mares  <[email protected]>
497c1a828daSMartin Mares
498c1a828daSMartin Mares	* Released as 2.1.6.
499c1a828daSMartin Mares
500c1a828daSMartin Mares	* pci.ids: Added a large batch of ID's contributed by Gunther
501c1a828daSMartin Mares	Mayer <[email protected]> and synced the
502c1a828daSMartin Mares	list with the 2.3.99pre6 kernel.
503c1a828daSMartin Mares
504e91dd3abSMartin MaresThu Mar  9 13:11:39 2000  Martin Mares  <[email protected]>
505e91dd3abSMartin Mares
506a80b79a9SMartin Mares	* lib/example.c: Added a simple example of how to use
507a80b79a9SMartin Mares	the library.
508a80b79a9SMartin Mares
50989984232SMartin Mares	* lspci.man, setpci.man: Revealed --version. Well spotted
51089984232SMartin Mares	by Adam Sulmicki.
51189984232SMartin Mares
512e91dd3abSMartin Mares	* pci.ids: Added lots of new ID's and synced with 2.3.50.
513e91dd3abSMartin Mares
51478d9c5e2SMartin MaresTue Feb 15 00:16:21 2000  Martin Mares  <[email protected]>
51578d9c5e2SMartin Mares
51678d9c5e2SMartin Mares	* Released as 2.1.5.
51778d9c5e2SMartin Mares
51878d9c5e2SMartin Mares	* pciutils.spec: Updated spec file from Andreas Jaeger. Now using
51978d9c5e2SMartin Mares	%{_mandir} to find the right location to install manual pages to.
52078d9c5e2SMartin Mares
52178d9c5e2SMartin Mares	* pci.ids: New ID's.
52278d9c5e2SMartin Mares
52378d9c5e2SMartin Mares	* setpci.c (main): Don't crash when `-s' or `-d' is given with
52478d9c5e2SMartin Mares	no argument.
52578d9c5e2SMartin Mares
526f8141ae2SMartin MaresMon Jan 24 20:04:11 2000  Andreas Jaeger  <[email protected]>
527f8141ae2SMartin Mares
528f8141ae2SMartin Mares	* lib/i386-ports.c: Include <asm/io.h> only on systems without
529f8141ae2SMartin Mares	glibc.
530f8141ae2SMartin Mares
531f8141ae2SMartin MaresMon Jan 24 11:24:43 2000  Martin Mares  <[email protected]>
532f8141ae2SMartin Mares
533f8141ae2SMartin Mares	* Makefile: Modified to work with the Linux FHS brain-damaged idea
534f8141ae2SMartin Mares	of putting man pages to /usr/share/man. Now we choose either /usr/man
535f8141ae2SMartin Mares	or /usr/share/man depending on which one exists.
536f8141ae2SMartin Mares
53759e76e8bSMartin MaresSun Jan 23 10:52:34 2000  Martin Mares  <[email protected]>
53859e76e8bSMartin Mares
53959e76e8bSMartin Mares	* pci.ids: Synced with Linux 2.3.40.
54059e76e8bSMartin Mares
54159e76e8bSMartin Mares	* Released as version 2.1.4.
54259e76e8bSMartin Mares
5432dfd48cdSMartin MaresThu Jan 20 11:08:32 2000  Martin Mares  <[email protected]>
5442dfd48cdSMartin Mares
5452715403fSMartin Mares	* lspci.c (scan_device): Fixed bug in reading of cardbus extensions.
5462715403fSMartin Mares
54781077814SMartin Mares	* lib/proc.c: pread/pwrite fixed again, this time on libc5 :(
54881077814SMartin Mares
54981077814SMartin Mares	* lspci.c (format_agp_rate): Better formatting of AGP rates.
55081077814SMartin Mares
55181077814SMartin Mares	* pci.ids: New ID's.
55281077814SMartin Mares
5532dfd48cdSMartin Mares	* lib/configure: Added configuration for ia64 (the same as for Alpha).
5542dfd48cdSMartin Mares	Patch from Stephane Eranian <[email protected]>.
5552dfd48cdSMartin Mares
5565a258860SMartin MaresThu Jan 13 23:01:52 2000  Martin Mares  <[email protected]>
5575a258860SMartin Mares
5585a258860SMartin Mares	* Released as version 2.1.3.
5595a258860SMartin Mares
5605a258860SMartin Mares	* pci.ids: New ID's.
5615a258860SMartin Mares
5625a258860SMartin Mares	* lspci.c: Alpha IO_FORMAT fix by Andrea Arcangeli.
5635a258860SMartin Mares
5645a258860SMartin Mares	* lib/access.c: Corrected order of access methods -- it's wonderful how
5655a258860SMartin Mares	long could such a bug remain unspotted. Thanks go to Andreas Schockenhoff.
5665a258860SMartin Mares
5670c047bbeSMartin MaresSat Dec 11 23:34:48 1999  Martin Mares  <[email protected]>
5680c047bbeSMartin Mares
5690c047bbeSMartin Mares	* Released as version 2.1.2.
5700c047bbeSMartin Mares
5710c047bbeSMartin Mares	* lib/names.c (pci_lookup_name): Fixed printing of unknown subsystem ID's.
5720c047bbeSMartin Mares
57333bc28a5SMartin MaresSat Dec  4 13:11:03 1999  Martin Mares  <[email protected]>
57433bc28a5SMartin Mares
57539231205SMartin Mares	* Released as version 2.1.1.
57639231205SMartin Mares
57733bc28a5SMartin Mares	* pci.ids: Several new ID's.
57833bc28a5SMartin Mares
57933bc28a5SMartin Mares	* setpci.c (exec_op): Don't forget to increment address after writing
58033bc28a5SMartin Mares	single value, so that `30.b=12,34,56,78' works as expected. Reported
58133bc28a5SMartin Mares	by Petr Soucek <[email protected]>.
58233bc28a5SMartin Mares
5838d047897SMartin MaresWed Nov  3 10:24:38 1999  Martin Mares  <[email protected]>
5848d047897SMartin Mares
5858d047897SMartin Mares	* lspci.c (show_terse): If prog-if is zero, but it's present in the
5868d047897SMartin Mares	ID list, show it.
5878d047897SMartin Mares
5886afc6538SMartin MaresSat Oct 30 11:06:35 1999  Martin Mares  <[email protected]>
5896afc6538SMartin Mares
5906afc6538SMartin Mares	* Released as version 2.1.
5916afc6538SMartin Mares
5926afc6538SMartin Mares	* pci.ids: Synced to devlist.h in 2.3.24 kernel. Merged in
5936afc6538SMartin Mares	lots of contributed entries.
5946afc6538SMartin Mares
5958f756113SMartin MaresThu Oct 14 10:40:12 1999  Dave Jones    <[email protected]>
5968f756113SMartin Mares
5978f756113SMartin Mares	* pci.ids: Added lots of subsystem definitions.
5988f756113SMartin Mares
599d4798a32SMartin MaresSat Oct  9 14:32:28 1999  Martin Mares  <[email protected]>
600d4798a32SMartin Mares
601d4798a32SMartin Mares	* setpci.man: Better example.
602d4798a32SMartin Mares
603d4798a32SMartin Mares	* lspci.c: Resolve prog-if names.
604d4798a32SMartin Mares
605d4798a32SMartin Mares	* lib/names.c: Adapted to new pci.ids syntax.
606d4798a32SMartin Mares
607d4798a32SMartin Mares	* pci.ids: Reorganized the pci.ids file. Subsystems are listed
608d4798a32SMartin Mares	under devices, classes can optionally contain prog-if information.
609d4798a32SMartin Mares	New ID's, as usually.
610d4798a32SMartin Mares
611e306e911SMartin MaresWed Sep 22 09:45:24 1999  Martin Mares  <[email protected]>
612e306e911SMartin Mares
613e306e911SMartin Mares	* pci.ids: New ID's. As usually.
614e306e911SMartin Mares
615e306e911SMartin Mares	* lspci.c (show_htype1, show_htype2): Don't show `closed' bridge windows
616e306e911SMartin Mares	unless we're vvvery verbose.
617e306e911SMartin Mares
618e306e911SMartin MaresMon Sep 20 11:22:54 1999  Martin Mares  <[email protected]>
619e306e911SMartin Mares
620e306e911SMartin Mares	* lspci.c (show_htype2): Don't forget a TAB before the "I/O window" line.
621e306e911SMartin Mares
622e64a576cSMartin MaresTue Sep 14 09:31:01 1999  Martin Mares  <[email protected]>
623e64a576cSMartin Mares
624e64a576cSMartin Mares	* pci.ids: New ID's. Again.
625e64a576cSMartin Mares
626c36c0862SMartin MaresThu Aug  5 17:45:42 1999  Martin Mares  <[email protected]>
627c36c0862SMartin Mares
628c36c0862SMartin Mares	* lspci.c (show_size): Don't show size if it's zero (usually
629c36c0862SMartin Mares	due to bus-centric mode being enabled).
630c36c0862SMartin Mares
6311ca42433SMartin MaresTue Jul 20 13:25:09 1999  Martin Mares  <[email protected]>
6321ca42433SMartin Mares
633168b4f46SMartin Mares	* lib/pci.h: Types are OS dependent.
634168b4f46SMartin Mares
635168b4f46SMartin Mares	* lib/internal.h: Byte order hacks are OS dependent.
636168b4f46SMartin Mares
637168b4f46SMartin Mares	* lib/configure: Recognize FreeBSD. Also set OS_XXX according to the OS.
638168b4f46SMartin Mares
639168b4f46SMartin Mares	* lib/Makefile, lib/access.c: Added fbsd-device target.
640168b4f46SMartin Mares
641168b4f46SMartin Mares	* pci.ids: Added an entry for PLX 9080 bridges with subsystem ID
642168b4f46SMartin Mares	incorrectly set to device ID.
643168b4f46SMartin Mares
644168b4f46SMartin Mares	* README: Added a note that we support FreeBSD.
645168b4f46SMartin Mares
646168b4f46SMartin Mares	* Makefile (PREFIX, ROOT): Set it depending on the OS.
647168b4f46SMartin Mares	(%.8): Grrr, BSD date is not able to convert date formats the same way
648168b4f46SMartin Mares	as GNU date does. Use sed instead.
649168b4f46SMartin Mares	(install): Use `-c' when calling install.
650168b4f46SMartin Mares
651168b4f46SMartin Mares	* lib/fbsd-device.c: Added FreeBSD /dev/pci access module contributed
652168b4f46SMartin Mares	by Jari Kirma <[email protected]>.
653168b4f46SMartin Mares
654bc6346dfSMartin Mares	* lib/proc.c: Rewrote the pread/pwrite things once again. Use pread
655bc6346dfSMartin Mares	and pwrite only when we are certain it's safe (i.e., glibc 2.1
656bc6346dfSMartin Mares	on all architectures or any libc on a i386 where we really know
657bc6346dfSMartin Mares	how to use syscalls directly). In all other cases, emulate it
658bc6346dfSMartin Mares	with lseek/read/write.
659bc6346dfSMartin Mares
6601ca42433SMartin Mares	* pci.ids: Some more IDs.
6611ca42433SMartin Mares
6621ca42433SMartin MaresMon Jul 19 14:10:36 1999  Martin Mares  <[email protected]>
6631ca42433SMartin Mares
6641ca42433SMartin Mares	* pci.ids: Added IDs of parallel port controller cards as sent
6651ca42433SMartin Mares	by Tim Waugh <[email protected]>.
6661ca42433SMartin Mares
667e95c8373SMartin MaresWed Jul  7 00:55:48 1999  Martin Mares  <[email protected]>
668e95c8373SMartin Mares
669e95c8373SMartin Mares	* lib/proc.c (proc_scan): HAVE_LONG_ADDRESS instead of HAVE_64BIT_ADDRESS.
670e95c8373SMartin Mares
671e95c8373SMartin Mares	* lspci.c: ADDR_FORMAT now depends on both HAVE_64BIT_ADDRESS and
672e95c8373SMartin Mares	HAVE_LONG_ADDRESS.
673e95c8373SMartin Mares
674e95c8373SMartin Mares	* lib/configure: HAVE_64BIT_ADDRESS now doesn't imply that the addresses
675e95c8373SMartin Mares	are represented as long long. Introduced a new flag HAVE_LONG_ADDRESS
676e95c8373SMartin Mares	to indicate this. Both Sparc architectures now use both 64BIT_ADDRESS
677e95c8373SMartin Mares	and LONG_ADDRESS since they have 32-bit userland, but don't set LONG_ADDRESS
678e95c8373SMartin Mares	on Alpha.
679e95c8373SMartin Mares
680e95c8373SMartin Mares	* lspci.c (show_msi): Added dumping of the MSI capability.
681e95c8373SMartin Mares	(show_slotid): The same for SlotID capability.
682e95c8373SMartin Mares	(show_caps): Seperated capability dumping, because it should
683e95c8373SMartin Mares	be used for both htype0 and htype1. Even PCI 2.2 doesn't mention
684e95c8373SMartin Mares	layout of htype2, so I'm a bit unsure about it wrt capabilities
685e95c8373SMartin Mares	-- they at least have to live somewhere else since address 0x34
686e95c8373SMartin Mares	is already defined differently in htype2.
687e95c8373SMartin Mares
688e95c8373SMartin Mares	* lib/header.h (PCI_STATUS_UDF): Marked as obsolete (PCI 2.2).
689e95c8373SMartin Mares	(PCI_BASE_ADDRESS_MEM_TYPE_1M): Ditto.
690e95c8373SMartin Mares	(PCI_CAP_ID_*): Added some new capabilities defined in PCI 2.2.
691e95c8373SMartin Mares
692e95c8373SMartin Mares	* lspci.c (show_htype0): Mask out lowest 2 bits from all capability pointers
693e95c8373SMartin Mares	(required by the PCI 2.2 specs).
694e95c8373SMartin Mares
695e95c8373SMartin MaresMon Jul  5 12:45:19 1999  Martin Mares  <[email protected]>
696e95c8373SMartin Mares
697e95c8373SMartin Mares	* lspci.c (show_size): Added new function for dumping of region sizes.
698e95c8373SMartin Mares	(show_rom): Added. Now correctly dumps unassigned ROM addresses, disabled
699e95c8373SMartin Mares	ROMs et cetera.
700e95c8373SMartin Mares
701e95c8373SMartin Mares	* lib/pci.h (struct pci_dev): known_fields moved to the public part
702e95c8373SMartin Mares	of the structure.
703e95c8373SMartin Mares
704e95c8373SMartin Mares	* Added support for region sizes. Needs support in the kernel, because
705e95c8373SMartin Mares	sizes have to be scanned before drivers initialize yourself. pci_fill_info()
706e95c8373SMartin Mares	now returns a bitmask of what fields were really read.
707e95c8373SMartin Mares
70882ce97c9SMartin MaresMon Jun 28 18:37:51 1999  Dave Jones    <[email protected]>
70982ce97c9SMartin Mares
71082ce97c9SMartin Mares	* Makefile:
71182ce97c9SMartin Mares	  Added `uninstall' target - removes all traces of pciutils.
71282ce97c9SMartin Mares	* pci.ids:
71382ce97c9SMartin Mares	  - Lots of cleanups in the ATI, S3, Adaptec vendors.
71482ce97c9SMartin Mares	  - Changed Compaq QVision 1280/p definitions, as it's not possible
71582ce97c9SMartin Mares	    to determine the revision from the device ID.
71682ce97c9SMartin Mares	  - Same for the Tseng ET4000.
71782ce97c9SMartin Mares	    The id's said I had a rev C, when it was actually a rev B.
71882ce97c9SMartin Mares	  - Removed some unnecessary strings
71982ce97c9SMartin Mares	    `PCI'. Unless it's an AGP card, it should be obvious that it's PCI.
72082ce97c9SMartin Mares	    `Ethernet card'. This should be determined from config space.
72182ce97c9SMartin Mares	  - Lots of other new vendors & devices
72282ce97c9SMartin Mares	  - Other additional small cleanups.
72382ce97c9SMartin Mares
7247bed2d83SMartin MaresMon Jun 21 22:11:10 1999  Martin Mares  <[email protected]>
7257bed2d83SMartin Mares
7267bed2d83SMartin Mares	* lib/names.c (pci_lookup_name): When device ID lookup
7277bed2d83SMartin Mares	fails, return hexadecimal device ID instead of vendor ID.
7287bed2d83SMartin Mares	Well spotted by Axel Bodemann <[email protected]>,
7297bed2d83SMartin Mares	I've just extended the fix to subsystem ID's.
7307bed2d83SMartin Mares
7315ba3a475SMartin MaresThu Jun 17 19:48:21 1999  Martin Mares  <[email protected]>
7325ba3a475SMartin Mares
7335ba3a475SMartin Mares	* lspci.c (show_agp): Bug fix from Petr Vandrovec
7345ba3a475SMartin Mares	<[email protected]>. The command register was displayed
7355ba3a475SMartin Mares	incorrectly.
7365ba3a475SMartin Mares
7375ba3a475SMartin MaresWed Jun  2 22:42:44 1999  Martin Mares  <[email protected]>
7385ba3a475SMartin Mares
7395ba3a475SMartin Mares	* lib/proc.c (SYS_pread, SYS_pwrite): Use hard-coded
7405ba3a475SMartin Mares	numbers if not supplied by the libc.
7415ba3a475SMartin Mares
74255c815b5SMartin MaresWed May 19 13:24:39 1999  Martin Mares  <[email protected]>
74355c815b5SMartin Mares
74455c815b5SMartin Mares	* Released the whole package as version 2.0.
74555c815b5SMartin Mares
74655c815b5SMartin MaresFri May 14 22:42:02 1999  Martin Mares  <[email protected]>
74755c815b5SMartin Mares
74855c815b5SMartin Mares	* pci.ids: Added several new ID's contributed by people
74955c815b5SMartin Mares	on the linux-pci list.
75055c815b5SMartin Mares
751dec16943SMartin MaresMon Apr 19 15:21:08 1999  Jakub Jelinek  <[email protected]>
752dec16943SMartin Mares
753dec16943SMartin Mares	* lspci.c: Display I/O addresses correctly on sparc64.
754dec16943SMartin Mares	* lib/header.h: Ditto.
755dec16943SMartin Mares
756dec16943SMartin Mares	* lib/configure: On sparc set HAVE_64BIT* as well, we want
757dec16943SMartin Mares	a binary which works on both 32bit and 64bit SPARCs.
758dec16943SMartin Mares
759e33c9c7aSMartin MaresSun Apr 18 21:14:58 1999  Martin Mares  <[email protected]>
760e33c9c7aSMartin Mares
761e33c9c7aSMartin Mares	* lspci.c, lib/proc.c: Alpha compilation fixes from Matthew Jacob
762e33c9c7aSMartin Mares	<[email protected]>.
763e33c9c7aSMartin Mares
764e33c9c7aSMartin Mares	* pci.ids: A lot of updates from Adam J. Richter <[email protected]>.
765e33c9c7aSMartin Mares
766f3395cc5SMartin MaresSun Feb 28 22:26:21 1999  Martin Mares  <[email protected]>
767f3395cc5SMartin Mares
768f3395cc5SMartin Mares	* lspci.c (do_map_bus): Don't dump functions 1--7 if not flagged
769f3395cc5SMartin Mares	as a multi-function device, because several single-function devices
770f3395cc5SMartin Mares	don't decode the function bits at all.
771f3395cc5SMartin Mares
772f3395cc5SMartin MaresSun Feb 14 23:48:22 1999  Martin Mares  <[email protected]>
773f3395cc5SMartin Mares
774f3395cc5SMartin Mares	* Makefile (install): Don't use "-o root -g root" for installation
775f3395cc5SMartin Mares	since it breaks on machines where programs are not installed by root.
776f3395cc5SMartin Mares	Reported by Richard Gooch <[email protected]>
777f3395cc5SMartin Mares
778f3395cc5SMartin MaresTue Feb  9 15:54:39 1999  Martin Mares  <[email protected]>
779f3395cc5SMartin Mares
780f3395cc5SMartin Mares	* lspci.c (show_bases): Use new address masking macros and pciaddr_t.
781f3395cc5SMartin Mares
782f3395cc5SMartin Mares	* lib/pci.h: Using pciaddr_t for bus addresses, which are 32-bit
783f3395cc5SMartin Mares	or 64-bit depending on CPU.
784f3395cc5SMartin Mares
785f3395cc5SMartin Mares	* lib/pci.h (PCI_ADDR_MEM_MASK): Added macros for address masks
786f3395cc5SMartin Mares	according to bus address width.
787f3395cc5SMartin Mares
7881c31d620SMartin MaresThu Jan 28 20:54:16 1999  Martin Mares  <[email protected]>
7891c31d620SMartin Mares
7901c31d620SMartin Mares	* Released as 1.99.4.
7911c31d620SMartin Mares
7921c31d620SMartin Mares	* lspci.c: Capability list parser now recognizes both AGP
7931c31d620SMartin Mares	registers and PCI Power Management registers (the latter
7941c31d620SMartin Mares	is mainly guesswork based on DEC/Intel 21153 bridge specs
7951c31d620SMartin Mares	since I don't have the PCI Power Management document).
7961c31d620SMartin Mares
7971c31d620SMartin Mares	* lspci.c: Replaced numerous occurences of (x & flag) ? '+' : '-'
7981c31d620SMartin Mares	by FLAG macro.
7991c31d620SMartin Mares
8001c31d620SMartin Mares	* lspci.c: Added bridge checks to bus mapping code.
8011c31d620SMartin Mares
8021812a795SMartin MaresWed Jan 27 14:59:16 1999  Martin Mares  <[email protected]>
8031812a795SMartin Mares
8041812a795SMartin Mares	* lspci.c: Implemented bus mapping mode (-M).
8051812a795SMartin Mares
8061812a795SMartin Mares	* lspci.c (scan_devices): Split to scan_devices() and scan_device().
8071812a795SMartin Mares	(show): Split to show() and show_device().
8081812a795SMartin Mares
8091812a795SMartin Mares	* lib/access.c (pci_init): When a->method == PCI_ACCESS_AUTO,
8101812a795SMartin Mares	set it to the real access method afterwards.
8111812a795SMartin Mares
8121812a795SMartin MaresMon Jan 25 23:46:13 1999  Martin Mares  <[email protected]>
8131812a795SMartin Mares
8141812a795SMartin Mares	* lib/generic.c (pci_generic_fill_info): If in buscentric mode,
8151812a795SMartin Mares	don't check PCI_COMMAND for I/O and memory enables.
8161812a795SMartin Mares
817f6c86928SMartin MaresMon Jan 25 21:28:49 1999  Martin Mares  <[email protected]>
818f6c86928SMartin Mares
819f6c86928SMartin Mares	* Makefile: Added target `release' which substitutes new version
820f6c86928SMartin Mares	number to .spec, .lsm and README. Also rewrote target `dist'.
821f6c86928SMartin Mares
822f6c86928SMartin Mares	* Released as 1.99.3.
823f6c86928SMartin Mares
824b5137411SMartin MaresSun Jan 24 22:10:36 1999  Martin Mares  <[email protected]>
825b5137411SMartin Mares
826d6b297d0SMartin Mares	* lib/header.h: Until kernel adopts new layout of PCI
827d6b297d0SMartin Mares	includes (i.e., separate declaration of header structure,
828d6b297d0SMartin Mares	functions and device IDs), which is not going to happen
829d6b297d0SMartin Mares	before 2.3, we'll use our own definiton of the header.
830d6b297d0SMartin Mares
831b5137411SMartin Mares	* lspci.c (show_verbose): Display `Cap' flag in device status.
832b5137411SMartin Mares
833b5137411SMartin Mares	* lspci.c (show_htype0): Display capability lists whereever
834b5137411SMartin Mares	available. The only capability name we recognize now is `AGP'.
835b5137411SMartin Mares	Unfortunately, capabilities are stored in device-dependent
836b5137411SMartin Mares	portion of the configuration space and are thus available
837b5137411SMartin Mares	only to root unless you read a dump.
838b5137411SMartin Mares
839b5137411SMartin Mares	* lspci.c (scan_devices): Use cache instead of buffering.
840b5137411SMartin Mares
841b5137411SMartin Mares	* lib/buffer.c: Removed (obsoleted by the cache).
842b5137411SMartin Mares
843b5137411SMartin Mares	* lib/access.c: Added general caching mechanism.
844b5137411SMartin Mares
84581ce358dSMartin MaresSat Jan 23 21:30:54 1999  Martin Mares  <[email protected]>
84681ce358dSMartin Mares
84781ce358dSMartin Mares	* pci.ids: Added few devices.
84881ce358dSMartin Mares
849727ce158SMartin MaresFri Jan 22 19:29:31 1999  Martin Mares  <[email protected]>
850727ce158SMartin Mares
851727ce158SMartin Mares	* Version string is now defined in top-level Makefile, exported
852727ce158SMartin Mares	to the configure script and also substituted to man pages.
853727ce158SMartin Mares
854727ce158SMartin Mares	* lspci.c (show_bases): Rewrote displaying of 64-bit addresses.
855727ce158SMartin Mares	(show_verbose): Rewrote interrupt display logic.
856727ce158SMartin Mares
857727ce158SMartin Mares	* lib/i386-ports.c: Include sys/io.h only on glibc systems.
858727ce158SMartin Mares
859727ce158SMartin Mares	* lib/configure: Rewrote detection of Linux versions. Now it
860727ce158SMartin Mares	works on 2.0 kernels (only with direct/dump access, of course).
861727ce158SMartin Mares
862727ce158SMartin Mares	* lib/internal.h: New bytesex macros using <asm/byteorder.h>
863727ce158SMartin Mares	whenever available.
864727ce158SMartin Mares
865727ce158SMartin Mares	* lib/proc.c (proc_read, proc_write): Distinguish between short
866727ce158SMartin Mares	read/write and real errors.
867727ce158SMartin Mares
868727ce158SMartin Mares	* lspci.c (show_htype{0,1}): Always use d->dev->rom_base_addr since
869727ce158SMartin Mares	libpci respects buscentric mode automatically.
870727ce158SMartin Mares
871727ce158SMartin Mares	* lspci.c (show_hex_dump): For CardBus bridges, print out 128
872727ce158SMartin Mares	bytes of header (the whole standard part).
873727ce158SMartin Mares
874727ce158SMartin Mares	* common.c: pcilib options are now all uppercase. Also moved
875727ce158SMartin Mares	PCI access debugging option here.
876727ce158SMartin Mares
877727ce158SMartin Mares	* Released as 1.99.2.
878727ce158SMartin Mares
879727ce158SMartin MaresWed Jan 20 22:50:35 1999  Martin Mares  <[email protected]>
880727ce158SMartin Mares
881727ce158SMartin Mares	* Wrote configure script and rewrote Makefiles.
882727ce158SMartin Mares
883727ce158SMartin Mares	* Removed few unused variables.
884727ce158SMartin Mares
885727ce158SMartin MaresWed Jan 20 12:21:56 1999  Martin Mares  <[email protected]>
886727ce158SMartin Mares
887727ce158SMartin Mares	* common.c: Moved several functions used in both setpci and lspci
888727ce158SMartin Mares	here. This includes parsing of libpci-related options.
889727ce158SMartin Mares
890727ce158SMartin Mares	* More library tweaks.
891727ce158SMartin Mares
892727ce158SMartin Mares	* filter.c, names.c: Moved to library.
893727ce158SMartin Mares
894727ce158SMartin Mares	* setpci: Rewritten to use the library.
895727ce158SMartin Mares
896727ce158SMartin Mares	* Released as 1.99.1.
897727ce158SMartin Mares
898727ce158SMartin MaresTue Jan 19 23:00:12 1999  Martin Mares  <[email protected]>
899727ce158SMartin Mares
900727ce158SMartin Mares	* lspci.c (scan_devices): For cardbus bridges, read first 128
901727ce158SMartin Mares	bytes of config space to get full standard header.
902727ce158SMartin Mares
903727ce158SMartin Mares	* Makefile (CFLAGS): Removed "-Wno-unused".
904727ce158SMartin Mares
905727ce158SMartin Mares	* Started the "New Generation" branch and introduced the
906727ce158SMartin Mares	PCI library.
907727ce158SMartin Mares
908727ce158SMartin Mares	* lspci: Rewritten to use the library.
909727ce158SMartin Mares
9106ece6bc6SMartin MaresTue Jan 19 22:24:08 1999  Martin Mares  <[email protected]>
9116ece6bc6SMartin Mares
9126ece6bc6SMartin Mares	* Released as version 1.10.
9136ece6bc6SMartin Mares
9146ece6bc6SMartin MaresMon Jan 18 08:51:17 1999  Martin Mares  <[email protected]>
9156ece6bc6SMartin Mares
9166ece6bc6SMartin Mares	* lspci.8, setpci.8: Miscellaneous fixes as suggested by
9176ece6bc6SMartin Mares	Dag Wieers <[email protected]>.
9186ece6bc6SMartin Mares
9191212dd6dSMartin MaresSun Nov 29 20:05:56 1998  Martin Mares  <[email protected]>
9201212dd6dSMartin Mares
9211212dd6dSMartin Mares	* pciutils.spec (Name): Update from Krzysztof G. Baranowski.
9221212dd6dSMartin Mares
923d38471fdSMartin MaresSun Nov 22 10:49:56 1998  Martin Mares  <[email protected]>
924d38471fdSMartin Mares
925d38471fdSMartin Mares	* Makefile, pciutils.h: Moved pci.ids to /usr/share.
926d38471fdSMartin Mares
927d38471fdSMartin Mares	* Released as version 1.09.
928d38471fdSMartin Mares
929371f605bSMartin MaresWed Nov 18 15:47:05 1998  Martin Mares  <[email protected]>
930371f605bSMartin Mares
931371f605bSMartin Mares	* lspci.c (show_htype1): Fixed displaying of prefetchable memory behind
932371f605bSMartin Mares	bridge. Thanks to Petr Vandrovec <[email protected]> for bug report.
933371f605bSMartin Mares
93410be47abSMartin MaresFri Oct 23 18:59:19 1998  Martin Mares  <[email protected]>
93510be47abSMartin Mares
93610be47abSMartin Mares	* setpci.c: Don't include <syscall-list.h> with glibc >= 2.1.
93710be47abSMartin Mares
938472bd340SMartin MaresMon Oct 19 21:53:30 1998  Martin Mares  <[email protected]>
939472bd340SMartin Mares
940472bd340SMartin Mares	* Released as version 1.08.
941472bd340SMartin Mares
942472bd340SMartin Mares	* setpci.c: glibc 2.1.x already defines pread() and pwrite().
943472bd340SMartin Mares
944472bd340SMartin Mares	* lspci.8: Changed warning about lspci -xxx.
945472bd340SMartin Mares
946472bd340SMartin Mares	* lspci.c: Require "-xxx" for full configuration space dump, so that
947472bd340SMartin Mares	it's impossible to crash the machine by single typo.
948472bd340SMartin Mares
949472bd340SMartin Mares	* specs: Added (courtesy of Krzysztof G. Baranowski <[email protected]>).
950472bd340SMartin Mares
951072c77e5SMartin MaresWed Sep  9 12:03:24 1998  Martin Mares  <[email protected]>
952072c77e5SMartin Mares
953072c77e5SMartin Mares	* lspci.c (show_bases): Better displaying of unassigned and
954072c77e5SMartin Mares	disabled bases. Thanks to Gabriel Paubert <[email protected]>
955072c77e5SMartin Mares	for an idea.
956072c77e5SMartin Mares
957b7554856SMartin MaresWed Sep  2 10:58:01 1998  Martin Mares  <[email protected]>
958b7554856SMartin Mares
959b7554856SMartin Mares	* setpci.c (pread): Recognize glibc 1.99 numbered as 2.0 on the PPC.
960b7554856SMartin Mares	(thanks to Geert Uytterhoeven for finding this out)
961b7554856SMartin Mares
962ce503b7fSMartin MaresFri Jul 17 10:43:30 1998  Martin Mares  <[email protected]>
963ce503b7fSMartin Mares
964ce503b7fSMartin Mares	* lspci.c (show_verbose): Print subsystem ID using the new resolver.
965ce503b7fSMartin Mares	(show_machine): Print subsystem ID.
966ce503b7fSMartin Mares
967ce503b7fSMartin Mares	* names.c: New name resolution engine supporting subsystem IDs.
968ce503b7fSMartin Mares
969ce503b7fSMartin Mares	* Released as version 1.07.
970ce503b7fSMartin Mares
97196e4f295SMartin MaresWed Jul 15 15:37:21 1998  Martin Mares  <[email protected]>
97296e4f295SMartin Mares
97396e4f295SMartin Mares	* lspci.c (show_htype2 etc.): Displaying of CardBus headers.
97496e4f295SMartin Mares	(show_bases): Honor the `cnt' argument.
97596e4f295SMartin Mares	(grow_tree): Parse CardBus headers in tree mode as well.
97696e4f295SMartin Mares
97796e4f295SMartin Mares	* pci.h: Updated CardBus header field description. I still don't
97896e4f295SMartin Mares	have the CardBus standard available, but OZ6832 specs contain
97996e4f295SMartin Mares	full description of all header fields supported by the chip.
98096e4f295SMartin Mares
9816ae3650aSMartin MaresTue Jun  9 22:53:59 1998  Martin Mares  <[email protected]>
9826ae3650aSMartin Mares
983304f9a0bSMartin Mares	* Released as 1.06.
984304f9a0bSMartin Mares
9856ae3650aSMartin Mares	* names.c (parse_name_list): Killed an unused variable.
9866ae3650aSMartin Mares
9876ae3650aSMartin Mares	* setpci.c (pread, pwrite): Define SYS_(pread|pwrite) as __NR_\1
9886ae3650aSMartin Mares	if they are not defined by glibc (needed for glibc built on older
9896ae3650aSMartin Mares	kernels). Ugly.
9906ae3650aSMartin Mares
9916ae3650aSMartin Mares	* setpci.c (exec_op): Fixed error messages. Thanks, Steve!
9926ae3650aSMartin Mares
9934b88a6b8SMartin MaresMon Jun  8 10:59:22 1998  Martin Mares  <[email protected]>
9944b88a6b8SMartin Mares
9954b88a6b8SMartin Mares	* Released as 1.05.
9964b88a6b8SMartin Mares
9974b88a6b8SMartin Mares	* setpci.c: Problems with pread()/pwrite() with glibc on Alpha
9984b88a6b8SMartin Mares	should be gone. Again thanks to Steve for bug report.
9994b88a6b8SMartin Mares
10004b88a6b8SMartin Mares	* filter.c (filter_parse_slot): Fixed ":x" type filters.
10014b88a6b8SMartin Mares
10024b88a6b8SMartin Mares	* pci.ids: Killed duplicate entry. Thanks to Stephen Williams
10034b88a6b8SMartin Mares	<[email protected]> for reporting this.
10044b88a6b8SMartin Mares
10054b88a6b8SMartin MaresSun Jun  7 19:27:51 1998  Martin Mares  <[email protected]>
10064b88a6b8SMartin Mares
10074b88a6b8SMartin Mares	* lspci.c (main), setpci.c (main): Implemented "--version".
10084b88a6b8SMartin Mares
10094b88a6b8SMartin Mares	* Released as 1.04.
10104b88a6b8SMartin Mares
10114b88a6b8SMartin Mares	* pciutils.h (PCIUTILS_VERSION): Added version string.
10124b88a6b8SMartin Mares
10134b88a6b8SMartin Mares	* filter.c, names.c: Extraneous #include <linux/pci.h> removed.
10144b88a6b8SMartin Mares	Thanks to Geert Uytterhoeven <[email protected]>
10154b88a6b8SMartin Mares	for bug report.
10164b88a6b8SMartin Mares
10179b306998SMartin MaresThu May 28 14:45:58 1998  Martin Mares  <[email protected]>
10189b306998SMartin Mares
10199b306998SMartin Mares	* pci.ids: More updates from Jens Maurer.
10209b306998SMartin Mares
1021b372672fSMartin MaresWed Apr 22 10:00:39 1998  Martin Mares  <[email protected]>
1022b372672fSMartin Mares
1023b372672fSMartin Mares	* pci.ids: Updates from Jens Maurer.
1024b372672fSMartin Mares
1025b2c9b373SMartin MaresSun Apr 19 11:14:25 1998  Martin Mares  <[email protected]>
1026b2c9b373SMartin Mares
1027b372672fSMartin Mares	* Released as 1.03.
1028b372672fSMartin Mares
1029b2c9b373SMartin Mares	* setpci.8: Written.
1030b2c9b373SMartin Mares
1031b2c9b373SMartin Mares	* setpci.c: Finished.
1032b2c9b373SMartin Mares
1033b2c9b373SMartin Mares	* lspci.c: Now able to fetch expansion ROM base from kernel device list
1034b2c9b373SMartin Mares	and print it if not in buscentric mode.
1035b2c9b373SMartin Mares
1036e4842ff3SMartin MaresTue Mar 31 23:11:57 1998  Martin Mares  <[email protected]>
1037e4842ff3SMartin Mares
1038e4842ff3SMartin Mares	* setpci.c: Added.
1039e4842ff3SMartin Mares
1040e4842ff3SMartin MaresSun Mar 22 15:39:08 1998  Martin Mares  <[email protected]>
1041e4842ff3SMartin Mares
1042e4842ff3SMartin Mares	* lspci.8: Updated the documentation.
1043e4842ff3SMartin Mares
1044e4842ff3SMartin Mares	* lspci.c: Modified to use the new filtering mechanism (options -f and -d).
1045e4842ff3SMartin Mares
1046e4842ff3SMartin Mares	* filter.c: Introduced new generic device filter.
1047e4842ff3SMartin Mares
1048008407bdSMartin MaresThu Mar 19 17:03:48 1998  Martin Mares  <[email protected]>
1049008407bdSMartin Mares
1050008407bdSMartin Mares	* lspci.c (grow_tree, show_tree_dev, print_it): Fixed displaying
1051008407bdSMartin Mares	of PCI-to-PCI bridges in the tree format.
1052008407bdSMartin Mares
10530a33d0ecSMartin MaresSun Feb 15 10:12:25 1998  Martin Mares  <[email protected]>
10540a33d0ecSMartin Mares
10550a33d0ecSMartin Mares	* lspci.c (show_machine): Added non-verbose mode of machine-readable
10560a33d0ecSMartin Mares	dump.
10570a33d0ecSMartin Mares
10580a33d0ecSMartin Mares	* pci.ids: Updates from Jens Maurer.
10590a33d0ecSMartin Mares
10600a33d0ecSMartin Mares	* Released as version 1.02.
10610a33d0ecSMartin Mares
10620a33d0ecSMartin MaresThu Feb 12 16:53:28 1998  Martin Mares  <[email protected]>
10630a33d0ecSMartin Mares
10640a33d0ecSMartin Mares	* lspci.c: Added a "-m" switch for dumping machine-readable
10650a33d0ecSMartin Mares	configuration data (requested by Bjoern Kriews <[email protected]>).
10660a33d0ecSMartin Mares
1067fb38eee8SMartin MaresMon Feb  9 13:17:43 1998  Martin Mares  <[email protected]>
1068fb38eee8SMartin Mares
1069fb38eee8SMartin Mares	* Makefile, pciutils.h: Include local pci.h instead of <linux/pci.h>
1070fb38eee8SMartin Mares	if available. This should avoid all problems with official kernel
1071fb38eee8SMartin Mares	not synchronized to newer PCI code in CVS -- standard distribution
1072fb38eee8SMartin Mares	of pciutils now contains pci.h from current CVS kernel, pciutils
1073fb38eee8SMartin Mares	in CVS contain no pci.h and use the correct kernel include.
1074fb38eee8SMartin Mares
1075fb38eee8SMartin Mares	* Makefile: Fixed installation path for man pages.
1076fb38eee8SMartin Mares
10772f48f637SMartin MaresSat Feb  7 15:15:46 1998  Martin Mares  <[email protected]>
10782f48f637SMartin Mares
10792f48f637SMartin Mares	* README: Updated.
10802f48f637SMartin Mares
10812f48f637SMartin Mares	* lspci.8: Created a man page.
10822f48f637SMartin Mares
10832f48f637SMartin Mares	* Releasing as version 1.0.
10842f48f637SMartin Mares
10852f48f637SMartin MaresTue Feb  3 20:56:00 1998  Martin Mares  <[email protected]>
10862f48f637SMartin Mares
10872f48f637SMartin Mares	* Makefile: Recognize architecture by calling uname and pass it as ARCH_xxx
10882f48f637SMartin Mares	to all the C sources. This should eliminate problems with 32-bit compilers
10892f48f637SMartin Mares	on sparc64.
10902f48f637SMartin Mares
10912f48f637SMartin Mares	* lspci.c (show_verbose): Recognize CardBus bridge header type.
10922f48f637SMartin Mares	(show_htype2): Stub routine.
10932f48f637SMartin Mares	(scan_config): Write sensible error message if the kernel denies reading of
10942f48f637SMartin Mares	upper part of the PCI config space.
1095