]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] yenta oops fix
authorIvan Kokshaysky <ink@jurassic.park.msu.ru>
Wed, 14 Sep 2005 19:05:30 +0000 (23:05 +0400)
committerChris Wright <chrisw@osdl.org>
Mon, 3 Oct 2005 23:27:17 +0000 (16:27 -0700)
commitef1b2a3b4cd1addfe039a4bb8105098d83bd6503
treedcb925d9a5b1a1df154475a4647482d8df5e3a95
parent9be78f865844edc728ac933f7161b01e48e1b418
[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 <ink@jurassic.park.msu.ru>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Chris Wright <chrisw@osdl.org>
drivers/pcmcia/yenta_socket.c