xref: /pciutils/ChangeLog (revision d1fa27eb)
109817437SMartin Mares2004-06-27  Martin Mares  <[email protected]>
209817437SMartin Mares
3*d1fa27ebSMartin Mares	* Released as 2.1.99-test6.
4*d1fa27ebSMartin Mares
54d67aa89SMartin Mares	* lspci.c (show_msix), lib/header.h: Added dumping of MSI-X cap.
64d67aa89SMartin Mares	Patch by Roland Dreier <[email protected]>, cleaned up by me.
74d67aa89SMartin Mares
84d67aa89SMartin Mares	* lspci.c (show_pcix_nobridge, show_pcix_bridge): Handle config_fetch()
94d67aa89SMartin Mares	failures.
104d67aa89SMartin Mares
114d67aa89SMartin Mares	* lib/header.h: Added PCI Express extended capabilities. Again by Matthew.
124d67aa89SMartin Mares
134d67aa89SMartin Mares	* lspci.c (show_express): Added dumping of PCI Express cap.
144d67aa89SMartin Mares	Patch by Matthew Wilcox.
154d67aa89SMartin Mares
164d67aa89SMartin Mares	* lib/header.h: Added a list of PCI 3.0 capabilities and also details
174d67aa89SMartin Mares	on PCI Express caps. Patch by Matthew Wilcox <[email protected]>.
184d67aa89SMartin Mares
1909817437SMartin Mares	* lspci.c (check_root): Gone. No explicit checks for root are needed,
2009817437SMartin Mares	report correct errors reported by the libpci instead.
2109817437SMartin Mares
2209817437SMartin Mares	* lspci.c: Added dumping of the extended config space on "-xxxx".
2309817437SMartin Mares	Better caching of config registers.
2409817437SMartin Mares
2509817437SMartin Mares	* setpci.c (main): Allow access to whole 4096 bytes of the config space.
2609817437SMartin Mares
2709817437SMartin Mares	* lib/sysfs.c, lib/proc.c: Don't print error messages on short reads,
2809817437SMartin Mares	just return the appropriate error code.
2909817437SMartin Mares
3009817437SMartin Mares	* lib: Added support for extended (4096-byte) configuration space,
3109817437SMartin Mares	currently implemented only in Linux proc and sysfs access methods
3209817437SMartin Mares	and of course in the dump reader.
3309817437SMartin Mares
340d656226SMartin Mares2004-05-29  Martin Mares  <[email protected]>
350d656226SMartin Mares
36c0eece92SMartin Mares	* Released as 2.1.99-test5.
37c0eece92SMartin Mares
38a2413560SMartin Mares	* lib/pci.h: Windows don't have the standard u_int* types.
39a2413560SMartin Mares
40a2413560SMartin Mares	* lib/internal.h: <sys/param.h> required on Windows for endianity
41a2413560SMartin Mares	macros.
42a2413560SMartin Mares
43a2413560SMartin Mares	* lib/i386-ports.c: Connected i386-io-windows.h.
44a2413560SMartin Mares
45a2413560SMartin Mares	* lspci.c (check_root): geteuid() is not available on Windows.
46a2413560SMartin Mares
47a2413560SMartin Mares	* lib/i386-io-windows.h: Added Windows port contributed by Alexander
48a2413560SMartin Mares	Stock <[email protected]>.
49a2413560SMartin Mares
50a2413560SMartin Mares	* lib/configure: Hopefully fixed SunOS port broken by various
51a2413560SMartin Mares	changes to the configure script.
52a2413560SMartin Mares
530d656226SMartin Mares	* Makefile, lib/configure: Cross-compilation support, patch by Maciej.
540d656226SMartin Mares
55138c0385SMartin Mares2004-05-28  Martin Mares  <[email protected]>
56138c0385SMartin Mares
579f490382SMartin Mares	* Released as 2.1.99-test4.
589f490382SMartin Mares
59cce2caacSMartin Mares	* lspci.c (show_verbose): Header type 1 is probably legal for all
60cce2caacSMartin Mares	types of bridges, not only for PCI-to-PCI bridges.
61cce2caacSMartin Mares
62b569ef09SMartin Mares	* lspci.c (format_agp_rate): Write "x16", not "x@".
63b569ef09SMartin Mares	(show_agp): rate[] could overflow.
64b569ef09SMartin Mares	Bugs reported by Jakub Bogusz <[email protected]>.
65b569ef09SMartin Mares
66bfc4fe7aSMartin Mares	* lspci.c (show_ht_*): Show HyperTransport capability with all its
67bfc4fe7aSMartin Mares	details. Once again code by Maciej simplified (i.e., possibly broken)
68bfc4fe7aSMartin Mares	by me.
69bfc4fe7aSMartin Mares
70bfc4fe7aSMartin Mares	* lib/header.h: Added declarations of HyperTransport capability.
71bfc4fe7aSMartin Mares	Again thanks to Maciej.
72bfc4fe7aSMartin Mares
73138c0385SMartin Mares	* lspci.c: Decode all bits of the secondary status word in type 1 headers.
74138c0385SMartin Mares	Thanks to Maciej W. Rozycki <[email protected]> for the patch.
75138c0385SMartin Mares
768fc75dbcSMartin Mares2003-12-27  Martin Mares  <[email protected]>
778fc75dbcSMartin Mares
7881abd2a7SMartin Mares	* Released as 2.1.99-test3.
7981abd2a7SMartin Mares
801f7c91ccSMartin Mares	* lspci.man, setpci.man: Document domains and correct spelling.
811f7c91ccSMartin Mares
821f7c91ccSMartin Mares	* lib/dump.c (dump_init): Added ability to read domain numbers.
831f7c91ccSMartin Mares
8484c8d1bbSMartin Mares	* lspci.c: Devices in domains different from 0 have their slot number
851f7c91ccSMartin Mares	printed as "<domain>:<bus>:<slot>.<func>". Tree view supports domains
861f7c91ccSMartin Mares	as well.
8784c8d1bbSMartin Mares
8884c8d1bbSMartin Mares	* lib/filter.c: Slot filters understand domains.
8984c8d1bbSMartin Mares
9084c8d1bbSMartin Mares	* lib/generic.c: Mention the domain in slot numbers in all error messages.
9184c8d1bbSMartin Mares
9284c8d1bbSMartin Mares	* lib/internal.h: The #ifdef for Linux <asm/byteorder.h> was wrong.
9384c8d1bbSMartin Mares
9484c8d1bbSMartin Mares	* lib/access.c (pci_get_dev): Added support for domains.
9584c8d1bbSMartin Mares
9684c8d1bbSMartin Mares	* lib/sysfs.c (sysfs_scan): Read vendor and device ID from the config
9784c8d1bbSMartin Mares	registers (or to be precise, leave it for the generic parts of the pcilib
9884c8d1bbSMartin Mares	to do so) instead of reading them from the sysfs. It's faster this way.
9984c8d1bbSMartin Mares
10084c8d1bbSMartin Mares	* lspci.c (show_pcix): Don't touch pci_dev->hdrtype, it's an internal
10184c8d1bbSMartin Mares	variable. Better read it from the config registers (it's cached anyway).
10284c8d1bbSMartin Mares
10384c8d1bbSMartin Mares	* lib/sysfs.c (sysfs_scan), lib/proc.c (proc_scan): Don't read the hdrtype.
10484c8d1bbSMartin Mares	  lib/generic.c (pci_generic_fill_info): If hdrtype is -1 (unset), read it.
10584c8d1bbSMartin Mares	  Saves lots of unnecessary file accesses.
10684c8d1bbSMartin Mares
10711f7b31bSMartin Mares	* lib/pci.h (PCIADDR_PORT_FMT): Use %llx instead of %Lx, because the latter
10811f7b31bSMartin Mares	is not supported by all C libraries.
10911f7b31bSMartin Mares
11011f7b31bSMartin Mares	* Makefile: Always enter the lib directory (remember that we don't have
11111f7b31bSMartin Mares	full dependecies for the library in the top-level Makefile; hmmm, another
11211f7b31bSMartin Mares	thing to rewrite some day).
11311f7b31bSMartin Mares
11411f7b31bSMartin Mares	* lib/sysfs.c: Added Linux sysfs access method based on the patch
11511f7b31bSMartin Mares	written by Matthew Wilcox <[email protected]>.
11611f7b31bSMartin Mares
11711f7b31bSMartin Mares	* lib/proc.c: Renamed the access method name from "/proc/bus/pci" to "Linux-proc".
11811f7b31bSMartin Mares
11911f7b31bSMartin Mares	* lib/pread.h: The hacks to support pread on various versions
12011f7b31bSMartin Mares	of Linux libc moved there.
12111f7b31bSMartin Mares
12211f7b31bSMartin Mares	* lib/proc.c (proc_setup): The return value of snprintf() varies
12311f7b31bSMartin Mares	between glibc versions, so we need to check both for a negative
12411f7b31bSMartin Mares	values and for too large values.
12511f7b31bSMartin Mares
1264284af58SMartin Mares	* Removed last few references to the "Linux PCI Utilities", the
1274284af58SMartin Mares	package is pretty cross-platform now :)
1284284af58SMartin Mares
1294284af58SMartin Mares2003-12-27  Martin Mares  <[email protected]>
1304284af58SMartin Mares
131ab12277eSMartin Mares	* Released as 2.1.99-test2.
132ab12277eSMartin Mares
133ab12277eSMartin Mares	* README, pciutils.lsm, pciutils.spec: Use @VERSION@ to make the
134ab12277eSMartin Mares	release scripts insert the current version. "make release" is gone.
135ab12277eSMartin Mares
136ab12277eSMartin Mares	* maint/release, maint/release.pm: Added a new system of scripts for
137ab12277eSMartin Mares	making releases including inter-version diffs etc.
138ab12277eSMartin Mares
139ab12277eSMartin Mares	* Makefile: Cleaned up.
140ab12277eSMartin Mares
141ab12277eSMartin Mares	* lib/fbsd-device.c: I patched another copy of this file by mistake,
142ab12277eSMartin Mares	this time the version checks should be right.
143ab12277eSMartin Mares
144ab12277eSMartin Mares2003-12-27  Martin Mares  <[email protected]>
145ab12277eSMartin Mares
1466d722cd6SMartin Mares	* Released as 2.1.99-test1.
1476d722cd6SMartin Mares
148dd33246aSMartin Mares	* pciutils.h, common.c, lspci.man, setpci.man, lib/internal.h:
149dd33246aSMartin Mares	Remove shadows of the syscall access method which was never
150dd33246aSMartin Mares	implemented.
151dd33246aSMartin Mares
15280b3121aSMartin Mares	* update-pciids.sh: Try to preserve permissions of the old file
15380b3121aSMartin Mares	if chmod supports --reference. Should close Debian Bug #223740.
15480b3121aSMartin Mares
1556aea909aSMartin Mares	* lib/proc.c (proc_setup): Increased path name length limit to 1024.
1566aea909aSMartin Mares	Thanks for Redhat and Mandrake for inspiration.
1576aea909aSMartin Mares
1586aea909aSMartin Mares	* lib/configure: Recognize ppc and ppc64, both have 64-bit addresses.
1596aea909aSMartin Mares	Grabbed from Redhat (Fedora) patches.
1606aea909aSMartin Mares
1616aea909aSMartin Mares2003-12-27  Martin Mares  <[email protected]>
1626aea909aSMartin Mares
163f701ff47SMartin Mares	Merged bug fixes from Debian patches:
164f701ff47SMartin Mares
165f701ff47SMartin Mares	* lspci.c (show_verbose): "Cache Line Size" should be capitalized.
166f701ff47SMartin Mares
167f701ff47SMartin Mares	* lspci.c (show_pcix_nobridge): Added a missing newline.
168f701ff47SMartin Mares
1692240db8cSMartin Mares	* lib/proc.c (proc_scan): When reading the header type, don't
1702240db8cSMartin Mares	forget to clear the topmost bit indicating that the device has
171f701ff47SMartin Mares	multiple functions.
1722240db8cSMartin Mares
1732240db8cSMartin Mares2003-12-27  Martin Mares  <[email protected]>
1742240db8cSMartin Mares
17545902995SMartin Mares	Updated the FreeBSD port. Thanks to Samy Al Bahra <[email protected]>
17645902995SMartin Mares	for the patches:
17745902995SMartin Mares
17845902995SMartin Mares	* lib/Makefile: Add ${FREEBSD_SYS} to the include path if it's defined.
17945902995SMartin Mares	* lib/fbsd-device.c: Select the right set of system includes according
18045902995SMartin Mares	to __FreeBSD_version.
18145902995SMartin Mares
18245902995SMartin Mares2003-12-27  Martin Mares  <[email protected]>
18345902995SMartin Mares
1848fc75dbcSMartin Mares	Merged support for Solaris on i386 by Bill Moore <[email protected]>
1858fc75dbcSMartin Mares	and cleaned up:
1868fc75dbcSMartin Mares
1878fc75dbcSMartin Mares	* lib/configure: Recognize SunOS.
1888fc75dbcSMartin Mares	* lib/internal.h: Learn how to recognize byte order on SunOS.
1898fc75dbcSMartin Mares	* lib/i386-ports.c: Split OS-dependent I/O port access from i386-ports.c.
1908fc75dbcSMartin Mares	* lib/i386-io-linux.h: Linux specific part.
1918fc75dbcSMartin Mares	* lib/i386-io-hurd.h: GNU/Hurd specific part.
1928fc75dbcSMartin Mares	* lib/i386-io-sunos.h: SunOS specific part.
1938fc75dbcSMartin Mares
1949739916eSMartin Mares2003-12-26  Martin Mares  <[email protected]>
1959739916eSMartin Mares
1969739916eSMartin Mares	* lib/header.h (PCI_*_MASK): Cast to pciaddr_t explicitly.
1979739916eSMartin Mares
1989739916eSMartin Mares	* lib/pci.h: Types declared in <sys/types.h> should be usable on all
1999739916eSMartin Mares	platforms we currently support, so kill the forest of #ifdef's and
2009739916eSMartin Mares	use them in all cases.
2019739916eSMartin Mares
2029739916eSMartin Mares	* lib/pci.h: Use ULONG_MASK to decide whether we should use long
2039739916eSMartin Mares	or long long to represent a 64-bit address. Killed HAVE_LONG_ADDRESS.
2049739916eSMartin Mares	Define format strings for addresses, port numbers and IRQ numbers
2059739916eSMartin Mares	directly in pci.h.
2069739916eSMartin Mares
2079739916eSMartin Mares	* lib/proc.c (proc_scan): Use PCIADDR_T_FMT for scanf'ing addresses.
2089739916eSMartin Mares
20980459c65SMartin Mares2003-12-26  Marco Gerards  <[email protected]>
21080459c65SMartin Mares
21180459c65SMartin Mares	Added support for the GNU Hurd (cleaned up by Martin Mares):
21280459c65SMartin Mares
21380459c65SMartin Mares	* lib/configure [GNU]: Use the i386 ports for configuration access.
21480459c65SMartin Mares	* lib/i386-ports.c: Don't call iopl() on the Hurd.
21580459c65SMartin Mares	* lib/pci.h [OS_GNU]: Include <sys/types.h> and use it for defining
21680459c65SMartin Mares	u8 to u32.
21780459c65SMartin Mares
218a85769a8SMartin Mares2003-12-26  Martin Mares  <[email protected]>
219a85769a8SMartin Mares
2207dacd9c8SMartin Mares	* lspci.c (show_pcix_bridge, show_pcix_nobridge): Don't forget to call
2217dacd9c8SMartin Mares	config_fetch() to ensure that the registers have been read. Thanks to
2227dacd9c8SMartin Mares	Bill Wood <[email protected]> for the patch.
2237dacd9c8SMartin Mares
2247dacd9c8SMartin Mares	* lspci.c: Ensure that failure of config_fetch() is handled correctly
2257dacd9c8SMartin Mares	at all places.
2267dacd9c8SMartin Mares
2274063c31cSMartin Mares	* lspci.man: There was one more explicit reference to /usr/share/pci.ids.
2284063c31cSMartin Mares	Changed to @SHAREDIR@. Patch from Maciej W. Rozycki <[email protected]>.
2294063c31cSMartin Mares
2303fe8a38dSMartin Mares	* setpci.c (main): Better error messages.
2313fe8a38dSMartin Mares
2325f5b1a7bSMartin Mares	* setpci.c (ex_op): The demo mode should disable only writing, not reading.
2335f5b1a7bSMartin Mares
2345f5b1a7bSMartin Mares	* setpci.man: The documentation was inconsistent on what should -D do.
2355f5b1a7bSMartin Mares	Document the new behaviour.
236b251f40bSMartin Mares
23791e37a49SMartin Mares	* pciutils.h, common.c, setpci.c: Introduced a NONRET macro encapsulating
23891e37a49SMartin Mares	the GCC specific __attribute__((noreturn)) and killed the hack with
23991e37a49SMartin Mares	redefining __attribute__ on non-GCC compilers.
24091e37a49SMartin Mares
2414afd29d3SMartin Mares	* Makefile: Added missing dependencies. Parallel builds work now.
2424afd29d3SMartin Mares	Problem reported by Andreas Haumer <[email protected]>, but I chose
2434afd29d3SMartin Mares	a different fix.
2444afd29d3SMartin Mares
245b0f1a03bSMartin Mares	* Makefile (MANDIR): Use `:=' instead of `=' to avoid executing the shell
246b0f1a03bSMartin Mares	command every time $(MANDIR) is referenced.
247b0f1a03bSMartin Mares
248b7fd8e19SMartin Mares	* lspci.c (main): The error message for `lspci -s' incorrectly mentioned
249b7fd8e19SMartin Mares	a `-f' switch. Reported by Steve Finney <[email protected]>.
250b7fd8e19SMartin Mares
25105bb10a2SMartin Mares	* lib/generic.c: Removed memory leak in pci_generic_bus_scan().
25205bb10a2SMartin Mares	Reported by Gary Parnes <[email protected]>.
25305bb10a2SMartin Mares
254a832f6f1SMartin Mares	* Replaced obsolete syntax of __attribute__((unused)) in the middle of
255a832f6f1SMartin Mares	parameter declarations (which is no longer supported by GCC 3.1) by the
256a832f6f1SMartin Mares	current syntax (attribute at the end). Thanks to [email protected]
257a832f6f1SMartin Mares	for reporting this problem.
258a832f6f1SMartin Mares
259a85769a8SMartin Mares	* Removed CVS $Id$ tags from all files.
260a85769a8SMartin Mares
261a85769a8SMartin Mares	* Makefile: Added some more warnings.
262a85769a8SMartin Mares
263b7351143SMartin Mares	* setpci.c: Cleaned up mask/value code.
264b7351143SMartin Mares
265b7351143SMartin Mares2003-12-08 Thayne Harbaugh <[email protected]>
266b7351143SMartin Mares
267b7351143SMartin Mares	* setpci.c: Individual bits to be set can be specified as <value>:<mask>.
268b7351143SMartin Mares
2692a5d5cf9SMartin Mares2003-11-29  Martin Mares  <[email protected]>
2702a5d5cf9SMartin Mares
2712a5d5cf9SMartin Mares	* Imported the pciutils sources to my Arch repository. Good-bye, CVS.
2722a5d5cf9SMartin Mares
273d772ef15SMartin Mares2003-01-04  Martin Mares  <[email protected]>
274d772ef15SMartin Mares
2751b95f396SMartin Mares	* Released as 2.1.11.
2761b95f396SMartin Mares
277c83293ebSMartin Mares	* Makefile: Changed configuration of installation directories --
278c83293ebSMartin Mares	all paths are now set at the top of the Makefile instead of being
279c83293ebSMartin Mares	scattered between the installation rules. The default installation
280c83293ebSMartin Mares	now goes always to /usr/local regardless of the OS as most distributions
281c83293ebSMartin Mares	already contain some version of pciutils and we don't want custom
282c83293ebSMartin Mares	installations to interfere with the default ones.
283c83293ebSMartin Mares
284c83293ebSMartin Mares	* Makefile: Removed a couple of ancient install hacks: we no longer
285c83293ebSMartin Mares	try to avoid overwriting a newer pci.ids file (users are now expected
286c83293ebSMartin Mares	to use update-ids) and we don't try to remove /etc/pci.ids (a long time
287c83293ebSMartin Mares	has passed since the last version which used it).
288c83293ebSMartin Mares
289e2875dcdSMartin Mares	* Makefile: Paths to pci.ids in man pages automatically get the right path.
290e2875dcdSMartin Mares
2911b95f396SMartin Mares	* Added the update-ids utility.
2920138a2a7SMartin Mares
293d772ef15SMartin Mares	* lib: Removed partially implemented "syscall" access method which will
294d772ef15SMartin Mares	probably never be needed.
295d772ef15SMartin Mares
296eb620239SMartin Mares2002-12-27  Martin Mares  <[email protected]>
297eb620239SMartin Mares
298130090bdSMartin Mares	* lib/nbsd-libpci.c: Cleaned up and hopefully made it endian safe.
299130090bdSMartin Mares
300eb620239SMartin Mares	* lib/generic.c (pci_generic_scan_bus): Added work-around for devices with
301eb620239SMartin Mares	discontiguous numbering of functions. This is already present in the Linux
302eb620239SMartin Mares	kernel for several years, but I forgot to update pciutils as well.
303eb620239SMartin Mares
304848b4347SMartin Mares2002-12-26  Martin Mares  <[email protected]>
305848b4347SMartin Mares
306579b19ffSMartin Mares	* lib/header.h, lspci.c: Dump AGP3 flags and speeds.
307579b19ffSMartin Mares
308579b19ffSMartin Mares	* lib/pci.h, Makefile: Removed HAVE_OWN_HEADER_H. Always use our own header,
309579b19ffSMartin Mares	there is no reason to prefer the kernel version.
310579b19ffSMartin Mares
311579b19ffSMartin Mares	* lib/proc.c (proc_scan): Don't forget to initialize hdrtype.
312579b19ffSMartin Mares
313848b4347SMartin Mares	* Added preliminary version of NetBSD support by Quentin Garnier
314848b4347SMartin Mares	<[email protected]>.
315848b4347SMartin Mares
316f0952474SMartin Mares2002-04-06  Martin Mares  <[email protected]>
317f0952474SMartin Mares
318f0952474SMartin Mares	* lspci.c: Mention "-xxx" in the help.
319f0952474SMartin Mares
320d2f666f1SMartin Mares2002-03-30  Martin Mares  <[email protected]>
321d2f666f1SMartin Mares
3229bd44bb0SMartin Mares	* Released as 2.1.10.
3239bd44bb0SMartin Mares
324a33d0eb7SMartin Mares	* Removed pci.ids from the CVS as they are now maintained separately.
325a33d0eb7SMartin Mares	They are still included in the tarball, but if you are building	pciutils
326a33d0eb7SMartin Mares	from CVS sources or you want to get a newer ID file than the one distributed,
327a33d0eb7SMartin Mares	just use "make update-ids" to download the most recent snapshot from
328a33d0eb7SMartin Mares	pciids.sf.net.
329a33d0eb7SMartin Mares
330a33d0eb7SMartin Mares	* Makefile, README: Updated accordingly.
331a33d0eb7SMartin Mares
332a33d0eb7SMartin Mares	* Makefile: Added a couple of maintenance targets.
333a33d0eb7SMartin Mares
334a33d0eb7SMartin Mares	* maint/*: Maintainer's utilities now reside here (present only in CVS,
335a33d0eb7SMartin Mares	not in the tarball).
336a33d0eb7SMartin Mares
337d2f666f1SMartin Mares	* lib/names.c (parse_name_list): End-of-line comments are no longer
338d2f666f1SMartin Mares	supported. Hashes are now perfectly valid in all names and they start
339d2f666f1SMartin Mares	a comment only at the start of the line.
340d2f666f1SMartin Mares
341ee551b73SMartin Mares2002-03-26  Martin Mares  <[email protected]>
342ee551b73SMartin Mares
34307159913SMartin Mares	* README: Rewritten.
34407159913SMartin Mares
345ee551b73SMartin Mares	* Makefile: When the currently installed pci.ids file is newer than
346ee551b73SMartin Mares	the version to be installed, don't overwrite it. Suggested by
347ee551b73SMartin Mares	Jean Delvare <[email protected]>.
348ee551b73SMartin Mares
349bc7b1d62SMartin Mares2002-03-24  Martin Mares  <[email protected]>
350bc7b1d62SMartin Mares
3515f5e6f64SMartin Mares	* lspci.c (show_pcix_bridge): Added PCI-X capability display.
3525f5e6f64SMartin Mares	Contributed by Jeff Garzik <[email protected]>.
3535f5e6f64SMartin Mares
3545f5e6f64SMartin Mares	* lib/header.h: Added PCI-X stuff. Again by Jeff.
3555f5e6f64SMartin Mares
3565f5e6f64SMartin Mares	* Makefile (CFLAGS): -Werror is gone.
3575f5e6f64SMartin Mares
358a1052f16SMartin Mares	* lspci.c (format_agp_rate): Fixed AGP rate reporting.
359a1052f16SMartin Mares
360bc7b1d62SMartin Mares	* lib/filter.c (pci_filter_parse_slot): Allow bus 0xff, slot 0x1f and
361bc7b1d62SMartin Mares	function 7.
362bc7b1d62SMartin Mares
363bc7b1d62SMartin Mares	* lib/names.c (pci_lookup_name): When printing unknown subsystem vendor
364bc7b1d62SMartin Mares	or device hexadecimally, don't confuse it with chip vendor/device ID.
365bc7b1d62SMartin Mares	First reported by Marc Boucher <[email protected]>.
366bc7b1d62SMartin Mares
367f793990cSMartin Mares2001-11-04  Martin Mares  <[email protected]>
368f793990cSMartin Mares
369ee551b73SMartin Mares	* Released as 2.1.9.
370ee551b73SMartin Mares
371f793990cSMartin Mares	* pci.ids: Synced with the PCI ID Repository at SourceForge
372f793990cSMartin Mares	(http://pciids.sourceforge.net/).
373f793990cSMartin Mares
3741d174e56SMartin Mares2000-08-25  Martin Mares  <[email protected]>
3751d174e56SMartin Mares
3761d174e56SMartin Mares	* pci.ids: Updated ID's, synced with kernel 2.4.0-test7.
3771d174e56SMartin Mares
37865b4327eSMartin Mares2000-06-13  Martin Mares  <[email protected]>
37965b4327eSMartin Mares
38065b4327eSMartin Mares	* Makefile (uninstall): Fixed.
38165b4327eSMartin Mares
38265b4327eSMartin Mares	* pci.ids: ID updates.
38365b4327eSMartin Mares
3844a219d5fSMartin Mares2000-05-20  Martin Mares  <[email protected]>
3854a219d5fSMartin Mares
3864a219d5fSMartin Mares	* Released as 2.1.8.
3874a219d5fSMartin Mares
3884a219d5fSMartin Mares	* pci.ids: ID updates.
3894a219d5fSMartin Mares
3904a219d5fSMartin Mares	* lspci.c (show_verbose): Min/max latency is now printed in nanoseconds.
3914a219d5fSMartin Mares
3924a219d5fSMartin Mares2000-05-04  Martin Mares  <[email protected]>
3934a219d5fSMartin Mares
3944a219d5fSMartin Mares	* lspci.c (show_verbose): If the header type doesn't match device
3954a219d5fSMartin Mares	class, just print a warning and still use the header type, assuming
3964a219d5fSMartin Mares	bogus class info.
3974a219d5fSMartin Mares
39810c90662SMartin Mares2000-05-01  Martin Mares  <[email protected]>
39910c90662SMartin Mares
40072b9b690SMartin Mares	* lspci.c (show_pm): Updated according to PCI PM specs 1.1.
40172b9b690SMartin Mares
40210c90662SMartin Mares	* pci.ids: Updated Contemporary Control ARCnet card entries.
40310c90662SMartin Mares
40410c90662SMartin Mares	* pci.ids: Synchronized class list with latest PCI SIG documents.
40510c90662SMartin Mares
406a239ade6SMartin Mares2000-04-29  Martin Mares  <[email protected]>
407a239ade6SMartin Mares
408a239ade6SMartin Mares	* lib/names.c (pci_lookup_name): Fixed the cheat.
409a239ade6SMartin Mares
410a239ade6SMartin Mares	* lib/internal.h: Moved UNUSED/inline hacks above all other declarations.
411a239ade6SMartin Mares
412a239ade6SMartin Mares	* pci.ids: Various ID updates.
413a239ade6SMartin Mares
4142c83b860SMartin Mares2000-04-21  Martin Mares  <[email protected]>
4152c83b860SMartin Mares
4162c83b860SMartin Mares	* Released as 2.1.7.
4172c83b860SMartin Mares
4182c83b860SMartin Mares	* pciutils.spec: Added German description.
4192c83b860SMartin Mares
4202c83b860SMartin Mares	* lib/names.c (pci_lookup_name): Added a cheat for case that subsystem ID's
4212c83b860SMartin Mares	are the same as device ID and just output subsystem name according to
4222c83b860SMartin Mares	device name.
4232c83b860SMartin Mares
4242c83b860SMartin Mares	* lib/proc.c: Use UNUSED instead of __attribute__((unused)).
4252c83b860SMartin Mares
4262c83b860SMartin Mares	* lib/pci.h: Added the correct typedefs for AIX.
4272c83b860SMartin Mares
4282c83b860SMartin Mares	* lib/generic.c (pci_generic_scan_bus): Export.
4292c83b860SMartin Mares
4302c83b860SMartin Mares	* lib/configure: Detect AIX. Use "echo '...\c'" instead of
4312c83b860SMartin Mares	"echo -n" if the shell isn't bash.
4322c83b860SMartin Mares
4332c83b860SMartin Mares	* lspci.c: Avoid using alloca() if not compiled by GCC.
4342c83b860SMartin Mares	(insert_dev): Avoid returning a void value.
4352c83b860SMartin Mares
4362c83b860SMartin Mares	* Makefile: Choose which install utility to use according to
4372c83b860SMartin Mares	OS type. Also use `-o' instead of `-or' in find arguments.
4382c83b860SMartin Mares	Part of the AIX port.
4392c83b860SMartin Mares
4402c83b860SMartin Mares	* lib/aix-device.c: Added AIX low-level interface. Contributed
4412c83b860SMartin Mares	by Dave Johnson <[email protected]>, thanks a lot!
4422c83b860SMartin Mares
4432c83b860SMartin Mares	* pci.ids: Few new ID's.
4442c83b860SMartin Mares
4452c83b860SMartin Mares	* pciutils.h, lib/internal.h: Redefine __attribute__ and inline
4462c83b860SMartin Mares	when not compiled by GCC.
4472c83b860SMartin Mares
448c1a828daSMartin Mares2000-04-17  Martin Mares  <[email protected]>
449c1a828daSMartin Mares
450c1a828daSMartin Mares	* Released as 2.1.6.
451c1a828daSMartin Mares
452c1a828daSMartin Mares	* pci.ids: Added a large batch of ID's contributed by Gunther
453c1a828daSMartin Mares	Mayer <[email protected]> and synced the
454c1a828daSMartin Mares	list with the 2.3.99pre6 kernel.
455c1a828daSMartin Mares
456e91dd3abSMartin MaresThu Mar  9 13:11:39 2000  Martin Mares  <[email protected]>
457e91dd3abSMartin Mares
458a80b79a9SMartin Mares	* lib/example.c: Added a simple example of how to use
459a80b79a9SMartin Mares	the library.
460a80b79a9SMartin Mares
46189984232SMartin Mares	* lspci.man, setpci.man: Revealed --version. Well spotted
46289984232SMartin Mares	by Adam Sulmicki.
46389984232SMartin Mares
464e91dd3abSMartin Mares	* pci.ids: Added lots of new ID's and synced with 2.3.50.
465e91dd3abSMartin Mares
46678d9c5e2SMartin MaresTue Feb 15 00:16:21 2000  Martin Mares  <[email protected]>
46778d9c5e2SMartin Mares
46878d9c5e2SMartin Mares	* Released as 2.1.5.
46978d9c5e2SMartin Mares
47078d9c5e2SMartin Mares	* pciutils.spec: Updated spec file from Andreas Jaeger. Now using
47178d9c5e2SMartin Mares	%{_mandir} to find the right location to install manual pages to.
47278d9c5e2SMartin Mares
47378d9c5e2SMartin Mares	* pci.ids: New ID's.
47478d9c5e2SMartin Mares
47578d9c5e2SMartin Mares	* setpci.c (main): Don't crash when `-s' or `-d' is given with
47678d9c5e2SMartin Mares	no argument.
47778d9c5e2SMartin Mares
478f8141ae2SMartin MaresMon Jan 24 20:04:11 2000  Andreas Jaeger  <[email protected]>
479f8141ae2SMartin Mares
480f8141ae2SMartin Mares	* lib/i386-ports.c: Include <asm/io.h> only on systems without
481f8141ae2SMartin Mares	glibc.
482f8141ae2SMartin Mares
483f8141ae2SMartin MaresMon Jan 24 11:24:43 2000  Martin Mares  <[email protected]>
484f8141ae2SMartin Mares
485f8141ae2SMartin Mares	* Makefile: Modified to work with the Linux FHS brain-damaged idea
486f8141ae2SMartin Mares	of putting man pages to /usr/share/man. Now we choose either /usr/man
487f8141ae2SMartin Mares	or /usr/share/man depending on which one exists.
488f8141ae2SMartin Mares
48959e76e8bSMartin MaresSun Jan 23 10:52:34 2000  Martin Mares  <[email protected]>
49059e76e8bSMartin Mares
49159e76e8bSMartin Mares	* pci.ids: Synced with Linux 2.3.40.
49259e76e8bSMartin Mares
49359e76e8bSMartin Mares	* Released as version 2.1.4.
49459e76e8bSMartin Mares
4952dfd48cdSMartin MaresThu Jan 20 11:08:32 2000  Martin Mares  <[email protected]>
4962dfd48cdSMartin Mares
4972715403fSMartin Mares	* lspci.c (scan_device): Fixed bug in reading of cardbus extensions.
4982715403fSMartin Mares
49981077814SMartin Mares	* lib/proc.c: pread/pwrite fixed again, this time on libc5 :(
50081077814SMartin Mares
50181077814SMartin Mares	* lspci.c (format_agp_rate): Better formatting of AGP rates.
50281077814SMartin Mares
50381077814SMartin Mares	* pci.ids: New ID's.
50481077814SMartin Mares
5052dfd48cdSMartin Mares	* lib/configure: Added configuration for ia64 (the same as for Alpha).
5062dfd48cdSMartin Mares	Patch from Stephane Eranian <[email protected]>.
5072dfd48cdSMartin Mares
5085a258860SMartin MaresThu Jan 13 23:01:52 2000  Martin Mares  <[email protected]>
5095a258860SMartin Mares
5105a258860SMartin Mares	* Released as version 2.1.3.
5115a258860SMartin Mares
5125a258860SMartin Mares	* pci.ids: New ID's.
5135a258860SMartin Mares
5145a258860SMartin Mares	* lspci.c: Alpha IO_FORMAT fix by Andrea Arcangeli.
5155a258860SMartin Mares
5165a258860SMartin Mares	* lib/access.c: Corrected order of access methods -- it's wonderful how
5175a258860SMartin Mares	long could such a bug remain unspotted. Thanks go to Andreas Schockenhoff.
5185a258860SMartin Mares
5190c047bbeSMartin MaresSat Dec 11 23:34:48 1999  Martin Mares  <[email protected]>
5200c047bbeSMartin Mares
5210c047bbeSMartin Mares	* Released as version 2.1.2.
5220c047bbeSMartin Mares
5230c047bbeSMartin Mares	* lib/names.c (pci_lookup_name): Fixed printing of unknown subsystem ID's.
5240c047bbeSMartin Mares
52533bc28a5SMartin MaresSat Dec  4 13:11:03 1999  Martin Mares  <[email protected]>
52633bc28a5SMartin Mares
52739231205SMartin Mares	* Released as version 2.1.1.
52839231205SMartin Mares
52933bc28a5SMartin Mares	* pci.ids: Several new ID's.
53033bc28a5SMartin Mares
53133bc28a5SMartin Mares	* setpci.c (exec_op): Don't forget to increment address after writing
53233bc28a5SMartin Mares	single value, so that `30.b=12,34,56,78' works as expected. Reported
53333bc28a5SMartin Mares	by Petr Soucek <[email protected]>.
53433bc28a5SMartin Mares
5358d047897SMartin MaresWed Nov  3 10:24:38 1999  Martin Mares  <[email protected]>
5368d047897SMartin Mares
5378d047897SMartin Mares	* lspci.c (show_terse): If prog-if is zero, but it's present in the
5388d047897SMartin Mares	ID list, show it.
5398d047897SMartin Mares
5406afc6538SMartin MaresSat Oct 30 11:06:35 1999  Martin Mares  <[email protected]>
5416afc6538SMartin Mares
5426afc6538SMartin Mares	* Released as version 2.1.
5436afc6538SMartin Mares
5446afc6538SMartin Mares	* pci.ids: Synced to devlist.h in 2.3.24 kernel. Merged in
5456afc6538SMartin Mares	lots of contributed entries.
5466afc6538SMartin Mares
5478f756113SMartin MaresThu Oct 14 10:40:12 1999  Dave Jones    <[email protected]>
5488f756113SMartin Mares
5498f756113SMartin Mares	* pci.ids: Added lots of subsystem definitions.
5508f756113SMartin Mares
551d4798a32SMartin MaresSat Oct  9 14:32:28 1999  Martin Mares  <[email protected]>
552d4798a32SMartin Mares
553d4798a32SMartin Mares	* setpci.man: Better example.
554d4798a32SMartin Mares
555d4798a32SMartin Mares	* lspci.c: Resolve prog-if names.
556d4798a32SMartin Mares
557d4798a32SMartin Mares	* lib/names.c: Adapted to new pci.ids syntax.
558d4798a32SMartin Mares
559d4798a32SMartin Mares	* pci.ids: Reorganized the pci.ids file. Subsystems are listed
560d4798a32SMartin Mares	under devices, classes can optionally contain prog-if information.
561d4798a32SMartin Mares	New ID's, as usually.
562d4798a32SMartin Mares
563e306e911SMartin MaresWed Sep 22 09:45:24 1999  Martin Mares  <[email protected]>
564e306e911SMartin Mares
565e306e911SMartin Mares	* pci.ids: New ID's. As usually.
566e306e911SMartin Mares
567e306e911SMartin Mares	* lspci.c (show_htype1, show_htype2): Don't show `closed' bridge windows
568e306e911SMartin Mares	unless we're vvvery verbose.
569e306e911SMartin Mares
570e306e911SMartin MaresMon Sep 20 11:22:54 1999  Martin Mares  <[email protected]>
571e306e911SMartin Mares
572e306e911SMartin Mares	* lspci.c (show_htype2): Don't forget a TAB before the "I/O window" line.
573e306e911SMartin Mares
574e64a576cSMartin MaresTue Sep 14 09:31:01 1999  Martin Mares  <[email protected]>
575e64a576cSMartin Mares
576e64a576cSMartin Mares	* pci.ids: New ID's. Again.
577e64a576cSMartin Mares
578c36c0862SMartin MaresThu Aug  5 17:45:42 1999  Martin Mares  <[email protected]>
579c36c0862SMartin Mares
580c36c0862SMartin Mares	* lspci.c (show_size): Don't show size if it's zero (usually
581c36c0862SMartin Mares	due to bus-centric mode being enabled).
582c36c0862SMartin Mares
5831ca42433SMartin MaresTue Jul 20 13:25:09 1999  Martin Mares  <[email protected]>
5841ca42433SMartin Mares
585168b4f46SMartin Mares	* lib/pci.h: Types are OS dependent.
586168b4f46SMartin Mares
587168b4f46SMartin Mares	* lib/internal.h: Byte order hacks are OS dependent.
588168b4f46SMartin Mares
589168b4f46SMartin Mares	* lib/configure: Recognize FreeBSD. Also set OS_XXX according to the OS.
590168b4f46SMartin Mares
591168b4f46SMartin Mares	* lib/Makefile, lib/access.c: Added fbsd-device target.
592168b4f46SMartin Mares
593168b4f46SMartin Mares	* pci.ids: Added an entry for PLX 9080 bridges with subsystem ID
594168b4f46SMartin Mares	incorrectly set to device ID.
595168b4f46SMartin Mares
596168b4f46SMartin Mares	* README: Added a note that we support FreeBSD.
597168b4f46SMartin Mares
598168b4f46SMartin Mares	* Makefile (PREFIX, ROOT): Set it depending on the OS.
599168b4f46SMartin Mares	(%.8): Grrr, BSD date is not able to convert date formats the same way
600168b4f46SMartin Mares	as GNU date does. Use sed instead.
601168b4f46SMartin Mares	(install): Use `-c' when calling install.
602168b4f46SMartin Mares
603168b4f46SMartin Mares	* lib/fbsd-device.c: Added FreeBSD /dev/pci access module contributed
604168b4f46SMartin Mares	by Jari Kirma <[email protected]>.
605168b4f46SMartin Mares
606bc6346dfSMartin Mares	* lib/proc.c: Rewrote the pread/pwrite things once again. Use pread
607bc6346dfSMartin Mares	and pwrite only when we are certain it's safe (i.e., glibc 2.1
608bc6346dfSMartin Mares	on all architectures or any libc on a i386 where we really know
609bc6346dfSMartin Mares	how to use syscalls directly). In all other cases, emulate it
610bc6346dfSMartin Mares	with lseek/read/write.
611bc6346dfSMartin Mares
6121ca42433SMartin Mares	* pci.ids: Some more IDs.
6131ca42433SMartin Mares
6141ca42433SMartin MaresMon Jul 19 14:10:36 1999  Martin Mares  <[email protected]>
6151ca42433SMartin Mares
6161ca42433SMartin Mares	* pci.ids: Added IDs of parallel port controller cards as sent
6171ca42433SMartin Mares	by Tim Waugh <[email protected]>.
6181ca42433SMartin Mares
619e95c8373SMartin MaresWed Jul  7 00:55:48 1999  Martin Mares  <[email protected]>
620e95c8373SMartin Mares
621e95c8373SMartin Mares	* lib/proc.c (proc_scan): HAVE_LONG_ADDRESS instead of HAVE_64BIT_ADDRESS.
622e95c8373SMartin Mares
623e95c8373SMartin Mares	* lspci.c: ADDR_FORMAT now depends on both HAVE_64BIT_ADDRESS and
624e95c8373SMartin Mares	HAVE_LONG_ADDRESS.
625e95c8373SMartin Mares
626e95c8373SMartin Mares	* lib/configure: HAVE_64BIT_ADDRESS now doesn't imply that the addresses
627e95c8373SMartin Mares	are represented as long long. Introduced a new flag HAVE_LONG_ADDRESS
628e95c8373SMartin Mares	to indicate this. Both Sparc architectures now use both 64BIT_ADDRESS
629e95c8373SMartin Mares	and LONG_ADDRESS since they have 32-bit userland, but don't set LONG_ADDRESS
630e95c8373SMartin Mares	on Alpha.
631e95c8373SMartin Mares
632e95c8373SMartin Mares	* lspci.c (show_msi): Added dumping of the MSI capability.
633e95c8373SMartin Mares	(show_slotid): The same for SlotID capability.
634e95c8373SMartin Mares	(show_caps): Seperated capability dumping, because it should
635e95c8373SMartin Mares	be used for both htype0 and htype1. Even PCI 2.2 doesn't mention
636e95c8373SMartin Mares	layout of htype2, so I'm a bit unsure about it wrt capabilities
637e95c8373SMartin Mares	-- they at least have to live somewhere else since address 0x34
638e95c8373SMartin Mares	is already defined differently in htype2.
639e95c8373SMartin Mares
640e95c8373SMartin Mares	* lib/header.h (PCI_STATUS_UDF): Marked as obsolete (PCI 2.2).
641e95c8373SMartin Mares	(PCI_BASE_ADDRESS_MEM_TYPE_1M): Ditto.
642e95c8373SMartin Mares	(PCI_CAP_ID_*): Added some new capabilities defined in PCI 2.2.
643e95c8373SMartin Mares
644e95c8373SMartin Mares	* lspci.c (show_htype0): Mask out lowest 2 bits from all capability pointers
645e95c8373SMartin Mares	(required by the PCI 2.2 specs).
646e95c8373SMartin Mares
647e95c8373SMartin MaresMon Jul  5 12:45:19 1999  Martin Mares  <[email protected]>
648e95c8373SMartin Mares
649e95c8373SMartin Mares	* lspci.c (show_size): Added new function for dumping of region sizes.
650e95c8373SMartin Mares	(show_rom): Added. Now correctly dumps unassigned ROM addresses, disabled
651e95c8373SMartin Mares	ROMs et cetera.
652e95c8373SMartin Mares
653e95c8373SMartin Mares	* lib/pci.h (struct pci_dev): known_fields moved to the public part
654e95c8373SMartin Mares	of the structure.
655e95c8373SMartin Mares
656e95c8373SMartin Mares	* Added support for region sizes. Needs support in the kernel, because
657e95c8373SMartin Mares	sizes have to be scanned before drivers initialize yourself. pci_fill_info()
658e95c8373SMartin Mares	now returns a bitmask of what fields were really read.
659e95c8373SMartin Mares
66082ce97c9SMartin MaresMon Jun 28 18:37:51 1999  Dave Jones    <[email protected]>
66182ce97c9SMartin Mares
66282ce97c9SMartin Mares	* Makefile:
66382ce97c9SMartin Mares	  Added `uninstall' target - removes all traces of pciutils.
66482ce97c9SMartin Mares	* pci.ids:
66582ce97c9SMartin Mares	  - Lots of cleanups in the ATI, S3, Adaptec vendors.
66682ce97c9SMartin Mares	  - Changed Compaq QVision 1280/p definitions, as it's not possible
66782ce97c9SMartin Mares	    to determine the revision from the device ID.
66882ce97c9SMartin Mares	  - Same for the Tseng ET4000.
66982ce97c9SMartin Mares	    The id's said I had a rev C, when it was actually a rev B.
67082ce97c9SMartin Mares	  - Removed some unnecessary strings
67182ce97c9SMartin Mares	    `PCI'. Unless it's an AGP card, it should be obvious that it's PCI.
67282ce97c9SMartin Mares	    `Ethernet card'. This should be determined from config space.
67382ce97c9SMartin Mares	  - Lots of other new vendors & devices
67482ce97c9SMartin Mares	  - Other additional small cleanups.
67582ce97c9SMartin Mares
6767bed2d83SMartin MaresMon Jun 21 22:11:10 1999  Martin Mares  <[email protected]>
6777bed2d83SMartin Mares
6787bed2d83SMartin Mares	* lib/names.c (pci_lookup_name): When device ID lookup
6797bed2d83SMartin Mares	fails, return hexadecimal device ID instead of vendor ID.
6807bed2d83SMartin Mares	Well spotted by Axel Bodemann <[email protected]>,
6817bed2d83SMartin Mares	I've just extended the fix to subsystem ID's.
6827bed2d83SMartin Mares
6835ba3a475SMartin MaresThu Jun 17 19:48:21 1999  Martin Mares  <[email protected]>
6845ba3a475SMartin Mares
6855ba3a475SMartin Mares	* lspci.c (show_agp): Bug fix from Petr Vandrovec
6865ba3a475SMartin Mares	<[email protected]>. The command register was displayed
6875ba3a475SMartin Mares	incorrectly.
6885ba3a475SMartin Mares
6895ba3a475SMartin MaresWed Jun  2 22:42:44 1999  Martin Mares  <[email protected]>
6905ba3a475SMartin Mares
6915ba3a475SMartin Mares	* lib/proc.c (SYS_pread, SYS_pwrite): Use hard-coded
6925ba3a475SMartin Mares	numbers if not supplied by the libc.
6935ba3a475SMartin Mares
69455c815b5SMartin MaresWed May 19 13:24:39 1999  Martin Mares  <[email protected]>
69555c815b5SMartin Mares
69655c815b5SMartin Mares	* Released the whole package as version 2.0.
69755c815b5SMartin Mares
69855c815b5SMartin MaresFri May 14 22:42:02 1999  Martin Mares  <[email protected]>
69955c815b5SMartin Mares
70055c815b5SMartin Mares	* pci.ids: Added several new ID's contributed by people
70155c815b5SMartin Mares	on the linux-pci list.
70255c815b5SMartin Mares
703dec16943SMartin MaresMon Apr 19 15:21:08 1999  Jakub Jelinek  <[email protected]>
704dec16943SMartin Mares
705dec16943SMartin Mares	* lspci.c: Display I/O addresses correctly on sparc64.
706dec16943SMartin Mares	* lib/header.h: Ditto.
707dec16943SMartin Mares
708dec16943SMartin Mares	* lib/configure: On sparc set HAVE_64BIT* as well, we want
709dec16943SMartin Mares	a binary which works on both 32bit and 64bit SPARCs.
710dec16943SMartin Mares
711e33c9c7aSMartin MaresSun Apr 18 21:14:58 1999  Martin Mares  <[email protected]>
712e33c9c7aSMartin Mares
713e33c9c7aSMartin Mares	* lspci.c, lib/proc.c: Alpha compilation fixes from Matthew Jacob
714e33c9c7aSMartin Mares	<[email protected]>.
715e33c9c7aSMartin Mares
716e33c9c7aSMartin Mares	* pci.ids: A lot of updates from Adam J. Richter <[email protected]>.
717e33c9c7aSMartin Mares
718f3395cc5SMartin MaresSun Feb 28 22:26:21 1999  Martin Mares  <[email protected]>
719f3395cc5SMartin Mares
720f3395cc5SMartin Mares	* lspci.c (do_map_bus): Don't dump functions 1--7 if not flagged
721f3395cc5SMartin Mares	as a multi-function device, because several single-function devices
722f3395cc5SMartin Mares	don't decode the function bits at all.
723f3395cc5SMartin Mares
724f3395cc5SMartin MaresSun Feb 14 23:48:22 1999  Martin Mares  <[email protected]>
725f3395cc5SMartin Mares
726f3395cc5SMartin Mares	* Makefile (install): Don't use "-o root -g root" for installation
727f3395cc5SMartin Mares	since it breaks on machines where programs are not installed by root.
728f3395cc5SMartin Mares	Reported by Richard Gooch <[email protected]>
729f3395cc5SMartin Mares
730f3395cc5SMartin MaresTue Feb  9 15:54:39 1999  Martin Mares  <[email protected]>
731f3395cc5SMartin Mares
732f3395cc5SMartin Mares	* lspci.c (show_bases): Use new address masking macros and pciaddr_t.
733f3395cc5SMartin Mares
734f3395cc5SMartin Mares	* lib/pci.h: Using pciaddr_t for bus addresses, which are 32-bit
735f3395cc5SMartin Mares	or 64-bit depending on CPU.
736f3395cc5SMartin Mares
737f3395cc5SMartin Mares	* lib/pci.h (PCI_ADDR_MEM_MASK): Added macros for address masks
738f3395cc5SMartin Mares	according to bus address width.
739f3395cc5SMartin Mares
7401c31d620SMartin MaresThu Jan 28 20:54:16 1999  Martin Mares  <[email protected]>
7411c31d620SMartin Mares
7421c31d620SMartin Mares	* Released as 1.99.4.
7431c31d620SMartin Mares
7441c31d620SMartin Mares	* lspci.c: Capability list parser now recognizes both AGP
7451c31d620SMartin Mares	registers and PCI Power Management registers (the latter
7461c31d620SMartin Mares	is mainly guesswork based on DEC/Intel 21153 bridge specs
7471c31d620SMartin Mares	since I don't have the PCI Power Management document).
7481c31d620SMartin Mares
7491c31d620SMartin Mares	* lspci.c: Replaced numerous occurences of (x & flag) ? '+' : '-'
7501c31d620SMartin Mares	by FLAG macro.
7511c31d620SMartin Mares
7521c31d620SMartin Mares	* lspci.c: Added bridge checks to bus mapping code.
7531c31d620SMartin Mares
7541812a795SMartin MaresWed Jan 27 14:59:16 1999  Martin Mares  <[email protected]>
7551812a795SMartin Mares
7561812a795SMartin Mares	* lspci.c: Implemented bus mapping mode (-M).
7571812a795SMartin Mares
7581812a795SMartin Mares	* lspci.c (scan_devices): Split to scan_devices() and scan_device().
7591812a795SMartin Mares	(show): Split to show() and show_device().
7601812a795SMartin Mares
7611812a795SMartin Mares	* lib/access.c (pci_init): When a->method == PCI_ACCESS_AUTO,
7621812a795SMartin Mares	set it to the real access method afterwards.
7631812a795SMartin Mares
7641812a795SMartin MaresMon Jan 25 23:46:13 1999  Martin Mares  <[email protected]>
7651812a795SMartin Mares
7661812a795SMartin Mares	* lib/generic.c (pci_generic_fill_info): If in buscentric mode,
7671812a795SMartin Mares	don't check PCI_COMMAND for I/O and memory enables.
7681812a795SMartin Mares
769f6c86928SMartin MaresMon Jan 25 21:28:49 1999  Martin Mares  <[email protected]>
770f6c86928SMartin Mares
771f6c86928SMartin Mares	* Makefile: Added target `release' which substitutes new version
772f6c86928SMartin Mares	number to .spec, .lsm and README. Also rewrote target `dist'.
773f6c86928SMartin Mares
774f6c86928SMartin Mares	* Released as 1.99.3.
775f6c86928SMartin Mares
776b5137411SMartin MaresSun Jan 24 22:10:36 1999  Martin Mares  <[email protected]>
777b5137411SMartin Mares
778d6b297d0SMartin Mares	* lib/header.h: Until kernel adopts new layout of PCI
779d6b297d0SMartin Mares	includes (i.e., separate declaration of header structure,
780d6b297d0SMartin Mares	functions and device IDs), which is not going to happen
781d6b297d0SMartin Mares	before 2.3, we'll use our own definiton of the header.
782d6b297d0SMartin Mares
783b5137411SMartin Mares	* lspci.c (show_verbose): Display `Cap' flag in device status.
784b5137411SMartin Mares
785b5137411SMartin Mares	* lspci.c (show_htype0): Display capability lists whereever
786b5137411SMartin Mares	available. The only capability name we recognize now is `AGP'.
787b5137411SMartin Mares	Unfortunately, capabilities are stored in device-dependent
788b5137411SMartin Mares	portion of the configuration space and are thus available
789b5137411SMartin Mares	only to root unless you read a dump.
790b5137411SMartin Mares
791b5137411SMartin Mares	* lspci.c (scan_devices): Use cache instead of buffering.
792b5137411SMartin Mares
793b5137411SMartin Mares	* lib/buffer.c: Removed (obsoleted by the cache).
794b5137411SMartin Mares
795b5137411SMartin Mares	* lib/access.c: Added general caching mechanism.
796b5137411SMartin Mares
79781ce358dSMartin MaresSat Jan 23 21:30:54 1999  Martin Mares  <[email protected]>
79881ce358dSMartin Mares
79981ce358dSMartin Mares	* pci.ids: Added few devices.
80081ce358dSMartin Mares
801727ce158SMartin MaresFri Jan 22 19:29:31 1999  Martin Mares  <[email protected]>
802727ce158SMartin Mares
803727ce158SMartin Mares	* Version string is now defined in top-level Makefile, exported
804727ce158SMartin Mares	to the configure script and also substituted to man pages.
805727ce158SMartin Mares
806727ce158SMartin Mares	* lspci.c (show_bases): Rewrote displaying of 64-bit addresses.
807727ce158SMartin Mares	(show_verbose): Rewrote interrupt display logic.
808727ce158SMartin Mares
809727ce158SMartin Mares	* lib/i386-ports.c: Include sys/io.h only on glibc systems.
810727ce158SMartin Mares
811727ce158SMartin Mares	* lib/configure: Rewrote detection of Linux versions. Now it
812727ce158SMartin Mares	works on 2.0 kernels (only with direct/dump access, of course).
813727ce158SMartin Mares
814727ce158SMartin Mares	* lib/internal.h: New bytesex macros using <asm/byteorder.h>
815727ce158SMartin Mares	whenever available.
816727ce158SMartin Mares
817727ce158SMartin Mares	* lib/proc.c (proc_read, proc_write): Distinguish between short
818727ce158SMartin Mares	read/write and real errors.
819727ce158SMartin Mares
820727ce158SMartin Mares	* lspci.c (show_htype{0,1}): Always use d->dev->rom_base_addr since
821727ce158SMartin Mares	libpci respects buscentric mode automatically.
822727ce158SMartin Mares
823727ce158SMartin Mares	* lspci.c (show_hex_dump): For CardBus bridges, print out 128
824727ce158SMartin Mares	bytes of header (the whole standard part).
825727ce158SMartin Mares
826727ce158SMartin Mares	* common.c: pcilib options are now all uppercase. Also moved
827727ce158SMartin Mares	PCI access debugging option here.
828727ce158SMartin Mares
829727ce158SMartin Mares	* Released as 1.99.2.
830727ce158SMartin Mares
831727ce158SMartin MaresWed Jan 20 22:50:35 1999  Martin Mares  <[email protected]>
832727ce158SMartin Mares
833727ce158SMartin Mares	* Wrote configure script and rewrote Makefiles.
834727ce158SMartin Mares
835727ce158SMartin Mares	* Removed few unused variables.
836727ce158SMartin Mares
837727ce158SMartin MaresWed Jan 20 12:21:56 1999  Martin Mares  <[email protected]>
838727ce158SMartin Mares
839727ce158SMartin Mares	* common.c: Moved several functions used in both setpci and lspci
840727ce158SMartin Mares	here. This includes parsing of libpci-related options.
841727ce158SMartin Mares
842727ce158SMartin Mares	* More library tweaks.
843727ce158SMartin Mares
844727ce158SMartin Mares	* filter.c, names.c: Moved to library.
845727ce158SMartin Mares
846727ce158SMartin Mares	* setpci: Rewritten to use the library.
847727ce158SMartin Mares
848727ce158SMartin Mares	* Released as 1.99.1.
849727ce158SMartin Mares
850727ce158SMartin MaresTue Jan 19 23:00:12 1999  Martin Mares  <[email protected]>
851727ce158SMartin Mares
852727ce158SMartin Mares	* lspci.c (scan_devices): For cardbus bridges, read first 128
853727ce158SMartin Mares	bytes of config space to get full standard header.
854727ce158SMartin Mares
855727ce158SMartin Mares	* Makefile (CFLAGS): Removed "-Wno-unused".
856727ce158SMartin Mares
857727ce158SMartin Mares	* Started the "New Generation" branch and introduced the
858727ce158SMartin Mares	PCI library.
859727ce158SMartin Mares
860727ce158SMartin Mares	* lspci: Rewritten to use the library.
861727ce158SMartin Mares
8626ece6bc6SMartin MaresTue Jan 19 22:24:08 1999  Martin Mares  <[email protected]>
8636ece6bc6SMartin Mares
8646ece6bc6SMartin Mares	* Released as version 1.10.
8656ece6bc6SMartin Mares
8666ece6bc6SMartin MaresMon Jan 18 08:51:17 1999  Martin Mares  <[email protected]>
8676ece6bc6SMartin Mares
8686ece6bc6SMartin Mares	* lspci.8, setpci.8: Miscellaneous fixes as suggested by
8696ece6bc6SMartin Mares	Dag Wieers <[email protected]>.
8706ece6bc6SMartin Mares
8711212dd6dSMartin MaresSun Nov 29 20:05:56 1998  Martin Mares  <[email protected]>
8721212dd6dSMartin Mares
8731212dd6dSMartin Mares	* pciutils.spec (Name): Update from Krzysztof G. Baranowski.
8741212dd6dSMartin Mares
875d38471fdSMartin MaresSun Nov 22 10:49:56 1998  Martin Mares  <[email protected]>
876d38471fdSMartin Mares
877d38471fdSMartin Mares	* Makefile, pciutils.h: Moved pci.ids to /usr/share.
878d38471fdSMartin Mares
879d38471fdSMartin Mares	* Released as version 1.09.
880d38471fdSMartin Mares
881371f605bSMartin MaresWed Nov 18 15:47:05 1998  Martin Mares  <[email protected]>
882371f605bSMartin Mares
883371f605bSMartin Mares	* lspci.c (show_htype1): Fixed displaying of prefetchable memory behind
884371f605bSMartin Mares	bridge. Thanks to Petr Vandrovec <[email protected]> for bug report.
885371f605bSMartin Mares
88610be47abSMartin MaresFri Oct 23 18:59:19 1998  Martin Mares  <[email protected]>
88710be47abSMartin Mares
88810be47abSMartin Mares	* setpci.c: Don't include <syscall-list.h> with glibc >= 2.1.
88910be47abSMartin Mares
890472bd340SMartin MaresMon Oct 19 21:53:30 1998  Martin Mares  <[email protected]>
891472bd340SMartin Mares
892472bd340SMartin Mares	* Released as version 1.08.
893472bd340SMartin Mares
894472bd340SMartin Mares	* setpci.c: glibc 2.1.x already defines pread() and pwrite().
895472bd340SMartin Mares
896472bd340SMartin Mares	* lspci.8: Changed warning about lspci -xxx.
897472bd340SMartin Mares
898472bd340SMartin Mares	* lspci.c: Require "-xxx" for full configuration space dump, so that
899472bd340SMartin Mares	it's impossible to crash the machine by single typo.
900472bd340SMartin Mares
901472bd340SMartin Mares	* specs: Added (courtesy of Krzysztof G. Baranowski <[email protected]>).
902472bd340SMartin Mares
903072c77e5SMartin MaresWed Sep  9 12:03:24 1998  Martin Mares  <[email protected]>
904072c77e5SMartin Mares
905072c77e5SMartin Mares	* lspci.c (show_bases): Better displaying of unassigned and
906072c77e5SMartin Mares	disabled bases. Thanks to Gabriel Paubert <[email protected]>
907072c77e5SMartin Mares	for an idea.
908072c77e5SMartin Mares
909b7554856SMartin MaresWed Sep  2 10:58:01 1998  Martin Mares  <[email protected]>
910b7554856SMartin Mares
911b7554856SMartin Mares	* setpci.c (pread): Recognize glibc 1.99 numbered as 2.0 on the PPC.
912b7554856SMartin Mares	(thanks to Geert Uytterhoeven for finding this out)
913b7554856SMartin Mares
914ce503b7fSMartin MaresFri Jul 17 10:43:30 1998  Martin Mares  <[email protected]>
915ce503b7fSMartin Mares
916ce503b7fSMartin Mares	* lspci.c (show_verbose): Print subsystem ID using the new resolver.
917ce503b7fSMartin Mares	(show_machine): Print subsystem ID.
918ce503b7fSMartin Mares
919ce503b7fSMartin Mares	* names.c: New name resolution engine supporting subsystem IDs.
920ce503b7fSMartin Mares
921ce503b7fSMartin Mares	* Released as version 1.07.
922ce503b7fSMartin Mares
92396e4f295SMartin MaresWed Jul 15 15:37:21 1998  Martin Mares  <[email protected]>
92496e4f295SMartin Mares
92596e4f295SMartin Mares	* lspci.c (show_htype2 etc.): Displaying of CardBus headers.
92696e4f295SMartin Mares	(show_bases): Honor the `cnt' argument.
92796e4f295SMartin Mares	(grow_tree): Parse CardBus headers in tree mode as well.
92896e4f295SMartin Mares
92996e4f295SMartin Mares	* pci.h: Updated CardBus header field description. I still don't
93096e4f295SMartin Mares	have the CardBus standard available, but OZ6832 specs contain
93196e4f295SMartin Mares	full description of all header fields supported by the chip.
93296e4f295SMartin Mares
9336ae3650aSMartin MaresTue Jun  9 22:53:59 1998  Martin Mares  <[email protected]>
9346ae3650aSMartin Mares
935304f9a0bSMartin Mares	* Released as 1.06.
936304f9a0bSMartin Mares
9376ae3650aSMartin Mares	* names.c (parse_name_list): Killed an unused variable.
9386ae3650aSMartin Mares
9396ae3650aSMartin Mares	* setpci.c (pread, pwrite): Define SYS_(pread|pwrite) as __NR_\1
9406ae3650aSMartin Mares	if they are not defined by glibc (needed for glibc built on older
9416ae3650aSMartin Mares	kernels). Ugly.
9426ae3650aSMartin Mares
9436ae3650aSMartin Mares	* setpci.c (exec_op): Fixed error messages. Thanks, Steve!
9446ae3650aSMartin Mares
9454b88a6b8SMartin MaresMon Jun  8 10:59:22 1998  Martin Mares  <[email protected]>
9464b88a6b8SMartin Mares
9474b88a6b8SMartin Mares	* Released as 1.05.
9484b88a6b8SMartin Mares
9494b88a6b8SMartin Mares	* setpci.c: Problems with pread()/pwrite() with glibc on Alpha
9504b88a6b8SMartin Mares	should be gone. Again thanks to Steve for bug report.
9514b88a6b8SMartin Mares
9524b88a6b8SMartin Mares	* filter.c (filter_parse_slot): Fixed ":x" type filters.
9534b88a6b8SMartin Mares
9544b88a6b8SMartin Mares	* pci.ids: Killed duplicate entry. Thanks to Stephen Williams
9554b88a6b8SMartin Mares	<[email protected]> for reporting this.
9564b88a6b8SMartin Mares
9574b88a6b8SMartin MaresSun Jun  7 19:27:51 1998  Martin Mares  <[email protected]>
9584b88a6b8SMartin Mares
9594b88a6b8SMartin Mares	* lspci.c (main), setpci.c (main): Implemented "--version".
9604b88a6b8SMartin Mares
9614b88a6b8SMartin Mares	* Released as 1.04.
9624b88a6b8SMartin Mares
9634b88a6b8SMartin Mares	* pciutils.h (PCIUTILS_VERSION): Added version string.
9644b88a6b8SMartin Mares
9654b88a6b8SMartin Mares	* filter.c, names.c: Extraneous #include <linux/pci.h> removed.
9664b88a6b8SMartin Mares	Thanks to Geert Uytterhoeven <[email protected]>
9674b88a6b8SMartin Mares	for bug report.
9684b88a6b8SMartin Mares
9699b306998SMartin MaresThu May 28 14:45:58 1998  Martin Mares  <[email protected]>
9709b306998SMartin Mares
9719b306998SMartin Mares	* pci.ids: More updates from Jens Maurer.
9729b306998SMartin Mares
973b372672fSMartin MaresWed Apr 22 10:00:39 1998  Martin Mares  <[email protected]>
974b372672fSMartin Mares
975b372672fSMartin Mares	* pci.ids: Updates from Jens Maurer.
976b372672fSMartin Mares
977b2c9b373SMartin MaresSun Apr 19 11:14:25 1998  Martin Mares  <[email protected]>
978b2c9b373SMartin Mares
979b372672fSMartin Mares	* Released as 1.03.
980b372672fSMartin Mares
981b2c9b373SMartin Mares	* setpci.8: Written.
982b2c9b373SMartin Mares
983b2c9b373SMartin Mares	* setpci.c: Finished.
984b2c9b373SMartin Mares
985b2c9b373SMartin Mares	* lspci.c: Now able to fetch expansion ROM base from kernel device list
986b2c9b373SMartin Mares	and print it if not in buscentric mode.
987b2c9b373SMartin Mares
988e4842ff3SMartin MaresTue Mar 31 23:11:57 1998  Martin Mares  <[email protected]>
989e4842ff3SMartin Mares
990e4842ff3SMartin Mares	* setpci.c: Added.
991e4842ff3SMartin Mares
992e4842ff3SMartin MaresSun Mar 22 15:39:08 1998  Martin Mares  <[email protected]>
993e4842ff3SMartin Mares
994e4842ff3SMartin Mares	* lspci.8: Updated the documentation.
995e4842ff3SMartin Mares
996e4842ff3SMartin Mares	* lspci.c: Modified to use the new filtering mechanism (options -f and -d).
997e4842ff3SMartin Mares
998e4842ff3SMartin Mares	* filter.c: Introduced new generic device filter.
999e4842ff3SMartin Mares
1000008407bdSMartin MaresThu Mar 19 17:03:48 1998  Martin Mares  <[email protected]>
1001008407bdSMartin Mares
1002008407bdSMartin Mares	* lspci.c (grow_tree, show_tree_dev, print_it): Fixed displaying
1003008407bdSMartin Mares	of PCI-to-PCI bridges in the tree format.
1004008407bdSMartin Mares
10050a33d0ecSMartin MaresSun Feb 15 10:12:25 1998  Martin Mares  <[email protected]>
10060a33d0ecSMartin Mares
10070a33d0ecSMartin Mares	* lspci.c (show_machine): Added non-verbose mode of machine-readable
10080a33d0ecSMartin Mares	dump.
10090a33d0ecSMartin Mares
10100a33d0ecSMartin Mares	* pci.ids: Updates from Jens Maurer.
10110a33d0ecSMartin Mares
10120a33d0ecSMartin Mares	* Released as version 1.02.
10130a33d0ecSMartin Mares
10140a33d0ecSMartin MaresThu Feb 12 16:53:28 1998  Martin Mares  <[email protected]>
10150a33d0ecSMartin Mares
10160a33d0ecSMartin Mares	* lspci.c: Added a "-m" switch for dumping machine-readable
10170a33d0ecSMartin Mares	configuration data (requested by Bjoern Kriews <[email protected]>).
10180a33d0ecSMartin Mares
1019fb38eee8SMartin MaresMon Feb  9 13:17:43 1998  Martin Mares  <[email protected]>
1020fb38eee8SMartin Mares
1021fb38eee8SMartin Mares	* Makefile, pciutils.h: Include local pci.h instead of <linux/pci.h>
1022fb38eee8SMartin Mares	if available. This should avoid all problems with official kernel
1023fb38eee8SMartin Mares	not synchronized to newer PCI code in CVS -- standard distribution
1024fb38eee8SMartin Mares	of pciutils now contains pci.h from current CVS kernel, pciutils
1025fb38eee8SMartin Mares	in CVS contain no pci.h and use the correct kernel include.
1026fb38eee8SMartin Mares
1027fb38eee8SMartin Mares	* Makefile: Fixed installation path for man pages.
1028fb38eee8SMartin Mares
10292f48f637SMartin MaresSat Feb  7 15:15:46 1998  Martin Mares  <[email protected]>
10302f48f637SMartin Mares
10312f48f637SMartin Mares	* README: Updated.
10322f48f637SMartin Mares
10332f48f637SMartin Mares	* lspci.8: Created a man page.
10342f48f637SMartin Mares
10352f48f637SMartin Mares	* Releasing as version 1.0.
10362f48f637SMartin Mares
10372f48f637SMartin MaresTue Feb  3 20:56:00 1998  Martin Mares  <[email protected]>
10382f48f637SMartin Mares
10392f48f637SMartin Mares	* Makefile: Recognize architecture by calling uname and pass it as ARCH_xxx
10402f48f637SMartin Mares	to all the C sources. This should eliminate problems with 32-bit compilers
10412f48f637SMartin Mares	on sparc64.
10422f48f637SMartin Mares
10432f48f637SMartin Mares	* lspci.c (show_verbose): Recognize CardBus bridge header type.
10442f48f637SMartin Mares	(show_htype2): Stub routine.
10452f48f637SMartin Mares	(scan_config): Write sensible error message if the kernel denies reading of
10462f48f637SMartin Mares	upper part of the PCI config space.
1047