]> mj.ucw.cz Git - pciutils.git/log
pciutils.git
18 years agoReleased as 2.1.99-test4.
Martin Mares [Fri, 28 May 2004 11:53:35 +0000 (11:53 +0000)]
Released as 2.1.99-test4.

git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-43

18 years agoAllow header type 1 for any bridge.
Martin Mares [Fri, 28 May 2004 11:48:34 +0000 (11:48 +0000)]
Allow header type 1 for any bridge.

git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-42

18 years agoBug fixes to format_agp_rate().
Martin Mares [Fri, 28 May 2004 11:46:02 +0000 (11:46 +0000)]
Bug fixes to format_agp_rate().

git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-41

18 years agoHyperTransport capability support
Martin Mares [Fri, 28 May 2004 11:38:29 +0000 (11:38 +0000)]
HyperTransport capability support

git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-40

18 years agoFix to the previous patch.
Martin Mares [Fri, 28 May 2004 10:46:59 +0000 (10:46 +0000)]
Fix to the previous patch.

git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-39

18 years agoDecode all bits in type 1 headers
Martin Mares [Fri, 28 May 2004 10:45:38 +0000 (10:45 +0000)]
Decode all bits in type 1 headers

lspci.c: Decode all bits of the secondary status word in type 1 headers.
Thanks to Maciej W. Rozycki <macro@ds2.pg.gda.pl> for the patch.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-38

18 years agoFixed release scripts
Martin Mares [Sat, 27 Dec 2003 22:32:09 +0000 (22:32 +0000)]
Fixed release scripts

git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-37

18 years agoReleased 2.1.99-test3
Martin Mares [Sat, 27 Dec 2003 22:23:44 +0000 (22:23 +0000)]
Released 2.1.99-test3

git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-36

18 years agoSupport for PCI domains finished
Martin Mares [Sat, 27 Dec 2003 22:16:56 +0000 (22:16 +0000)]
Support for PCI domains finished

git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-35

18 years agoPreliminary support for PCI domains
Martin Mares [Sat, 27 Dec 2003 21:33:12 +0000 (21:33 +0000)]
Preliminary support for PCI domains

git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-34

18 years agoAdded sysfs support
Martin Mares [Sat, 27 Dec 2003 19:42:38 +0000 (19:42 +0000)]
Added sysfs support

* lib/pci.h (PCIADDR_PORT_FMT): Use %llx instead of %Lx, because the latter
is not supported by all C libraries.

* Makefile: Always enter the lib directory (remember that we don't have
full dependecies for the library in the top-level Makefile; hmmm, another
thing to rewrite some day).

* lib/sysfs.c: Added Linux sysfs access method based on the patch
written by Matthew Wilcox <willy@fc.hp.com>.

* lib/proc.c: Renamed the access method name from "/proc/bus/pci" to "Linux-proc".

* lib/pread.h: The hacks to support pread on various versions
of Linux libc moved there.

* lib/proc.c (proc_setup): The return value of snprintf() varies
between glibc versions, so we need to check both for a negative
values and for too large values.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-33

18 years agoRemoved "Linux" from the package name
Martin Mares [Sat, 27 Dec 2003 13:41:32 +0000 (13:41 +0000)]
Removed "Linux" from the package name

git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-32

18 years agoSome more fixes to the release scripts
Martin Mares [Sat, 27 Dec 2003 13:35:03 +0000 (13:35 +0000)]
Some more fixes to the release scripts

git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-31

18 years agoThere is always one more bug
Martin Mares [Sat, 27 Dec 2003 13:29:27 +0000 (13:29 +0000)]
There is always one more bug

release: "@" must be escaped in Perl strings.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-30

18 years agoNew release system
Martin Mares [Sat, 27 Dec 2003 13:28:42 +0000 (13:28 +0000)]
New release system

Integrated a new system for making release.
Really applied the fbsd-device patch this time.
Released as 2.1.99-test2.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-29

18 years agoUploading of alpha versions
Martin Mares [Sat, 27 Dec 2003 01:00:50 +0000 (01:00 +0000)]
Uploading of alpha versions

git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-28

