xref: /pciutils/ChangeLog (revision 0c047bbe)
1*0c047bbeSMartin MaresSat Dec 11 23:34:48 1999  Martin Mares  <[email protected]>
2*0c047bbeSMartin Mares
3*0c047bbeSMartin Mares	* Released as version 2.1.2.
4*0c047bbeSMartin Mares
5*0c047bbeSMartin Mares	* lib/names.c (pci_lookup_name): Fixed printing of unknown subsystem ID's.
6*0c047bbeSMartin Mares
733bc28a5SMartin MaresSat Dec  4 13:11:03 1999  Martin Mares  <[email protected]>
833bc28a5SMartin Mares
939231205SMartin Mares	* Released as version 2.1.1.
1039231205SMartin Mares
1133bc28a5SMartin Mares	* pci.ids: Several new ID's.
1233bc28a5SMartin Mares
1333bc28a5SMartin Mares	* setpci.c (exec_op): Don't forget to increment address after writing
1433bc28a5SMartin Mares	single value, so that `30.b=12,34,56,78' works as expected. Reported
1533bc28a5SMartin Mares	by Petr Soucek <[email protected]>.
1633bc28a5SMartin Mares
178d047897SMartin MaresWed Nov  3 10:24:38 1999  Martin Mares  <[email protected]>
188d047897SMartin Mares
198d047897SMartin Mares	* lspci.c (show_terse): If prog-if is zero, but it's present in the
208d047897SMartin Mares	ID list, show it.
218d047897SMartin Mares
226afc6538SMartin MaresSat Oct 30 11:06:35 1999  Martin Mares  <[email protected]>
236afc6538SMartin Mares
246afc6538SMartin Mares	* Released as version 2.1.
256afc6538SMartin Mares
266afc6538SMartin Mares	* pci.ids: Synced to devlist.h in 2.3.24 kernel. Merged in
276afc6538SMartin Mares	lots of contributed entries.
286afc6538SMartin Mares
298f756113SMartin MaresThu Oct 14 10:40:12 1999  Dave Jones    <[email protected]>
308f756113SMartin Mares
318f756113SMartin Mares	* pci.ids: Added lots of subsystem definitions.
328f756113SMartin Mares
33d4798a32SMartin MaresSat Oct  9 14:32:28 1999  Martin Mares  <[email protected]>
34d4798a32SMartin Mares
35d4798a32SMartin Mares	* setpci.man: Better example.
36d4798a32SMartin Mares
37d4798a32SMartin Mares	* lspci.c: Resolve prog-if names.
38d4798a32SMartin Mares
39d4798a32SMartin Mares	* lib/names.c: Adapted to new pci.ids syntax.
40d4798a32SMartin Mares
41d4798a32SMartin Mares	* pci.ids: Reorganized the pci.ids file. Subsystems are listed
42d4798a32SMartin Mares	under devices, classes can optionally contain prog-if information.
43d4798a32SMartin Mares	New ID's, as usually.
44d4798a32SMartin Mares
45e306e911SMartin MaresWed Sep 22 09:45:24 1999  Martin Mares  <[email protected]>
46e306e911SMartin Mares
47e306e911SMartin Mares	* pci.ids: New ID's. As usually.
48e306e911SMartin Mares
49e306e911SMartin Mares	* lspci.c (show_htype1, show_htype2): Don't show `closed' bridge windows
50e306e911SMartin Mares	unless we're vvvery verbose.
51e306e911SMartin Mares
52e306e911SMartin MaresMon Sep 20 11:22:54 1999  Martin Mares  <[email protected]>
53e306e911SMartin Mares
54e306e911SMartin Mares	* lspci.c (show_htype2): Don't forget a TAB before the "I/O window" line.
55e306e911SMartin Mares
56e64a576cSMartin MaresTue Sep 14 09:31:01 1999  Martin Mares  <[email protected]>
57e64a576cSMartin Mares
58e64a576cSMartin Mares	* pci.ids: New ID's. Again.
59e64a576cSMartin Mares
60c36c0862SMartin MaresThu Aug  5 17:45:42 1999  Martin Mares  <[email protected]>
61c36c0862SMartin Mares
62c36c0862SMartin Mares	* lspci.c (show_size): Don't show size if it's zero (usually
63c36c0862SMartin Mares	due to bus-centric mode being enabled).
64c36c0862SMartin Mares
651ca42433SMartin MaresTue Jul 20 13:25:09 1999  Martin Mares  <[email protected]>
661ca42433SMartin Mares
67168b4f46SMartin Mares	* lib/pci.h: Types are OS dependent.
68168b4f46SMartin Mares
69168b4f46SMartin Mares	* lib/internal.h: Byte order hacks are OS dependent.
70168b4f46SMartin Mares
71168b4f46SMartin Mares	* lib/configure: Recognize FreeBSD. Also set OS_XXX according to the OS.
72168b4f46SMartin Mares
73168b4f46SMartin Mares	* lib/Makefile, lib/access.c: Added fbsd-device target.
74168b4f46SMartin Mares
75168b4f46SMartin Mares	* pci.ids: Added an entry for PLX 9080 bridges with subsystem ID
76168b4f46SMartin Mares	incorrectly set to device ID.
77168b4f46SMartin Mares
78168b4f46SMartin Mares	* README: Added a note that we support FreeBSD.
79168b4f46SMartin Mares
80168b4f46SMartin Mares	* Makefile (PREFIX, ROOT): Set it depending on the OS.
81168b4f46SMartin Mares	(%.8): Grrr, BSD date is not able to convert date formats the same way
82168b4f46SMartin Mares	as GNU date does. Use sed instead.
83168b4f46SMartin Mares	(install): Use `-c' when calling install.
84168b4f46SMartin Mares
85168b4f46SMartin Mares	* lib/fbsd-device.c: Added FreeBSD /dev/pci access module contributed
86168b4f46SMartin Mares	by Jari Kirma <[email protected]>.
87168b4f46SMartin Mares
88bc6346dfSMartin Mares	* lib/proc.c: Rewrote the pread/pwrite things once again. Use pread
89bc6346dfSMartin Mares	and pwrite only when we are certain it's safe (i.e., glibc 2.1
90bc6346dfSMartin Mares	on all architectures or any libc on a i386 where we really know
91bc6346dfSMartin Mares	how to use syscalls directly). In all other cases, emulate it
92bc6346dfSMartin Mares	with lseek/read/write.
93bc6346dfSMartin Mares
941ca42433SMartin Mares	* pci.ids: Some more IDs.
951ca42433SMartin Mares
961ca42433SMartin MaresMon Jul 19 14:10:36 1999  Martin Mares  <[email protected]>
971ca42433SMartin Mares
981ca42433SMartin Mares	* pci.ids: Added IDs of parallel port controller cards as sent
991ca42433SMartin Mares	by Tim Waugh <[email protected]>.
1001ca42433SMartin Mares
101e95c8373SMartin MaresWed Jul  7 00:55:48 1999  Martin Mares  <[email protected]>
102e95c8373SMartin Mares
103e95c8373SMartin Mares	* lib/proc.c (proc_scan): HAVE_LONG_ADDRESS instead of HAVE_64BIT_ADDRESS.
104e95c8373SMartin Mares
105e95c8373SMartin Mares	* lspci.c: ADDR_FORMAT now depends on both HAVE_64BIT_ADDRESS and
106e95c8373SMartin Mares	HAVE_LONG_ADDRESS.
107e95c8373SMartin Mares
108e95c8373SMartin Mares	* lib/configure: HAVE_64BIT_ADDRESS now doesn't imply that the addresses
109e95c8373SMartin Mares	are represented as long long. Introduced a new flag HAVE_LONG_ADDRESS
110e95c8373SMartin Mares	to indicate this. Both Sparc architectures now use both 64BIT_ADDRESS
111e95c8373SMartin Mares	and LONG_ADDRESS since they have 32-bit userland, but don't set LONG_ADDRESS
112e95c8373SMartin Mares	on Alpha.
113e95c8373SMartin Mares
114e95c8373SMartin Mares	* lspci.c (show_msi): Added dumping of the MSI capability.
115e95c8373SMartin Mares	(show_slotid): The same for SlotID capability.
116e95c8373SMartin Mares	(show_caps): Seperated capability dumping, because it should
117e95c8373SMartin Mares	be used for both htype0 and htype1. Even PCI 2.2 doesn't mention
118e95c8373SMartin Mares	layout of htype2, so I'm a bit unsure about it wrt capabilities
119e95c8373SMartin Mares	-- they at least have to live somewhere else since address 0x34
120e95c8373SMartin Mares	is already defined differently in htype2.
121e95c8373SMartin Mares
122e95c8373SMartin Mares	* lib/header.h (PCI_STATUS_UDF): Marked as obsolete (PCI 2.2).
123e95c8373SMartin Mares	(PCI_BASE_ADDRESS_MEM_TYPE_1M): Ditto.
124e95c8373SMartin Mares	(PCI_CAP_ID_*): Added some new capabilities defined in PCI 2.2.
125e95c8373SMartin Mares
126e95c8373SMartin Mares	* lspci.c (show_htype0): Mask out lowest 2 bits from all capability pointers
127e95c8373SMartin Mares	(required by the PCI 2.2 specs).
128e95c8373SMartin Mares
129e95c8373SMartin MaresMon Jul  5 12:45:19 1999  Martin Mares  <[email protected]>
130e95c8373SMartin Mares
131e95c8373SMartin Mares	* lspci.c (show_size): Added new function for dumping of region sizes.
132e95c8373SMartin Mares	(show_rom): Added. Now correctly dumps unassigned ROM addresses, disabled
133e95c8373SMartin Mares	ROMs et cetera.
134e95c8373SMartin Mares
135e95c8373SMartin Mares	* lib/pci.h (struct pci_dev): known_fields moved to the public part
136e95c8373SMartin Mares	of the structure.
137e95c8373SMartin Mares
138e95c8373SMartin Mares	* Added support for region sizes. Needs support in the kernel, because
139e95c8373SMartin Mares	sizes have to be scanned before drivers initialize yourself. pci_fill_info()
140e95c8373SMartin Mares	now returns a bitmask of what fields were really read.
141e95c8373SMartin Mares
14282ce97c9SMartin MaresMon Jun 28 18:37:51 1999  Dave Jones    <[email protected]>
14382ce97c9SMartin Mares
14482ce97c9SMartin Mares	* Makefile:
14582ce97c9SMartin Mares	  Added `uninstall' target - removes all traces of pciutils.
14682ce97c9SMartin Mares	* pci.ids:
14782ce97c9SMartin Mares	  - Lots of cleanups in the ATI, S3, Adaptec vendors.
14882ce97c9SMartin Mares	  - Changed Compaq QVision 1280/p definitions, as it's not possible
14982ce97c9SMartin Mares	    to determine the revision from the device ID.
15082ce97c9SMartin Mares	  - Same for the Tseng ET4000.
15182ce97c9SMartin Mares	    The id's said I had a rev C, when it was actually a rev B.
15282ce97c9SMartin Mares	  - Removed some unnecessary strings
15382ce97c9SMartin Mares	    `PCI'. Unless it's an AGP card, it should be obvious that it's PCI.
15482ce97c9SMartin Mares	    `Ethernet card'. This should be determined from config space.
15582ce97c9SMartin Mares	  - Lots of other new vendors & devices
15682ce97c9SMartin Mares	  - Other additional small cleanups.
15782ce97c9SMartin Mares
1587bed2d83SMartin MaresMon Jun 21 22:11:10 1999  Martin Mares  <[email protected]>
1597bed2d83SMartin Mares
1607bed2d83SMartin Mares	* lib/names.c (pci_lookup_name): When device ID lookup
1617bed2d83SMartin Mares	fails, return hexadecimal device ID instead of vendor ID.
1627bed2d83SMartin Mares	Well spotted by Axel Bodemann <[email protected]>,
1637bed2d83SMartin Mares	I've just extended the fix to subsystem ID's.
1647bed2d83SMartin Mares
1655ba3a475SMartin MaresThu Jun 17 19:48:21 1999  Martin Mares  <[email protected]>
1665ba3a475SMartin Mares
1675ba3a475SMartin Mares	* lspci.c (show_agp): Bug fix from Petr Vandrovec
1685ba3a475SMartin Mares	<[email protected]>. The command register was displayed
1695ba3a475SMartin Mares	incorrectly.
1705ba3a475SMartin Mares
1715ba3a475SMartin MaresWed Jun  2 22:42:44 1999  Martin Mares  <[email protected]>
1725ba3a475SMartin Mares
1735ba3a475SMartin Mares	* lib/proc.c (SYS_pread, SYS_pwrite): Use hard-coded
1745ba3a475SMartin Mares	numbers if not supplied by the libc.
1755ba3a475SMartin Mares
17655c815b5SMartin MaresWed May 19 13:24:39 1999  Martin Mares  <[email protected]>
17755c815b5SMartin Mares
17855c815b5SMartin Mares	* Released the whole package as version 2.0.
17955c815b5SMartin Mares
18055c815b5SMartin MaresFri May 14 22:42:02 1999  Martin Mares  <[email protected]>
18155c815b5SMartin Mares
18255c815b5SMartin Mares	* pci.ids: Added several new ID's contributed by people
18355c815b5SMartin Mares	on the linux-pci list.
18455c815b5SMartin Mares
185dec16943SMartin MaresMon Apr 19 15:21:08 1999  Jakub Jelinek  <[email protected]>
186dec16943SMartin Mares
187dec16943SMartin Mares	* lspci.c: Display I/O addresses correctly on sparc64.
188dec16943SMartin Mares	* lib/header.h: Ditto.
189dec16943SMartin Mares
190dec16943SMartin Mares	* lib/configure: On sparc set HAVE_64BIT* as well, we want
191dec16943SMartin Mares	a binary which works on both 32bit and 64bit SPARCs.
192dec16943SMartin Mares
193e33c9c7aSMartin MaresSun Apr 18 21:14:58 1999  Martin Mares  <[email protected]>
194e33c9c7aSMartin Mares
195e33c9c7aSMartin Mares	* lspci.c, lib/proc.c: Alpha compilation fixes from Matthew Jacob
196e33c9c7aSMartin Mares	<[email protected]>.
197e33c9c7aSMartin Mares
198e33c9c7aSMartin Mares	* pci.ids: A lot of updates from Adam J. Richter <[email protected]>.
199e33c9c7aSMartin Mares
200f3395cc5SMartin MaresSun Feb 28 22:26:21 1999  Martin Mares  <[email protected]>
201f3395cc5SMartin Mares
202f3395cc5SMartin Mares	* lspci.c (do_map_bus): Don't dump functions 1--7 if not flagged
203f3395cc5SMartin Mares	as a multi-function device, because several single-function devices
204f3395cc5SMartin Mares	don't decode the function bits at all.
205f3395cc5SMartin Mares
206f3395cc5SMartin MaresSun Feb 14 23:48:22 1999  Martin Mares  <[email protected]>
207f3395cc5SMartin Mares
208f3395cc5SMartin Mares	* Makefile (install): Don't use "-o root -g root" for installation
209f3395cc5SMartin Mares	since it breaks on machines where programs are not installed by root.
210f3395cc5SMartin Mares	Reported by Richard Gooch <[email protected]>
211f3395cc5SMartin Mares
212f3395cc5SMartin MaresTue Feb  9 15:54:39 1999  Martin Mares  <[email protected]>
213f3395cc5SMartin Mares
214f3395cc5SMartin Mares	* lspci.c (show_bases): Use new address masking macros and pciaddr_t.
215f3395cc5SMartin Mares
216f3395cc5SMartin Mares	* lib/pci.h: Using pciaddr_t for bus addresses, which are 32-bit
217f3395cc5SMartin Mares	or 64-bit depending on CPU.
218f3395cc5SMartin Mares
219f3395cc5SMartin Mares	* lib/pci.h (PCI_ADDR_MEM_MASK): Added macros for address masks
220f3395cc5SMartin Mares	according to bus address width.
221f3395cc5SMartin Mares
2221c31d620SMartin MaresThu Jan 28 20:54:16 1999  Martin Mares  <[email protected]>
2231c31d620SMartin Mares
2241c31d620SMartin Mares	* Released as 1.99.4.
2251c31d620SMartin Mares
2261c31d620SMartin Mares	* lspci.c: Capability list parser now recognizes both AGP
2271c31d620SMartin Mares	registers and PCI Power Management registers (the latter
2281c31d620SMartin Mares	is mainly guesswork based on DEC/Intel 21153 bridge specs
2291c31d620SMartin Mares	since I don't have the PCI Power Management document).
2301c31d620SMartin Mares
2311c31d620SMartin Mares	* lspci.c: Replaced numerous occurences of (x & flag) ? '+' : '-'
2321c31d620SMartin Mares	by FLAG macro.
2331c31d620SMartin Mares
2341c31d620SMartin Mares	* lspci.c: Added bridge checks to bus mapping code.
2351c31d620SMartin Mares
2361812a795SMartin MaresWed Jan 27 14:59:16 1999  Martin Mares  <[email protected]>
2371812a795SMartin Mares
2381812a795SMartin Mares	* lspci.c: Implemented bus mapping mode (-M).
2391812a795SMartin Mares
2401812a795SMartin Mares	* lspci.c (scan_devices): Split to scan_devices() and scan_device().
2411812a795SMartin Mares	(show): Split to show() and show_device().
2421812a795SMartin Mares
2431812a795SMartin Mares	* lib/access.c (pci_init): When a->method == PCI_ACCESS_AUTO,
2441812a795SMartin Mares	set it to the real access method afterwards.
2451812a795SMartin Mares
2461812a795SMartin MaresMon Jan 25 23:46:13 1999  Martin Mares  <[email protected]>
2471812a795SMartin Mares
2481812a795SMartin Mares	* lib/generic.c (pci_generic_fill_info): If in buscentric mode,
2491812a795SMartin Mares	don't check PCI_COMMAND for I/O and memory enables.
2501812a795SMartin Mares
251f6c86928SMartin MaresMon Jan 25 21:28:49 1999  Martin Mares  <[email protected]>
252f6c86928SMartin Mares
253f6c86928SMartin Mares	* Makefile: Added target `release' which substitutes new version
254f6c86928SMartin Mares	number to .spec, .lsm and README. Also rewrote target `dist'.
255f6c86928SMartin Mares
256f6c86928SMartin Mares	* Released as 1.99.3.
257f6c86928SMartin Mares
258b5137411SMartin MaresSun Jan 24 22:10:36 1999  Martin Mares  <[email protected]>
259b5137411SMartin Mares
260d6b297d0SMartin Mares	* lib/header.h: Until kernel adopts new layout of PCI
261d6b297d0SMartin Mares	includes (i.e., separate declaration of header structure,
262d6b297d0SMartin Mares	functions and device IDs), which is not going to happen
263d6b297d0SMartin Mares	before 2.3, we'll use our own definiton of the header.
264d6b297d0SMartin Mares
265b5137411SMartin Mares	* lspci.c (show_verbose): Display `Cap' flag in device status.
266b5137411SMartin Mares
267b5137411SMartin Mares	* lspci.c (show_htype0): Display capability lists whereever
268b5137411SMartin Mares	available. The only capability name we recognize now is `AGP'.
269b5137411SMartin Mares	Unfortunately, capabilities are stored in device-dependent
270b5137411SMartin Mares	portion of the configuration space and are thus available
271b5137411SMartin Mares	only to root unless you read a dump.
272b5137411SMartin Mares
273b5137411SMartin Mares	* lspci.c (scan_devices): Use cache instead of buffering.
274b5137411SMartin Mares
275b5137411SMartin Mares	* lib/buffer.c: Removed (obsoleted by the cache).
276b5137411SMartin Mares
277b5137411SMartin Mares	* lib/access.c: Added general caching mechanism.
278b5137411SMartin Mares
27981ce358dSMartin MaresSat Jan 23 21:30:54 1999  Martin Mares  <[email protected]>
28081ce358dSMartin Mares
28181ce358dSMartin Mares	* pci.ids: Added few devices.
28281ce358dSMartin Mares
283727ce158SMartin MaresFri Jan 22 19:29:31 1999  Martin Mares  <[email protected]>
284727ce158SMartin Mares
285727ce158SMartin Mares	* Version string is now defined in top-level Makefile, exported
286727ce158SMartin Mares	to the configure script and also substituted to man pages.
287727ce158SMartin Mares
288727ce158SMartin Mares	* lspci.c (show_bases): Rewrote displaying of 64-bit addresses.
289727ce158SMartin Mares	(show_verbose): Rewrote interrupt display logic.
290727ce158SMartin Mares
291727ce158SMartin Mares	* lib/i386-ports.c: Include sys/io.h only on glibc systems.
292727ce158SMartin Mares
293727ce158SMartin Mares	* lib/configure: Rewrote detection of Linux versions. Now it
294727ce158SMartin Mares	works on 2.0 kernels (only with direct/dump access, of course).
295727ce158SMartin Mares
296727ce158SMartin Mares	* lib/internal.h: New bytesex macros using <asm/byteorder.h>
297727ce158SMartin Mares	whenever available.
298727ce158SMartin Mares
299727ce158SMartin Mares	* lib/proc.c (proc_read, proc_write): Distinguish between short
300727ce158SMartin Mares	read/write and real errors.
301727ce158SMartin Mares
302727ce158SMartin Mares	* lspci.c (show_htype{0,1}): Always use d->dev->rom_base_addr since
303727ce158SMartin Mares	libpci respects buscentric mode automatically.
304727ce158SMartin Mares
305727ce158SMartin Mares	* lspci.c (show_hex_dump): For CardBus bridges, print out 128
306727ce158SMartin Mares	bytes of header (the whole standard part).
307727ce158SMartin Mares
308727ce158SMartin Mares	* common.c: pcilib options are now all uppercase. Also moved
309727ce158SMartin Mares	PCI access debugging option here.
310727ce158SMartin Mares
311727ce158SMartin Mares	* Released as 1.99.2.
312727ce158SMartin Mares
313727ce158SMartin MaresWed Jan 20 22:50:35 1999  Martin Mares  <[email protected]>
314727ce158SMartin Mares
315727ce158SMartin Mares	* Wrote configure script and rewrote Makefiles.
316727ce158SMartin Mares
317727ce158SMartin Mares	* Removed few unused variables.
318727ce158SMartin Mares
319727ce158SMartin MaresWed Jan 20 12:21:56 1999  Martin Mares  <[email protected]>
320727ce158SMartin Mares
321727ce158SMartin Mares	* common.c: Moved several functions used in both setpci and lspci
322727ce158SMartin Mares	here. This includes parsing of libpci-related options.
323727ce158SMartin Mares
324727ce158SMartin Mares	* More library tweaks.
325727ce158SMartin Mares
326727ce158SMartin Mares	* filter.c, names.c: Moved to library.
327727ce158SMartin Mares
328727ce158SMartin Mares	* setpci: Rewritten to use the library.
329727ce158SMartin Mares
330727ce158SMartin Mares	* Released as 1.99.1.
331727ce158SMartin Mares
332727ce158SMartin MaresTue Jan 19 23:00:12 1999  Martin Mares  <[email protected]>
333727ce158SMartin Mares
334727ce158SMartin Mares	* lspci.c (scan_devices): For cardbus bridges, read first 128
335727ce158SMartin Mares	bytes of config space to get full standard header.
336727ce158SMartin Mares
337727ce158SMartin Mares	* Makefile (CFLAGS): Removed "-Wno-unused".
338727ce158SMartin Mares
339727ce158SMartin Mares	* Started the "New Generation" branch and introduced the
340727ce158SMartin Mares	PCI library.
341727ce158SMartin Mares
342727ce158SMartin Mares	* lspci: Rewritten to use the library.
343727ce158SMartin Mares
3446ece6bc6SMartin MaresTue Jan 19 22:24:08 1999  Martin Mares  <[email protected]>
3456ece6bc6SMartin Mares
3466ece6bc6SMartin Mares	* Released as version 1.10.
3476ece6bc6SMartin Mares
3486ece6bc6SMartin MaresMon Jan 18 08:51:17 1999  Martin Mares  <[email protected]>
3496ece6bc6SMartin Mares
3506ece6bc6SMartin Mares	* lspci.8, setpci.8: Miscellaneous fixes as suggested by
3516ece6bc6SMartin Mares	Dag Wieers <[email protected]>.
3526ece6bc6SMartin Mares
3531212dd6dSMartin MaresSun Nov 29 20:05:56 1998  Martin Mares  <[email protected]>
3541212dd6dSMartin Mares
3551212dd6dSMartin Mares	* pciutils.spec (Name): Update from Krzysztof G. Baranowski.
3561212dd6dSMartin Mares
357d38471fdSMartin MaresSun Nov 22 10:49:56 1998  Martin Mares  <[email protected]>
358d38471fdSMartin Mares
359d38471fdSMartin Mares	* Makefile, pciutils.h: Moved pci.ids to /usr/share.
360d38471fdSMartin Mares
361d38471fdSMartin Mares	* Released as version 1.09.
362d38471fdSMartin Mares
363371f605bSMartin MaresWed Nov 18 15:47:05 1998  Martin Mares  <[email protected]>
364371f605bSMartin Mares
365371f605bSMartin Mares	* lspci.c (show_htype1): Fixed displaying of prefetchable memory behind
366371f605bSMartin Mares	bridge. Thanks to Petr Vandrovec <[email protected]> for bug report.
367371f605bSMartin Mares
36810be47abSMartin MaresFri Oct 23 18:59:19 1998  Martin Mares  <[email protected]>
36910be47abSMartin Mares
37010be47abSMartin Mares	* setpci.c: Don't include <syscall-list.h> with glibc >= 2.1.
37110be47abSMartin Mares
372472bd340SMartin MaresMon Oct 19 21:53:30 1998  Martin Mares  <[email protected]>
373472bd340SMartin Mares
374472bd340SMartin Mares	* Released as version 1.08.
375472bd340SMartin Mares
376472bd340SMartin Mares	* setpci.c: glibc 2.1.x already defines pread() and pwrite().
377472bd340SMartin Mares
378472bd340SMartin Mares	* lspci.8: Changed warning about lspci -xxx.
379472bd340SMartin Mares
380472bd340SMartin Mares	* lspci.c: Require "-xxx" for full configuration space dump, so that
381472bd340SMartin Mares	it's impossible to crash the machine by single typo.
382472bd340SMartin Mares
383472bd340SMartin Mares	* specs: Added (courtesy of Krzysztof G. Baranowski <[email protected]>).
384472bd340SMartin Mares
385072c77e5SMartin MaresWed Sep  9 12:03:24 1998  Martin Mares  <[email protected]>
386072c77e5SMartin Mares
387072c77e5SMartin Mares	* lspci.c (show_bases): Better displaying of unassigned and
388072c77e5SMartin Mares	disabled bases. Thanks to Gabriel Paubert <[email protected]>
389072c77e5SMartin Mares	for an idea.
390072c77e5SMartin Mares
391b7554856SMartin MaresWed Sep  2 10:58:01 1998  Martin Mares  <[email protected]>
392b7554856SMartin Mares
393b7554856SMartin Mares	* setpci.c (pread): Recognize glibc 1.99 numbered as 2.0 on the PPC.
394b7554856SMartin Mares	(thanks to Geert Uytterhoeven for finding this out)
395b7554856SMartin Mares
396ce503b7fSMartin MaresFri Jul 17 10:43:30 1998  Martin Mares  <[email protected]>
397ce503b7fSMartin Mares
398ce503b7fSMartin Mares	* lspci.c (show_verbose): Print subsystem ID using the new resolver.
399ce503b7fSMartin Mares	(show_machine): Print subsystem ID.
400ce503b7fSMartin Mares
401ce503b7fSMartin Mares	* names.c: New name resolution engine supporting subsystem IDs.
402ce503b7fSMartin Mares
403ce503b7fSMartin Mares	* Released as version 1.07.
404ce503b7fSMartin Mares
40596e4f295SMartin MaresWed Jul 15 15:37:21 1998  Martin Mares  <[email protected]>
40696e4f295SMartin Mares
40796e4f295SMartin Mares	* lspci.c (show_htype2 etc.): Displaying of CardBus headers.
40896e4f295SMartin Mares	(show_bases): Honor the `cnt' argument.
40996e4f295SMartin Mares	(grow_tree): Parse CardBus headers in tree mode as well.
41096e4f295SMartin Mares
41196e4f295SMartin Mares	* pci.h: Updated CardBus header field description. I still don't
41296e4f295SMartin Mares	have the CardBus standard available, but OZ6832 specs contain
41396e4f295SMartin Mares	full description of all header fields supported by the chip.
41496e4f295SMartin Mares
4156ae3650aSMartin MaresTue Jun  9 22:53:59 1998  Martin Mares  <[email protected]>
4166ae3650aSMartin Mares
417304f9a0bSMartin Mares	* Released as 1.06.
418304f9a0bSMartin Mares
4196ae3650aSMartin Mares	* names.c (parse_name_list): Killed an unused variable.
4206ae3650aSMartin Mares
4216ae3650aSMartin Mares	* setpci.c (pread, pwrite): Define SYS_(pread|pwrite) as __NR_\1
4226ae3650aSMartin Mares	if they are not defined by glibc (needed for glibc built on older
4236ae3650aSMartin Mares	kernels). Ugly.
4246ae3650aSMartin Mares
4256ae3650aSMartin Mares	* setpci.c (exec_op): Fixed error messages. Thanks, Steve!
4266ae3650aSMartin Mares
4274b88a6b8SMartin MaresMon Jun  8 10:59:22 1998  Martin Mares  <[email protected]>
4284b88a6b8SMartin Mares
4294b88a6b8SMartin Mares	* Released as 1.05.
4304b88a6b8SMartin Mares
4314b88a6b8SMartin Mares	* setpci.c: Problems with pread()/pwrite() with glibc on Alpha
4324b88a6b8SMartin Mares	should be gone. Again thanks to Steve for bug report.
4334b88a6b8SMartin Mares
4344b88a6b8SMartin Mares	* filter.c (filter_parse_slot): Fixed ":x" type filters.
4354b88a6b8SMartin Mares
4364b88a6b8SMartin Mares	* pci.ids: Killed duplicate entry. Thanks to Stephen Williams
4374b88a6b8SMartin Mares	<[email protected]> for reporting this.
4384b88a6b8SMartin Mares
4394b88a6b8SMartin MaresSun Jun  7 19:27:51 1998  Martin Mares  <[email protected]>
4404b88a6b8SMartin Mares
4414b88a6b8SMartin Mares	* lspci.c (main), setpci.c (main): Implemented "--version".
4424b88a6b8SMartin Mares
4434b88a6b8SMartin Mares	* Released as 1.04.
4444b88a6b8SMartin Mares
4454b88a6b8SMartin Mares	* pciutils.h (PCIUTILS_VERSION): Added version string.
4464b88a6b8SMartin Mares
4474b88a6b8SMartin Mares	* filter.c, names.c: Extraneous #include <linux/pci.h> removed.
4484b88a6b8SMartin Mares	Thanks to Geert Uytterhoeven <[email protected]>
4494b88a6b8SMartin Mares	for bug report.
4504b88a6b8SMartin Mares
4519b306998SMartin MaresThu May 28 14:45:58 1998  Martin Mares  <[email protected]>
4529b306998SMartin Mares
4539b306998SMartin Mares	* pci.ids: More updates from Jens Maurer.
4549b306998SMartin Mares
455b372672fSMartin MaresWed Apr 22 10:00:39 1998  Martin Mares  <[email protected]>
456b372672fSMartin Mares
457b372672fSMartin Mares	* pci.ids: Updates from Jens Maurer.
458b372672fSMartin Mares
459b2c9b373SMartin MaresSun Apr 19 11:14:25 1998  Martin Mares  <[email protected]>
460b2c9b373SMartin Mares
461b372672fSMartin Mares	* Released as 1.03.
462b372672fSMartin Mares
463b2c9b373SMartin Mares	* setpci.8: Written.
464b2c9b373SMartin Mares
465b2c9b373SMartin Mares	* setpci.c: Finished.
466b2c9b373SMartin Mares
467b2c9b373SMartin Mares	* lspci.c: Now able to fetch expansion ROM base from kernel device list
468b2c9b373SMartin Mares	and print it if not in buscentric mode.
469b2c9b373SMartin Mares
470e4842ff3SMartin MaresTue Mar 31 23:11:57 1998  Martin Mares  <[email protected]>
471e4842ff3SMartin Mares
472e4842ff3SMartin Mares	* setpci.c: Added.
473e4842ff3SMartin Mares
474e4842ff3SMartin MaresSun Mar 22 15:39:08 1998  Martin Mares  <[email protected]>
475e4842ff3SMartin Mares
476e4842ff3SMartin Mares	* lspci.8: Updated the documentation.
477e4842ff3SMartin Mares
478e4842ff3SMartin Mares	* lspci.c: Modified to use the new filtering mechanism (options -f and -d).
479e4842ff3SMartin Mares
480e4842ff3SMartin Mares	* filter.c: Introduced new generic device filter.
481e4842ff3SMartin Mares
482008407bdSMartin MaresThu Mar 19 17:03:48 1998  Martin Mares  <[email protected]>
483008407bdSMartin Mares
484008407bdSMartin Mares	* lspci.c (grow_tree, show_tree_dev, print_it): Fixed displaying
485008407bdSMartin Mares	of PCI-to-PCI bridges in the tree format.
486008407bdSMartin Mares
4870a33d0ecSMartin MaresSun Feb 15 10:12:25 1998  Martin Mares  <[email protected]>
4880a33d0ecSMartin Mares
4890a33d0ecSMartin Mares	* lspci.c (show_machine): Added non-verbose mode of machine-readable
4900a33d0ecSMartin Mares	dump.
4910a33d0ecSMartin Mares
4920a33d0ecSMartin Mares	* pci.ids: Updates from Jens Maurer.
4930a33d0ecSMartin Mares
4940a33d0ecSMartin Mares	* Released as version 1.02.
4950a33d0ecSMartin Mares
4960a33d0ecSMartin MaresThu Feb 12 16:53:28 1998  Martin Mares  <[email protected]>
4970a33d0ecSMartin Mares
4980a33d0ecSMartin Mares	* lspci.c: Added a "-m" switch for dumping machine-readable
4990a33d0ecSMartin Mares	configuration data (requested by Bjoern Kriews <[email protected]>).
5000a33d0ecSMartin Mares
501fb38eee8SMartin MaresMon Feb  9 13:17:43 1998  Martin Mares  <[email protected]>
502fb38eee8SMartin Mares
503fb38eee8SMartin Mares	* Makefile, pciutils.h: Include local pci.h instead of <linux/pci.h>
504fb38eee8SMartin Mares	if available. This should avoid all problems with official kernel
505fb38eee8SMartin Mares	not synchronized to newer PCI code in CVS -- standard distribution
506fb38eee8SMartin Mares	of pciutils now contains pci.h from current CVS kernel, pciutils
507fb38eee8SMartin Mares	in CVS contain no pci.h and use the correct kernel include.
508fb38eee8SMartin Mares
509fb38eee8SMartin Mares	* Makefile: Fixed installation path for man pages.
510fb38eee8SMartin Mares
5112f48f637SMartin MaresSat Feb  7 15:15:46 1998  Martin Mares  <[email protected]>
5122f48f637SMartin Mares
5132f48f637SMartin Mares	* README: Updated.
5142f48f637SMartin Mares
5152f48f637SMartin Mares	* lspci.8: Created a man page.
5162f48f637SMartin Mares
5172f48f637SMartin Mares	* Releasing as version 1.0.
5182f48f637SMartin Mares
5192f48f637SMartin MaresTue Feb  3 20:56:00 1998  Martin Mares  <[email protected]>
5202f48f637SMartin Mares
5212f48f637SMartin Mares	* Makefile: Recognize architecture by calling uname and pass it as ARCH_xxx
5222f48f637SMartin Mares	to all the C sources. This should eliminate problems with 32-bit compilers
5232f48f637SMartin Mares	on sparc64.
5242f48f637SMartin Mares
5252f48f637SMartin Mares	* lspci.c (show_verbose): Recognize CardBus bridge header type.
5262f48f637SMartin Mares	(show_htype2): Stub routine.
5272f48f637SMartin Mares	(scan_config): Write sensible error message if the kernel denies reading of
5282f48f637SMartin Mares	upper part of the PCI config space.
5292f48f637SMartin Mares
530