xref: /pciutils/ChangeLog (revision c83293eb)
1d772ef15SMartin Mares2003-01-04  Martin Mares  <[email protected]>
2d772ef15SMartin Mares
31b95f396SMartin Mares	* Released as 2.1.11.
41b95f396SMartin Mares
5*c83293ebSMartin Mares	* Makefile: Changed configuration of installation directories --
6*c83293ebSMartin Mares	all paths are now set at the top of the Makefile instead of being
7*c83293ebSMartin Mares	scattered between the installation rules. The default installation
8*c83293ebSMartin Mares	now goes always to /usr/local regardless of the OS as most distributions
9*c83293ebSMartin Mares	already contain some version of pciutils and we don't want custom
10*c83293ebSMartin Mares	installations to interfere with the default ones.
11*c83293ebSMartin Mares
12*c83293ebSMartin Mares	* Makefile: Removed a couple of ancient install hacks: we no longer
13*c83293ebSMartin Mares	try to avoid overwriting a newer pci.ids file (users are now expected
14*c83293ebSMartin Mares	to use update-ids) and we don't try to remove /etc/pci.ids (a long time
15*c83293ebSMartin Mares	has passed since the last version which used it).
16*c83293ebSMartin Mares
171b95f396SMartin Mares	* Added the update-ids utility.
180138a2a7SMartin Mares
19d772ef15SMartin Mares	* lib: Removed partially implemented "syscall" access method which will
20d772ef15SMartin Mares	probably never be needed.
21d772ef15SMartin Mares
22eb620239SMartin Mares2002-12-27  Martin Mares  <[email protected]>
23eb620239SMartin Mares
24130090bdSMartin Mares	* lib/nbsd-libpci.c: Cleaned up and hopefully made it endian safe.
25130090bdSMartin Mares
26eb620239SMartin Mares	* lib/generic.c (pci_generic_scan_bus): Added work-around for devices with
27eb620239SMartin Mares	discontiguous numbering of functions. This is already present in the Linux
28eb620239SMartin Mares	kernel for several years, but I forgot to update pciutils as well.
29eb620239SMartin Mares
30848b4347SMartin Mares2002-12-26  Martin Mares  <[email protected]>
31848b4347SMartin Mares
32579b19ffSMartin Mares	* lib/header.h, lspci.c: Dump AGP3 flags and speeds.
33579b19ffSMartin Mares
34579b19ffSMartin Mares	* lib/pci.h, Makefile: Removed HAVE_OWN_HEADER_H. Always use our own header,
35579b19ffSMartin Mares	there is no reason to prefer the kernel version.
36579b19ffSMartin Mares
37579b19ffSMartin Mares	* lib/proc.c (proc_scan): Don't forget to initialize hdrtype.
38579b19ffSMartin Mares
39848b4347SMartin Mares	* Added preliminary version of NetBSD support by Quentin Garnier
40848b4347SMartin Mares	<[email protected]>.
41848b4347SMartin Mares
42f0952474SMartin Mares2002-04-06  Martin Mares  <[email protected]>
43f0952474SMartin Mares
44f0952474SMartin Mares	* lspci.c: Mention "-xxx" in the help.
45f0952474SMartin Mares
46d2f666f1SMartin Mares2002-03-30  Martin Mares  <[email protected]>
47d2f666f1SMartin Mares
489bd44bb0SMartin Mares	* Released as 2.1.10.
499bd44bb0SMartin Mares
50a33d0eb7SMartin Mares	* Removed pci.ids from the CVS as they are now maintained separately.
51a33d0eb7SMartin Mares	They are still included in the tarball, but if you are building	pciutils
52a33d0eb7SMartin Mares	from CVS sources or you want to get a newer ID file than the one distributed,
53a33d0eb7SMartin Mares	just use "make update-ids" to download the most recent snapshot from
54a33d0eb7SMartin Mares	pciids.sf.net.
55a33d0eb7SMartin Mares
56a33d0eb7SMartin Mares	* Makefile, README: Updated accordingly.
57a33d0eb7SMartin Mares
58a33d0eb7SMartin Mares	* Makefile: Added a couple of maintenance targets.
59a33d0eb7SMartin Mares
60a33d0eb7SMartin Mares	* maint/*: Maintainer's utilities now reside here (present only in CVS,
61a33d0eb7SMartin Mares	not in the tarball).
62a33d0eb7SMartin Mares
63d2f666f1SMartin Mares	* lib/names.c (parse_name_list): End-of-line comments are no longer
64d2f666f1SMartin Mares	supported. Hashes are now perfectly valid in all names and they start
65d2f666f1SMartin Mares	a comment only at the start of the line.
66d2f666f1SMartin Mares
67ee551b73SMartin Mares2002-03-26  Martin Mares  <[email protected]>
68ee551b73SMartin Mares
6907159913SMartin Mares	* README: Rewritten.
7007159913SMartin Mares
71ee551b73SMartin Mares	* Makefile: When the currently installed pci.ids file is newer than
72ee551b73SMartin Mares	the version to be installed, don't overwrite it. Suggested by
73ee551b73SMartin Mares	Jean Delvare <[email protected]>.
74ee551b73SMartin Mares
75bc7b1d62SMartin Mares2002-03-24  Martin Mares  <[email protected]>
76bc7b1d62SMartin Mares
775f5e6f64SMartin Mares	* lspci.c (show_pcix_bridge): Added PCI-X capability display.
785f5e6f64SMartin Mares	Contributed by Jeff Garzik <[email protected]>.
795f5e6f64SMartin Mares
805f5e6f64SMartin Mares	* lib/header.h: Added PCI-X stuff. Again by Jeff.
815f5e6f64SMartin Mares
825f5e6f64SMartin Mares	* Makefile (CFLAGS): -Werror is gone.
835f5e6f64SMartin Mares
84a1052f16SMartin Mares	* lspci.c (format_agp_rate): Fixed AGP rate reporting.
85a1052f16SMartin Mares
86bc7b1d62SMartin Mares	* lib/filter.c (pci_filter_parse_slot): Allow bus 0xff, slot 0x1f and
87bc7b1d62SMartin Mares	function 7.
88bc7b1d62SMartin Mares
89bc7b1d62SMartin Mares	* lib/names.c (pci_lookup_name): When printing unknown subsystem vendor
90bc7b1d62SMartin Mares	or device hexadecimally, don't confuse it with chip vendor/device ID.
91bc7b1d62SMartin Mares	First reported by Marc Boucher <[email protected]>.
92bc7b1d62SMartin Mares
93f793990cSMartin Mares2001-11-04  Martin Mares  <[email protected]>
94f793990cSMartin Mares
95ee551b73SMartin Mares	* Released as 2.1.9.
96ee551b73SMartin Mares
97f793990cSMartin Mares	* pci.ids: Synced with the PCI ID Repository at SourceForge
98f793990cSMartin Mares	(http://pciids.sourceforge.net/).
99f793990cSMartin Mares
1001d174e56SMartin Mares2000-08-25  Martin Mares  <[email protected]>
1011d174e56SMartin Mares
1021d174e56SMartin Mares	* pci.ids: Updated ID's, synced with kernel 2.4.0-test7.
1031d174e56SMartin Mares
10465b4327eSMartin Mares2000-06-13  Martin Mares  <[email protected]>
10565b4327eSMartin Mares
10665b4327eSMartin Mares	* Makefile (uninstall): Fixed.
10765b4327eSMartin Mares
10865b4327eSMartin Mares	* pci.ids: ID updates.
10965b4327eSMartin Mares
1104a219d5fSMartin Mares2000-05-20  Martin Mares  <[email protected]>
1114a219d5fSMartin Mares
1124a219d5fSMartin Mares	* Released as 2.1.8.
1134a219d5fSMartin Mares
1144a219d5fSMartin Mares	* pci.ids: ID updates.
1154a219d5fSMartin Mares
1164a219d5fSMartin Mares	* lspci.c (show_verbose): Min/max latency is now printed in nanoseconds.
1174a219d5fSMartin Mares
1184a219d5fSMartin Mares2000-05-04  Martin Mares  <[email protected]>
1194a219d5fSMartin Mares
1204a219d5fSMartin Mares	* lspci.c (show_verbose): If the header type doesn't match device
1214a219d5fSMartin Mares	class, just print a warning and still use the header type, assuming
1224a219d5fSMartin Mares	bogus class info.
1234a219d5fSMartin Mares
12410c90662SMartin Mares2000-05-01  Martin Mares  <[email protected]>
12510c90662SMartin Mares
12672b9b690SMartin Mares	* lspci.c (show_pm): Updated according to PCI PM specs 1.1.
12772b9b690SMartin Mares
12810c90662SMartin Mares	* pci.ids: Updated Contemporary Control ARCnet card entries.
12910c90662SMartin Mares
13010c90662SMartin Mares	* pci.ids: Synchronized class list with latest PCI SIG documents.
13110c90662SMartin Mares
132a239ade6SMartin Mares2000-04-29  Martin Mares  <[email protected]>
133a239ade6SMartin Mares
134a239ade6SMartin Mares	* lib/names.c (pci_lookup_name): Fixed the cheat.
135a239ade6SMartin Mares
136a239ade6SMartin Mares	* lib/internal.h: Moved UNUSED/inline hacks above all other declarations.
137a239ade6SMartin Mares
138a239ade6SMartin Mares	* pci.ids: Various ID updates.
139a239ade6SMartin Mares
1402c83b860SMartin Mares2000-04-21  Martin Mares  <[email protected]>
1412c83b860SMartin Mares
1422c83b860SMartin Mares	* Released as 2.1.7.
1432c83b860SMartin Mares
1442c83b860SMartin Mares	* pciutils.spec: Added German description.
1452c83b860SMartin Mares
1462c83b860SMartin Mares	* lib/names.c (pci_lookup_name): Added a cheat for case that subsystem ID's
1472c83b860SMartin Mares	are the same as device ID and just output subsystem name according to
1482c83b860SMartin Mares	device name.
1492c83b860SMartin Mares
1502c83b860SMartin Mares	* lib/proc.c: Use UNUSED instead of __attribute__((unused)).
1512c83b860SMartin Mares
1522c83b860SMartin Mares	* lib/pci.h: Added the correct typedefs for AIX.
1532c83b860SMartin Mares
1542c83b860SMartin Mares	* lib/generic.c (pci_generic_scan_bus): Export.
1552c83b860SMartin Mares
1562c83b860SMartin Mares	* lib/configure: Detect AIX. Use "echo '...\c'" instead of
1572c83b860SMartin Mares	"echo -n" if the shell isn't bash.
1582c83b860SMartin Mares
1592c83b860SMartin Mares	* lspci.c: Avoid using alloca() if not compiled by GCC.
1602c83b860SMartin Mares	(insert_dev): Avoid returning a void value.
1612c83b860SMartin Mares
1622c83b860SMartin Mares	* Makefile: Choose which install utility to use according to
1632c83b860SMartin Mares	OS type. Also use `-o' instead of `-or' in find arguments.
1642c83b860SMartin Mares	Part of the AIX port.
1652c83b860SMartin Mares
1662c83b860SMartin Mares	* lib/aix-device.c: Added AIX low-level interface. Contributed
1672c83b860SMartin Mares	by Dave Johnson <[email protected]>, thanks a lot!
1682c83b860SMartin Mares
1692c83b860SMartin Mares	* pci.ids: Few new ID's.
1702c83b860SMartin Mares
1712c83b860SMartin Mares	* pciutils.h, lib/internal.h: Redefine __attribute__ and inline
1722c83b860SMartin Mares	when not compiled by GCC.
1732c83b860SMartin Mares
174c1a828daSMartin Mares2000-04-17  Martin Mares  <[email protected]>
175c1a828daSMartin Mares
176c1a828daSMartin Mares	* Released as 2.1.6.
177c1a828daSMartin Mares
178c1a828daSMartin Mares	* pci.ids: Added a large batch of ID's contributed by Gunther
179c1a828daSMartin Mares	Mayer <[email protected]> and synced the
180c1a828daSMartin Mares	list with the 2.3.99pre6 kernel.
181c1a828daSMartin Mares
182e91dd3abSMartin MaresThu Mar  9 13:11:39 2000  Martin Mares  <[email protected]>
183e91dd3abSMartin Mares
184a80b79a9SMartin Mares	* lib/example.c: Added a simple example of how to use
185a80b79a9SMartin Mares	the library.
186a80b79a9SMartin Mares
18789984232SMartin Mares	* lspci.man, setpci.man: Revealed --version. Well spotted
18889984232SMartin Mares	by Adam Sulmicki.
18989984232SMartin Mares
190e91dd3abSMartin Mares	* pci.ids: Added lots of new ID's and synced with 2.3.50.
191e91dd3abSMartin Mares
19278d9c5e2SMartin MaresTue Feb 15 00:16:21 2000  Martin Mares  <[email protected]>
19378d9c5e2SMartin Mares
19478d9c5e2SMartin Mares	* Released as 2.1.5.
19578d9c5e2SMartin Mares
19678d9c5e2SMartin Mares	* pciutils.spec: Updated spec file from Andreas Jaeger. Now using
19778d9c5e2SMartin Mares	%{_mandir} to find the right location to install manual pages to.
19878d9c5e2SMartin Mares
19978d9c5e2SMartin Mares	* pci.ids: New ID's.
20078d9c5e2SMartin Mares
20178d9c5e2SMartin Mares	* setpci.c (main): Don't crash when `-s' or `-d' is given with
20278d9c5e2SMartin Mares	no argument.
20378d9c5e2SMartin Mares
204f8141ae2SMartin MaresMon Jan 24 20:04:11 2000  Andreas Jaeger  <[email protected]>
205f8141ae2SMartin Mares
206f8141ae2SMartin Mares	* lib/i386-ports.c: Include <asm/io.h> only on systems without
207f8141ae2SMartin Mares	glibc.
208f8141ae2SMartin Mares
209f8141ae2SMartin MaresMon Jan 24 11:24:43 2000  Martin Mares  <[email protected]>
210f8141ae2SMartin Mares
211f8141ae2SMartin Mares	* Makefile: Modified to work with the Linux FHS brain-damaged idea
212f8141ae2SMartin Mares	of putting man pages to /usr/share/man. Now we choose either /usr/man
213f8141ae2SMartin Mares	or /usr/share/man depending on which one exists.
214f8141ae2SMartin Mares
21559e76e8bSMartin MaresSun Jan 23 10:52:34 2000  Martin Mares  <[email protected]>
21659e76e8bSMartin Mares
21759e76e8bSMartin Mares	* pci.ids: Synced with Linux 2.3.40.
21859e76e8bSMartin Mares
21959e76e8bSMartin Mares	* Released as version 2.1.4.
22059e76e8bSMartin Mares
2212dfd48cdSMartin MaresThu Jan 20 11:08:32 2000  Martin Mares  <[email protected]>
2222dfd48cdSMartin Mares
2232715403fSMartin Mares	* lspci.c (scan_device): Fixed bug in reading of cardbus extensions.
2242715403fSMartin Mares
22581077814SMartin Mares	* lib/proc.c: pread/pwrite fixed again, this time on libc5 :(
22681077814SMartin Mares
22781077814SMartin Mares	* lspci.c (format_agp_rate): Better formatting of AGP rates.
22881077814SMartin Mares
22981077814SMartin Mares	* pci.ids: New ID's.
23081077814SMartin Mares
2312dfd48cdSMartin Mares	* lib/configure: Added configuration for ia64 (the same as for Alpha).
2322dfd48cdSMartin Mares	Patch from Stephane Eranian <[email protected]>.
2332dfd48cdSMartin Mares
2345a258860SMartin MaresThu Jan 13 23:01:52 2000  Martin Mares  <[email protected]>
2355a258860SMartin Mares
2365a258860SMartin Mares	* Released as version 2.1.3.
2375a258860SMartin Mares
2385a258860SMartin Mares	* pci.ids: New ID's.
2395a258860SMartin Mares
2405a258860SMartin Mares	* lspci.c: Alpha IO_FORMAT fix by Andrea Arcangeli.
2415a258860SMartin Mares
2425a258860SMartin Mares	* lib/access.c: Corrected order of access methods -- it's wonderful how
2435a258860SMartin Mares	long could such a bug remain unspotted. Thanks go to Andreas Schockenhoff.
2445a258860SMartin Mares
2450c047bbeSMartin MaresSat Dec 11 23:34:48 1999  Martin Mares  <[email protected]>
2460c047bbeSMartin Mares
2470c047bbeSMartin Mares	* Released as version 2.1.2.
2480c047bbeSMartin Mares
2490c047bbeSMartin Mares	* lib/names.c (pci_lookup_name): Fixed printing of unknown subsystem ID's.
2500c047bbeSMartin Mares
25133bc28a5SMartin MaresSat Dec  4 13:11:03 1999  Martin Mares  <[email protected]>
25233bc28a5SMartin Mares
25339231205SMartin Mares	* Released as version 2.1.1.
25439231205SMartin Mares
25533bc28a5SMartin Mares	* pci.ids: Several new ID's.
25633bc28a5SMartin Mares
25733bc28a5SMartin Mares	* setpci.c (exec_op): Don't forget to increment address after writing
25833bc28a5SMartin Mares	single value, so that `30.b=12,34,56,78' works as expected. Reported
25933bc28a5SMartin Mares	by Petr Soucek <[email protected]>.
26033bc28a5SMartin Mares
2618d047897SMartin MaresWed Nov  3 10:24:38 1999  Martin Mares  <[email protected]>
2628d047897SMartin Mares
2638d047897SMartin Mares	* lspci.c (show_terse): If prog-if is zero, but it's present in the
2648d047897SMartin Mares	ID list, show it.
2658d047897SMartin Mares
2666afc6538SMartin MaresSat Oct 30 11:06:35 1999  Martin Mares  <[email protected]>
2676afc6538SMartin Mares
2686afc6538SMartin Mares	* Released as version 2.1.
2696afc6538SMartin Mares
2706afc6538SMartin Mares	* pci.ids: Synced to devlist.h in 2.3.24 kernel. Merged in
2716afc6538SMartin Mares	lots of contributed entries.
2726afc6538SMartin Mares
2738f756113SMartin MaresThu Oct 14 10:40:12 1999  Dave Jones    <[email protected]>
2748f756113SMartin Mares
2758f756113SMartin Mares	* pci.ids: Added lots of subsystem definitions.
2768f756113SMartin Mares
277d4798a32SMartin MaresSat Oct  9 14:32:28 1999  Martin Mares  <[email protected]>
278d4798a32SMartin Mares
279d4798a32SMartin Mares	* setpci.man: Better example.
280d4798a32SMartin Mares
281d4798a32SMartin Mares	* lspci.c: Resolve prog-if names.
282d4798a32SMartin Mares
283d4798a32SMartin Mares	* lib/names.c: Adapted to new pci.ids syntax.
284d4798a32SMartin Mares
285d4798a32SMartin Mares	* pci.ids: Reorganized the pci.ids file. Subsystems are listed
286d4798a32SMartin Mares	under devices, classes can optionally contain prog-if information.
287d4798a32SMartin Mares	New ID's, as usually.
288d4798a32SMartin Mares
289e306e911SMartin MaresWed Sep 22 09:45:24 1999  Martin Mares  <[email protected]>
290e306e911SMartin Mares
291e306e911SMartin Mares	* pci.ids: New ID's. As usually.
292e306e911SMartin Mares
293e306e911SMartin Mares	* lspci.c (show_htype1, show_htype2): Don't show `closed' bridge windows
294e306e911SMartin Mares	unless we're vvvery verbose.
295e306e911SMartin Mares
296e306e911SMartin MaresMon Sep 20 11:22:54 1999  Martin Mares  <[email protected]>
297e306e911SMartin Mares
298e306e911SMartin Mares	* lspci.c (show_htype2): Don't forget a TAB before the "I/O window" line.
299e306e911SMartin Mares
300e64a576cSMartin MaresTue Sep 14 09:31:01 1999  Martin Mares  <[email protected]>
301e64a576cSMartin Mares
302e64a576cSMartin Mares	* pci.ids: New ID's. Again.
303e64a576cSMartin Mares
304c36c0862SMartin MaresThu Aug  5 17:45:42 1999  Martin Mares  <[email protected]>
305c36c0862SMartin Mares
306c36c0862SMartin Mares	* lspci.c (show_size): Don't show size if it's zero (usually
307c36c0862SMartin Mares	due to bus-centric mode being enabled).
308c36c0862SMartin Mares
3091ca42433SMartin MaresTue Jul 20 13:25:09 1999  Martin Mares  <[email protected]>
3101ca42433SMartin Mares
311168b4f46SMartin Mares	* lib/pci.h: Types are OS dependent.
312168b4f46SMartin Mares
313168b4f46SMartin Mares	* lib/internal.h: Byte order hacks are OS dependent.
314168b4f46SMartin Mares
315168b4f46SMartin Mares	* lib/configure: Recognize FreeBSD. Also set OS_XXX according to the OS.
316168b4f46SMartin Mares
317168b4f46SMartin Mares	* lib/Makefile, lib/access.c: Added fbsd-device target.
318168b4f46SMartin Mares
319168b4f46SMartin Mares	* pci.ids: Added an entry for PLX 9080 bridges with subsystem ID
320168b4f46SMartin Mares	incorrectly set to device ID.
321168b4f46SMartin Mares
322168b4f46SMartin Mares	* README: Added a note that we support FreeBSD.
323168b4f46SMartin Mares
324168b4f46SMartin Mares	* Makefile (PREFIX, ROOT): Set it depending on the OS.
325168b4f46SMartin Mares	(%.8): Grrr, BSD date is not able to convert date formats the same way
326168b4f46SMartin Mares	as GNU date does. Use sed instead.
327168b4f46SMartin Mares	(install): Use `-c' when calling install.
328168b4f46SMartin Mares
329168b4f46SMartin Mares	* lib/fbsd-device.c: Added FreeBSD /dev/pci access module contributed
330168b4f46SMartin Mares	by Jari Kirma <[email protected]>.
331168b4f46SMartin Mares
332bc6346dfSMartin Mares	* lib/proc.c: Rewrote the pread/pwrite things once again. Use pread
333bc6346dfSMartin Mares	and pwrite only when we are certain it's safe (i.e., glibc 2.1
334bc6346dfSMartin Mares	on all architectures or any libc on a i386 where we really know
335bc6346dfSMartin Mares	how to use syscalls directly). In all other cases, emulate it
336bc6346dfSMartin Mares	with lseek/read/write.
337bc6346dfSMartin Mares
3381ca42433SMartin Mares	* pci.ids: Some more IDs.
3391ca42433SMartin Mares
3401ca42433SMartin MaresMon Jul 19 14:10:36 1999  Martin Mares  <[email protected]>
3411ca42433SMartin Mares
3421ca42433SMartin Mares	* pci.ids: Added IDs of parallel port controller cards as sent
3431ca42433SMartin Mares	by Tim Waugh <[email protected]>.
3441ca42433SMartin Mares
345e95c8373SMartin MaresWed Jul  7 00:55:48 1999  Martin Mares  <[email protected]>
346e95c8373SMartin Mares
347e95c8373SMartin Mares	* lib/proc.c (proc_scan): HAVE_LONG_ADDRESS instead of HAVE_64BIT_ADDRESS.
348e95c8373SMartin Mares
349e95c8373SMartin Mares	* lspci.c: ADDR_FORMAT now depends on both HAVE_64BIT_ADDRESS and
350e95c8373SMartin Mares	HAVE_LONG_ADDRESS.
351e95c8373SMartin Mares
352e95c8373SMartin Mares	* lib/configure: HAVE_64BIT_ADDRESS now doesn't imply that the addresses
353e95c8373SMartin Mares	are represented as long long. Introduced a new flag HAVE_LONG_ADDRESS
354e95c8373SMartin Mares	to indicate this. Both Sparc architectures now use both 64BIT_ADDRESS
355e95c8373SMartin Mares	and LONG_ADDRESS since they have 32-bit userland, but don't set LONG_ADDRESS
356e95c8373SMartin Mares	on Alpha.
357e95c8373SMartin Mares
358e95c8373SMartin Mares	* lspci.c (show_msi): Added dumping of the MSI capability.
359e95c8373SMartin Mares	(show_slotid): The same for SlotID capability.
360e95c8373SMartin Mares	(show_caps): Seperated capability dumping, because it should
361e95c8373SMartin Mares	be used for both htype0 and htype1. Even PCI 2.2 doesn't mention
362e95c8373SMartin Mares	layout of htype2, so I'm a bit unsure about it wrt capabilities
363e95c8373SMartin Mares	-- they at least have to live somewhere else since address 0x34
364e95c8373SMartin Mares	is already defined differently in htype2.
365e95c8373SMartin Mares
366e95c8373SMartin Mares	* lib/header.h (PCI_STATUS_UDF): Marked as obsolete (PCI 2.2).
367e95c8373SMartin Mares	(PCI_BASE_ADDRESS_MEM_TYPE_1M): Ditto.
368e95c8373SMartin Mares	(PCI_CAP_ID_*): Added some new capabilities defined in PCI 2.2.
369e95c8373SMartin Mares
370e95c8373SMartin Mares	* lspci.c (show_htype0): Mask out lowest 2 bits from all capability pointers
371e95c8373SMartin Mares	(required by the PCI 2.2 specs).
372e95c8373SMartin Mares
373e95c8373SMartin MaresMon Jul  5 12:45:19 1999  Martin Mares  <[email protected]>
374e95c8373SMartin Mares
375e95c8373SMartin Mares	* lspci.c (show_size): Added new function for dumping of region sizes.
376e95c8373SMartin Mares	(show_rom): Added. Now correctly dumps unassigned ROM addresses, disabled
377e95c8373SMartin Mares	ROMs et cetera.
378e95c8373SMartin Mares
379e95c8373SMartin Mares	* lib/pci.h (struct pci_dev): known_fields moved to the public part
380e95c8373SMartin Mares	of the structure.
381e95c8373SMartin Mares
382e95c8373SMartin Mares	* Added support for region sizes. Needs support in the kernel, because
383e95c8373SMartin Mares	sizes have to be scanned before drivers initialize yourself. pci_fill_info()
384e95c8373SMartin Mares	now returns a bitmask of what fields were really read.
385e95c8373SMartin Mares
38682ce97c9SMartin MaresMon Jun 28 18:37:51 1999  Dave Jones    <[email protected]>
38782ce97c9SMartin Mares
38882ce97c9SMartin Mares	* Makefile:
38982ce97c9SMartin Mares	  Added `uninstall' target - removes all traces of pciutils.
39082ce97c9SMartin Mares	* pci.ids:
39182ce97c9SMartin Mares	  - Lots of cleanups in the ATI, S3, Adaptec vendors.
39282ce97c9SMartin Mares	  - Changed Compaq QVision 1280/p definitions, as it's not possible
39382ce97c9SMartin Mares	    to determine the revision from the device ID.
39482ce97c9SMartin Mares	  - Same for the Tseng ET4000.
39582ce97c9SMartin Mares	    The id's said I had a rev C, when it was actually a rev B.
39682ce97c9SMartin Mares	  - Removed some unnecessary strings
39782ce97c9SMartin Mares	    `PCI'. Unless it's an AGP card, it should be obvious that it's PCI.
39882ce97c9SMartin Mares	    `Ethernet card'. This should be determined from config space.
39982ce97c9SMartin Mares	  - Lots of other new vendors & devices
40082ce97c9SMartin Mares	  - Other additional small cleanups.
40182ce97c9SMartin Mares
4027bed2d83SMartin MaresMon Jun 21 22:11:10 1999  Martin Mares  <[email protected]>
4037bed2d83SMartin Mares
4047bed2d83SMartin Mares	* lib/names.c (pci_lookup_name): When device ID lookup
4057bed2d83SMartin Mares	fails, return hexadecimal device ID instead of vendor ID.
4067bed2d83SMartin Mares	Well spotted by Axel Bodemann <[email protected]>,
4077bed2d83SMartin Mares	I've just extended the fix to subsystem ID's.
4087bed2d83SMartin Mares
4095ba3a475SMartin MaresThu Jun 17 19:48:21 1999  Martin Mares  <[email protected]>
4105ba3a475SMartin Mares
4115ba3a475SMartin Mares	* lspci.c (show_agp): Bug fix from Petr Vandrovec
4125ba3a475SMartin Mares	<[email protected]>. The command register was displayed
4135ba3a475SMartin Mares	incorrectly.
4145ba3a475SMartin Mares
4155ba3a475SMartin MaresWed Jun  2 22:42:44 1999  Martin Mares  <[email protected]>
4165ba3a475SMartin Mares
4175ba3a475SMartin Mares	* lib/proc.c (SYS_pread, SYS_pwrite): Use hard-coded
4185ba3a475SMartin Mares	numbers if not supplied by the libc.
4195ba3a475SMartin Mares
42055c815b5SMartin MaresWed May 19 13:24:39 1999  Martin Mares  <[email protected]>
42155c815b5SMartin Mares
42255c815b5SMartin Mares	* Released the whole package as version 2.0.
42355c815b5SMartin Mares
42455c815b5SMartin MaresFri May 14 22:42:02 1999  Martin Mares  <[email protected]>
42555c815b5SMartin Mares
42655c815b5SMartin Mares	* pci.ids: Added several new ID's contributed by people
42755c815b5SMartin Mares	on the linux-pci list.
42855c815b5SMartin Mares
429dec16943SMartin MaresMon Apr 19 15:21:08 1999  Jakub Jelinek  <[email protected]>
430dec16943SMartin Mares
431dec16943SMartin Mares	* lspci.c: Display I/O addresses correctly on sparc64.
432dec16943SMartin Mares	* lib/header.h: Ditto.
433dec16943SMartin Mares
434dec16943SMartin Mares	* lib/configure: On sparc set HAVE_64BIT* as well, we want
435dec16943SMartin Mares	a binary which works on both 32bit and 64bit SPARCs.
436dec16943SMartin Mares
437e33c9c7aSMartin MaresSun Apr 18 21:14:58 1999  Martin Mares  <[email protected]>
438e33c9c7aSMartin Mares
439e33c9c7aSMartin Mares	* lspci.c, lib/proc.c: Alpha compilation fixes from Matthew Jacob
440e33c9c7aSMartin Mares	<[email protected]>.
441e33c9c7aSMartin Mares
442e33c9c7aSMartin Mares	* pci.ids: A lot of updates from Adam J. Richter <[email protected]>.
443e33c9c7aSMartin Mares
444f3395cc5SMartin MaresSun Feb 28 22:26:21 1999  Martin Mares  <[email protected]>
445f3395cc5SMartin Mares
446f3395cc5SMartin Mares	* lspci.c (do_map_bus): Don't dump functions 1--7 if not flagged
447f3395cc5SMartin Mares	as a multi-function device, because several single-function devices
448f3395cc5SMartin Mares	don't decode the function bits at all.
449f3395cc5SMartin Mares
450f3395cc5SMartin MaresSun Feb 14 23:48:22 1999  Martin Mares  <[email protected]>
451f3395cc5SMartin Mares
452f3395cc5SMartin Mares	* Makefile (install): Don't use "-o root -g root" for installation
453f3395cc5SMartin Mares	since it breaks on machines where programs are not installed by root.
454f3395cc5SMartin Mares	Reported by Richard Gooch <[email protected]>
455f3395cc5SMartin Mares
456f3395cc5SMartin MaresTue Feb  9 15:54:39 1999  Martin Mares  <[email protected]>
457f3395cc5SMartin Mares
458f3395cc5SMartin Mares	* lspci.c (show_bases): Use new address masking macros and pciaddr_t.
459f3395cc5SMartin Mares
460f3395cc5SMartin Mares	* lib/pci.h: Using pciaddr_t for bus addresses, which are 32-bit
461f3395cc5SMartin Mares	or 64-bit depending on CPU.
462f3395cc5SMartin Mares
463f3395cc5SMartin Mares	* lib/pci.h (PCI_ADDR_MEM_MASK): Added macros for address masks
464f3395cc5SMartin Mares	according to bus address width.
465f3395cc5SMartin Mares
4661c31d620SMartin MaresThu Jan 28 20:54:16 1999  Martin Mares  <[email protected]>
4671c31d620SMartin Mares
4681c31d620SMartin Mares	* Released as 1.99.4.
4691c31d620SMartin Mares
4701c31d620SMartin Mares	* lspci.c: Capability list parser now recognizes both AGP
4711c31d620SMartin Mares	registers and PCI Power Management registers (the latter
4721c31d620SMartin Mares	is mainly guesswork based on DEC/Intel 21153 bridge specs
4731c31d620SMartin Mares	since I don't have the PCI Power Management document).
4741c31d620SMartin Mares
4751c31d620SMartin Mares	* lspci.c: Replaced numerous occurences of (x & flag) ? '+' : '-'
4761c31d620SMartin Mares	by FLAG macro.
4771c31d620SMartin Mares
4781c31d620SMartin Mares	* lspci.c: Added bridge checks to bus mapping code.
4791c31d620SMartin Mares
4801812a795SMartin MaresWed Jan 27 14:59:16 1999  Martin Mares  <[email protected]>
4811812a795SMartin Mares
4821812a795SMartin Mares	* lspci.c: Implemented bus mapping mode (-M).
4831812a795SMartin Mares
4841812a795SMartin Mares	* lspci.c (scan_devices): Split to scan_devices() and scan_device().
4851812a795SMartin Mares	(show): Split to show() and show_device().
4861812a795SMartin Mares
4871812a795SMartin Mares	* lib/access.c (pci_init): When a->method == PCI_ACCESS_AUTO,
4881812a795SMartin Mares	set it to the real access method afterwards.
4891812a795SMartin Mares
4901812a795SMartin MaresMon Jan 25 23:46:13 1999  Martin Mares  <[email protected]>
4911812a795SMartin Mares
4921812a795SMartin Mares	* lib/generic.c (pci_generic_fill_info): If in buscentric mode,
4931812a795SMartin Mares	don't check PCI_COMMAND for I/O and memory enables.
4941812a795SMartin Mares
495f6c86928SMartin MaresMon Jan 25 21:28:49 1999  Martin Mares  <[email protected]>
496f6c86928SMartin Mares
497f6c86928SMartin Mares	* Makefile: Added target `release' which substitutes new version
498f6c86928SMartin Mares	number to .spec, .lsm and README. Also rewrote target `dist'.
499f6c86928SMartin Mares
500f6c86928SMartin Mares	* Released as 1.99.3.
501f6c86928SMartin Mares
502b5137411SMartin MaresSun Jan 24 22:10:36 1999  Martin Mares  <[email protected]>
503b5137411SMartin Mares
504d6b297d0SMartin Mares	* lib/header.h: Until kernel adopts new layout of PCI
505d6b297d0SMartin Mares	includes (i.e., separate declaration of header structure,
506d6b297d0SMartin Mares	functions and device IDs), which is not going to happen
507d6b297d0SMartin Mares	before 2.3, we'll use our own definiton of the header.
508d6b297d0SMartin Mares
509b5137411SMartin Mares	* lspci.c (show_verbose): Display `Cap' flag in device status.
510b5137411SMartin Mares
511b5137411SMartin Mares	* lspci.c (show_htype0): Display capability lists whereever
512b5137411SMartin Mares	available. The only capability name we recognize now is `AGP'.
513b5137411SMartin Mares	Unfortunately, capabilities are stored in device-dependent
514b5137411SMartin Mares	portion of the configuration space and are thus available
515b5137411SMartin Mares	only to root unless you read a dump.
516b5137411SMartin Mares
517b5137411SMartin Mares	* lspci.c (scan_devices): Use cache instead of buffering.
518b5137411SMartin Mares
519b5137411SMartin Mares	* lib/buffer.c: Removed (obsoleted by the cache).
520b5137411SMartin Mares
521b5137411SMartin Mares	* lib/access.c: Added general caching mechanism.
522b5137411SMartin Mares
52381ce358dSMartin MaresSat Jan 23 21:30:54 1999  Martin Mares  <[email protected]>
52481ce358dSMartin Mares
52581ce358dSMartin Mares	* pci.ids: Added few devices.
52681ce358dSMartin Mares
527727ce158SMartin MaresFri Jan 22 19:29:31 1999  Martin Mares  <[email protected]>
528727ce158SMartin Mares
529727ce158SMartin Mares	* Version string is now defined in top-level Makefile, exported
530727ce158SMartin Mares	to the configure script and also substituted to man pages.
531727ce158SMartin Mares
532727ce158SMartin Mares	* lspci.c (show_bases): Rewrote displaying of 64-bit addresses.
533727ce158SMartin Mares	(show_verbose): Rewrote interrupt display logic.
534727ce158SMartin Mares
535727ce158SMartin Mares	* lib/i386-ports.c: Include sys/io.h only on glibc systems.
536727ce158SMartin Mares
537727ce158SMartin Mares	* lib/configure: Rewrote detection of Linux versions. Now it
538727ce158SMartin Mares	works on 2.0 kernels (only with direct/dump access, of course).
539727ce158SMartin Mares
540727ce158SMartin Mares	* lib/internal.h: New bytesex macros using <asm/byteorder.h>
541727ce158SMartin Mares	whenever available.
542727ce158SMartin Mares
543727ce158SMartin Mares	* lib/proc.c (proc_read, proc_write): Distinguish between short
544727ce158SMartin Mares	read/write and real errors.
545727ce158SMartin Mares
546727ce158SMartin Mares	* lspci.c (show_htype{0,1}): Always use d->dev->rom_base_addr since
547727ce158SMartin Mares	libpci respects buscentric mode automatically.
548727ce158SMartin Mares
549727ce158SMartin Mares	* lspci.c (show_hex_dump): For CardBus bridges, print out 128
550727ce158SMartin Mares	bytes of header (the whole standard part).
551727ce158SMartin Mares
552727ce158SMartin Mares	* common.c: pcilib options are now all uppercase. Also moved
553727ce158SMartin Mares	PCI access debugging option here.
554727ce158SMartin Mares
555727ce158SMartin Mares	* Released as 1.99.2.
556727ce158SMartin Mares
557727ce158SMartin MaresWed Jan 20 22:50:35 1999  Martin Mares  <[email protected]>
558727ce158SMartin Mares
559727ce158SMartin Mares	* Wrote configure script and rewrote Makefiles.
560727ce158SMartin Mares
561727ce158SMartin Mares	* Removed few unused variables.
562727ce158SMartin Mares
563727ce158SMartin MaresWed Jan 20 12:21:56 1999  Martin Mares  <[email protected]>
564727ce158SMartin Mares
565727ce158SMartin Mares	* common.c: Moved several functions used in both setpci and lspci
566727ce158SMartin Mares	here. This includes parsing of libpci-related options.
567727ce158SMartin Mares
568727ce158SMartin Mares	* More library tweaks.
569727ce158SMartin Mares
570727ce158SMartin Mares	* filter.c, names.c: Moved to library.
571727ce158SMartin Mares
572727ce158SMartin Mares	* setpci: Rewritten to use the library.
573727ce158SMartin Mares
574727ce158SMartin Mares	* Released as 1.99.1.
575727ce158SMartin Mares
576727ce158SMartin MaresTue Jan 19 23:00:12 1999  Martin Mares  <[email protected]>
577727ce158SMartin Mares
578727ce158SMartin Mares	* lspci.c (scan_devices): For cardbus bridges, read first 128
579727ce158SMartin Mares	bytes of config space to get full standard header.
580727ce158SMartin Mares
581727ce158SMartin Mares	* Makefile (CFLAGS): Removed "-Wno-unused".
582727ce158SMartin Mares
583727ce158SMartin Mares	* Started the "New Generation" branch and introduced the
584727ce158SMartin Mares	PCI library.
585727ce158SMartin Mares
586727ce158SMartin Mares	* lspci: Rewritten to use the library.
587727ce158SMartin Mares
5886ece6bc6SMartin MaresTue Jan 19 22:24:08 1999  Martin Mares  <[email protected]>
5896ece6bc6SMartin Mares
5906ece6bc6SMartin Mares	* Released as version 1.10.
5916ece6bc6SMartin Mares
5926ece6bc6SMartin MaresMon Jan 18 08:51:17 1999  Martin Mares  <[email protected]>
5936ece6bc6SMartin Mares
5946ece6bc6SMartin Mares	* lspci.8, setpci.8: Miscellaneous fixes as suggested by
5956ece6bc6SMartin Mares	Dag Wieers <[email protected]>.
5966ece6bc6SMartin Mares
5971212dd6dSMartin MaresSun Nov 29 20:05:56 1998  Martin Mares  <[email protected]>
5981212dd6dSMartin Mares
5991212dd6dSMartin Mares	* pciutils.spec (Name): Update from Krzysztof G. Baranowski.
6001212dd6dSMartin Mares
601d38471fdSMartin MaresSun Nov 22 10:49:56 1998  Martin Mares  <[email protected]>
602d38471fdSMartin Mares
603d38471fdSMartin Mares	* Makefile, pciutils.h: Moved pci.ids to /usr/share.
604d38471fdSMartin Mares
605d38471fdSMartin Mares	* Released as version 1.09.
606d38471fdSMartin Mares
607371f605bSMartin MaresWed Nov 18 15:47:05 1998  Martin Mares  <[email protected]>
608371f605bSMartin Mares
609371f605bSMartin Mares	* lspci.c (show_htype1): Fixed displaying of prefetchable memory behind
610371f605bSMartin Mares	bridge. Thanks to Petr Vandrovec <[email protected]> for bug report.
611371f605bSMartin Mares
61210be47abSMartin MaresFri Oct 23 18:59:19 1998  Martin Mares  <[email protected]>
61310be47abSMartin Mares
61410be47abSMartin Mares	* setpci.c: Don't include <syscall-list.h> with glibc >= 2.1.
61510be47abSMartin Mares
616472bd340SMartin MaresMon Oct 19 21:53:30 1998  Martin Mares  <[email protected]>
617472bd340SMartin Mares
618472bd340SMartin Mares	* Released as version 1.08.
619472bd340SMartin Mares
620472bd340SMartin Mares	* setpci.c: glibc 2.1.x already defines pread() and pwrite().
621472bd340SMartin Mares
622472bd340SMartin Mares	* lspci.8: Changed warning about lspci -xxx.
623472bd340SMartin Mares
624472bd340SMartin Mares	* lspci.c: Require "-xxx" for full configuration space dump, so that
625472bd340SMartin Mares	it's impossible to crash the machine by single typo.
626472bd340SMartin Mares
627472bd340SMartin Mares	* specs: Added (courtesy of Krzysztof G. Baranowski <[email protected]>).
628472bd340SMartin Mares
629072c77e5SMartin MaresWed Sep  9 12:03:24 1998  Martin Mares  <[email protected]>
630072c77e5SMartin Mares
631072c77e5SMartin Mares	* lspci.c (show_bases): Better displaying of unassigned and
632072c77e5SMartin Mares	disabled bases. Thanks to Gabriel Paubert <[email protected]>
633072c77e5SMartin Mares	for an idea.
634072c77e5SMartin Mares
635b7554856SMartin MaresWed Sep  2 10:58:01 1998  Martin Mares  <[email protected]>
636b7554856SMartin Mares
637b7554856SMartin Mares	* setpci.c (pread): Recognize glibc 1.99 numbered as 2.0 on the PPC.
638b7554856SMartin Mares	(thanks to Geert Uytterhoeven for finding this out)
639b7554856SMartin Mares
640ce503b7fSMartin MaresFri Jul 17 10:43:30 1998  Martin Mares  <[email protected]>
641ce503b7fSMartin Mares
642ce503b7fSMartin Mares	* lspci.c (show_verbose): Print subsystem ID using the new resolver.
643ce503b7fSMartin Mares	(show_machine): Print subsystem ID.
644ce503b7fSMartin Mares
645ce503b7fSMartin Mares	* names.c: New name resolution engine supporting subsystem IDs.
646ce503b7fSMartin Mares
647ce503b7fSMartin Mares	* Released as version 1.07.
648ce503b7fSMartin Mares
64996e4f295SMartin MaresWed Jul 15 15:37:21 1998  Martin Mares  <[email protected]>
65096e4f295SMartin Mares
65196e4f295SMartin Mares	* lspci.c (show_htype2 etc.): Displaying of CardBus headers.
65296e4f295SMartin Mares	(show_bases): Honor the `cnt' argument.
65396e4f295SMartin Mares	(grow_tree): Parse CardBus headers in tree mode as well.
65496e4f295SMartin Mares
65596e4f295SMartin Mares	* pci.h: Updated CardBus header field description. I still don't
65696e4f295SMartin Mares	have the CardBus standard available, but OZ6832 specs contain
65796e4f295SMartin Mares	full description of all header fields supported by the chip.
65896e4f295SMartin Mares
6596ae3650aSMartin MaresTue Jun  9 22:53:59 1998  Martin Mares  <[email protected]>
6606ae3650aSMartin Mares
661304f9a0bSMartin Mares	* Released as 1.06.
662304f9a0bSMartin Mares
6636ae3650aSMartin Mares	* names.c (parse_name_list): Killed an unused variable.
6646ae3650aSMartin Mares
6656ae3650aSMartin Mares	* setpci.c (pread, pwrite): Define SYS_(pread|pwrite) as __NR_\1
6666ae3650aSMartin Mares	if they are not defined by glibc (needed for glibc built on older
6676ae3650aSMartin Mares	kernels). Ugly.
6686ae3650aSMartin Mares
6696ae3650aSMartin Mares	* setpci.c (exec_op): Fixed error messages. Thanks, Steve!
6706ae3650aSMartin Mares
6714b88a6b8SMartin MaresMon Jun  8 10:59:22 1998  Martin Mares  <[email protected]>
6724b88a6b8SMartin Mares
6734b88a6b8SMartin Mares	* Released as 1.05.
6744b88a6b8SMartin Mares
6754b88a6b8SMartin Mares	* setpci.c: Problems with pread()/pwrite() with glibc on Alpha
6764b88a6b8SMartin Mares	should be gone. Again thanks to Steve for bug report.
6774b88a6b8SMartin Mares
6784b88a6b8SMartin Mares	* filter.c (filter_parse_slot): Fixed ":x" type filters.
6794b88a6b8SMartin Mares
6804b88a6b8SMartin Mares	* pci.ids: Killed duplicate entry. Thanks to Stephen Williams
6814b88a6b8SMartin Mares	<[email protected]> for reporting this.
6824b88a6b8SMartin Mares
6834b88a6b8SMartin MaresSun Jun  7 19:27:51 1998  Martin Mares  <[email protected]>
6844b88a6b8SMartin Mares
6854b88a6b8SMartin Mares	* lspci.c (main), setpci.c (main): Implemented "--version".
6864b88a6b8SMartin Mares
6874b88a6b8SMartin Mares	* Released as 1.04.
6884b88a6b8SMartin Mares
6894b88a6b8SMartin Mares	* pciutils.h (PCIUTILS_VERSION): Added version string.
6904b88a6b8SMartin Mares
6914b88a6b8SMartin Mares	* filter.c, names.c: Extraneous #include <linux/pci.h> removed.
6924b88a6b8SMartin Mares	Thanks to Geert Uytterhoeven <[email protected]>
6934b88a6b8SMartin Mares	for bug report.
6944b88a6b8SMartin Mares
6959b306998SMartin MaresThu May 28 14:45:58 1998  Martin Mares  <[email protected]>
6969b306998SMartin Mares
6979b306998SMartin Mares	* pci.ids: More updates from Jens Maurer.
6989b306998SMartin Mares
699b372672fSMartin MaresWed Apr 22 10:00:39 1998  Martin Mares  <[email protected]>
700b372672fSMartin Mares
701b372672fSMartin Mares	* pci.ids: Updates from Jens Maurer.
702b372672fSMartin Mares
703b2c9b373SMartin MaresSun Apr 19 11:14:25 1998  Martin Mares  <[email protected]>
704b2c9b373SMartin Mares
705b372672fSMartin Mares	* Released as 1.03.
706b372672fSMartin Mares
707b2c9b373SMartin Mares	* setpci.8: Written.
708b2c9b373SMartin Mares
709b2c9b373SMartin Mares	* setpci.c: Finished.
710b2c9b373SMartin Mares
711b2c9b373SMartin Mares	* lspci.c: Now able to fetch expansion ROM base from kernel device list
712b2c9b373SMartin Mares	and print it if not in buscentric mode.
713b2c9b373SMartin Mares
714e4842ff3SMartin MaresTue Mar 31 23:11:57 1998  Martin Mares  <[email protected]>
715e4842ff3SMartin Mares
716e4842ff3SMartin Mares	* setpci.c: Added.
717e4842ff3SMartin Mares
718e4842ff3SMartin MaresSun Mar 22 15:39:08 1998  Martin Mares  <[email protected]>
719e4842ff3SMartin Mares
720e4842ff3SMartin Mares	* lspci.8: Updated the documentation.
721e4842ff3SMartin Mares
722e4842ff3SMartin Mares	* lspci.c: Modified to use the new filtering mechanism (options -f and -d).
723e4842ff3SMartin Mares
724e4842ff3SMartin Mares	* filter.c: Introduced new generic device filter.
725e4842ff3SMartin Mares
726008407bdSMartin MaresThu Mar 19 17:03:48 1998  Martin Mares  <[email protected]>
727008407bdSMartin Mares
728008407bdSMartin Mares	* lspci.c (grow_tree, show_tree_dev, print_it): Fixed displaying
729008407bdSMartin Mares	of PCI-to-PCI bridges in the tree format.
730008407bdSMartin Mares
7310a33d0ecSMartin MaresSun Feb 15 10:12:25 1998  Martin Mares  <[email protected]>
7320a33d0ecSMartin Mares
7330a33d0ecSMartin Mares	* lspci.c (show_machine): Added non-verbose mode of machine-readable
7340a33d0ecSMartin Mares	dump.
7350a33d0ecSMartin Mares
7360a33d0ecSMartin Mares	* pci.ids: Updates from Jens Maurer.
7370a33d0ecSMartin Mares
7380a33d0ecSMartin Mares	* Released as version 1.02.
7390a33d0ecSMartin Mares
7400a33d0ecSMartin MaresThu Feb 12 16:53:28 1998  Martin Mares  <[email protected]>
7410a33d0ecSMartin Mares
7420a33d0ecSMartin Mares	* lspci.c: Added a "-m" switch for dumping machine-readable
7430a33d0ecSMartin Mares	configuration data (requested by Bjoern Kriews <[email protected]>).
7440a33d0ecSMartin Mares
745fb38eee8SMartin MaresMon Feb  9 13:17:43 1998  Martin Mares  <[email protected]>
746fb38eee8SMartin Mares
747fb38eee8SMartin Mares	* Makefile, pciutils.h: Include local pci.h instead of <linux/pci.h>
748fb38eee8SMartin Mares	if available. This should avoid all problems with official kernel
749fb38eee8SMartin Mares	not synchronized to newer PCI code in CVS -- standard distribution
750fb38eee8SMartin Mares	of pciutils now contains pci.h from current CVS kernel, pciutils
751fb38eee8SMartin Mares	in CVS contain no pci.h and use the correct kernel include.
752fb38eee8SMartin Mares
753fb38eee8SMartin Mares	* Makefile: Fixed installation path for man pages.
754fb38eee8SMartin Mares
7552f48f637SMartin MaresSat Feb  7 15:15:46 1998  Martin Mares  <[email protected]>
7562f48f637SMartin Mares
7572f48f637SMartin Mares	* README: Updated.
7582f48f637SMartin Mares
7592f48f637SMartin Mares	* lspci.8: Created a man page.
7602f48f637SMartin Mares
7612f48f637SMartin Mares	* Releasing as version 1.0.
7622f48f637SMartin Mares
7632f48f637SMartin MaresTue Feb  3 20:56:00 1998  Martin Mares  <[email protected]>
7642f48f637SMartin Mares
7652f48f637SMartin Mares	* Makefile: Recognize architecture by calling uname and pass it as ARCH_xxx
7662f48f637SMartin Mares	to all the C sources. This should eliminate problems with 32-bit compilers
7672f48f637SMartin Mares	on sparc64.
7682f48f637SMartin Mares
7692f48f637SMartin Mares	* lspci.c (show_verbose): Recognize CardBus bridge header type.
7702f48f637SMartin Mares	(show_htype2): Stub routine.
7712f48f637SMartin Mares	(scan_config): Write sensible error message if the kernel denies reading of
7722f48f637SMartin Mares	upper part of the PCI config space.
773