18 years agoSome more 2.1.99-test1 stuff
Martin Mares [Sat, 27 Dec 2003 00:53:31 +0000 (00:53 +0000)]
Some more 2.1.99-test1 stuff

git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-27

18 years ago2.1.99-test1 released
Martin Mares [Sat, 27 Dec 2003 00:48:57 +0000 (00:48 +0000)]
2.1.99-test1 released

git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-26

18 years agoRemove ghosts of syscall access method
Martin Mares [Sat, 27 Dec 2003 00:40:21 +0000 (00:40 +0000)]
Remove ghosts of syscall access method

* pciutils.h, common.c, lspci.man, setpci.man, lib/internal.h:
Remove shadows of the syscall access method which was never
implemented.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-25

18 years agoupdate-pciids should preserve permissions
Martin Mares [Sat, 27 Dec 2003 00:33:56 +0000 (00:33 +0000)]
update-pciids should preserve permissions

* update-pciids.sh: Try to preserve permissions of the old file
if chmod supports --reference. Should close Debian Bug #223740.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-24

18 years agoRedhat and Mandrake fixes
Martin Mares [Sat, 27 Dec 2003 00:23:03 +0000 (00:23 +0000)]
Redhat and Mandrake fixes

* lib/proc.c (proc_setup): Increased path name length limit to 1024.
Thanks for Redhat and Mandrake for inspiration.

* lib/configure: Recognize ppc and ppc64, both have 64-bit addresses.
Grabbed from Redhat (Fedora) patches.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-23

18 years agoMerged bug fixes from Debian patches
Martin Mares [Fri, 26 Dec 2003 23:56:29 +0000 (23:56 +0000)]
Merged bug fixes from Debian patches

* lspci.c (show_verbose): "Cache Line Size" should be capitalized.
* lspci.c (show_pcix_nobridge): Added a missing newline.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-22

18 years agoCorrected masking of hdr_type
Martin Mares [Fri, 26 Dec 2003 23:53:07 +0000 (23:53 +0000)]
Corrected masking of hdr_type

* lib/proc.c (proc_scan): When reading the header type, don't
forget to clear the topmost bit indicating that the device has
multiple functions. Grabbed from Debian patches.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-21

18 years agoUpdated the FreeBSD port
Martin Mares [Fri, 26 Dec 2003 23:30:47 +0000 (23:30 +0000)]
Updated the FreeBSD port

Updated the FreeBSD port. Thanks to Samy Al Bahra <samy@kerneled.com>
for the patches:

* lib/Makefile: Add ${FREEBSD_SYS} to the include path if it's defined.
* lib/fbsd-device.c: Select the right set of system includes according
to __FreeBSD_version.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-20

18 years agoAdd missing files
Martin Mares [Fri, 26 Dec 2003 23:13:43 +0000 (23:13 +0000)]
Add missing files

Forgot to add the newly created header files.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-19

18 years agoAdded support for SunOS/i386
Martin Mares [Fri, 26 Dec 2003 23:13:13 +0000 (23:13 +0000)]
Added support for SunOS/i386

Merged support for Solaris on i386 by Bill Moore <billm@eng.sun.com>
and cleaned up:

* lib/configure: Recognize SunOS.
* lib/internal.h: Learn how to recognize byte order on SunOS.
* lib/i386-ports.c: Split OS-dependent I/O port access from i386-ports.c.
* lib/i386-io-linux.h: Linux specific part.
* lib/i386-io-hurd.h: GNU/Hurd specific part.
* lib/i386-io-sunos.h: SunOS specific part.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-18

18 years agoClean up types
Martin Mares [Fri, 26 Dec 2003 22:52:21 +0000 (22:52 +0000)]
Clean up types

* lib/header.h (PCI_*_MASK): Cast to pciaddr_t explicitly.

* lib/pci.h: Types declared in <sys/types.h> should be usable on all
platforms we currently support, so kill the forest of #ifdef's and
use them in all cases.

* lib/pci.h: Use ULONG_MASK to decide whether we should use long
or long long to represent a 64-bit address. Killed HAVE_LONG_ADDRESS.
Define format strings for addresses, port numbers and IRQ numbers
directly in pci.h.

* lib/proc.c (proc_scan): Use PCIADDR_T_FMT for scanf'ing addresses.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-17

