ARCNET: Limit com20020 PCI ID matches for SOHARD cards
authorAndreas Bombe <aeb@debian.org>
Tue, 18 May 2010 06:12:46 +0000 (23:12 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 May 2010 06:23:15 +0000 (23:23 -0700)
commite7971c80a8e0299f91272ad8e8ac4167623e1862
treeedc9503d95b8948a4c6ced8d2eac300f56d6ed3c
parent3fa21e07e6acefa31f974d57fba2b6920a7ebd1a
ARCNET: Limit com20020 PCI ID matches for SOHARD cards

The SH SOHARD ARCNET cards are implemented using generic PLX Technology
PCI<->IOBus bridges. Subvendor and subdevice IDs were not specified,
causing the driver to attach to any such bridge and likely crash the
system by attempting to initialize an unrelated device.

Fix by specifying subvendor and subdevice according to the values found
in the PCI-ID Repository at http://pci-ids.ucw.cz/ .

Cc: stable@kernel.org
Signed-off-by: Andreas Bombe <aeb@debian.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/arcnet/com20020-pci.c