xref: /pciutils/ChangeLog (revision e95c8373)
1*e95c8373SMartin MaresWed Jul  7 00:55:48 1999  Martin Mares  <[email protected]>
2*e95c8373SMartin Mares
3*e95c8373SMartin Mares	* lib/proc.c (proc_scan): HAVE_LONG_ADDRESS instead of HAVE_64BIT_ADDRESS.
4*e95c8373SMartin Mares
5*e95c8373SMartin Mares	* lspci.c: ADDR_FORMAT now depends on both HAVE_64BIT_ADDRESS and
6*e95c8373SMartin Mares	HAVE_LONG_ADDRESS.
7*e95c8373SMartin Mares
8*e95c8373SMartin Mares	* lib/configure: HAVE_64BIT_ADDRESS now doesn't imply that the addresses
9*e95c8373SMartin Mares	are represented as long long. Introduced a new flag HAVE_LONG_ADDRESS
10*e95c8373SMartin Mares	to indicate this. Both Sparc architectures now use both 64BIT_ADDRESS
11*e95c8373SMartin Mares	and LONG_ADDRESS since they have 32-bit userland, but don't set LONG_ADDRESS
12*e95c8373SMartin Mares	on Alpha.
13*e95c8373SMartin Mares
14*e95c8373SMartin Mares	* lspci.c (show_msi): Added dumping of the MSI capability.
15*e95c8373SMartin Mares	(show_slotid): The same for SlotID capability.
16*e95c8373SMartin Mares	(show_caps): Seperated capability dumping, because it should
17*e95c8373SMartin Mares	be used for both htype0 and htype1. Even PCI 2.2 doesn't mention
18*e95c8373SMartin Mares	layout of htype2, so I'm a bit unsure about it wrt capabilities
19*e95c8373SMartin Mares	-- they at least have to live somewhere else since address 0x34
20*e95c8373SMartin Mares	is already defined differently in htype2.
21*e95c8373SMartin Mares
22*e95c8373SMartin Mares	* lib/header.h (PCI_STATUS_UDF): Marked as obsolete (PCI 2.2).
23*e95c8373SMartin Mares	(PCI_BASE_ADDRESS_MEM_TYPE_1M): Ditto.
24*e95c8373SMartin Mares	(PCI_CAP_ID_*): Added some new capabilities defined in PCI 2.2.
25*e95c8373SMartin Mares
26*e95c8373SMartin Mares	* lspci.c (show_htype0): Mask out lowest 2 bits from all capability pointers
27*e95c8373SMartin Mares	(required by the PCI 2.2 specs).
28*e95c8373SMartin Mares
29*e95c8373SMartin MaresMon Jul  5 12:45:19 1999  Martin Mares  <[email protected]>
30*e95c8373SMartin Mares
31*e95c8373SMartin Mares	* lspci.c (show_size): Added new function for dumping of region sizes.
32*e95c8373SMartin Mares	(show_rom): Added. Now correctly dumps unassigned ROM addresses, disabled
33*e95c8373SMartin Mares	ROMs et cetera.
34*e95c8373SMartin Mares
35*e95c8373SMartin Mares	* lib/pci.h (struct pci_dev): known_fields moved to the public part
36*e95c8373SMartin Mares	of the structure.
37*e95c8373SMartin Mares
38*e95c8373SMartin Mares	* Added support for region sizes. Needs support in the kernel, because
39*e95c8373SMartin Mares	sizes have to be scanned before drivers initialize yourself. pci_fill_info()
40*e95c8373SMartin Mares	now returns a bitmask of what fields were really read.
41*e95c8373SMartin Mares
4282ce97c9SMartin MaresMon Jun 28 18:37:51 1999  Dave Jones    <[email protected]>
4382ce97c9SMartin Mares
4482ce97c9SMartin Mares	* Makefile:
4582ce97c9SMartin Mares	  Added `uninstall' target - removes all traces of pciutils.
4682ce97c9SMartin Mares	* pci.ids:
4782ce97c9SMartin Mares	  - Lots of cleanups in the ATI, S3, Adaptec vendors.
4882ce97c9SMartin Mares	  - Changed Compaq QVision 1280/p definitions, as it's not possible
4982ce97c9SMartin Mares	    to determine the revision from the device ID.
5082ce97c9SMartin Mares	  - Same for the Tseng ET4000.
5182ce97c9SMartin Mares	    The id's said I had a rev C, when it was actually a rev B.
5282ce97c9SMartin Mares	  - Removed some unnecessary strings
5382ce97c9SMartin Mares	    `PCI'. Unless it's an AGP card, it should be obvious that it's PCI.
5482ce97c9SMartin Mares	    `Ethernet card'. This should be determined from config space.
5582ce97c9SMartin Mares	  - Lots of other new vendors & devices
5682ce97c9SMartin Mares	  - Other additional small cleanups.
5782ce97c9SMartin Mares
587bed2d83SMartin MaresMon Jun 21 22:11:10 1999  Martin Mares  <[email protected]>
597bed2d83SMartin Mares
607bed2d83SMartin Mares	* lib/names.c (pci_lookup_name): When device ID lookup
617bed2d83SMartin Mares	fails, return hexadecimal device ID instead of vendor ID.
627bed2d83SMartin Mares	Well spotted by Axel Bodemann <[email protected]>,
637bed2d83SMartin Mares	I've just extended the fix to subsystem ID's.
647bed2d83SMartin Mares
655ba3a475SMartin MaresThu Jun 17 19:48:21 1999  Martin Mares  <[email protected]>
665ba3a475SMartin Mares
675ba3a475SMartin Mares	* lspci.c (show_agp): Bug fix from Petr Vandrovec
685ba3a475SMartin Mares	<[email protected]>. The command register was displayed
695ba3a475SMartin Mares	incorrectly.
705ba3a475SMartin Mares
715ba3a475SMartin MaresWed Jun  2 22:42:44 1999  Martin Mares  <[email protected]>
725ba3a475SMartin Mares
735ba3a475SMartin Mares	* lib/proc.c (SYS_pread, SYS_pwrite): Use hard-coded
745ba3a475SMartin Mares	numbers if not supplied by the libc.
755ba3a475SMartin Mares
7655c815b5SMartin MaresWed May 19 13:24:39 1999  Martin Mares  <[email protected]>
7755c815b5SMartin Mares
7855c815b5SMartin Mares	* Released the whole package as version 2.0.
7955c815b5SMartin Mares
8055c815b5SMartin MaresFri May 14 22:42:02 1999  Martin Mares  <[email protected]>
8155c815b5SMartin Mares
8255c815b5SMartin Mares	* pci.ids: Added several new ID's contributed by people
8355c815b5SMartin Mares	on the linux-pci list.
8455c815b5SMartin Mares
85dec16943SMartin MaresMon Apr 19 15:21:08 1999  Jakub Jelinek  <[email protected]>
86dec16943SMartin Mares
87dec16943SMartin Mares	* lspci.c: Display I/O addresses correctly on sparc64.
88dec16943SMartin Mares	* lib/header.h: Ditto.
89dec16943SMartin Mares
90dec16943SMartin Mares	* lib/configure: On sparc set HAVE_64BIT* as well, we want
91dec16943SMartin Mares	a binary which works on both 32bit and 64bit SPARCs.
92dec16943SMartin Mares
93e33c9c7aSMartin MaresSun Apr 18 21:14:58 1999  Martin Mares  <[email protected]>
94e33c9c7aSMartin Mares
95e33c9c7aSMartin Mares	* lspci.c, lib/proc.c: Alpha compilation fixes from Matthew Jacob
96e33c9c7aSMartin Mares	<[email protected]>.
97e33c9c7aSMartin Mares
98e33c9c7aSMartin Mares	* pci.ids: A lot of updates from Adam J. Richter <[email protected]>.
99e33c9c7aSMartin Mares
100f3395cc5SMartin MaresSun Feb 28 22:26:21 1999  Martin Mares  <[email protected]>
101f3395cc5SMartin Mares
102f3395cc5SMartin Mares	* lspci.c (do_map_bus): Don't dump functions 1--7 if not flagged
103f3395cc5SMartin Mares	as a multi-function device, because several single-function devices
104f3395cc5SMartin Mares	don't decode the function bits at all.
105f3395cc5SMartin Mares
106f3395cc5SMartin MaresSun Feb 14 23:48:22 1999  Martin Mares  <[email protected]>
107f3395cc5SMartin Mares
108f3395cc5SMartin Mares	* Makefile (install): Don't use "-o root -g root" for installation
109f3395cc5SMartin Mares	since it breaks on machines where programs are not installed by root.
110f3395cc5SMartin Mares	Reported by Richard Gooch <[email protected]>
111f3395cc5SMartin Mares
112f3395cc5SMartin MaresTue Feb  9 15:54:39 1999  Martin Mares  <[email protected]>
113f3395cc5SMartin Mares
114f3395cc5SMartin Mares	* lspci.c (show_bases): Use new address masking macros and pciaddr_t.
115f3395cc5SMartin Mares
116f3395cc5SMartin Mares	* lib/pci.h: Using pciaddr_t for bus addresses, which are 32-bit
117f3395cc5SMartin Mares	or 64-bit depending on CPU.
118f3395cc5SMartin Mares
119f3395cc5SMartin Mares	* lib/pci.h (PCI_ADDR_MEM_MASK): Added macros for address masks
120f3395cc5SMartin Mares	according to bus address width.
121f3395cc5SMartin Mares
1221c31d620SMartin MaresThu Jan 28 20:54:16 1999  Martin Mares  <[email protected]>
1231c31d620SMartin Mares
1241c31d620SMartin Mares	* Released as 1.99.4.
1251c31d620SMartin Mares
1261c31d620SMartin Mares	* lspci.c: Capability list parser now recognizes both AGP
1271c31d620SMartin Mares	registers and PCI Power Management registers (the latter
1281c31d620SMartin Mares	is mainly guesswork based on DEC/Intel 21153 bridge specs
1291c31d620SMartin Mares	since I don't have the PCI Power Management document).
1301c31d620SMartin Mares
1311c31d620SMartin Mares	* lspci.c: Replaced numerous occurences of (x & flag) ? '+' : '-'
1321c31d620SMartin Mares	by FLAG macro.
1331c31d620SMartin Mares
1341c31d620SMartin Mares	* lspci.c: Added bridge checks to bus mapping code.
1351c31d620SMartin Mares
1361812a795SMartin MaresWed Jan 27 14:59:16 1999  Martin Mares  <[email protected]>
1371812a795SMartin Mares
1381812a795SMartin Mares	* lspci.c: Implemented bus mapping mode (-M).
1391812a795SMartin Mares
1401812a795SMartin Mares	* lspci.c (scan_devices): Split to scan_devices() and scan_device().
1411812a795SMartin Mares	(show): Split to show() and show_device().
1421812a795SMartin Mares
1431812a795SMartin Mares	* lib/access.c (pci_init): When a->method == PCI_ACCESS_AUTO,
1441812a795SMartin Mares	set it to the real access method afterwards.
1451812a795SMartin Mares
1461812a795SMartin MaresMon Jan 25 23:46:13 1999  Martin Mares  <[email protected]>
1471812a795SMartin Mares
1481812a795SMartin Mares	* lib/generic.c (pci_generic_fill_info): If in buscentric mode,
1491812a795SMartin Mares	don't check PCI_COMMAND for I/O and memory enables.
1501812a795SMartin Mares
151f6c86928SMartin MaresMon Jan 25 21:28:49 1999  Martin Mares  <[email protected]>
152f6c86928SMartin Mares
153f6c86928SMartin Mares	* Makefile: Added target `release' which substitutes new version
154f6c86928SMartin Mares	number to .spec, .lsm and README. Also rewrote target `dist'.
155f6c86928SMartin Mares
156f6c86928SMartin Mares	* Released as 1.99.3.
157f6c86928SMartin Mares
158b5137411SMartin MaresSun Jan 24 22:10:36 1999  Martin Mares  <[email protected]>
159b5137411SMartin Mares
160d6b297d0SMartin Mares	* lib/header.h: Until kernel adopts new layout of PCI
161d6b297d0SMartin Mares	includes (i.e., separate declaration of header structure,
162d6b297d0SMartin Mares	functions and device IDs), which is not going to happen
163d6b297d0SMartin Mares	before 2.3, we'll use our own definiton of the header.
164d6b297d0SMartin Mares
165b5137411SMartin Mares	* lspci.c (show_verbose): Display `Cap' flag in device status.
166b5137411SMartin Mares
167b5137411SMartin Mares	* lspci.c (show_htype0): Display capability lists whereever
168b5137411SMartin Mares	available. The only capability name we recognize now is `AGP'.
169b5137411SMartin Mares	Unfortunately, capabilities are stored in device-dependent
170b5137411SMartin Mares	portion of the configuration space and are thus available
171b5137411SMartin Mares	only to root unless you read a dump.
172b5137411SMartin Mares
173b5137411SMartin Mares	* lspci.c (scan_devices): Use cache instead of buffering.
174b5137411SMartin Mares
175b5137411SMartin Mares	* lib/buffer.c: Removed (obsoleted by the cache).
176b5137411SMartin Mares
177b5137411SMartin Mares	* lib/access.c: Added general caching mechanism.
178b5137411SMartin Mares
17981ce358dSMartin MaresSat Jan 23 21:30:54 1999  Martin Mares  <[email protected]>
18081ce358dSMartin Mares
18181ce358dSMartin Mares	* pci.ids: Added few devices.
18281ce358dSMartin Mares
183727ce158SMartin MaresFri Jan 22 19:29:31 1999  Martin Mares  <[email protected]>
184727ce158SMartin Mares
185727ce158SMartin Mares	* Version string is now defined in top-level Makefile, exported
186727ce158SMartin Mares	to the configure script and also substituted to man pages.
187727ce158SMartin Mares
188727ce158SMartin Mares	* lspci.c (show_bases): Rewrote displaying of 64-bit addresses.
189727ce158SMartin Mares	(show_verbose): Rewrote interrupt display logic.
190727ce158SMartin Mares
191727ce158SMartin Mares	* lib/i386-ports.c: Include sys/io.h only on glibc systems.
192727ce158SMartin Mares
193727ce158SMartin Mares	* lib/configure: Rewrote detection of Linux versions. Now it
194727ce158SMartin Mares	works on 2.0 kernels (only with direct/dump access, of course).
195727ce158SMartin Mares
196727ce158SMartin Mares	* lib/internal.h: New bytesex macros using <asm/byteorder.h>
197727ce158SMartin Mares	whenever available.
198727ce158SMartin Mares
199727ce158SMartin Mares	* lib/proc.c (proc_read, proc_write): Distinguish between short
200727ce158SMartin Mares	read/write and real errors.
201727ce158SMartin Mares
202727ce158SMartin Mares	* lspci.c (show_htype{0,1}): Always use d->dev->rom_base_addr since
203727ce158SMartin Mares	libpci respects buscentric mode automatically.
204727ce158SMartin Mares
205727ce158SMartin Mares	* lspci.c (show_hex_dump): For CardBus bridges, print out 128
206727ce158SMartin Mares	bytes of header (the whole standard part).
207727ce158SMartin Mares
208727ce158SMartin Mares	* common.c: pcilib options are now all uppercase. Also moved
209727ce158SMartin Mares	PCI access debugging option here.
210727ce158SMartin Mares
211727ce158SMartin Mares	* Released as 1.99.2.
212727ce158SMartin Mares
213727ce158SMartin MaresWed Jan 20 22:50:35 1999  Martin Mares  <[email protected]>
214727ce158SMartin Mares
215727ce158SMartin Mares	* Wrote configure script and rewrote Makefiles.
216727ce158SMartin Mares
217727ce158SMartin Mares	* Removed few unused variables.
218727ce158SMartin Mares
219727ce158SMartin MaresWed Jan 20 12:21:56 1999  Martin Mares  <[email protected]>
220727ce158SMartin Mares
221727ce158SMartin Mares	* common.c: Moved several functions used in both setpci and lspci
222727ce158SMartin Mares	here. This includes parsing of libpci-related options.
223727ce158SMartin Mares
224727ce158SMartin Mares	* More library tweaks.
225727ce158SMartin Mares
226727ce158SMartin Mares	* filter.c, names.c: Moved to library.
227727ce158SMartin Mares
228727ce158SMartin Mares	* setpci: Rewritten to use the library.
229727ce158SMartin Mares
230727ce158SMartin Mares	* Released as 1.99.1.
231727ce158SMartin Mares
232727ce158SMartin MaresTue Jan 19 23:00:12 1999  Martin Mares  <[email protected]>
233727ce158SMartin Mares
234727ce158SMartin Mares	* lspci.c (scan_devices): For cardbus bridges, read first 128
235727ce158SMartin Mares	bytes of config space to get full standard header.
236727ce158SMartin Mares
237727ce158SMartin Mares	* Makefile (CFLAGS): Removed "-Wno-unused".
238727ce158SMartin Mares
239727ce158SMartin Mares	* Started the "New Generation" branch and introduced the
240727ce158SMartin Mares	PCI library.
241727ce158SMartin Mares
242727ce158SMartin Mares	* lspci: Rewritten to use the library.
243727ce158SMartin Mares
2446ece6bc6SMartin MaresTue Jan 19 22:24:08 1999  Martin Mares  <[email protected]>
2456ece6bc6SMartin Mares
2466ece6bc6SMartin Mares	* Released as version 1.10.
2476ece6bc6SMartin Mares
2486ece6bc6SMartin MaresMon Jan 18 08:51:17 1999  Martin Mares  <[email protected]>
2496ece6bc6SMartin Mares
2506ece6bc6SMartin Mares	* lspci.8, setpci.8: Miscellaneous fixes as suggested by
2516ece6bc6SMartin Mares	Dag Wieers <[email protected]>.
2526ece6bc6SMartin Mares
2531212dd6dSMartin MaresSun Nov 29 20:05:56 1998  Martin Mares  <[email protected]>
2541212dd6dSMartin Mares
2551212dd6dSMartin Mares	* pciutils.spec (Name): Update from Krzysztof G. Baranowski.
2561212dd6dSMartin Mares
257d38471fdSMartin MaresSun Nov 22 10:49:56 1998  Martin Mares  <[email protected]>
258d38471fdSMartin Mares
259d38471fdSMartin Mares	* Makefile, pciutils.h: Moved pci.ids to /usr/share.
260d38471fdSMartin Mares
261d38471fdSMartin Mares	* Released as version 1.09.
262d38471fdSMartin Mares
263371f605bSMartin MaresWed Nov 18 15:47:05 1998  Martin Mares  <[email protected]>
264371f605bSMartin Mares
265371f605bSMartin Mares	* lspci.c (show_htype1): Fixed displaying of prefetchable memory behind
266371f605bSMartin Mares	bridge. Thanks to Petr Vandrovec <[email protected]> for bug report.
267371f605bSMartin Mares
26810be47abSMartin MaresFri Oct 23 18:59:19 1998  Martin Mares  <[email protected]>
26910be47abSMartin Mares
27010be47abSMartin Mares	* setpci.c: Don't include <syscall-list.h> with glibc >= 2.1.
27110be47abSMartin Mares
272472bd340SMartin MaresMon Oct 19 21:53:30 1998  Martin Mares  <[email protected]>
273472bd340SMartin Mares
274472bd340SMartin Mares	* Released as version 1.08.
275472bd340SMartin Mares
276472bd340SMartin Mares	* setpci.c: glibc 2.1.x already defines pread() and pwrite().
277472bd340SMartin Mares
278472bd340SMartin Mares	* lspci.8: Changed warning about lspci -xxx.
279472bd340SMartin Mares
280472bd340SMartin Mares	* lspci.c: Require "-xxx" for full configuration space dump, so that
281472bd340SMartin Mares	it's impossible to crash the machine by single typo.
282472bd340SMartin Mares
283472bd340SMartin Mares	* specs: Added (courtesy of Krzysztof G. Baranowski <[email protected]>).
284472bd340SMartin Mares
285072c77e5SMartin MaresWed Sep  9 12:03:24 1998  Martin Mares  <[email protected]>
286072c77e5SMartin Mares
287072c77e5SMartin Mares	* lspci.c (show_bases): Better displaying of unassigned and
288072c77e5SMartin Mares	disabled bases. Thanks to Gabriel Paubert <[email protected]>
289072c77e5SMartin Mares	for an idea.
290072c77e5SMartin Mares
291b7554856SMartin MaresWed Sep  2 10:58:01 1998  Martin Mares  <[email protected]>
292b7554856SMartin Mares
293b7554856SMartin Mares	* setpci.c (pread): Recognize glibc 1.99 numbered as 2.0 on the PPC.
294b7554856SMartin Mares	(thanks to Geert Uytterhoeven for finding this out)
295b7554856SMartin Mares
296ce503b7fSMartin MaresFri Jul 17 10:43:30 1998  Martin Mares  <[email protected]>
297ce503b7fSMartin Mares
298ce503b7fSMartin Mares	* lspci.c (show_verbose): Print subsystem ID using the new resolver.
299ce503b7fSMartin Mares	(show_machine): Print subsystem ID.
300ce503b7fSMartin Mares
301ce503b7fSMartin Mares	* names.c: New name resolution engine supporting subsystem IDs.
302ce503b7fSMartin Mares
303ce503b7fSMartin Mares	* Released as version 1.07.
304ce503b7fSMartin Mares
30596e4f295SMartin MaresWed Jul 15 15:37:21 1998  Martin Mares  <[email protected]>
30696e4f295SMartin Mares
30796e4f295SMartin Mares	* lspci.c (show_htype2 etc.): Displaying of CardBus headers.
30896e4f295SMartin Mares	(show_bases): Honor the `cnt' argument.
30996e4f295SMartin Mares	(grow_tree): Parse CardBus headers in tree mode as well.
31096e4f295SMartin Mares
31196e4f295SMartin Mares	* pci.h: Updated CardBus header field description. I still don't
31296e4f295SMartin Mares	have the CardBus standard available, but OZ6832 specs contain
31396e4f295SMartin Mares	full description of all header fields supported by the chip.
31496e4f295SMartin Mares
3156ae3650aSMartin MaresTue Jun  9 22:53:59 1998  Martin Mares  <[email protected]>
3166ae3650aSMartin Mares
317304f9a0bSMartin Mares	* Released as 1.06.
318304f9a0bSMartin Mares
3196ae3650aSMartin Mares	* names.c (parse_name_list): Killed an unused variable.
3206ae3650aSMartin Mares
3216ae3650aSMartin Mares	* setpci.c (pread, pwrite): Define SYS_(pread|pwrite) as __NR_\1
3226ae3650aSMartin Mares	if they are not defined by glibc (needed for glibc built on older
3236ae3650aSMartin Mares	kernels). Ugly.
3246ae3650aSMartin Mares
3256ae3650aSMartin Mares	* setpci.c (exec_op): Fixed error messages. Thanks, Steve!
3266ae3650aSMartin Mares
3274b88a6b8SMartin MaresMon Jun  8 10:59:22 1998  Martin Mares  <[email protected]>
3284b88a6b8SMartin Mares
3294b88a6b8SMartin Mares	* Released as 1.05.
3304b88a6b8SMartin Mares
3314b88a6b8SMartin Mares	* setpci.c: Problems with pread()/pwrite() with glibc on Alpha
3324b88a6b8SMartin Mares	should be gone. Again thanks to Steve for bug report.
3334b88a6b8SMartin Mares
3344b88a6b8SMartin Mares	* filter.c (filter_parse_slot): Fixed ":x" type filters.
3354b88a6b8SMartin Mares
3364b88a6b8SMartin Mares	* pci.ids: Killed duplicate entry. Thanks to Stephen Williams
3374b88a6b8SMartin Mares	<[email protected]> for reporting this.
3384b88a6b8SMartin Mares
3394b88a6b8SMartin MaresSun Jun  7 19:27:51 1998  Martin Mares  <[email protected]>
3404b88a6b8SMartin Mares
3414b88a6b8SMartin Mares	* lspci.c (main), setpci.c (main): Implemented "--version".
3424b88a6b8SMartin Mares
3434b88a6b8SMartin Mares	* Released as 1.04.
3444b88a6b8SMartin Mares
3454b88a6b8SMartin Mares	* pciutils.h (PCIUTILS_VERSION): Added version string.
3464b88a6b8SMartin Mares
3474b88a6b8SMartin Mares	* filter.c, names.c: Extraneous #include <linux/pci.h> removed.
3484b88a6b8SMartin Mares	Thanks to Geert Uytterhoeven <[email protected]>
3494b88a6b8SMartin Mares	for bug report.
3504b88a6b8SMartin Mares
3519b306998SMartin MaresThu May 28 14:45:58 1998  Martin Mares  <[email protected]>
3529b306998SMartin Mares
3539b306998SMartin Mares	* pci.ids: More updates from Jens Maurer.
3549b306998SMartin Mares
355b372672fSMartin MaresWed Apr 22 10:00:39 1998  Martin Mares  <[email protected]>
356b372672fSMartin Mares
357b372672fSMartin Mares	* pci.ids: Updates from Jens Maurer.
358b372672fSMartin Mares
359b2c9b373SMartin MaresSun Apr 19 11:14:25 1998  Martin Mares  <[email protected]>
360b2c9b373SMartin Mares
361b372672fSMartin Mares	* Released as 1.03.
362b372672fSMartin Mares
363b2c9b373SMartin Mares	* setpci.8: Written.
364b2c9b373SMartin Mares
365b2c9b373SMartin Mares	* setpci.c: Finished.
366b2c9b373SMartin Mares
367b2c9b373SMartin Mares	* lspci.c: Now able to fetch expansion ROM base from kernel device list
368b2c9b373SMartin Mares	and print it if not in buscentric mode.
369b2c9b373SMartin Mares
370e4842ff3SMartin MaresTue Mar 31 23:11:57 1998  Martin Mares  <[email protected]>
371e4842ff3SMartin Mares
372e4842ff3SMartin Mares	* setpci.c: Added.
373e4842ff3SMartin Mares
374e4842ff3SMartin MaresSun Mar 22 15:39:08 1998  Martin Mares  <[email protected]>
375e4842ff3SMartin Mares
376e4842ff3SMartin Mares	* lspci.8: Updated the documentation.
377e4842ff3SMartin Mares
378e4842ff3SMartin Mares	* lspci.c: Modified to use the new filtering mechanism (options -f and -d).
379e4842ff3SMartin Mares
380e4842ff3SMartin Mares	* filter.c: Introduced new generic device filter.
381e4842ff3SMartin Mares
382008407bdSMartin MaresThu Mar 19 17:03:48 1998  Martin Mares  <[email protected]>
383008407bdSMartin Mares
384008407bdSMartin Mares	* lspci.c (grow_tree, show_tree_dev, print_it): Fixed displaying
385008407bdSMartin Mares	of PCI-to-PCI bridges in the tree format.
386008407bdSMartin Mares
3870a33d0ecSMartin MaresSun Feb 15 10:12:25 1998  Martin Mares  <[email protected]>
3880a33d0ecSMartin Mares
3890a33d0ecSMartin Mares	* lspci.c (show_machine): Added non-verbose mode of machine-readable
3900a33d0ecSMartin Mares	dump.
3910a33d0ecSMartin Mares
3920a33d0ecSMartin Mares	* pci.ids: Updates from Jens Maurer.
3930a33d0ecSMartin Mares
3940a33d0ecSMartin Mares	* Released as version 1.02.
3950a33d0ecSMartin Mares
3960a33d0ecSMartin MaresThu Feb 12 16:53:28 1998  Martin Mares  <[email protected]>
3970a33d0ecSMartin Mares
3980a33d0ecSMartin Mares	* lspci.c: Added a "-m" switch for dumping machine-readable
3990a33d0ecSMartin Mares	configuration data (requested by Bjoern Kriews <[email protected]>).
4000a33d0ecSMartin Mares
401fb38eee8SMartin MaresMon Feb  9 13:17:43 1998  Martin Mares  <[email protected]>
402fb38eee8SMartin Mares
403fb38eee8SMartin Mares	* Makefile, pciutils.h: Include local pci.h instead of <linux/pci.h>
404fb38eee8SMartin Mares	if available. This should avoid all problems with official kernel
405fb38eee8SMartin Mares	not synchronized to newer PCI code in CVS -- standard distribution
406fb38eee8SMartin Mares	of pciutils now contains pci.h from current CVS kernel, pciutils
407fb38eee8SMartin Mares	in CVS contain no pci.h and use the correct kernel include.
408fb38eee8SMartin Mares
409fb38eee8SMartin Mares	* Makefile: Fixed installation path for man pages.
410fb38eee8SMartin Mares
4112f48f637SMartin MaresSat Feb  7 15:15:46 1998  Martin Mares  <[email protected]>
4122f48f637SMartin Mares
4132f48f637SMartin Mares	* README: Updated.
4142f48f637SMartin Mares
4152f48f637SMartin Mares	* lspci.8: Created a man page.
4162f48f637SMartin Mares
4172f48f637SMartin Mares	* Releasing as version 1.0.
4182f48f637SMartin Mares
4192f48f637SMartin MaresTue Feb  3 20:56:00 1998  Martin Mares  <[email protected]>
4202f48f637SMartin Mares
4212f48f637SMartin Mares	* Makefile: Recognize architecture by calling uname and pass it as ARCH_xxx
4222f48f637SMartin Mares	to all the C sources. This should eliminate problems with 32-bit compilers
4232f48f637SMartin Mares	on sparc64.
4242f48f637SMartin Mares
4252f48f637SMartin Mares	* lspci.c (show_verbose): Recognize CardBus bridge header type.
4262f48f637SMartin Mares	(show_htype2): Stub routine.
4272f48f637SMartin Mares	(scan_config): Write sensible error message if the kernel denies reading of
4282f48f637SMartin Mares	upper part of the PCI config space.
4292f48f637SMartin Mares
430