18 years agoAdded support for GNU Hurd
Martin Mares [Fri, 26 Dec 2003 22:07:54 +0000 (22:07 +0000)]
Added support for GNU Hurd

2003-12-26  Marco Gerards  <metgerards@student.han.nl>

        Added support for the GNU Hurd (cleaned up by Martin Mares):

        * lib/configure [GNU]: Use the i386 ports for configuration access.
        * lib/i386-ports.c: Don't call iopl() on the Hurd.
        * lib/pci.h [OS_GNU]: Include <sys/types.h> and use it for defining
        u8 to u32.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-16

18 years agoFixed calls to config_fetch()
Martin Mares [Fri, 26 Dec 2003 21:57:34 +0000 (21:57 +0000)]
Fixed calls to config_fetch()

* lspci.c (show_pcix_bridge, show_pcix_nobridge): Don't forget to call
config_fetch() to ensure that the registers have been read. Thanks to
Bill Wood <bill.wood@hp.com> for the patch.

* lspci.c: Ensure that failure of config_fetch() is handled correctly
at all places.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-15

18 years agoFixed @SHAREDIR@
Martin Mares [Fri, 26 Dec 2003 21:46:26 +0000 (21:46 +0000)]
Fixed @SHAREDIR@

lspci.man: There was one more explicit reference to /usr/share/pci.ids.
Changed to @SHAREDIR@. Patch from Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-14

18 years agoMore -D fixes.
Martin Mares [Fri, 26 Dec 2003 21:43:16 +0000 (21:43 +0000)]
More -D fixes.

git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-13

18 years agosetpci: -D should not disable reading
Martin Mares [Fri, 26 Dec 2003 21:41:11 +0000 (21:41 +0000)]
setpci: -D should not disable reading

setpci.c (ex_op): The demo mode was never documented to disable reads,
only writes, so conform with the definition.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-12

18 years agoBetter error messages
Martin Mares [Fri, 26 Dec 2003 21:39:23 +0000 (21:39 +0000)]
Better error messages

setpci now emits better error messages.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-11

18 years agoIntroduced NONRET macro
Martin Mares [Fri, 26 Dec 2003 21:30:06 +0000 (21:30 +0000)]
Introduced NONRET macro

pciutils.h, common.c, setpci.c: Introduced a NONRET macro encapsulating
the GCC specific __attribute__((noreturn)) and killed the hack with
redefining __attribute__ on non-GCC compilers.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-10

18 years agoSupport masking in setpci
Martin Mares [Fri, 26 Dec 2003 21:24:27 +0000 (21:24 +0000)]
Support masking in setpci

setpci.c: Individual bits to be set can be specified as <value>:<mask>.
Contributed by Thayne Harbaugh <tharbaugh@lnxi.com> and cleaned up
by me.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-9

18 years agoFixed parallel builds
Martin Mares [Fri, 26 Dec 2003 20:19:17 +0000 (20:19 +0000)]
Fixed parallel builds

Makefile: Added missing dependencies. Parallel builds work now.
Problem reported by Andreas Haumer <andreas@xss.co.at>, but I chose
a different fix.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-8

18 years agoUse := instead of =
Martin Mares [Fri, 26 Dec 2003 20:13:26 +0000 (20:13 +0000)]
Use := instead of =

Makefile (MANDIR): Use `:=' instead of `=' to avoid executing the shell
command every time $(MANDIR) is referenced.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-7

18 years agoIncorrect error message fixed.
Martin Mares [Fri, 26 Dec 2003 20:09:21 +0000 (20:09 +0000)]
Incorrect error message fixed.

lspci.c (main): The error message for `lspci -s' incorrectly mentioned
a `-f' switch. Reported by Steve Finney <Steve.Finney@SpirentCom.COM>.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-6

18 years agoRemoved memory leak in pci_generic_bus_scan().
Martin Mares [Fri, 26 Dec 2003 20:07:46 +0000 (20:07 +0000)]
Removed memory leak in pci_generic_bus_scan().

lib/generic.c: Removed memory leak in pci_generic_bus_scan().
Reported by Gary Parnes <gary_parnes@terago.com>.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-5

