Bugzilla – Attachment 49673 Details for
Bug 113778
Acer Travelmate 8100 Bootstop
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
PATCH for yenta init
pci-assign-res-fix (text/plain), 785 bytes, created by
Marcus Wegner
on 2005-09-12 19:15:46 UTC
(
hide
)
Description:
PATCH for yenta init
Filename:
MIME Type:
Creator:
Marcus Wegner
Created:
2005-09-12 19:15:46 UTC
Size:
785 bytes
patch
obsolete
>Crash in Yenta initialization >see http://marc.theaimsgroup.com/?l=linux-kernel&m=112570441428703&w=2 > >This fixes the pci initialization (revert back to previous state). > >Marcus Wegner <wegner3000@hotmail.com> > > >diff -urN linux-2.6.13-8/drivers/pci/probe.c linux-2.6.13-8-marcus/drivers/pci/probe.c >--- linux-2.6.13-8/drivers/pci/probe.c 2005-08-29 01:41:01.000000000 +0200 >+++ linux-2.6.13-8-marcus/drivers/pci/probe.c 2005-09-11 00:46:05.000000000 +0200 >@@ -523,11 +523,8 @@ > * as cards with a PCI-to-PCI bridge can be > * inserted later. > */ >- for (i=0; i<CARDBUS_RESERVE_BUSNR; i++) >- if (pci_find_bus(pci_domain_nr(bus), >- max+i+1)) >- break; >- max += i; >+ max += CARDBUS_RESERVE_BUSNR; >+ > pci_fixup_parent_subordinate_busnr(child, max); > } > /*
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 113778
:
48196
|
48735
|
48736
|
48784
|
48786
|
48788
|
48789
|
48790
|
49559
| 49673 |
49715
|
49716
|
49717
|
49855
|
49920