xref: /pciutils/ChangeLog (revision c0eece92)
10d656226SMartin Mares2004-05-29  Martin Mares  <[email protected]>
20d656226SMartin Mares
3*c0eece92SMartin Mares	* Released as 2.1.99-test5.
4*c0eece92SMartin Mares
5a2413560SMartin Mares	* lib/pci.h: Windows don't have the standard u_int* types.
6a2413560SMartin Mares
7a2413560SMartin Mares	* lib/internal.h: <sys/param.h> required on Windows for endianity
8a2413560SMartin Mares	macros.
9a2413560SMartin Mares
10a2413560SMartin Mares	* lib/i386-ports.c: Connected i386-io-windows.h.
11a2413560SMartin Mares
12a2413560SMartin Mares	* lspci.c (check_root): geteuid() is not available on Windows.
13a2413560SMartin Mares
14a2413560SMartin Mares	* lib/i386-io-windows.h: Added Windows port contributed by Alexander
15a2413560SMartin Mares	Stock <[email protected]>.
16a2413560SMartin Mares
17a2413560SMartin Mares	* lib/configure: Hopefully fixed SunOS port broken by various
18a2413560SMartin Mares	changes to the configure script.
19a2413560SMartin Mares
200d656226SMartin Mares	* Makefile, lib/configure: Cross-compilation support, patch by Maciej.
210d656226SMartin Mares
22138c0385SMartin Mares2004-05-28  Martin Mares  <[email protected]>
23138c0385SMartin Mares
249f490382SMartin Mares	* Released as 2.1.99-test4.
259f490382SMartin Mares
26cce2caacSMartin Mares	* lspci.c (show_verbose): Header type 1 is probably legal for all
27cce2caacSMartin Mares	types of bridges, not only for PCI-to-PCI bridges.
28cce2caacSMartin Mares
29b569ef09SMartin Mares	* lspci.c (format_agp_rate): Write "x16", not "x@".
30b569ef09SMartin Mares	(show_agp): rate[] could overflow.
31b569ef09SMartin Mares	Bugs reported by Jakub Bogusz <[email protected]>.
32b569ef09SMartin Mares
33bfc4fe7aSMartin Mares	* lspci.c (show_ht_*): Show HyperTransport capability with all its
34bfc4fe7aSMartin Mares	details. Once again code by Maciej simplified (i.e., possibly broken)
35bfc4fe7aSMartin Mares	by me.
36bfc4fe7aSMartin Mares
37bfc4fe7aSMartin Mares	* lib/header.h: Added declarations of HyperTransport capability.
38bfc4fe7aSMartin Mares	Again thanks to Maciej.
39bfc4fe7aSMartin Mares
40138c0385SMartin Mares	* lspci.c: Decode all bits of the secondary status word in type 1 headers.
41138c0385SMartin Mares	Thanks to Maciej W. Rozycki <[email protected]> for the patch.
42138c0385SMartin Mares
438fc75dbcSMartin Mares2003-12-27  Martin Mares  <[email protected]>
448fc75dbcSMartin Mares
4581abd2a7SMartin Mares	* Released as 2.1.99-test3.
4681abd2a7SMartin Mares
471f7c91ccSMartin Mares	* lspci.man, setpci.man: Document domains and correct spelling.
481f7c91ccSMartin Mares
491f7c91ccSMartin Mares	* lib/dump.c (dump_init): Added ability to read domain numbers.
501f7c91ccSMartin Mares
5184c8d1bbSMartin Mares	* lspci.c: Devices in domains different from 0 have their slot number
521f7c91ccSMartin Mares	printed as "<domain>:<bus>:<slot>.<func>". Tree view supports domains
531f7c91ccSMartin Mares	as well.
5484c8d1bbSMartin Mares
5584c8d1bbSMartin Mares	* lib/filter.c: Slot filters understand domains.
5684c8d1bbSMartin Mares
5784c8d1bbSMartin Mares	* lib/generic.c: Mention the domain in slot numbers in all error messages.
5884c8d1bbSMartin Mares
5984c8d1bbSMartin Mares	* lib/internal.h: The #ifdef for Linux <asm/byteorder.h> was wrong.
6084c8d1bbSMartin Mares
6184c8d1bbSMartin Mares	* lib/access.c (pci_get_dev): Added support for domains.
6284c8d1bbSMartin Mares
6384c8d1bbSMartin Mares	* lib/sysfs.c (sysfs_scan): Read vendor and device ID from the config
6484c8d1bbSMartin Mares	registers (or to be precise, leave it for the generic parts of the pcilib
6584c8d1bbSMartin Mares	to do so) instead of reading them from the sysfs. It's faster this way.
6684c8d1bbSMartin Mares
6784c8d1bbSMartin Mares	* lspci.c (show_pcix): Don't touch pci_dev->hdrtype, it's an internal
6884c8d1bbSMartin Mares	variable. Better read it from the config registers (it's cached anyway).
6984c8d1bbSMartin Mares
7084c8d1bbSMartin Mares	* lib/sysfs.c (sysfs_scan), lib/proc.c (proc_scan): Don't read the hdrtype.
7184c8d1bbSMartin Mares	  lib/generic.c (pci_generic_fill_info): If hdrtype is -1 (unset), read it.
7284c8d1bbSMartin Mares	  Saves lots of unnecessary file accesses.
7384c8d1bbSMartin Mares
7411f7b31bSMartin Mares	* lib/pci.h (PCIADDR_PORT_FMT): Use %llx instead of %Lx, because the latter
7511f7b31bSMartin Mares	is not supported by all C libraries.
7611f7b31bSMartin Mares
7711f7b31bSMartin Mares	* Makefile: Always enter the lib directory (remember that we don't have
7811f7b31bSMartin Mares	full dependecies for the library in the top-level Makefile; hmmm, another
7911f7b31bSMartin Mares	thing to rewrite some day).
8011f7b31bSMartin Mares
8111f7b31bSMartin Mares	* lib/sysfs.c: Added Linux sysfs access method based on the patch
8211f7b31bSMartin Mares	written by Matthew Wilcox <[email protected]>.
8311f7b31bSMartin Mares
8411f7b31bSMartin Mares	* lib/proc.c: Renamed the access method name from "/proc/bus/pci" to "Linux-proc".
8511f7b31bSMartin Mares
8611f7b31bSMartin Mares	* lib/pread.h: The hacks to support pread on various versions
8711f7b31bSMartin Mares	of Linux libc moved there.
8811f7b31bSMartin Mares
8911f7b31bSMartin Mares	* lib/proc.c (proc_setup): The return value of snprintf() varies
9011f7b31bSMartin Mares	between glibc versions, so we need to check both for a negative
9111f7b31bSMartin Mares	values and for too large values.
9211f7b31bSMartin Mares
934284af58SMartin Mares	* Removed last few references to the "Linux PCI Utilities", the
944284af58SMartin Mares	package is pretty cross-platform now :)
954284af58SMartin Mares
964284af58SMartin Mares2003-12-27  Martin Mares  <[email protected]>
974284af58SMartin Mares
98ab12277eSMartin Mares	* Released as 2.1.99-test2.
99ab12277eSMartin Mares
100ab12277eSMartin Mares	* README, pciutils.lsm, pciutils.spec: Use @VERSION@ to make the
101ab12277eSMartin Mares	release scripts insert the current version. "make release" is gone.
102ab12277eSMartin Mares
103ab12277eSMartin Mares	* maint/release, maint/release.pm: Added a new system of scripts for
104ab12277eSMartin Mares	making releases including inter-version diffs etc.
105ab12277eSMartin Mares
106ab12277eSMartin Mares	* Makefile: Cleaned up.
107ab12277eSMartin Mares
108ab12277eSMartin Mares	* lib/fbsd-device.c: I patched another copy of this file by mistake,
109ab12277eSMartin Mares	this time the version checks should be right.
110ab12277eSMartin Mares
111ab12277eSMartin Mares2003-12-27  Martin Mares  <[email protected]>
112ab12277eSMartin Mares
1136d722cd6SMartin Mares	* Released as 2.1.99-test1.
1146d722cd6SMartin Mares
115dd33246aSMartin Mares	* pciutils.h, common.c, lspci.man, setpci.man, lib/internal.h:
116dd33246aSMartin Mares	Remove shadows of the syscall access method which was never
117dd33246aSMartin Mares	implemented.
118dd33246aSMartin Mares
11980b3121aSMartin Mares	* update-pciids.sh: Try to preserve permissions of the old file
12080b3121aSMartin Mares	if chmod supports --reference. Should close Debian Bug #223740.
12180b3121aSMartin Mares
1226aea909aSMartin Mares	* lib/proc.c (proc_setup): Increased path name length limit to 1024.
1236aea909aSMartin Mares	Thanks for Redhat and Mandrake for inspiration.
1246aea909aSMartin Mares
1256aea909aSMartin Mares	* lib/configure: Recognize ppc and ppc64, both have 64-bit addresses.
1266aea909aSMartin Mares	Grabbed from Redhat (Fedora) patches.
1276aea909aSMartin Mares
1286aea909aSMartin Mares2003-12-27  Martin Mares  <[email protected]>
1296aea909aSMartin Mares
130f701ff47SMartin Mares	Merged bug fixes from Debian patches:
131f701ff47SMartin Mares
132f701ff47SMartin Mares	* lspci.c (show_verbose): "Cache Line Size" should be capitalized.
133f701ff47SMartin Mares
134f701ff47SMartin Mares	* lspci.c (show_pcix_nobridge): Added a missing newline.
135f701ff47SMartin Mares
1362240db8cSMartin Mares	* lib/proc.c (proc_scan): When reading the header type, don't
1372240db8cSMartin Mares	forget to clear the topmost bit indicating that the device has
138f701ff47SMartin Mares	multiple functions.
1392240db8cSMartin Mares
1402240db8cSMartin Mares2003-12-27  Martin Mares  <[email protected]>
1412240db8cSMartin Mares
14245902995SMartin Mares	Updated the FreeBSD port. Thanks to Samy Al Bahra <[email protected]>
14345902995SMartin Mares	for the patches:
14445902995SMartin Mares
14545902995SMartin Mares	* lib/Makefile: Add ${FREEBSD_SYS} to the include path if it's defined.
14645902995SMartin Mares	* lib/fbsd-device.c: Select the right set of system includes according
14745902995SMartin Mares	to __FreeBSD_version.
14845902995SMartin Mares
14945902995SMartin Mares2003-12-27  Martin Mares  <[email protected]>
15045902995SMartin Mares
1518fc75dbcSMartin Mares	Merged support for Solaris on i386 by Bill Moore <[email protected]>
1528fc75dbcSMartin Mares	and cleaned up:
1538fc75dbcSMartin Mares
1548fc75dbcSMartin Mares	* lib/configure: Recognize SunOS.
1558fc75dbcSMartin Mares	* lib/internal.h: Learn how to recognize byte order on SunOS.
1568fc75dbcSMartin Mares	* lib/i386-ports.c: Split OS-dependent I/O port access from i386-ports.c.
1578fc75dbcSMartin Mares	* lib/i386-io-linux.h: Linux specific part.
1588fc75dbcSMartin Mares	* lib/i386-io-hurd.h: GNU/Hurd specific part.
1598fc75dbcSMartin Mares	* lib/i386-io-sunos.h: SunOS specific part.
1608fc75dbcSMartin Mares
1619739916eSMartin Mares2003-12-26  Martin Mares  <[email protected]>
1629739916eSMartin Mares
1639739916eSMartin Mares	* lib/header.h (PCI_*_MASK): Cast to pciaddr_t explicitly.
1649739916eSMartin Mares
1659739916eSMartin Mares	* lib/pci.h: Types declared in <sys/types.h> should be usable on all
1669739916eSMartin Mares	platforms we currently support, so kill the forest of #ifdef's and
1679739916eSMartin Mares	use them in all cases.
1689739916eSMartin Mares
1699739916eSMartin Mares	* lib/pci.h: Use ULONG_MASK to decide whether we should use long
1709739916eSMartin Mares	or long long to represent a 64-bit address. Killed HAVE_LONG_ADDRESS.
1719739916eSMartin Mares	Define format strings for addresses, port numbers and IRQ numbers
1729739916eSMartin Mares	directly in pci.h.
1739739916eSMartin Mares
1749739916eSMartin Mares	* lib/proc.c (proc_scan): Use PCIADDR_T_FMT for scanf'ing addresses.
1759739916eSMartin Mares
17680459c65SMartin Mares2003-12-26  Marco Gerards  <[email protected]>
17780459c65SMartin Mares
17880459c65SMartin Mares	Added support for the GNU Hurd (cleaned up by Martin Mares):
17980459c65SMartin Mares
18080459c65SMartin Mares	* lib/configure [GNU]: Use the i386 ports for configuration access.
18180459c65SMartin Mares	* lib/i386-ports.c: Don't call iopl() on the Hurd.
18280459c65SMartin Mares	* lib/pci.h [OS_GNU]: Include <sys/types.h> and use it for defining
18380459c65SMartin Mares	u8 to u32.
18480459c65SMartin Mares
185a85769a8SMartin Mares2003-12-26  Martin Mares  <[email protected]>
186a85769a8SMartin Mares
1877dacd9c8SMartin Mares	* lspci.c (show_pcix_bridge, show_pcix_nobridge): Don't forget to call
1887dacd9c8SMartin Mares	config_fetch() to ensure that the registers have been read. Thanks to
1897dacd9c8SMartin Mares	Bill Wood <[email protected]> for the patch.
1907dacd9c8SMartin Mares
1917dacd9c8SMartin Mares	* lspci.c: Ensure that failure of config_fetch() is handled correctly
1927dacd9c8SMartin Mares	at all places.
1937dacd9c8SMartin Mares
1944063c31cSMartin Mares	* lspci.man: There was one more explicit reference to /usr/share/pci.ids.
1954063c31cSMartin Mares	Changed to @SHAREDIR@. Patch from Maciej W. Rozycki <[email protected]>.
1964063c31cSMartin Mares
1973fe8a38dSMartin Mares	* setpci.c (main): Better error messages.
1983fe8a38dSMartin Mares
1995f5b1a7bSMartin Mares	* setpci.c (ex_op): The demo mode should disable only writing, not reading.
2005f5b1a7bSMartin Mares
2015f5b1a7bSMartin Mares	* setpci.man: The documentation was inconsistent on what should -D do.
2025f5b1a7bSMartin Mares	Document the new behaviour.
203b251f40bSMartin Mares
20491e37a49SMartin Mares	* pciutils.h, common.c, setpci.c: Introduced a NONRET macro encapsulating
20591e37a49SMartin Mares	the GCC specific __attribute__((noreturn)) and killed the hack with
20691e37a49SMartin Mares	redefining __attribute__ on non-GCC compilers.
20791e37a49SMartin Mares
2084afd29d3SMartin Mares	* Makefile: Added missing dependencies. Parallel builds work now.
2094afd29d3SMartin Mares	Problem reported by Andreas Haumer <[email protected]>, but I chose
2104afd29d3SMartin Mares	a different fix.
2114afd29d3SMartin Mares
212b0f1a03bSMartin Mares	* Makefile (MANDIR): Use `:=' instead of `=' to avoid executing the shell
213b0f1a03bSMartin Mares	command every time $(MANDIR) is referenced.
214b0f1a03bSMartin Mares
215b7fd8e19SMartin Mares	* lspci.c (main): The error message for `lspci -s' incorrectly mentioned
216b7fd8e19SMartin Mares	a `-f' switch. Reported by Steve Finney <[email protected]>.
217b7fd8e19SMartin Mares
21805bb10a2SMartin Mares	* lib/generic.c: Removed memory leak in pci_generic_bus_scan().
21905bb10a2SMartin Mares	Reported by Gary Parnes <[email protected]>.
22005bb10a2SMartin Mares
221a832f6f1SMartin Mares	* Replaced obsolete syntax of __attribute__((unused)) in the middle of
222a832f6f1SMartin Mares	parameter declarations (which is no longer supported by GCC 3.1) by the
223a832f6f1SMartin Mares	current syntax (attribute at the end). Thanks to [email protected]
224a832f6f1SMartin Mares	for reporting this problem.
225a832f6f1SMartin Mares
226a85769a8SMartin Mares	* Removed CVS $Id$ tags from all files.
227a85769a8SMartin Mares
228a85769a8SMartin Mares	* Makefile: Added some more warnings.
229a85769a8SMartin Mares
230b7351143SMartin Mares	* setpci.c: Cleaned up mask/value code.
231b7351143SMartin Mares
232b7351143SMartin Mares2003-12-08 Thayne Harbaugh <[email protected]>
233b7351143SMartin Mares
234b7351143SMartin Mares	* setpci.c: Individual bits to be set can be specified as <value>:<mask>.
235b7351143SMartin Mares
2362a5d5cf9SMartin Mares2003-11-29  Martin Mares  <[email protected]>
2372a5d5cf9SMartin Mares
2382a5d5cf9SMartin Mares	* Imported the pciutils sources to my Arch repository. Good-bye, CVS.
2392a5d5cf9SMartin Mares
240d772ef15SMartin Mares2003-01-04  Martin Mares  <[email protected]>
241d772ef15SMartin Mares
2421b95f396SMartin Mares	* Released as 2.1.11.
2431b95f396SMartin Mares
244c83293ebSMartin Mares	* Makefile: Changed configuration of installation directories --
245c83293ebSMartin Mares	all paths are now set at the top of the Makefile instead of being
246c83293ebSMartin Mares	scattered between the installation rules. The default installation
247c83293ebSMartin Mares	now goes always to /usr/local regardless of the OS as most distributions
248c83293ebSMartin Mares	already contain some version of pciutils and we don't want custom
249c83293ebSMartin Mares	installations to interfere with the default ones.
250c83293ebSMartin Mares
251c83293ebSMartin Mares	* Makefile: Removed a couple of ancient install hacks: we no longer
252c83293ebSMartin Mares	try to avoid overwriting a newer pci.ids file (users are now expected
253c83293ebSMartin Mares	to use update-ids) and we don't try to remove /etc/pci.ids (a long time
254c83293ebSMartin Mares	has passed since the last version which used it).
255c83293ebSMartin Mares
256e2875dcdSMartin Mares	* Makefile: Paths to pci.ids in man pages automatically get the right path.
257e2875dcdSMartin Mares
2581b95f396SMartin Mares	* Added the update-ids utility.
2590138a2a7SMartin Mares
260d772ef15SMartin Mares	* lib: Removed partially implemented "syscall" access method which will
261d772ef15SMartin Mares	probably never be needed.
262d772ef15SMartin Mares
263eb620239SMartin Mares2002-12-27  Martin Mares  <[email protected]>
264eb620239SMartin Mares
265130090bdSMartin Mares	* lib/nbsd-libpci.c: Cleaned up and hopefully made it endian safe.
266130090bdSMartin Mares
267eb620239SMartin Mares	* lib/generic.c (pci_generic_scan_bus): Added work-around for devices with
268eb620239SMartin Mares	discontiguous numbering of functions. This is already present in the Linux
269eb620239SMartin Mares	kernel for several years, but I forgot to update pciutils as well.
270eb620239SMartin Mares
271848b4347SMartin Mares2002-12-26  Martin Mares  <[email protected]>
272848b4347SMartin Mares
273579b19ffSMartin Mares	* lib/header.h, lspci.c: Dump AGP3 flags and speeds.
274579b19ffSMartin Mares
275579b19ffSMartin Mares	* lib/pci.h, Makefile: Removed HAVE_OWN_HEADER_H. Always use our own header,
276579b19ffSMartin Mares	there is no reason to prefer the kernel version.
277579b19ffSMartin Mares
278579b19ffSMartin Mares	* lib/proc.c (proc_scan): Don't forget to initialize hdrtype.
279579b19ffSMartin Mares
280848b4347SMartin Mares	* Added preliminary version of NetBSD support by Quentin Garnier
281848b4347SMartin Mares	<[email protected]>.
282848b4347SMartin Mares
283f0952474SMartin Mares2002-04-06  Martin Mares  <[email protected]>
284f0952474SMartin Mares
285f0952474SMartin Mares	* lspci.c: Mention "-xxx" in the help.
286f0952474SMartin Mares
287d2f666f1SMartin Mares2002-03-30  Martin Mares  <[email protected]>
288d2f666f1SMartin Mares
2899bd44bb0SMartin Mares	* Released as 2.1.10.
2909bd44bb0SMartin Mares
291a33d0eb7SMartin Mares	* Removed pci.ids from the CVS as they are now maintained separately.
292a33d0eb7SMartin Mares	They are still included in the tarball, but if you are building	pciutils
293a33d0eb7SMartin Mares	from CVS sources or you want to get a newer ID file than the one distributed,
294a33d0eb7SMartin Mares	just use "make update-ids" to download the most recent snapshot from
295a33d0eb7SMartin Mares	pciids.sf.net.
296a33d0eb7SMartin Mares
297a33d0eb7SMartin Mares	* Makefile, README: Updated accordingly.
298a33d0eb7SMartin Mares
299a33d0eb7SMartin Mares	* Makefile: Added a couple of maintenance targets.
300a33d0eb7SMartin Mares
301a33d0eb7SMartin Mares	* maint/*: Maintainer's utilities now reside here (present only in CVS,
302a33d0eb7SMartin Mares	not in the tarball).
303a33d0eb7SMartin Mares
304d2f666f1SMartin Mares	* lib/names.c (parse_name_list): End-of-line comments are no longer
305d2f666f1SMartin Mares	supported. Hashes are now perfectly valid in all names and they start
306d2f666f1SMartin Mares	a comment only at the start of the line.
307d2f666f1SMartin Mares
308ee551b73SMartin Mares2002-03-26  Martin Mares  <[email protected]>
309ee551b73SMartin Mares
31007159913SMartin Mares	* README: Rewritten.
31107159913SMartin Mares
312ee551b73SMartin Mares	* Makefile: When the currently installed pci.ids file is newer than
313ee551b73SMartin Mares	the version to be installed, don't overwrite it. Suggested by
314ee551b73SMartin Mares	Jean Delvare <[email protected]>.
315ee551b73SMartin Mares
316bc7b1d62SMartin Mares2002-03-24  Martin Mares  <[email protected]>
317bc7b1d62SMartin Mares
3185f5e6f64SMartin Mares	* lspci.c (show_pcix_bridge): Added PCI-X capability display.
3195f5e6f64SMartin Mares	Contributed by Jeff Garzik <[email protected]>.
3205f5e6f64SMartin Mares
3215f5e6f64SMartin Mares	* lib/header.h: Added PCI-X stuff. Again by Jeff.
3225f5e6f64SMartin Mares
3235f5e6f64SMartin Mares	* Makefile (CFLAGS): -Werror is gone.
3245f5e6f64SMartin Mares
325a1052f16SMartin Mares	* lspci.c (format_agp_rate): Fixed AGP rate reporting.
326a1052f16SMartin Mares
327bc7b1d62SMartin Mares	* lib/filter.c (pci_filter_parse_slot): Allow bus 0xff, slot 0x1f and
328bc7b1d62SMartin Mares	function 7.
329bc7b1d62SMartin Mares
330bc7b1d62SMartin Mares	* lib/names.c (pci_lookup_name): When printing unknown subsystem vendor
331bc7b1d62SMartin Mares	or device hexadecimally, don't confuse it with chip vendor/device ID.
332bc7b1d62SMartin Mares	First reported by Marc Boucher <[email protected]>.
333bc7b1d62SMartin Mares
334f793990cSMartin Mares2001-11-04  Martin Mares  <[email protected]>
335f793990cSMartin Mares
336ee551b73SMartin Mares	* Released as 2.1.9.
337ee551b73SMartin Mares
338f793990cSMartin Mares	* pci.ids: Synced with the PCI ID Repository at SourceForge
339f793990cSMartin Mares	(http://pciids.sourceforge.net/).
340f793990cSMartin Mares
3411d174e56SMartin Mares2000-08-25  Martin Mares  <[email protected]>
3421d174e56SMartin Mares
3431d174e56SMartin Mares	* pci.ids: Updated ID's, synced with kernel 2.4.0-test7.
3441d174e56SMartin Mares
34565b4327eSMartin Mares2000-06-13  Martin Mares  <[email protected]>
34665b4327eSMartin Mares
34765b4327eSMartin Mares	* Makefile (uninstall): Fixed.
34865b4327eSMartin Mares
34965b4327eSMartin Mares	* pci.ids: ID updates.
35065b4327eSMartin Mares
3514a219d5fSMartin Mares2000-05-20  Martin Mares  <[email protected]>
3524a219d5fSMartin Mares
3534a219d5fSMartin Mares	* Released as 2.1.8.
3544a219d5fSMartin Mares
3554a219d5fSMartin Mares	* pci.ids: ID updates.
3564a219d5fSMartin Mares
3574a219d5fSMartin Mares	* lspci.c (show_verbose): Min/max latency is now printed in nanoseconds.
3584a219d5fSMartin Mares
3594a219d5fSMartin Mares2000-05-04  Martin Mares  <[email protected]>
3604a219d5fSMartin Mares
3614a219d5fSMartin Mares	* lspci.c (show_verbose): If the header type doesn't match device
3624a219d5fSMartin Mares	class, just print a warning and still use the header type, assuming
3634a219d5fSMartin Mares	bogus class info.
3644a219d5fSMartin Mares
36510c90662SMartin Mares2000-05-01  Martin Mares  <[email protected]>
36610c90662SMartin Mares
36772b9b690SMartin Mares	* lspci.c (show_pm): Updated according to PCI PM specs 1.1.
36872b9b690SMartin Mares
36910c90662SMartin Mares	* pci.ids: Updated Contemporary Control ARCnet card entries.
37010c90662SMartin Mares
37110c90662SMartin Mares	* pci.ids: Synchronized class list with latest PCI SIG documents.
37210c90662SMartin Mares
373a239ade6SMartin Mares2000-04-29  Martin Mares  <[email protected]>
374a239ade6SMartin Mares
375a239ade6SMartin Mares	* lib/names.c (pci_lookup_name): Fixed the cheat.
376a239ade6SMartin Mares
377a239ade6SMartin Mares	* lib/internal.h: Moved UNUSED/inline hacks above all other declarations.
378a239ade6SMartin Mares
379a239ade6SMartin Mares	* pci.ids: Various ID updates.
380a239ade6SMartin Mares
3812c83b860SMartin Mares2000-04-21  Martin Mares  <[email protected]>
3822c83b860SMartin Mares
3832c83b860SMartin Mares	* Released as 2.1.7.
3842c83b860SMartin Mares
3852c83b860SMartin Mares	* pciutils.spec: Added German description.
3862c83b860SMartin Mares
3872c83b860SMartin Mares	* lib/names.c (pci_lookup_name): Added a cheat for case that subsystem ID's
3882c83b860SMartin Mares	are the same as device ID and just output subsystem name according to
3892c83b860SMartin Mares	device name.
3902c83b860SMartin Mares
3912c83b860SMartin Mares	* lib/proc.c: Use UNUSED instead of __attribute__((unused)).
3922c83b860SMartin Mares
3932c83b860SMartin Mares	* lib/pci.h: Added the correct typedefs for AIX.
3942c83b860SMartin Mares
3952c83b860SMartin Mares	* lib/generic.c (pci_generic_scan_bus): Export.
3962c83b860SMartin Mares
3972c83b860SMartin Mares	* lib/configure: Detect AIX. Use "echo '...\c'" instead of
3982c83b860SMartin Mares	"echo -n" if the shell isn't bash.
3992c83b860SMartin Mares
4002c83b860SMartin Mares	* lspci.c: Avoid using alloca() if not compiled by GCC.
4012c83b860SMartin Mares	(insert_dev): Avoid returning a void value.
4022c83b860SMartin Mares
4032c83b860SMartin Mares	* Makefile: Choose which install utility to use according to
4042c83b860SMartin Mares	OS type. Also use `-o' instead of `-or' in find arguments.
4052c83b860SMartin Mares	Part of the AIX port.
4062c83b860SMartin Mares
4072c83b860SMartin Mares	* lib/aix-device.c: Added AIX low-level interface. Contributed
4082c83b860SMartin Mares	by Dave Johnson <[email protected]>, thanks a lot!
4092c83b860SMartin Mares
4102c83b860SMartin Mares	* pci.ids: Few new ID's.
4112c83b860SMartin Mares
4122c83b860SMartin Mares	* pciutils.h, lib/internal.h: Redefine __attribute__ and inline
4132c83b860SMartin Mares	when not compiled by GCC.
4142c83b860SMartin Mares
415c1a828daSMartin Mares2000-04-17  Martin Mares  <[email protected]>
416c1a828daSMartin Mares
417c1a828daSMartin Mares	* Released as 2.1.6.
418c1a828daSMartin Mares
419c1a828daSMartin Mares	* pci.ids: Added a large batch of ID's contributed by Gunther
420c1a828daSMartin Mares	Mayer <[email protected]> and synced the
421c1a828daSMartin Mares	list with the 2.3.99pre6 kernel.
422c1a828daSMartin Mares
423e91dd3abSMartin MaresThu Mar  9 13:11:39 2000  Martin Mares  <[email protected]>
424e91dd3abSMartin Mares
425a80b79a9SMartin Mares	* lib/example.c: Added a simple example of how to use
426a80b79a9SMartin Mares	the library.
427a80b79a9SMartin Mares
42889984232SMartin Mares	* lspci.man, setpci.man: Revealed --version. Well spotted
42989984232SMartin Mares	by Adam Sulmicki.
43089984232SMartin Mares
431e91dd3abSMartin Mares	* pci.ids: Added lots of new ID's and synced with 2.3.50.
432e91dd3abSMartin Mares
43378d9c5e2SMartin MaresTue Feb 15 00:16:21 2000  Martin Mares  <[email protected]>
43478d9c5e2SMartin Mares
43578d9c5e2SMartin Mares	* Released as 2.1.5.
43678d9c5e2SMartin Mares
43778d9c5e2SMartin Mares	* pciutils.spec: Updated spec file from Andreas Jaeger. Now using
43878d9c5e2SMartin Mares	%{_mandir} to find the right location to install manual pages to.
43978d9c5e2SMartin Mares
44078d9c5e2SMartin Mares	* pci.ids: New ID's.
44178d9c5e2SMartin Mares
44278d9c5e2SMartin Mares	* setpci.c (main): Don't crash when `-s' or `-d' is given with
44378d9c5e2SMartin Mares	no argument.
44478d9c5e2SMartin Mares
445f8141ae2SMartin MaresMon Jan 24 20:04:11 2000  Andreas Jaeger  <[email protected]>
446f8141ae2SMartin Mares
447f8141ae2SMartin Mares	* lib/i386-ports.c: Include <asm/io.h> only on systems without
448f8141ae2SMartin Mares	glibc.
449f8141ae2SMartin Mares
450f8141ae2SMartin MaresMon Jan 24 11:24:43 2000  Martin Mares  <[email protected]>
451f8141ae2SMartin Mares
452f8141ae2SMartin Mares	* Makefile: Modified to work with the Linux FHS brain-damaged idea
453f8141ae2SMartin Mares	of putting man pages to /usr/share/man. Now we choose either /usr/man
454f8141ae2SMartin Mares	or /usr/share/man depending on which one exists.
455f8141ae2SMartin Mares
45659e76e8bSMartin MaresSun Jan 23 10:52:34 2000  Martin Mares  <[email protected]>
45759e76e8bSMartin Mares
45859e76e8bSMartin Mares	* pci.ids: Synced with Linux 2.3.40.
45959e76e8bSMartin Mares
46059e76e8bSMartin Mares	* Released as version 2.1.4.
46159e76e8bSMartin Mares
4622dfd48cdSMartin MaresThu Jan 20 11:08:32 2000  Martin Mares  <[email protected]>
4632dfd48cdSMartin Mares
4642715403fSMartin Mares	* lspci.c (scan_device): Fixed bug in reading of cardbus extensions.
4652715403fSMartin Mares
46681077814SMartin Mares	* lib/proc.c: pread/pwrite fixed again, this time on libc5 :(
46781077814SMartin Mares
46881077814SMartin Mares	* lspci.c (format_agp_rate): Better formatting of AGP rates.
46981077814SMartin Mares
47081077814SMartin Mares	* pci.ids: New ID's.
47181077814SMartin Mares
4722dfd48cdSMartin Mares	* lib/configure: Added configuration for ia64 (the same as for Alpha).
4732dfd48cdSMartin Mares	Patch from Stephane Eranian <[email protected]>.
4742dfd48cdSMartin Mares
4755a258860SMartin MaresThu Jan 13 23:01:52 2000  Martin Mares  <[email protected]>
4765a258860SMartin Mares
4775a258860SMartin Mares	* Released as version 2.1.3.
4785a258860SMartin Mares
4795a258860SMartin Mares	* pci.ids: New ID's.
4805a258860SMartin Mares
4815a258860SMartin Mares	* lspci.c: Alpha IO_FORMAT fix by Andrea Arcangeli.
4825a258860SMartin Mares
4835a258860SMartin Mares	* lib/access.c: Corrected order of access methods -- it's wonderful how
4845a258860SMartin Mares	long could such a bug remain unspotted. Thanks go to Andreas Schockenhoff.
4855a258860SMartin Mares
4860c047bbeSMartin MaresSat Dec 11 23:34:48 1999  Martin Mares  <[email protected]>
4870c047bbeSMartin Mares
4880c047bbeSMartin Mares	* Released as version 2.1.2.
4890c047bbeSMartin Mares
4900c047bbeSMartin Mares	* lib/names.c (pci_lookup_name): Fixed printing of unknown subsystem ID's.
4910c047bbeSMartin Mares
49233bc28a5SMartin MaresSat Dec  4 13:11:03 1999  Martin Mares  <[email protected]>
49333bc28a5SMartin Mares
49439231205SMartin Mares	* Released as version 2.1.1.
49539231205SMartin Mares
49633bc28a5SMartin Mares	* pci.ids: Several new ID's.
49733bc28a5SMartin Mares
49833bc28a5SMartin Mares	* setpci.c (exec_op): Don't forget to increment address after writing
49933bc28a5SMartin Mares	single value, so that `30.b=12,34,56,78' works as expected. Reported
50033bc28a5SMartin Mares	by Petr Soucek <[email protected]>.
50133bc28a5SMartin Mares
5028d047897SMartin MaresWed Nov  3 10:24:38 1999  Martin Mares  <[email protected]>
5038d047897SMartin Mares
5048d047897SMartin Mares	* lspci.c (show_terse): If prog-if is zero, but it's present in the
5058d047897SMartin Mares	ID list, show it.
5068d047897SMartin Mares
5076afc6538SMartin MaresSat Oct 30 11:06:35 1999  Martin Mares  <[email protected]>
5086afc6538SMartin Mares
5096afc6538SMartin Mares	* Released as version 2.1.
5106afc6538SMartin Mares
5116afc6538SMartin Mares	* pci.ids: Synced to devlist.h in 2.3.24 kernel. Merged in
5126afc6538SMartin Mares	lots of contributed entries.
5136afc6538SMartin Mares
5148f756113SMartin MaresThu Oct 14 10:40:12 1999  Dave Jones    <[email protected]>
5158f756113SMartin Mares
5168f756113SMartin Mares	* pci.ids: Added lots of subsystem definitions.
5178f756113SMartin Mares
518d4798a32SMartin MaresSat Oct  9 14:32:28 1999  Martin Mares  <[email protected]>
519d4798a32SMartin Mares
520d4798a32SMartin Mares	* setpci.man: Better example.
521d4798a32SMartin Mares
522d4798a32SMartin Mares	* lspci.c: Resolve prog-if names.
523d4798a32SMartin Mares
524d4798a32SMartin Mares	* lib/names.c: Adapted to new pci.ids syntax.
525d4798a32SMartin Mares
526d4798a32SMartin Mares	* pci.ids: Reorganized the pci.ids file. Subsystems are listed
527d4798a32SMartin Mares	under devices, classes can optionally contain prog-if information.
528d4798a32SMartin Mares	New ID's, as usually.
529d4798a32SMartin Mares
530e306e911SMartin MaresWed Sep 22 09:45:24 1999  Martin Mares  <[email protected]>
531e306e911SMartin Mares
532e306e911SMartin Mares	* pci.ids: New ID's. As usually.
533e306e911SMartin Mares
534e306e911SMartin Mares	* lspci.c (show_htype1, show_htype2): Don't show `closed' bridge windows
535e306e911SMartin Mares	unless we're vvvery verbose.
536e306e911SMartin Mares
537e306e911SMartin MaresMon Sep 20 11:22:54 1999  Martin Mares  <[email protected]>
538e306e911SMartin Mares
539e306e911SMartin Mares	* lspci.c (show_htype2): Don't forget a TAB before the "I/O window" line.
540e306e911SMartin Mares
541e64a576cSMartin MaresTue Sep 14 09:31:01 1999  Martin Mares  <[email protected]>
542e64a576cSMartin Mares
543e64a576cSMartin Mares	* pci.ids: New ID's. Again.
544e64a576cSMartin Mares
545c36c0862SMartin MaresThu Aug  5 17:45:42 1999  Martin Mares  <[email protected]>
546c36c0862SMartin Mares
547c36c0862SMartin Mares	* lspci.c (show_size): Don't show size if it's zero (usually
548c36c0862SMartin Mares	due to bus-centric mode being enabled).
549c36c0862SMartin Mares
5501ca42433SMartin MaresTue Jul 20 13:25:09 1999  Martin Mares  <[email protected]>
5511ca42433SMartin Mares
552168b4f46SMartin Mares	* lib/pci.h: Types are OS dependent.
553168b4f46SMartin Mares
554168b4f46SMartin Mares	* lib/internal.h: Byte order hacks are OS dependent.
555168b4f46SMartin Mares
556168b4f46SMartin Mares	* lib/configure: Recognize FreeBSD. Also set OS_XXX according to the OS.
557168b4f46SMartin Mares
558168b4f46SMartin Mares	* lib/Makefile, lib/access.c: Added fbsd-device target.
559168b4f46SMartin Mares
560168b4f46SMartin Mares	* pci.ids: Added an entry for PLX 9080 bridges with subsystem ID
561168b4f46SMartin Mares	incorrectly set to device ID.
562168b4f46SMartin Mares
563168b4f46SMartin Mares	* README: Added a note that we support FreeBSD.
564168b4f46SMartin Mares
565168b4f46SMartin Mares	* Makefile (PREFIX, ROOT): Set it depending on the OS.
566168b4f46SMartin Mares	(%.8): Grrr, BSD date is not able to convert date formats the same way
567168b4f46SMartin Mares	as GNU date does. Use sed instead.
568168b4f46SMartin Mares	(install): Use `-c' when calling install.
569168b4f46SMartin Mares
570168b4f46SMartin Mares	* lib/fbsd-device.c: Added FreeBSD /dev/pci access module contributed
571168b4f46SMartin Mares	by Jari Kirma <[email protected]>.
572168b4f46SMartin Mares
573bc6346dfSMartin Mares	* lib/proc.c: Rewrote the pread/pwrite things once again. Use pread
574bc6346dfSMartin Mares	and pwrite only when we are certain it's safe (i.e., glibc 2.1
575bc6346dfSMartin Mares	on all architectures or any libc on a i386 where we really know
576bc6346dfSMartin Mares	how to use syscalls directly). In all other cases, emulate it
577bc6346dfSMartin Mares	with lseek/read/write.
578bc6346dfSMartin Mares
5791ca42433SMartin Mares	* pci.ids: Some more IDs.
5801ca42433SMartin Mares
5811ca42433SMartin MaresMon Jul 19 14:10:36 1999  Martin Mares  <[email protected]>
5821ca42433SMartin Mares
5831ca42433SMartin Mares	* pci.ids: Added IDs of parallel port controller cards as sent
5841ca42433SMartin Mares	by Tim Waugh <[email protected]>.
5851ca42433SMartin Mares
586e95c8373SMartin MaresWed Jul  7 00:55:48 1999  Martin Mares  <[email protected]>
587e95c8373SMartin Mares
588e95c8373SMartin Mares	* lib/proc.c (proc_scan): HAVE_LONG_ADDRESS instead of HAVE_64BIT_ADDRESS.
589e95c8373SMartin Mares
590e95c8373SMartin Mares	* lspci.c: ADDR_FORMAT now depends on both HAVE_64BIT_ADDRESS and
591e95c8373SMartin Mares	HAVE_LONG_ADDRESS.
592e95c8373SMartin Mares
593e95c8373SMartin Mares	* lib/configure: HAVE_64BIT_ADDRESS now doesn't imply that the addresses
594e95c8373SMartin Mares	are represented as long long. Introduced a new flag HAVE_LONG_ADDRESS
595e95c8373SMartin Mares	to indicate this. Both Sparc architectures now use both 64BIT_ADDRESS
596e95c8373SMartin Mares	and LONG_ADDRESS since they have 32-bit userland, but don't set LONG_ADDRESS
597e95c8373SMartin Mares	on Alpha.
598e95c8373SMartin Mares
599e95c8373SMartin Mares	* lspci.c (show_msi): Added dumping of the MSI capability.
600e95c8373SMartin Mares	(show_slotid): The same for SlotID capability.
601e95c8373SMartin Mares	(show_caps): Seperated capability dumping, because it should
602e95c8373SMartin Mares	be used for both htype0 and htype1. Even PCI 2.2 doesn't mention
603e95c8373SMartin Mares	layout of htype2, so I'm a bit unsure about it wrt capabilities
604e95c8373SMartin Mares	-- they at least have to live somewhere else since address 0x34
605e95c8373SMartin Mares	is already defined differently in htype2.
606e95c8373SMartin Mares
607e95c8373SMartin Mares	* lib/header.h (PCI_STATUS_UDF): Marked as obsolete (PCI 2.2).
608e95c8373SMartin Mares	(PCI_BASE_ADDRESS_MEM_TYPE_1M): Ditto.
609e95c8373SMartin Mares	(PCI_CAP_ID_*): Added some new capabilities defined in PCI 2.2.
610e95c8373SMartin Mares
611e95c8373SMartin Mares	* lspci.c (show_htype0): Mask out lowest 2 bits from all capability pointers
612e95c8373SMartin Mares	(required by the PCI 2.2 specs).
613e95c8373SMartin Mares
614e95c8373SMartin MaresMon Jul  5 12:45:19 1999  Martin Mares  <[email protected]>
615e95c8373SMartin Mares
616e95c8373SMartin Mares	* lspci.c (show_size): Added new function for dumping of region sizes.
617e95c8373SMartin Mares	(show_rom): Added. Now correctly dumps unassigned ROM addresses, disabled
618e95c8373SMartin Mares	ROMs et cetera.
619e95c8373SMartin Mares
620e95c8373SMartin Mares	* lib/pci.h (struct pci_dev): known_fields moved to the public part
621e95c8373SMartin Mares	of the structure.
622e95c8373SMartin Mares
623e95c8373SMartin Mares	* Added support for region sizes. Needs support in the kernel, because
624e95c8373SMartin Mares	sizes have to be scanned before drivers initialize yourself. pci_fill_info()
625e95c8373SMartin Mares	now returns a bitmask of what fields were really read.
626e95c8373SMartin Mares
62782ce97c9SMartin MaresMon Jun 28 18:37:51 1999  Dave Jones    <[email protected]>
62882ce97c9SMartin Mares
62982ce97c9SMartin Mares	* Makefile:
63082ce97c9SMartin Mares	  Added `uninstall' target - removes all traces of pciutils.
63182ce97c9SMartin Mares	* pci.ids:
63282ce97c9SMartin Mares	  - Lots of cleanups in the ATI, S3, Adaptec vendors.
63382ce97c9SMartin Mares	  - Changed Compaq QVision 1280/p definitions, as it's not possible
63482ce97c9SMartin Mares	    to determine the revision from the device ID.
63582ce97c9SMartin Mares	  - Same for the Tseng ET4000.
63682ce97c9SMartin Mares	    The id's said I had a rev C, when it was actually a rev B.
63782ce97c9SMartin Mares	  - Removed some unnecessary strings
63882ce97c9SMartin Mares	    `PCI'. Unless it's an AGP card, it should be obvious that it's PCI.
63982ce97c9SMartin Mares	    `Ethernet card'. This should be determined from config space.
64082ce97c9SMartin Mares	  - Lots of other new vendors & devices
64182ce97c9SMartin Mares	  - Other additional small cleanups.
64282ce97c9SMartin Mares
6437bed2d83SMartin MaresMon Jun 21 22:11:10 1999  Martin Mares  <[email protected]>
6447bed2d83SMartin Mares
6457bed2d83SMartin Mares	* lib/names.c (pci_lookup_name): When device ID lookup
6467bed2d83SMartin Mares	fails, return hexadecimal device ID instead of vendor ID.
6477bed2d83SMartin Mares	Well spotted by Axel Bodemann <[email protected]>,
6487bed2d83SMartin Mares	I've just extended the fix to subsystem ID's.
6497bed2d83SMartin Mares
6505ba3a475SMartin MaresThu Jun 17 19:48:21 1999  Martin Mares  <[email protected]>
6515ba3a475SMartin Mares
6525ba3a475SMartin Mares	* lspci.c (show_agp): Bug fix from Petr Vandrovec
6535ba3a475SMartin Mares	<[email protected]>. The command register was displayed
6545ba3a475SMartin Mares	incorrectly.
6555ba3a475SMartin Mares
6565ba3a475SMartin MaresWed Jun  2 22:42:44 1999  Martin Mares  <[email protected]>
6575ba3a475SMartin Mares
6585ba3a475SMartin Mares	* lib/proc.c (SYS_pread, SYS_pwrite): Use hard-coded
6595ba3a475SMartin Mares	numbers if not supplied by the libc.
6605ba3a475SMartin Mares
66155c815b5SMartin MaresWed May 19 13:24:39 1999  Martin Mares  <[email protected]>
66255c815b5SMartin Mares
66355c815b5SMartin Mares	* Released the whole package as version 2.0.
66455c815b5SMartin Mares
66555c815b5SMartin MaresFri May 14 22:42:02 1999  Martin Mares  <[email protected]>
66655c815b5SMartin Mares
66755c815b5SMartin Mares	* pci.ids: Added several new ID's contributed by people
66855c815b5SMartin Mares	on the linux-pci list.
66955c815b5SMartin Mares
670dec16943SMartin MaresMon Apr 19 15:21:08 1999  Jakub Jelinek  <[email protected]>
671dec16943SMartin Mares
672dec16943SMartin Mares	* lspci.c: Display I/O addresses correctly on sparc64.
673dec16943SMartin Mares	* lib/header.h: Ditto.
674dec16943SMartin Mares
675dec16943SMartin Mares	* lib/configure: On sparc set HAVE_64BIT* as well, we want
676dec16943SMartin Mares	a binary which works on both 32bit and 64bit SPARCs.
677dec16943SMartin Mares
678e33c9c7aSMartin MaresSun Apr 18 21:14:58 1999  Martin Mares  <[email protected]>
679e33c9c7aSMartin Mares
680e33c9c7aSMartin Mares	* lspci.c, lib/proc.c: Alpha compilation fixes from Matthew Jacob
681e33c9c7aSMartin Mares	<[email protected]>.
682e33c9c7aSMartin Mares
683e33c9c7aSMartin Mares	* pci.ids: A lot of updates from Adam J. Richter <[email protected]>.
684e33c9c7aSMartin Mares
685f3395cc5SMartin MaresSun Feb 28 22:26:21 1999  Martin Mares  <[email protected]>
686f3395cc5SMartin Mares
687f3395cc5SMartin Mares	* lspci.c (do_map_bus): Don't dump functions 1--7 if not flagged
688f3395cc5SMartin Mares	as a multi-function device, because several single-function devices
689f3395cc5SMartin Mares	don't decode the function bits at all.
690f3395cc5SMartin Mares
691f3395cc5SMartin MaresSun Feb 14 23:48:22 1999  Martin Mares  <[email protected]>
692f3395cc5SMartin Mares
693f3395cc5SMartin Mares	* Makefile (install): Don't use "-o root -g root" for installation
694f3395cc5SMartin Mares	since it breaks on machines where programs are not installed by root.
695f3395cc5SMartin Mares	Reported by Richard Gooch <[email protected]>
696f3395cc5SMartin Mares
697f3395cc5SMartin MaresTue Feb  9 15:54:39 1999  Martin Mares  <[email protected]>
698f3395cc5SMartin Mares
699f3395cc5SMartin Mares	* lspci.c (show_bases): Use new address masking macros and pciaddr_t.
700f3395cc5SMartin Mares
701f3395cc5SMartin Mares	* lib/pci.h: Using pciaddr_t for bus addresses, which are 32-bit
702f3395cc5SMartin Mares	or 64-bit depending on CPU.
703f3395cc5SMartin Mares
704f3395cc5SMartin Mares	* lib/pci.h (PCI_ADDR_MEM_MASK): Added macros for address masks
705f3395cc5SMartin Mares	according to bus address width.
706f3395cc5SMartin Mares
7071c31d620SMartin MaresThu Jan 28 20:54:16 1999  Martin Mares  <[email protected]>
7081c31d620SMartin Mares
7091c31d620SMartin Mares	* Released as 1.99.4.
7101c31d620SMartin Mares
7111c31d620SMartin Mares	* lspci.c: Capability list parser now recognizes both AGP
7121c31d620SMartin Mares	registers and PCI Power Management registers (the latter
7131c31d620SMartin Mares	is mainly guesswork based on DEC/Intel 21153 bridge specs
7141c31d620SMartin Mares	since I don't have the PCI Power Management document).
7151c31d620SMartin Mares
7161c31d620SMartin Mares	* lspci.c: Replaced numerous occurences of (x & flag) ? '+' : '-'
7171c31d620SMartin Mares	by FLAG macro.
7181c31d620SMartin Mares
7191c31d620SMartin Mares	* lspci.c: Added bridge checks to bus mapping code.
7201c31d620SMartin Mares
7211812a795SMartin MaresWed Jan 27 14:59:16 1999  Martin Mares  <[email protected]>
7221812a795SMartin Mares
7231812a795SMartin Mares	* lspci.c: Implemented bus mapping mode (-M).
7241812a795SMartin Mares
7251812a795SMartin Mares	* lspci.c (scan_devices): Split to scan_devices() and scan_device().
7261812a795SMartin Mares	(show): Split to show() and show_device().
7271812a795SMartin Mares
7281812a795SMartin Mares	* lib/access.c (pci_init): When a->method == PCI_ACCESS_AUTO,
7291812a795SMartin Mares	set it to the real access method afterwards.
7301812a795SMartin Mares
7311812a795SMartin MaresMon Jan 25 23:46:13 1999  Martin Mares  <[email protected]>
7321812a795SMartin Mares
7331812a795SMartin Mares	* lib/generic.c (pci_generic_fill_info): If in buscentric mode,
7341812a795SMartin Mares	don't check PCI_COMMAND for I/O and memory enables.
7351812a795SMartin Mares
736f6c86928SMartin MaresMon Jan 25 21:28:49 1999  Martin Mares  <[email protected]>
737f6c86928SMartin Mares
738f6c86928SMartin Mares	* Makefile: Added target `release' which substitutes new version
739f6c86928SMartin Mares	number to .spec, .lsm and README. Also rewrote target `dist'.
740f6c86928SMartin Mares
741f6c86928SMartin Mares	* Released as 1.99.3.
742f6c86928SMartin Mares
743b5137411SMartin MaresSun Jan 24 22:10:36 1999  Martin Mares  <[email protected]>
744b5137411SMartin Mares
745d6b297d0SMartin Mares	* lib/header.h: Until kernel adopts new layout of PCI
746d6b297d0SMartin Mares	includes (i.e., separate declaration of header structure,
747d6b297d0SMartin Mares	functions and device IDs), which is not going to happen
748d6b297d0SMartin Mares	before 2.3, we'll use our own definiton of the header.
749d6b297d0SMartin Mares
750b5137411SMartin Mares	* lspci.c (show_verbose): Display `Cap' flag in device status.
751b5137411SMartin Mares
752b5137411SMartin Mares	* lspci.c (show_htype0): Display capability lists whereever
753b5137411SMartin Mares	available. The only capability name we recognize now is `AGP'.
754b5137411SMartin Mares	Unfortunately, capabilities are stored in device-dependent
755b5137411SMartin Mares	portion of the configuration space and are thus available
756b5137411SMartin Mares	only to root unless you read a dump.
757b5137411SMartin Mares
758b5137411SMartin Mares	* lspci.c (scan_devices): Use cache instead of buffering.
759b5137411SMartin Mares
760b5137411SMartin Mares	* lib/buffer.c: Removed (obsoleted by the cache).
761b5137411SMartin Mares
762b5137411SMartin Mares	* lib/access.c: Added general caching mechanism.
763b5137411SMartin Mares
76481ce358dSMartin MaresSat Jan 23 21:30:54 1999  Martin Mares  <[email protected]>
76581ce358dSMartin Mares
76681ce358dSMartin Mares	* pci.ids: Added few devices.
76781ce358dSMartin Mares
768727ce158SMartin MaresFri Jan 22 19:29:31 1999  Martin Mares  <[email protected]>
769727ce158SMartin Mares
770727ce158SMartin Mares	* Version string is now defined in top-level Makefile, exported
771727ce158SMartin Mares	to the configure script and also substituted to man pages.
772727ce158SMartin Mares
773727ce158SMartin Mares	* lspci.c (show_bases): Rewrote displaying of 64-bit addresses.
774727ce158SMartin Mares	(show_verbose): Rewrote interrupt display logic.
775727ce158SMartin Mares
776727ce158SMartin Mares	* lib/i386-ports.c: Include sys/io.h only on glibc systems.
777727ce158SMartin Mares
778727ce158SMartin Mares	* lib/configure: Rewrote detection of Linux versions. Now it
779727ce158SMartin Mares	works on 2.0 kernels (only with direct/dump access, of course).
780727ce158SMartin Mares
781727ce158SMartin Mares	* lib/internal.h: New bytesex macros using <asm/byteorder.h>
782727ce158SMartin Mares	whenever available.
783727ce158SMartin Mares
784727ce158SMartin Mares	* lib/proc.c (proc_read, proc_write): Distinguish between short
785727ce158SMartin Mares	read/write and real errors.
786727ce158SMartin Mares
787727ce158SMartin Mares	* lspci.c (show_htype{0,1}): Always use d->dev->rom_base_addr since
788727ce158SMartin Mares	libpci respects buscentric mode automatically.
789727ce158SMartin Mares
790727ce158SMartin Mares	* lspci.c (show_hex_dump): For CardBus bridges, print out 128
791727ce158SMartin Mares	bytes of header (the whole standard part).
792727ce158SMartin Mares
793727ce158SMartin Mares	* common.c: pcilib options are now all uppercase. Also moved
794727ce158SMartin Mares	PCI access debugging option here.
795727ce158SMartin Mares
796727ce158SMartin Mares	* Released as 1.99.2.
797727ce158SMartin Mares
798727ce158SMartin MaresWed Jan 20 22:50:35 1999  Martin Mares  <[email protected]>
799727ce158SMartin Mares
800727ce158SMartin Mares	* Wrote configure script and rewrote Makefiles.
801727ce158SMartin Mares
802727ce158SMartin Mares	* Removed few unused variables.
803727ce158SMartin Mares
804727ce158SMartin MaresWed Jan 20 12:21:56 1999  Martin Mares  <[email protected]>
805727ce158SMartin Mares
806727ce158SMartin Mares	* common.c: Moved several functions used in both setpci and lspci
807727ce158SMartin Mares	here. This includes parsing of libpci-related options.
808727ce158SMartin Mares
809727ce158SMartin Mares	* More library tweaks.
810727ce158SMartin Mares
811727ce158SMartin Mares	* filter.c, names.c: Moved to library.
812727ce158SMartin Mares
813727ce158SMartin Mares	* setpci: Rewritten to use the library.
814727ce158SMartin Mares
815727ce158SMartin Mares	* Released as 1.99.1.
816727ce158SMartin Mares
817727ce158SMartin MaresTue Jan 19 23:00:12 1999  Martin Mares  <[email protected]>
818727ce158SMartin Mares
819727ce158SMartin Mares	* lspci.c (scan_devices): For cardbus bridges, read first 128
820727ce158SMartin Mares	bytes of config space to get full standard header.
821727ce158SMartin Mares
822727ce158SMartin Mares	* Makefile (CFLAGS): Removed "-Wno-unused".
823727ce158SMartin Mares
824727ce158SMartin Mares	* Started the "New Generation" branch and introduced the
825727ce158SMartin Mares	PCI library.
826727ce158SMartin Mares
827727ce158SMartin Mares	* lspci: Rewritten to use the library.
828727ce158SMartin Mares
8296ece6bc6SMartin MaresTue Jan 19 22:24:08 1999  Martin Mares  <[email protected]>
8306ece6bc6SMartin Mares
8316ece6bc6SMartin Mares	* Released as version 1.10.
8326ece6bc6SMartin Mares
8336ece6bc6SMartin MaresMon Jan 18 08:51:17 1999  Martin Mares  <[email protected]>
8346ece6bc6SMartin Mares
8356ece6bc6SMartin Mares	* lspci.8, setpci.8: Miscellaneous fixes as suggested by
8366ece6bc6SMartin Mares	Dag Wieers <[email protected]>.
8376ece6bc6SMartin Mares
8381212dd6dSMartin MaresSun Nov 29 20:05:56 1998  Martin Mares  <[email protected]>
8391212dd6dSMartin Mares
8401212dd6dSMartin Mares	* pciutils.spec (Name): Update from Krzysztof G. Baranowski.
8411212dd6dSMartin Mares
842d38471fdSMartin MaresSun Nov 22 10:49:56 1998  Martin Mares  <[email protected]>
843d38471fdSMartin Mares
844d38471fdSMartin Mares	* Makefile, pciutils.h: Moved pci.ids to /usr/share.
845d38471fdSMartin Mares
846d38471fdSMartin Mares	* Released as version 1.09.
847d38471fdSMartin Mares
848371f605bSMartin MaresWed Nov 18 15:47:05 1998  Martin Mares  <[email protected]>
849371f605bSMartin Mares
850371f605bSMartin Mares	* lspci.c (show_htype1): Fixed displaying of prefetchable memory behind
851371f605bSMartin Mares	bridge. Thanks to Petr Vandrovec <[email protected]> for bug report.
852371f605bSMartin Mares
85310be47abSMartin MaresFri Oct 23 18:59:19 1998  Martin Mares  <[email protected]>
85410be47abSMartin Mares
85510be47abSMartin Mares	* setpci.c: Don't include <syscall-list.h> with glibc >= 2.1.
85610be47abSMartin Mares
857472bd340SMartin MaresMon Oct 19 21:53:30 1998  Martin Mares  <[email protected]>
858472bd340SMartin Mares
859472bd340SMartin Mares	* Released as version 1.08.
860472bd340SMartin Mares
861472bd340SMartin Mares	* setpci.c: glibc 2.1.x already defines pread() and pwrite().
862472bd340SMartin Mares
863472bd340SMartin Mares	* lspci.8: Changed warning about lspci -xxx.
864472bd340SMartin Mares
865472bd340SMartin Mares	* lspci.c: Require "-xxx" for full configuration space dump, so that
866472bd340SMartin Mares	it's impossible to crash the machine by single typo.
867472bd340SMartin Mares
868472bd340SMartin Mares	* specs: Added (courtesy of Krzysztof G. Baranowski <[email protected]>).
869472bd340SMartin Mares
870072c77e5SMartin MaresWed Sep  9 12:03:24 1998  Martin Mares  <[email protected]>
871072c77e5SMartin Mares
872072c77e5SMartin Mares	* lspci.c (show_bases): Better displaying of unassigned and
873072c77e5SMartin Mares	disabled bases. Thanks to Gabriel Paubert <[email protected]>
874072c77e5SMartin Mares	for an idea.
875072c77e5SMartin Mares
876b7554856SMartin MaresWed Sep  2 10:58:01 1998  Martin Mares  <[email protected]>
877b7554856SMartin Mares
878b7554856SMartin Mares	* setpci.c (pread): Recognize glibc 1.99 numbered as 2.0 on the PPC.
879b7554856SMartin Mares	(thanks to Geert Uytterhoeven for finding this out)
880b7554856SMartin Mares
881ce503b7fSMartin MaresFri Jul 17 10:43:30 1998  Martin Mares  <[email protected]>
882ce503b7fSMartin Mares
883ce503b7fSMartin Mares	* lspci.c (show_verbose): Print subsystem ID using the new resolver.
884ce503b7fSMartin Mares	(show_machine): Print subsystem ID.
885ce503b7fSMartin Mares
886ce503b7fSMartin Mares	* names.c: New name resolution engine supporting subsystem IDs.
887ce503b7fSMartin Mares
888ce503b7fSMartin Mares	* Released as version 1.07.
889ce503b7fSMartin Mares
89096e4f295SMartin MaresWed Jul 15 15:37:21 1998  Martin Mares  <[email protected]>
89196e4f295SMartin Mares
89296e4f295SMartin Mares	* lspci.c (show_htype2 etc.): Displaying of CardBus headers.
89396e4f295SMartin Mares	(show_bases): Honor the `cnt' argument.
89496e4f295SMartin Mares	(grow_tree): Parse CardBus headers in tree mode as well.
89596e4f295SMartin Mares
89696e4f295SMartin Mares	* pci.h: Updated CardBus header field description. I still don't
89796e4f295SMartin Mares	have the CardBus standard available, but OZ6832 specs contain
89896e4f295SMartin Mares	full description of all header fields supported by the chip.
89996e4f295SMartin Mares
9006ae3650aSMartin MaresTue Jun  9 22:53:59 1998  Martin Mares  <[email protected]>
9016ae3650aSMartin Mares
902304f9a0bSMartin Mares	* Released as 1.06.
903304f9a0bSMartin Mares
9046ae3650aSMartin Mares	* names.c (parse_name_list): Killed an unused variable.
9056ae3650aSMartin Mares
9066ae3650aSMartin Mares	* setpci.c (pread, pwrite): Define SYS_(pread|pwrite) as __NR_\1
9076ae3650aSMartin Mares	if they are not defined by glibc (needed for glibc built on older
9086ae3650aSMartin Mares	kernels). Ugly.
9096ae3650aSMartin Mares
9106ae3650aSMartin Mares	* setpci.c (exec_op): Fixed error messages. Thanks, Steve!
9116ae3650aSMartin Mares
9124b88a6b8SMartin MaresMon Jun  8 10:59:22 1998  Martin Mares  <[email protected]>
9134b88a6b8SMartin Mares
9144b88a6b8SMartin Mares	* Released as 1.05.
9154b88a6b8SMartin Mares
9164b88a6b8SMartin Mares	* setpci.c: Problems with pread()/pwrite() with glibc on Alpha
9174b88a6b8SMartin Mares	should be gone. Again thanks to Steve for bug report.
9184b88a6b8SMartin Mares
9194b88a6b8SMartin Mares	* filter.c (filter_parse_slot): Fixed ":x" type filters.
9204b88a6b8SMartin Mares
9214b88a6b8SMartin Mares	* pci.ids: Killed duplicate entry. Thanks to Stephen Williams
9224b88a6b8SMartin Mares	<[email protected]> for reporting this.
9234b88a6b8SMartin Mares
9244b88a6b8SMartin MaresSun Jun  7 19:27:51 1998  Martin Mares  <[email protected]>
9254b88a6b8SMartin Mares
9264b88a6b8SMartin Mares	* lspci.c (main), setpci.c (main): Implemented "--version".
9274b88a6b8SMartin Mares
9284b88a6b8SMartin Mares	* Released as 1.04.
9294b88a6b8SMartin Mares
9304b88a6b8SMartin Mares	* pciutils.h (PCIUTILS_VERSION): Added version string.
9314b88a6b8SMartin Mares
9324b88a6b8SMartin Mares	* filter.c, names.c: Extraneous #include <linux/pci.h> removed.
9334b88a6b8SMartin Mares	Thanks to Geert Uytterhoeven <[email protected]>
9344b88a6b8SMartin Mares	for bug report.
9354b88a6b8SMartin Mares
9369b306998SMartin MaresThu May 28 14:45:58 1998  Martin Mares  <[email protected]>
9379b306998SMartin Mares
9389b306998SMartin Mares	* pci.ids: More updates from Jens Maurer.
9399b306998SMartin Mares
940b372672fSMartin MaresWed Apr 22 10:00:39 1998  Martin Mares  <[email protected]>
941b372672fSMartin Mares
942b372672fSMartin Mares	* pci.ids: Updates from Jens Maurer.
943b372672fSMartin Mares
944b2c9b373SMartin MaresSun Apr 19 11:14:25 1998  Martin Mares  <[email protected]>
945b2c9b373SMartin Mares
946b372672fSMartin Mares	* Released as 1.03.
947b372672fSMartin Mares
948b2c9b373SMartin Mares	* setpci.8: Written.
949b2c9b373SMartin Mares
950b2c9b373SMartin Mares	* setpci.c: Finished.
951b2c9b373SMartin Mares
952b2c9b373SMartin Mares	* lspci.c: Now able to fetch expansion ROM base from kernel device list
953b2c9b373SMartin Mares	and print it if not in buscentric mode.
954b2c9b373SMartin Mares
955e4842ff3SMartin MaresTue Mar 31 23:11:57 1998  Martin Mares  <[email protected]>
956e4842ff3SMartin Mares
957e4842ff3SMartin Mares	* setpci.c: Added.
958e4842ff3SMartin Mares
959e4842ff3SMartin MaresSun Mar 22 15:39:08 1998  Martin Mares  <[email protected]>
960e4842ff3SMartin Mares
961e4842ff3SMartin Mares	* lspci.8: Updated the documentation.
962e4842ff3SMartin Mares
963e4842ff3SMartin Mares	* lspci.c: Modified to use the new filtering mechanism (options -f and -d).
964e4842ff3SMartin Mares
965e4842ff3SMartin Mares	* filter.c: Introduced new generic device filter.
966e4842ff3SMartin Mares
967008407bdSMartin MaresThu Mar 19 17:03:48 1998  Martin Mares  <[email protected]>
968008407bdSMartin Mares
969008407bdSMartin Mares	* lspci.c (grow_tree, show_tree_dev, print_it): Fixed displaying
970008407bdSMartin Mares	of PCI-to-PCI bridges in the tree format.
971008407bdSMartin Mares
9720a33d0ecSMartin MaresSun Feb 15 10:12:25 1998  Martin Mares  <[email protected]>
9730a33d0ecSMartin Mares
9740a33d0ecSMartin Mares	* lspci.c (show_machine): Added non-verbose mode of machine-readable
9750a33d0ecSMartin Mares	dump.
9760a33d0ecSMartin Mares
9770a33d0ecSMartin Mares	* pci.ids: Updates from Jens Maurer.
9780a33d0ecSMartin Mares
9790a33d0ecSMartin Mares	* Released as version 1.02.
9800a33d0ecSMartin Mares
9810a33d0ecSMartin MaresThu Feb 12 16:53:28 1998  Martin Mares  <[email protected]>
9820a33d0ecSMartin Mares
9830a33d0ecSMartin Mares	* lspci.c: Added a "-m" switch for dumping machine-readable
9840a33d0ecSMartin Mares	configuration data (requested by Bjoern Kriews <[email protected]>).
9850a33d0ecSMartin Mares
986fb38eee8SMartin MaresMon Feb  9 13:17:43 1998  Martin Mares  <[email protected]>
987fb38eee8SMartin Mares
988fb38eee8SMartin Mares	* Makefile, pciutils.h: Include local pci.h instead of <linux/pci.h>
989fb38eee8SMartin Mares	if available. This should avoid all problems with official kernel
990fb38eee8SMartin Mares	not synchronized to newer PCI code in CVS -- standard distribution
991fb38eee8SMartin Mares	of pciutils now contains pci.h from current CVS kernel, pciutils
992fb38eee8SMartin Mares	in CVS contain no pci.h and use the correct kernel include.
993fb38eee8SMartin Mares
994fb38eee8SMartin Mares	* Makefile: Fixed installation path for man pages.
995fb38eee8SMartin Mares
9962f48f637SMartin MaresSat Feb  7 15:15:46 1998  Martin Mares  <[email protected]>
9972f48f637SMartin Mares
9982f48f637SMartin Mares	* README: Updated.
9992f48f637SMartin Mares
10002f48f637SMartin Mares	* lspci.8: Created a man page.
10012f48f637SMartin Mares
10022f48f637SMartin Mares	* Releasing as version 1.0.
10032f48f637SMartin Mares
10042f48f637SMartin MaresTue Feb  3 20:56:00 1998  Martin Mares  <[email protected]>
10052f48f637SMartin Mares
10062f48f637SMartin Mares	* Makefile: Recognize architecture by calling uname and pass it as ARCH_xxx
10072f48f637SMartin Mares	to all the C sources. This should eliminate problems with 32-bit compilers
10082f48f637SMartin Mares	on sparc64.
10092f48f637SMartin Mares
10102f48f637SMartin Mares	* lspci.c (show_verbose): Recognize CardBus bridge header type.
10112f48f637SMartin Mares	(show_htype2): Stub routine.
10122f48f637SMartin Mares	(scan_config): Write sensible error message if the kernel denies reading of
10132f48f637SMartin Mares	upper part of the PCI config space.
1014