18 years agoFixed UNUSED
Martin Mares [Fri, 26 Dec 2003 20:04:29 +0000 (20:04 +0000)]
Fixed UNUSED

Replaced obsolete syntax of __attribute__((unused)) in the middle of
parameter declarations (which is no longer supported by GCC 3.1) by the
current syntax (attribute at the end). Thanks to pixel@mandrakesoft.com
for reporting this problem.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-4

18 years agoRemoved $Id$
Martin Mares [Fri, 26 Dec 2003 19:56:08 +0000 (19:56 +0000)]
Removed $Id$

Removed CVS $Id$ tags from all files.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-3

18 years agoAdded more warnings
Martin Mares [Fri, 26 Dec 2003 19:52:42 +0000 (19:52 +0000)]
Added more warnings

Switched to pre-release mode and added some more warnings.
git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-2

18 years agoAdded a note on Arch import.
Martin Mares [Sat, 29 Nov 2003 22:39:07 +0000 (22:39 +0000)]
Added a note on Arch import.

git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-1

18 years agoGluing CVS and TLA history: A bug fix which wasn't tracked.
Martin Mares [Fri, 5 May 2006 12:17:49 +0000 (14:17 +0200)]
Gluing CVS and TLA history: A bug fix which wasn't tracked.

18 years agoGluing CVS history with TLA history: Re-added the pci.ids file.
Martin Mares [Fri, 5 May 2006 12:16:52 +0000 (14:16 +0200)]
Gluing CVS history with TLA history: Re-added the pci.ids file.

18 years agopciids, not ids.
Martin Mares [Sat, 4 Jan 2003 12:53:01 +0000 (12:53 +0000)]
pciids, not ids.

18 years agoReflect reality.
Martin Mares [Sat, 4 Jan 2003 12:52:35 +0000 (12:52 +0000)]
Reflect reality.

18 years agoFix paths.
Martin Mares [Sat, 4 Jan 2003 12:49:06 +0000 (12:49 +0000)]
Fix paths.

18 years agoupdate-pciids shouldn't be stripped.
Martin Mares [Sat, 4 Jan 2003 12:46:45 +0000 (12:46 +0000)]
update-pciids shouldn't be stripped.

18 years agoClean up old pci.ids files.
Martin Mares [Sat, 4 Jan 2003 12:43:59 +0000 (12:43 +0000)]
Clean up old pci.ids files.

18 years agoNew config system.
Martin Mares [Sat, 4 Jan 2003 12:43:31 +0000 (12:43 +0000)]
New config system.

18 years agoAdded update-pciids.
Martin Mares [Sat, 4 Jan 2003 12:27:51 +0000 (12:27 +0000)]
Added update-pciids.

18 years agoTypos...
Martin Mares [Sat, 4 Jan 2003 12:26:21 +0000 (12:26 +0000)]
Typos...

18 years agoReleasing 2.1.11.
Martin Mares [Sat, 4 Jan 2003 11:33:25 +0000 (11:33 +0000)]
Releasing 2.1.11.

18 years agoA few corrections.
Martin Mares [Sat, 4 Jan 2003 11:16:32 +0000 (11:16 +0000)]
A few corrections.

18 years agoFixed update-ids.
Martin Mares [Sat, 4 Jan 2003 11:16:25 +0000 (11:16 +0000)]
Fixed update-ids.

18 years agoRemoved syscall.
Martin Mares [Sat, 4 Jan 2003 11:04:39 +0000 (11:04 +0000)]
Removed syscall.

18 years agoIt's 2003 now.
Martin Mares [Sat, 4 Jan 2003 10:48:54 +0000 (10:48 +0000)]
It's 2003 now.

18 years agoRemoved linux kernel version comments.
Martin Mares [Thu, 2 Jan 2003 11:18:59 +0000 (11:18 +0000)]
Removed linux kernel version comments.

18 years agoAdded a comment about NetBSD.
Martin Mares [Thu, 2 Jan 2003 10:19:00 +0000 (10:19 +0000)]
Added a comment about NetBSD.

18 years agoTesting on real NetBSD revealed a couple of stupid typos.
Martin Mares [Fri, 27 Dec 2002 23:50:33 +0000 (23:50 +0000)]
Testing on real NetBSD revealed a couple of stupid typos.

