From: Ivan Kokshaysky Date: Wed, 14 Sep 2005 19:05:30 +0000 (+0400) Subject: [PATCH] yenta oops fix X-Git-Tag: v2.6.14-rc2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7fb0b35ada6e0e691e70af5591a2006fbec85b5;p=pandora-kernel.git [PATCH] yenta oops fix In some cases, especially on modern laptops with a lot of PCI and cardbus bridges, we're unable to assign correct secondary/subordinate bus numbers to all cardbus bridges due to BIOS limitations unless we are using "pci=assign-busses" boot option. So some cardbus controllers may not have attached subordinate pci_bus structure, and yenta driver must cope with it - just ignore such cardbus bridges. For example, see https://bugzilla.novell.com/show_bug.cgi?id=113778 Signed-off-by: Ivan Kokshaysky Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed