From: Jamie Wellnitz Date: Wed, 1 Mar 2006 03:33:05 +0000 (-0500) Subject: [PATCH] lpfc 8.1.3: PCI hrd_type should be obtained with pci_read_config_byte() macro X-Git-Tag: v2.6.17-rc1~1129^2~4^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=719396b48ce6310ab43d7432b6d7f2a330a831b3;p=pandora-kernel.git [PATCH] lpfc 8.1.3: PCI hrd_type should be obtained with pci_read_config_byte() macro PCI hrd_type should be obtained with pci_read_config_byte() macro Driver keys off of this field to report the proper adapter type. The pci subsystem explicitly clears the multiport bit in the copy of the field given the driver. Thus, to properly name the card, obtain it from config space. Signed-off-by: Jamie Wellnitz Signed-off-by: James Bottomley --- Reading git-diff-tree failed