18 years agoRemoved another relic of using kernel includes.
Martin Mares [Fri, 27 Dec 2002 20:00:14 +0000 (20:00 +0000)]
Removed another relic of using kernel includes.

18 years agoCleaned up NetBSD access functions.
Martin Mares [Fri, 27 Dec 2002 19:59:26 +0000 (19:59 +0000)]
Cleaned up NetBSD access functions.

18 years agoUse PCILIB.
Martin Mares [Fri, 27 Dec 2002 19:02:20 +0000 (19:02 +0000)]
Use PCILIB.

18 years ago(pci_generic_scan_bus): Added work-around for devices with
Martin Mares [Fri, 27 Dec 2002 19:01:51 +0000 (19:01 +0000)]
(pci_generic_scan_bus): Added work-around for devices with
discontiguous numbering of functions. This is already present in the Linux
kernel for several years, but I forgot to update pciutils as well.

18 years agoAdd basic support for AGP3 fields.
Martin Mares [Thu, 26 Dec 2002 20:24:50 +0000 (20:24 +0000)]
Add basic support for AGP3 fields.

18 years agoHAVE_OWN_HEADER_H is gone.
Martin Mares [Thu, 26 Dec 2002 20:24:32 +0000 (20:24 +0000)]
HAVE_OWN_HEADER_H is gone.

18 years agoDon't forget to initialize hdrtype.
Martin Mares [Thu, 26 Dec 2002 20:24:08 +0000 (20:24 +0000)]
Don't forget to initialize hdrtype.

18 years agoInitial NetBSD support.
Martin Mares [Thu, 26 Dec 2002 19:28:33 +0000 (19:28 +0000)]
Initial NetBSD support.

18 years agolspci: mention "-xxx" option in the help.
Martin Mares [Sat, 6 Apr 2002 12:08:26 +0000 (12:08 +0000)]
lspci: mention "-xxx" option in the help.

18 years agoReleased as pciutils-2.1.10.
Martin Mares [Sat, 30 Mar 2002 15:42:16 +0000 (15:42 +0000)]
Released as pciutils-2.1.10.

18 years agoChanged all my email addresses to mj@ucw.cz.
Martin Mares [Sat, 30 Mar 2002 15:39:24 +0000 (15:39 +0000)]
Changed all my email addresses to mj@ucw.cz.

18 years agoA maintainer's utility for uploading tarballs of new versions.
Martin Mares [Sat, 30 Mar 2002 15:37:02 +0000 (15:37 +0000)]
A maintainer's utility for uploading tarballs of new versions.

18 years agoRemoved pci.ids from the CVS as they are now maintained separately.
Martin Mares [Sat, 30 Mar 2002 15:34:22 +0000 (15:34 +0000)]
Removed pci.ids from the CVS as they are now maintained separately.

Updated Makefile and README accordingly.

18 years agoEnd-of-line comments are no longer supported. Hashes are now perfectly valid in
Martin Mares [Sat, 30 Mar 2002 15:13:06 +0000 (15:13 +0000)]
End-of-line comments are no longer supported. Hashes are now perfectly valid in
all names and they start a comment only at the start of the line.

18 years agoSynchronized with the PCI ID database.
Martin Mares [Sat, 30 Mar 2002 15:12:38 +0000 (15:12 +0000)]
Synchronized with the PCI ID database.

18 years agoRewritten the README file.
Martin Mares [Tue, 26 Mar 2002 22:10:26 +0000 (22:10 +0000)]
Rewritten the README file.

18 years agoWhen the currently installed pci.ids file is newer than
Martin Mares [Tue, 26 Mar 2002 21:49:40 +0000 (21:49 +0000)]
When the currently installed pci.ids file is newer than
the version to be installed, don't overwrite it.

18 years agoAdded PCI-X stuff.
Martin Mares [Sun, 24 Mar 2002 12:58:05 +0000 (12:58 +0000)]
Added PCI-X stuff.

18 years agoRemoved -Werror.
Martin Mares [Sun, 24 Mar 2002 12:35:39 +0000 (12:35 +0000)]
Removed -Werror.

