]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] pci: fixup parent subordinate busnr
authorIvan Kokshaysky <ink@jurassic.park.msu.ru>
Fri, 23 Sep 2005 04:06:31 +0000 (21:06 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 23 Sep 2005 15:05:16 +0000 (08:05 -0700)
commit12f44f46bc9c6dc79255e661b085797af395d8da
treecec3ab7b0bfd7f90fba01b6fb6ecb896eed00079
parentbfab08c097df5f6a60dd07f0f8c78c54e725780b
[PATCH] pci: fixup parent subordinate busnr

I believe the change that broke things is introduction of
pci_fixup_parent_subordinate_busnr().

The patch here does two things:
- hunk #1 should fix the problems you've seen when you boot without
  additional "pci" kernel options;
- hunk #2 supposedly fixes boot with "pci=assign-busses" option which
  otherwise hangs Acer TM81xx machines as reported.

Please try this with and without "pci=assign-busses". If it boots,
I'd like to see 'lspci -vvx' for both cases.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/pci/probe.c