]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: Work around Stratus ftServer broken PCIe hierarchy (fix DMI check)
authorMyron Stowe <myron.stowe@redhat.com>
Wed, 26 Dec 2012 17:39:23 +0000 (10:39 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 26 Dec 2012 17:39:23 +0000 (10:39 -0700)
commit6a53ff46ec4bbbedf7dc5d1f3a25bbb2b4c418e6
tree624a50cde8213ea2659d803e6df397696f267dd9
parent0243135d14b4628f965738b3b5fa30ff30aa95b5
PCI: Work around Stratus ftServer broken PCIe hierarchy (fix DMI check)

Commit bf6173a was intended to disable the "only_one_child()" optimization
on Stratus ftServer systems, but its DMI check is wrong.  It looks for
DMI_SYS_VENDOR that contains "ftServer", when it should look for
DMI_SYS_VENDOR containing "Stratus" and DMI_PRODUCT_NAME containing
"ftServer".

Tested on Stratus ftServer 6400.

Reported-by: Fadeeva Marina <astarta@rat.ru>
Reference: https://bugzilla.kernel.org/show_bug.cgi?id=51331
Signed-off-by: Myron Stowe <myron.stowe@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
CC: stable@vger.kernel.org # v3.5+
arch/x86/pci/common.c