18 years agoFixed bug in AGP rate reporting.
Martin Mares [Sun, 24 Mar 2002 12:24:34 +0000 (12:24 +0000)]
Fixed bug in AGP rate reporting.

18 years ago(pci_lookup_name): When printing unknown subsystem vendor or device
Martin Mares [Sun, 24 Mar 2002 12:14:40 +0000 (12:14 +0000)]
(pci_lookup_name): When printing unknown subsystem vendor or device
hexadecimally, don't confuse it with chip vendor/device ID.  First reported by
Marc Boucher <marc@mbsi.ca>.

18 years ago(pci_filter_parse_slot): Allow bus 0xff, slot 0x1f and function 7.
Martin Mares [Sun, 24 Mar 2002 12:14:21 +0000 (12:14 +0000)]
(pci_filter_parse_slot): Allow bus 0xff, slot 0x1f and function 7.

18 years agoFixed the "dist" target.
Martin Mares [Sun, 4 Nov 2001 15:33:07 +0000 (15:33 +0000)]
Fixed the "dist" target.

18 years agoReleased as version 2.1.9.
Martin Mares [Sun, 4 Nov 2001 15:27:15 +0000 (15:27 +0000)]
Released as version 2.1.9.

18 years agoSynced the ID list with the PCI ID Repository at SF.
Martin Mares [Sun, 4 Nov 2001 15:26:32 +0000 (15:26 +0000)]
Synced the ID list with the PCI ID Repository at SF.

18 years agoA bunch of new ID's. Synced with kernel 2.4.0-test7.
Martin Mares [Fri, 25 Aug 2000 12:17:00 +0000 (12:17 +0000)]
A bunch of new ID's. Synced with kernel 2.4.0-test7.

18 years agoFix syntactical error.
Martin Mares [Wed, 9 Aug 2000 10:28:18 +0000 (10:28 +0000)]
Fix syntactical error.

18 years agoID table updates.
Martin Mares [Wed, 9 Aug 2000 10:25:55 +0000 (10:25 +0000)]
ID table updates.

18 years agoSome new ID's.
Martin Mares [Sun, 23 Jul 2000 08:41:53 +0000 (08:41 +0000)]
Some new ID's.

18 years ago`make uninstall' works.
Martin Mares [Wed, 28 Jun 2000 11:01:04 +0000 (11:01 +0000)]
`make uninstall' works.

18 years agoOops, found a duplicate entry.
Martin Mares [Wed, 28 Jun 2000 10:59:00 +0000 (10:59 +0000)]
Oops, found a duplicate entry.

18 years agoAdded some new ID's and synchronized with 2.4.0test2.
Martin Mares [Wed, 28 Jun 2000 10:56:36 +0000 (10:56 +0000)]
Added some new ID's and synchronized with 2.4.0test2.

18 years agoAdded `upload' target.
Martin Mares [Sat, 20 May 2000 14:53:39 +0000 (14:53 +0000)]
Added `upload' target.

18 years agoReleased as version 2.1.8.
Martin Mares [Sat, 20 May 2000 14:42:35 +0000 (14:42 +0000)]
Released as version 2.1.8.

18 years agoMin/max latency is now printed in nanoseconds.
Martin Mares [Sat, 20 May 2000 14:36:02 +0000 (14:36 +0000)]
Min/max latency is now printed in nanoseconds.

If header type doesn't match device class, just print a warning
and still use the header type, assuming bogus class code.

18 years agoSome new ID's.
Martin Mares [Sat, 20 May 2000 14:34:32 +0000 (14:34 +0000)]
Some new ID's.

18 years agoUpdated display of power management information to PCI PM specs 1.1.
Martin Mares [Mon, 1 May 2000 21:34:49 +0000 (21:34 +0000)]
Updated display of power management information to PCI PM specs 1.1.

18 years agoSynchronized with Linux 2.3.99pre7-pre1.
Martin Mares [Mon, 1 May 2000 19:53:05 +0000 (19:53 +0000)]
Synchronized with Linux 2.3.99pre7-pre1.

18 years agoSeveral new ID's.
Martin Mares [Mon, 1 May 2000 19:48:59 +0000 (19:48 +0000)]
Several new ID's.

Synchronized class codes with latest PCI SIG documents.