]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Jul 2010 18:21:57 +0000 (11:21 -0700)
commit5f3753189d45e0f6807374ee9b5299ec7b17fd56
tree6233f44b7bddcfeff397a3f50f250e1a71a150d0
parent4b227bf55477bef00cdc5325711134139fcbcdfe
ARCNET: Limit com20020 PCI ID matches for SOHARD cards

commit e7971c80a8e0299f91272ad8e8ac4167623e1862 upstream.

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/ .

Signed-off-by: Andreas Bombe <aeb@debian.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/arcnet/com20020-pci.c