xref: /pciutils/ChangeLog (revision e91dd3ab)
1*e91dd3abSMartin MaresThu Mar  9 13:11:39 2000  Martin Mares  <[email protected]>
2*e91dd3abSMartin Mares
3*e91dd3abSMartin Mares	* pci.ids: Added lots of new ID's and synced with 2.3.50.
4*e91dd3abSMartin Mares
578d9c5e2SMartin MaresTue Feb 15 00:16:21 2000  Martin Mares  <[email protected]>
678d9c5e2SMartin Mares
778d9c5e2SMartin Mares	* Released as 2.1.5.
878d9c5e2SMartin Mares
978d9c5e2SMartin Mares	* pciutils.spec: Updated spec file from Andreas Jaeger. Now using
1078d9c5e2SMartin Mares	%{_mandir} to find the right location to install manual pages to.
1178d9c5e2SMartin Mares
1278d9c5e2SMartin Mares	* pci.ids: New ID's.
1378d9c5e2SMartin Mares
1478d9c5e2SMartin Mares	* setpci.c (main): Don't crash when `-s' or `-d' is given with
1578d9c5e2SMartin Mares	no argument.
1678d9c5e2SMartin Mares
17f8141ae2SMartin MaresMon Jan 24 20:04:11 2000  Andreas Jaeger  <[email protected]>
18f8141ae2SMartin Mares
19f8141ae2SMartin Mares	* lib/i386-ports.c: Include <asm/io.h> only on systems without
20f8141ae2SMartin Mares	glibc.
21f8141ae2SMartin Mares
22f8141ae2SMartin MaresMon Jan 24 11:24:43 2000  Martin Mares  <[email protected]>
23f8141ae2SMartin Mares
24f8141ae2SMartin Mares	* Makefile: Modified to work with the Linux FHS brain-damaged idea
25f8141ae2SMartin Mares	of putting man pages to /usr/share/man. Now we choose either /usr/man
26f8141ae2SMartin Mares	or /usr/share/man depending on which one exists.
27f8141ae2SMartin Mares
2859e76e8bSMartin MaresSun Jan 23 10:52:34 2000  Martin Mares  <[email protected]>
2959e76e8bSMartin Mares
3059e76e8bSMartin Mares	* pci.ids: Synced with Linux 2.3.40.
3159e76e8bSMartin Mares
3259e76e8bSMartin Mares	* Released as version 2.1.4.
3359e76e8bSMartin Mares
342dfd48cdSMartin MaresThu Jan 20 11:08:32 2000  Martin Mares  <[email protected]>
352dfd48cdSMartin Mares
362715403fSMartin Mares	* lspci.c (scan_device): Fixed bug in reading of cardbus extensions.
372715403fSMartin Mares
3881077814SMartin Mares	* lib/proc.c: pread/pwrite fixed again, this time on libc5 :(
3981077814SMartin Mares
4081077814SMartin Mares	* lspci.c (format_agp_rate): Better formatting of AGP rates.
4181077814SMartin Mares
4281077814SMartin Mares	* pci.ids: New ID's.
4381077814SMartin Mares
442dfd48cdSMartin Mares	* lib/configure: Added configuration for ia64 (the same as for Alpha).
452dfd48cdSMartin Mares	Patch from Stephane Eranian <[email protected]>.
462dfd48cdSMartin Mares
475a258860SMartin MaresThu Jan 13 23:01:52 2000  Martin Mares  <[email protected]>
485a258860SMartin Mares
495a258860SMartin Mares	* Released as version 2.1.3.
505a258860SMartin Mares
515a258860SMartin Mares	* pci.ids: New ID's.
525a258860SMartin Mares
535a258860SMartin Mares	* lspci.c: Alpha IO_FORMAT fix by Andrea Arcangeli.
545a258860SMartin Mares
555a258860SMartin Mares	* lib/access.c: Corrected order of access methods -- it's wonderful how
565a258860SMartin Mares	long could such a bug remain unspotted. Thanks go to Andreas Schockenhoff.
575a258860SMartin Mares
580c047bbeSMartin MaresSat Dec 11 23:34:48 1999  Martin Mares  <[email protected]>
590c047bbeSMartin Mares
600c047bbeSMartin Mares	* Released as version 2.1.2.
610c047bbeSMartin Mares
620c047bbeSMartin Mares	* lib/names.c (pci_lookup_name): Fixed printing of unknown subsystem ID's.
630c047bbeSMartin Mares
6433bc28a5SMartin MaresSat Dec  4 13:11:03 1999  Martin Mares  <[email protected]>
6533bc28a5SMartin Mares
6639231205SMartin Mares	* Released as version 2.1.1.
6739231205SMartin Mares
6833bc28a5SMartin Mares	* pci.ids: Several new ID's.
6933bc28a5SMartin Mares
7033bc28a5SMartin Mares	* setpci.c (exec_op): Don't forget to increment address after writing
7133bc28a5SMartin Mares	single value, so that `30.b=12,34,56,78' works as expected. Reported
7233bc28a5SMartin Mares	by Petr Soucek <[email protected]>.
7333bc28a5SMartin Mares
748d047897SMartin MaresWed Nov  3 10:24:38 1999  Martin Mares  <[email protected]>
758d047897SMartin Mares
768d047897SMartin Mares	* lspci.c (show_terse): If prog-if is zero, but it's present in the
778d047897SMartin Mares	ID list, show it.
788d047897SMartin Mares
796afc6538SMartin MaresSat Oct 30 11:06:35 1999  Martin Mares  <[email protected]>
806afc6538SMartin Mares
816afc6538SMartin Mares	* Released as version 2.1.
826afc6538SMartin Mares
836afc6538SMartin Mares	* pci.ids: Synced to devlist.h in 2.3.24 kernel. Merged in
846afc6538SMartin Mares	lots of contributed entries.
856afc6538SMartin Mares
868f756113SMartin MaresThu Oct 14 10:40:12 1999  Dave Jones    <[email protected]>
878f756113SMartin Mares
888f756113SMartin Mares	* pci.ids: Added lots of subsystem definitions.
898f756113SMartin Mares
90d4798a32SMartin MaresSat Oct  9 14:32:28 1999  Martin Mares  <[email protected]>
91d4798a32SMartin Mares
92d4798a32SMartin Mares	* setpci.man: Better example.
93d4798a32SMartin Mares
94d4798a32SMartin Mares	* lspci.c: Resolve prog-if names.
95d4798a32SMartin Mares
96d4798a32SMartin Mares	* lib/names.c: Adapted to new pci.ids syntax.
97d4798a32SMartin Mares
98d4798a32SMartin Mares	* pci.ids: Reorganized the pci.ids file. Subsystems are listed
99d4798a32SMartin Mares	under devices, classes can optionally contain prog-if information.
100d4798a32SMartin Mares	New ID's, as usually.
101d4798a32SMartin Mares
102e306e911SMartin MaresWed Sep 22 09:45:24 1999  Martin Mares  <[email protected]>
103e306e911SMartin Mares
104e306e911SMartin Mares	* pci.ids: New ID's. As usually.
105e306e911SMartin Mares
106e306e911SMartin Mares	* lspci.c (show_htype1, show_htype2): Don't show `closed' bridge windows
107e306e911SMartin Mares	unless we're vvvery verbose.
108e306e911SMartin Mares
109e306e911SMartin MaresMon Sep 20 11:22:54 1999  Martin Mares  <[email protected]>
110e306e911SMartin Mares
111e306e911SMartin Mares	* lspci.c (show_htype2): Don't forget a TAB before the "I/O window" line.
112e306e911SMartin Mares
113e64a576cSMartin MaresTue Sep 14 09:31:01 1999  Martin Mares  <[email protected]>
114e64a576cSMartin Mares
115e64a576cSMartin Mares	* pci.ids: New ID's. Again.
116e64a576cSMartin Mares
117c36c0862SMartin MaresThu Aug  5 17:45:42 1999  Martin Mares  <[email protected]>
118c36c0862SMartin Mares
119c36c0862SMartin Mares	* lspci.c (show_size): Don't show size if it's zero (usually
120c36c0862SMartin Mares	due to bus-centric mode being enabled).
121c36c0862SMartin Mares
1221ca42433SMartin MaresTue Jul 20 13:25:09 1999  Martin Mares  <[email protected]>
1231ca42433SMartin Mares
124168b4f46SMartin Mares	* lib/pci.h: Types are OS dependent.
125168b4f46SMartin Mares
126168b4f46SMartin Mares	* lib/internal.h: Byte order hacks are OS dependent.
127168b4f46SMartin Mares
128168b4f46SMartin Mares	* lib/configure: Recognize FreeBSD. Also set OS_XXX according to the OS.
129168b4f46SMartin Mares
130168b4f46SMartin Mares	* lib/Makefile, lib/access.c: Added fbsd-device target.
131168b4f46SMartin Mares
132168b4f46SMartin Mares	* pci.ids: Added an entry for PLX 9080 bridges with subsystem ID
133168b4f46SMartin Mares	incorrectly set to device ID.
134168b4f46SMartin Mares
135168b4f46SMartin Mares	* README: Added a note that we support FreeBSD.
136168b4f46SMartin Mares
137168b4f46SMartin Mares	* Makefile (PREFIX, ROOT): Set it depending on the OS.
138168b4f46SMartin Mares	(%.8): Grrr, BSD date is not able to convert date formats the same way
139168b4f46SMartin Mares	as GNU date does. Use sed instead.
140168b4f46SMartin Mares	(install): Use `-c' when calling install.
141168b4f46SMartin Mares
142168b4f46SMartin Mares	* lib/fbsd-device.c: Added FreeBSD /dev/pci access module contributed
143168b4f46SMartin Mares	by Jari Kirma <[email protected]>.
144168b4f46SMartin Mares
145bc6346dfSMartin Mares	* lib/proc.c: Rewrote the pread/pwrite things once again. Use pread
146bc6346dfSMartin Mares	and pwrite only when we are certain it's safe (i.e., glibc 2.1
147bc6346dfSMartin Mares	on all architectures or any libc on a i386 where we really know
148bc6346dfSMartin Mares	how to use syscalls directly). In all other cases, emulate it
149bc6346dfSMartin Mares	with lseek/read/write.
150bc6346dfSMartin Mares
1511ca42433SMartin Mares	* pci.ids: Some more IDs.
1521ca42433SMartin Mares
1531ca42433SMartin MaresMon Jul 19 14:10:36 1999  Martin Mares  <[email protected]>
1541ca42433SMartin Mares
1551ca42433SMartin Mares	* pci.ids: Added IDs of parallel port controller cards as sent
1561ca42433SMartin Mares	by Tim Waugh <[email protected]>.
1571ca42433SMartin Mares
158e95c8373SMartin MaresWed Jul  7 00:55:48 1999  Martin Mares  <[email protected]>
159e95c8373SMartin Mares
160e95c8373SMartin Mares	* lib/proc.c (proc_scan): HAVE_LONG_ADDRESS instead of HAVE_64BIT_ADDRESS.
161e95c8373SMartin Mares
162e95c8373SMartin Mares	* lspci.c: ADDR_FORMAT now depends on both HAVE_64BIT_ADDRESS and
163e95c8373SMartin Mares	HAVE_LONG_ADDRESS.
164e95c8373SMartin Mares
165e95c8373SMartin Mares	* lib/configure: HAVE_64BIT_ADDRESS now doesn't imply that the addresses
166e95c8373SMartin Mares	are represented as long long. Introduced a new flag HAVE_LONG_ADDRESS
167e95c8373SMartin Mares	to indicate this. Both Sparc architectures now use both 64BIT_ADDRESS
168e95c8373SMartin Mares	and LONG_ADDRESS since they have 32-bit userland, but don't set LONG_ADDRESS
169e95c8373SMartin Mares	on Alpha.
170e95c8373SMartin Mares
171e95c8373SMartin Mares	* lspci.c (show_msi): Added dumping of the MSI capability.
172e95c8373SMartin Mares	(show_slotid): The same for SlotID capability.
173e95c8373SMartin Mares	(show_caps): Seperated capability dumping, because it should
174e95c8373SMartin Mares	be used for both htype0 and htype1. Even PCI 2.2 doesn't mention
175e95c8373SMartin Mares	layout of htype2, so I'm a bit unsure about it wrt capabilities
176e95c8373SMartin Mares	-- they at least have to live somewhere else since address 0x34
177e95c8373SMartin Mares	is already defined differently in htype2.
178e95c8373SMartin Mares
179e95c8373SMartin Mares	* lib/header.h (PCI_STATUS_UDF): Marked as obsolete (PCI 2.2).
180e95c8373SMartin Mares	(PCI_BASE_ADDRESS_MEM_TYPE_1M): Ditto.
181e95c8373SMartin Mares	(PCI_CAP_ID_*): Added some new capabilities defined in PCI 2.2.
182e95c8373SMartin Mares
183e95c8373SMartin Mares	* lspci.c (show_htype0): Mask out lowest 2 bits from all capability pointers
184e95c8373SMartin Mares	(required by the PCI 2.2 specs).
185e95c8373SMartin Mares
186e95c8373SMartin MaresMon Jul  5 12:45:19 1999  Martin Mares  <[email protected]>
187e95c8373SMartin Mares
188e95c8373SMartin Mares	* lspci.c (show_size): Added new function for dumping of region sizes.
189e95c8373SMartin Mares	(show_rom): Added. Now correctly dumps unassigned ROM addresses, disabled
190e95c8373SMartin Mares	ROMs et cetera.
191e95c8373SMartin Mares
192e95c8373SMartin Mares	* lib/pci.h (struct pci_dev): known_fields moved to the public part
193e95c8373SMartin Mares	of the structure.
194e95c8373SMartin Mares
195e95c8373SMartin Mares	* Added support for region sizes. Needs support in the kernel, because
196e95c8373SMartin Mares	sizes have to be scanned before drivers initialize yourself. pci_fill_info()
197e95c8373SMartin Mares	now returns a bitmask of what fields were really read.
198e95c8373SMartin Mares
19982ce97c9SMartin MaresMon Jun 28 18:37:51 1999  Dave Jones    <[email protected]>
20082ce97c9SMartin Mares
20182ce97c9SMartin Mares	* Makefile:
20282ce97c9SMartin Mares	  Added `uninstall' target - removes all traces of pciutils.
20382ce97c9SMartin Mares	* pci.ids:
20482ce97c9SMartin Mares	  - Lots of cleanups in the ATI, S3, Adaptec vendors.
20582ce97c9SMartin Mares	  - Changed Compaq QVision 1280/p definitions, as it's not possible
20682ce97c9SMartin Mares	    to determine the revision from the device ID.
20782ce97c9SMartin Mares	  - Same for the Tseng ET4000.
20882ce97c9SMartin Mares	    The id's said I had a rev C, when it was actually a rev B.
20982ce97c9SMartin Mares	  - Removed some unnecessary strings
21082ce97c9SMartin Mares	    `PCI'. Unless it's an AGP card, it should be obvious that it's PCI.
21182ce97c9SMartin Mares	    `Ethernet card'. This should be determined from config space.
21282ce97c9SMartin Mares	  - Lots of other new vendors & devices
21382ce97c9SMartin Mares	  - Other additional small cleanups.
21482ce97c9SMartin Mares
2157bed2d83SMartin MaresMon Jun 21 22:11:10 1999  Martin Mares  <[email protected]>
2167bed2d83SMartin Mares
2177bed2d83SMartin Mares	* lib/names.c (pci_lookup_name): When device ID lookup
2187bed2d83SMartin Mares	fails, return hexadecimal device ID instead of vendor ID.
2197bed2d83SMartin Mares	Well spotted by Axel Bodemann <[email protected]>,
2207bed2d83SMartin Mares	I've just extended the fix to subsystem ID's.
2217bed2d83SMartin Mares
2225ba3a475SMartin MaresThu Jun 17 19:48:21 1999  Martin Mares  <[email protected]>
2235ba3a475SMartin Mares
2245ba3a475SMartin Mares	* lspci.c (show_agp): Bug fix from Petr Vandrovec
2255ba3a475SMartin Mares	<[email protected]>. The command register was displayed
2265ba3a475SMartin Mares	incorrectly.
2275ba3a475SMartin Mares
2285ba3a475SMartin MaresWed Jun  2 22:42:44 1999  Martin Mares  <[email protected]>
2295ba3a475SMartin Mares
2305ba3a475SMartin Mares	* lib/proc.c (SYS_pread, SYS_pwrite): Use hard-coded
2315ba3a475SMartin Mares	numbers if not supplied by the libc.
2325ba3a475SMartin Mares
23355c815b5SMartin MaresWed May 19 13:24:39 1999  Martin Mares  <[email protected]>
23455c815b5SMartin Mares
23555c815b5SMartin Mares	* Released the whole package as version 2.0.
23655c815b5SMartin Mares
23755c815b5SMartin MaresFri May 14 22:42:02 1999  Martin Mares  <[email protected]>
23855c815b5SMartin Mares
23955c815b5SMartin Mares	* pci.ids: Added several new ID's contributed by people
24055c815b5SMartin Mares	on the linux-pci list.
24155c815b5SMartin Mares
242dec16943SMartin MaresMon Apr 19 15:21:08 1999  Jakub Jelinek  <[email protected]>
243dec16943SMartin Mares
244dec16943SMartin Mares	* lspci.c: Display I/O addresses correctly on sparc64.
245dec16943SMartin Mares	* lib/header.h: Ditto.
246dec16943SMartin Mares
247dec16943SMartin Mares	* lib/configure: On sparc set HAVE_64BIT* as well, we want
248dec16943SMartin Mares	a binary which works on both 32bit and 64bit SPARCs.
249dec16943SMartin Mares
250e33c9c7aSMartin MaresSun Apr 18 21:14:58 1999  Martin Mares  <[email protected]>
251e33c9c7aSMartin Mares
252e33c9c7aSMartin Mares	* lspci.c, lib/proc.c: Alpha compilation fixes from Matthew Jacob
253e33c9c7aSMartin Mares	<[email protected]>.
254e33c9c7aSMartin Mares
255e33c9c7aSMartin Mares	* pci.ids: A lot of updates from Adam J. Richter <[email protected]>.
256e33c9c7aSMartin Mares
257f3395cc5SMartin MaresSun Feb 28 22:26:21 1999  Martin Mares  <[email protected]>
258f3395cc5SMartin Mares
259f3395cc5SMartin Mares	* lspci.c (do_map_bus): Don't dump functions 1--7 if not flagged
260f3395cc5SMartin Mares	as a multi-function device, because several single-function devices
261f3395cc5SMartin Mares	don't decode the function bits at all.
262f3395cc5SMartin Mares
263f3395cc5SMartin MaresSun Feb 14 23:48:22 1999  Martin Mares  <[email protected]>
264f3395cc5SMartin Mares
265f3395cc5SMartin Mares	* Makefile (install): Don't use "-o root -g root" for installation
266f3395cc5SMartin Mares	since it breaks on machines where programs are not installed by root.
267f3395cc5SMartin Mares	Reported by Richard Gooch <[email protected]>
268f3395cc5SMartin Mares
269f3395cc5SMartin MaresTue Feb  9 15:54:39 1999  Martin Mares  <[email protected]>
270f3395cc5SMartin Mares
271f3395cc5SMartin Mares	* lspci.c (show_bases): Use new address masking macros and pciaddr_t.
272f3395cc5SMartin Mares
273f3395cc5SMartin Mares	* lib/pci.h: Using pciaddr_t for bus addresses, which are 32-bit
274f3395cc5SMartin Mares	or 64-bit depending on CPU.
275f3395cc5SMartin Mares
276f3395cc5SMartin Mares	* lib/pci.h (PCI_ADDR_MEM_MASK): Added macros for address masks
277f3395cc5SMartin Mares	according to bus address width.
278f3395cc5SMartin Mares
2791c31d620SMartin MaresThu Jan 28 20:54:16 1999  Martin Mares  <[email protected]>
2801c31d620SMartin Mares
2811c31d620SMartin Mares	* Released as 1.99.4.
2821c31d620SMartin Mares
2831c31d620SMartin Mares	* lspci.c: Capability list parser now recognizes both AGP
2841c31d620SMartin Mares	registers and PCI Power Management registers (the latter
2851c31d620SMartin Mares	is mainly guesswork based on DEC/Intel 21153 bridge specs
2861c31d620SMartin Mares	since I don't have the PCI Power Management document).
2871c31d620SMartin Mares
2881c31d620SMartin Mares	* lspci.c: Replaced numerous occurences of (x & flag) ? '+' : '-'
2891c31d620SMartin Mares	by FLAG macro.
2901c31d620SMartin Mares
2911c31d620SMartin Mares	* lspci.c: Added bridge checks to bus mapping code.
2921c31d620SMartin Mares
2931812a795SMartin MaresWed Jan 27 14:59:16 1999  Martin Mares  <[email protected]>
2941812a795SMartin Mares
2951812a795SMartin Mares	* lspci.c: Implemented bus mapping mode (-M).
2961812a795SMartin Mares
2971812a795SMartin Mares	* lspci.c (scan_devices): Split to scan_devices() and scan_device().
2981812a795SMartin Mares	(show): Split to show() and show_device().
2991812a795SMartin Mares
3001812a795SMartin Mares	* lib/access.c (pci_init): When a->method == PCI_ACCESS_AUTO,
3011812a795SMartin Mares	set it to the real access method afterwards.
3021812a795SMartin Mares
3031812a795SMartin MaresMon Jan 25 23:46:13 1999  Martin Mares  <[email protected]>
3041812a795SMartin Mares
3051812a795SMartin Mares	* lib/generic.c (pci_generic_fill_info): If in buscentric mode,
3061812a795SMartin Mares	don't check PCI_COMMAND for I/O and memory enables.
3071812a795SMartin Mares
308f6c86928SMartin MaresMon Jan 25 21:28:49 1999  Martin Mares  <[email protected]>
309f6c86928SMartin Mares
310f6c86928SMartin Mares	* Makefile: Added target `release' which substitutes new version
311f6c86928SMartin Mares	number to .spec, .lsm and README. Also rewrote target `dist'.
312f6c86928SMartin Mares
313f6c86928SMartin Mares	* Released as 1.99.3.
314f6c86928SMartin Mares
315b5137411SMartin MaresSun Jan 24 22:10:36 1999  Martin Mares  <[email protected]>
316b5137411SMartin Mares
317d6b297d0SMartin Mares	* lib/header.h: Until kernel adopts new layout of PCI
318d6b297d0SMartin Mares	includes (i.e., separate declaration of header structure,
319d6b297d0SMartin Mares	functions and device IDs), which is not going to happen
320d6b297d0SMartin Mares	before 2.3, we'll use our own definiton of the header.
321d6b297d0SMartin Mares
322b5137411SMartin Mares	* lspci.c (show_verbose): Display `Cap' flag in device status.
323b5137411SMartin Mares
324b5137411SMartin Mares	* lspci.c (show_htype0): Display capability lists whereever
325b5137411SMartin Mares	available. The only capability name we recognize now is `AGP'.
326b5137411SMartin Mares	Unfortunately, capabilities are stored in device-dependent
327b5137411SMartin Mares	portion of the configuration space and are thus available
328b5137411SMartin Mares	only to root unless you read a dump.
329b5137411SMartin Mares
330b5137411SMartin Mares	* lspci.c (scan_devices): Use cache instead of buffering.
331b5137411SMartin Mares
332b5137411SMartin Mares	* lib/buffer.c: Removed (obsoleted by the cache).
333b5137411SMartin Mares
334b5137411SMartin Mares	* lib/access.c: Added general caching mechanism.
335b5137411SMartin Mares
33681ce358dSMartin MaresSat Jan 23 21:30:54 1999  Martin Mares  <[email protected]>
33781ce358dSMartin Mares
33881ce358dSMartin Mares	* pci.ids: Added few devices.
33981ce358dSMartin Mares
340727ce158SMartin MaresFri Jan 22 19:29:31 1999  Martin Mares  <[email protected]>
341727ce158SMartin Mares
342727ce158SMartin Mares	* Version string is now defined in top-level Makefile, exported
343727ce158SMartin Mares	to the configure script and also substituted to man pages.
344727ce158SMartin Mares
345727ce158SMartin Mares	* lspci.c (show_bases): Rewrote displaying of 64-bit addresses.
346727ce158SMartin Mares	(show_verbose): Rewrote interrupt display logic.
347727ce158SMartin Mares
348727ce158SMartin Mares	* lib/i386-ports.c: Include sys/io.h only on glibc systems.
349727ce158SMartin Mares
350727ce158SMartin Mares	* lib/configure: Rewrote detection of Linux versions. Now it
351727ce158SMartin Mares	works on 2.0 kernels (only with direct/dump access, of course).
352727ce158SMartin Mares
353727ce158SMartin Mares	* lib/internal.h: New bytesex macros using <asm/byteorder.h>
354727ce158SMartin Mares	whenever available.
355727ce158SMartin Mares
356727ce158SMartin Mares	* lib/proc.c (proc_read, proc_write): Distinguish between short
357727ce158SMartin Mares	read/write and real errors.
358727ce158SMartin Mares
359727ce158SMartin Mares	* lspci.c (show_htype{0,1}): Always use d->dev->rom_base_addr since
360727ce158SMartin Mares	libpci respects buscentric mode automatically.
361727ce158SMartin Mares
362727ce158SMartin Mares	* lspci.c (show_hex_dump): For CardBus bridges, print out 128
363727ce158SMartin Mares	bytes of header (the whole standard part).
364727ce158SMartin Mares
365727ce158SMartin Mares	* common.c: pcilib options are now all uppercase. Also moved
366727ce158SMartin Mares	PCI access debugging option here.
367727ce158SMartin Mares
368727ce158SMartin Mares	* Released as 1.99.2.
369727ce158SMartin Mares
370727ce158SMartin MaresWed Jan 20 22:50:35 1999  Martin Mares  <[email protected]>
371727ce158SMartin Mares
372727ce158SMartin Mares	* Wrote configure script and rewrote Makefiles.
373727ce158SMartin Mares
374727ce158SMartin Mares	* Removed few unused variables.
375727ce158SMartin Mares
376727ce158SMartin MaresWed Jan 20 12:21:56 1999  Martin Mares  <[email protected]>
377727ce158SMartin Mares
378727ce158SMartin Mares	* common.c: Moved several functions used in both setpci and lspci
379727ce158SMartin Mares	here. This includes parsing of libpci-related options.
380727ce158SMartin Mares
381727ce158SMartin Mares	* More library tweaks.
382727ce158SMartin Mares
383727ce158SMartin Mares	* filter.c, names.c: Moved to library.
384727ce158SMartin Mares
385727ce158SMartin Mares	* setpci: Rewritten to use the library.
386727ce158SMartin Mares
387727ce158SMartin Mares	* Released as 1.99.1.
388727ce158SMartin Mares
389727ce158SMartin MaresTue Jan 19 23:00:12 1999  Martin Mares  <[email protected]>
390727ce158SMartin Mares
391727ce158SMartin Mares	* lspci.c (scan_devices): For cardbus bridges, read first 128
392727ce158SMartin Mares	bytes of config space to get full standard header.
393727ce158SMartin Mares
394727ce158SMartin Mares	* Makefile (CFLAGS): Removed "-Wno-unused".
395727ce158SMartin Mares
396727ce158SMartin Mares	* Started the "New Generation" branch and introduced the
397727ce158SMartin Mares	PCI library.
398727ce158SMartin Mares
399727ce158SMartin Mares	* lspci: Rewritten to use the library.
400727ce158SMartin Mares
4016ece6bc6SMartin MaresTue Jan 19 22:24:08 1999  Martin Mares  <[email protected]>
4026ece6bc6SMartin Mares
4036ece6bc6SMartin Mares	* Released as version 1.10.
4046ece6bc6SMartin Mares
4056ece6bc6SMartin MaresMon Jan 18 08:51:17 1999  Martin Mares  <[email protected]>
4066ece6bc6SMartin Mares
4076ece6bc6SMartin Mares	* lspci.8, setpci.8: Miscellaneous fixes as suggested by
4086ece6bc6SMartin Mares	Dag Wieers <[email protected]>.
4096ece6bc6SMartin Mares
4101212dd6dSMartin MaresSun Nov 29 20:05:56 1998  Martin Mares  <[email protected]>
4111212dd6dSMartin Mares
4121212dd6dSMartin Mares	* pciutils.spec (Name): Update from Krzysztof G. Baranowski.
4131212dd6dSMartin Mares
414d38471fdSMartin MaresSun Nov 22 10:49:56 1998  Martin Mares  <[email protected]>
415d38471fdSMartin Mares
416d38471fdSMartin Mares	* Makefile, pciutils.h: Moved pci.ids to /usr/share.
417d38471fdSMartin Mares
418d38471fdSMartin Mares	* Released as version 1.09.
419d38471fdSMartin Mares
420371f605bSMartin MaresWed Nov 18 15:47:05 1998  Martin Mares  <[email protected]>
421371f605bSMartin Mares
422371f605bSMartin Mares	* lspci.c (show_htype1): Fixed displaying of prefetchable memory behind
423371f605bSMartin Mares	bridge. Thanks to Petr Vandrovec <[email protected]> for bug report.
424371f605bSMartin Mares
42510be47abSMartin MaresFri Oct 23 18:59:19 1998  Martin Mares  <[email protected]>
42610be47abSMartin Mares
42710be47abSMartin Mares	* setpci.c: Don't include <syscall-list.h> with glibc >= 2.1.
42810be47abSMartin Mares
429472bd340SMartin MaresMon Oct 19 21:53:30 1998  Martin Mares  <[email protected]>
430472bd340SMartin Mares
431472bd340SMartin Mares	* Released as version 1.08.
432472bd340SMartin Mares
433472bd340SMartin Mares	* setpci.c: glibc 2.1.x already defines pread() and pwrite().
434472bd340SMartin Mares
435472bd340SMartin Mares	* lspci.8: Changed warning about lspci -xxx.
436472bd340SMartin Mares
437472bd340SMartin Mares	* lspci.c: Require "-xxx" for full configuration space dump, so that
438472bd340SMartin Mares	it's impossible to crash the machine by single typo.
439472bd340SMartin Mares
440472bd340SMartin Mares	* specs: Added (courtesy of Krzysztof G. Baranowski <[email protected]>).
441472bd340SMartin Mares
442072c77e5SMartin MaresWed Sep  9 12:03:24 1998  Martin Mares  <[email protected]>
443072c77e5SMartin Mares
444072c77e5SMartin Mares	* lspci.c (show_bases): Better displaying of unassigned and
445072c77e5SMartin Mares	disabled bases. Thanks to Gabriel Paubert <[email protected]>
446072c77e5SMartin Mares	for an idea.
447072c77e5SMartin Mares
448b7554856SMartin MaresWed Sep  2 10:58:01 1998  Martin Mares  <[email protected]>
449b7554856SMartin Mares
450b7554856SMartin Mares	* setpci.c (pread): Recognize glibc 1.99 numbered as 2.0 on the PPC.
451b7554856SMartin Mares	(thanks to Geert Uytterhoeven for finding this out)
452b7554856SMartin Mares
453ce503b7fSMartin MaresFri Jul 17 10:43:30 1998  Martin Mares  <[email protected]>
454ce503b7fSMartin Mares
455ce503b7fSMartin Mares	* lspci.c (show_verbose): Print subsystem ID using the new resolver.
456ce503b7fSMartin Mares	(show_machine): Print subsystem ID.
457ce503b7fSMartin Mares
458ce503b7fSMartin Mares	* names.c: New name resolution engine supporting subsystem IDs.
459ce503b7fSMartin Mares
460ce503b7fSMartin Mares	* Released as version 1.07.
461ce503b7fSMartin Mares
46296e4f295SMartin MaresWed Jul 15 15:37:21 1998  Martin Mares  <[email protected]>
46396e4f295SMartin Mares
46496e4f295SMartin Mares	* lspci.c (show_htype2 etc.): Displaying of CardBus headers.
46596e4f295SMartin Mares	(show_bases): Honor the `cnt' argument.
46696e4f295SMartin Mares	(grow_tree): Parse CardBus headers in tree mode as well.
46796e4f295SMartin Mares
46896e4f295SMartin Mares	* pci.h: Updated CardBus header field description. I still don't
46996e4f295SMartin Mares	have the CardBus standard available, but OZ6832 specs contain
47096e4f295SMartin Mares	full description of all header fields supported by the chip.
47196e4f295SMartin Mares
4726ae3650aSMartin MaresTue Jun  9 22:53:59 1998  Martin Mares  <[email protected]>
4736ae3650aSMartin Mares
474304f9a0bSMartin Mares	* Released as 1.06.
475304f9a0bSMartin Mares
4766ae3650aSMartin Mares	* names.c (parse_name_list): Killed an unused variable.
4776ae3650aSMartin Mares
4786ae3650aSMartin Mares	* setpci.c (pread, pwrite): Define SYS_(pread|pwrite) as __NR_\1
4796ae3650aSMartin Mares	if they are not defined by glibc (needed for glibc built on older
4806ae3650aSMartin Mares	kernels). Ugly.
4816ae3650aSMartin Mares
4826ae3650aSMartin Mares	* setpci.c (exec_op): Fixed error messages. Thanks, Steve!
4836ae3650aSMartin Mares
4844b88a6b8SMartin MaresMon Jun  8 10:59:22 1998  Martin Mares  <[email protected]>
4854b88a6b8SMartin Mares
4864b88a6b8SMartin Mares	* Released as 1.05.
4874b88a6b8SMartin Mares
4884b88a6b8SMartin Mares	* setpci.c: Problems with pread()/pwrite() with glibc on Alpha
4894b88a6b8SMartin Mares	should be gone. Again thanks to Steve for bug report.
4904b88a6b8SMartin Mares
4914b88a6b8SMartin Mares	* filter.c (filter_parse_slot): Fixed ":x" type filters.
4924b88a6b8SMartin Mares
4934b88a6b8SMartin Mares	* pci.ids: Killed duplicate entry. Thanks to Stephen Williams
4944b88a6b8SMartin Mares	<[email protected]> for reporting this.
4954b88a6b8SMartin Mares
4964b88a6b8SMartin MaresSun Jun  7 19:27:51 1998  Martin Mares  <[email protected]>
4974b88a6b8SMartin Mares
4984b88a6b8SMartin Mares	* lspci.c (main), setpci.c (main): Implemented "--version".
4994b88a6b8SMartin Mares
5004b88a6b8SMartin Mares	* Released as 1.04.
5014b88a6b8SMartin Mares
5024b88a6b8SMartin Mares	* pciutils.h (PCIUTILS_VERSION): Added version string.
5034b88a6b8SMartin Mares
5044b88a6b8SMartin Mares	* filter.c, names.c: Extraneous #include <linux/pci.h> removed.
5054b88a6b8SMartin Mares	Thanks to Geert Uytterhoeven <[email protected]>
5064b88a6b8SMartin Mares	for bug report.
5074b88a6b8SMartin Mares
5089b306998SMartin MaresThu May 28 14:45:58 1998  Martin Mares  <[email protected]>
5099b306998SMartin Mares
5109b306998SMartin Mares	* pci.ids: More updates from Jens Maurer.
5119b306998SMartin Mares
512b372672fSMartin MaresWed Apr 22 10:00:39 1998  Martin Mares  <[email protected]>
513b372672fSMartin Mares
514b372672fSMartin Mares	* pci.ids: Updates from Jens Maurer.
515b372672fSMartin Mares
516b2c9b373SMartin MaresSun Apr 19 11:14:25 1998  Martin Mares  <[email protected]>
517b2c9b373SMartin Mares
518b372672fSMartin Mares	* Released as 1.03.
519b372672fSMartin Mares
520b2c9b373SMartin Mares	* setpci.8: Written.
521b2c9b373SMartin Mares
522b2c9b373SMartin Mares	* setpci.c: Finished.
523b2c9b373SMartin Mares
524b2c9b373SMartin Mares	* lspci.c: Now able to fetch expansion ROM base from kernel device list
525b2c9b373SMartin Mares	and print it if not in buscentric mode.
526b2c9b373SMartin Mares
527e4842ff3SMartin MaresTue Mar 31 23:11:57 1998  Martin Mares  <[email protected]>
528e4842ff3SMartin Mares
529e4842ff3SMartin Mares	* setpci.c: Added.
530e4842ff3SMartin Mares
531e4842ff3SMartin MaresSun Mar 22 15:39:08 1998  Martin Mares  <[email protected]>
532e4842ff3SMartin Mares
533e4842ff3SMartin Mares	* lspci.8: Updated the documentation.
534e4842ff3SMartin Mares
535e4842ff3SMartin Mares	* lspci.c: Modified to use the new filtering mechanism (options -f and -d).
536e4842ff3SMartin Mares
537e4842ff3SMartin Mares	* filter.c: Introduced new generic device filter.
538e4842ff3SMartin Mares
539008407bdSMartin MaresThu Mar 19 17:03:48 1998  Martin Mares  <[email protected]>
540008407bdSMartin Mares
541008407bdSMartin Mares	* lspci.c (grow_tree, show_tree_dev, print_it): Fixed displaying
542008407bdSMartin Mares	of PCI-to-PCI bridges in the tree format.
543008407bdSMartin Mares
5440a33d0ecSMartin MaresSun Feb 15 10:12:25 1998  Martin Mares  <[email protected]>
5450a33d0ecSMartin Mares
5460a33d0ecSMartin Mares	* lspci.c (show_machine): Added non-verbose mode of machine-readable
5470a33d0ecSMartin Mares	dump.
5480a33d0ecSMartin Mares
5490a33d0ecSMartin Mares	* pci.ids: Updates from Jens Maurer.
5500a33d0ecSMartin Mares
5510a33d0ecSMartin Mares	* Released as version 1.02.
5520a33d0ecSMartin Mares
5530a33d0ecSMartin MaresThu Feb 12 16:53:28 1998  Martin Mares  <[email protected]>
5540a33d0ecSMartin Mares
5550a33d0ecSMartin Mares	* lspci.c: Added a "-m" switch for dumping machine-readable
5560a33d0ecSMartin Mares	configuration data (requested by Bjoern Kriews <[email protected]>).
5570a33d0ecSMartin Mares
558fb38eee8SMartin MaresMon Feb  9 13:17:43 1998  Martin Mares  <[email protected]>
559fb38eee8SMartin Mares
560fb38eee8SMartin Mares	* Makefile, pciutils.h: Include local pci.h instead of <linux/pci.h>
561fb38eee8SMartin Mares	if available. This should avoid all problems with official kernel
562fb38eee8SMartin Mares	not synchronized to newer PCI code in CVS -- standard distribution
563fb38eee8SMartin Mares	of pciutils now contains pci.h from current CVS kernel, pciutils
564fb38eee8SMartin Mares	in CVS contain no pci.h and use the correct kernel include.
565fb38eee8SMartin Mares
566fb38eee8SMartin Mares	* Makefile: Fixed installation path for man pages.
567fb38eee8SMartin Mares
5682f48f637SMartin MaresSat Feb  7 15:15:46 1998  Martin Mares  <[email protected]>
5692f48f637SMartin Mares
5702f48f637SMartin Mares	* README: Updated.
5712f48f637SMartin Mares
5722f48f637SMartin Mares	* lspci.8: Created a man page.
5732f48f637SMartin Mares
5742f48f637SMartin Mares	* Releasing as version 1.0.
5752f48f637SMartin Mares
5762f48f637SMartin MaresTue Feb  3 20:56:00 1998  Martin Mares  <[email protected]>
5772f48f637SMartin Mares
5782f48f637SMartin Mares	* Makefile: Recognize architecture by calling uname and pass it as ARCH_xxx
5792f48f637SMartin Mares	to all the C sources. This should eliminate problems with 32-bit compilers
5802f48f637SMartin Mares	on sparc64.
5812f48f637SMartin Mares
5822f48f637SMartin Mares	* lspci.c (show_verbose): Recognize CardBus bridge header type.
5832f48f637SMartin Mares	(show_htype2): Stub routine.
5842f48f637SMartin Mares	(scan_config): Write sensible error message if the kernel denies reading of
5852f48f637SMartin Mares	upper part of the PCI config space.
5862f48f637SMartin Mares
587