From: Kenji Kaneshige Date: Fri, 25 Apr 2008 21:38:38 +0000 (-0700) Subject: pciehp: fix slot name X-Git-Tag: v2.6.26-rc1~364^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3800345f723fd130d50434d4717b99d4a9f383c8;p=pandora-kernel.git pciehp: fix slot name Current pciehp uses the combination of bus number and slot number as a slot name. But it is not a good idea because bus number is not a physical identifier but a logical identifier. This is against the PCIE specification. So remove the bus number from the physical identifier. However, there are some platforms with the problem that it provides the same slot number. For those platforms, this patch also introduces new module option 'pciehp_slot_with_bus'. If it is specified, pciehp uses the combination of bus number and slot number as a slot name. Signed-off-by: Kenji Kaneshige Signed-off-by: Kristen Carlson Accardi Signed-off-by: Jesse Barnes --- Reading git-diff-tree failed