Bug 7664
Summary: | PCI Bus hidden behind transparent bridge | ||
---|---|---|---|
Product: | Drivers | Reporter: | Steve Hull (steve) |
Component: | PCI | Assignee: | Bernhard Kaindl (bk) |
Status: | RESOLVED DUPLICATE | ||
Severity: | low | CC: | bunk, greg, mike.cloaked |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.18 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | Systemd journal for two boots with and without pci=assign-busses |
Description
Steve Hull
2006-12-11 04:28:10 UTC
Hi, you wrote:
> When I boot, error messages in the System Log indicate that 2 PCI Busses
> are hidden behind a transparent bridge.
> Per the suggestion in the error message, I added pci=assign-busses to my
> grub.conf file but it didn't help.
> The error message said to inform you of the results.
When the kernel boots with pci=assign-busses (should be found also in /proc/cmdline after booting, it it was indeed booted with it), then the
warning should not appear.
To check what pci=assign-busses did, can you paste the output of
lspci -v | grep -e ^0 -e primary | grep -B1 primary
into this bug report when pci=assign-busses is found in /proc/cmdline?
If your kernel loads the yenta-socket driver, you should also find some kernel message from "Yenta" in the output of dmesg (or your kernel log from boot).
If you have them, just paste them here also.
As you only pasted the messages, I assume that you are not missing PCI
devices or cardbus cards in lspci, right?
The message is has been disabled in the latest upstream kernel release (2.6.22 stable series as well as 2.6.23), it's now a debug message which is not shown when not debugging. *** This bug has been marked as a duplicate of bug 8074 *** I have had the same problem with a boot message suggesting adding pci=assign-busses in a Samsung Q35 running archlinux with 3.15 kernels. After adding the above to the kernel boot line here is some diagnostic data: [mike@samsung1 ~]$ lspci -v | grep -e ^0 -e primary | grep -B1 primary 00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1 (rev 02) (prog-if 00 [Normal decode]) Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 00:1c.1 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 2 (rev 02) (prog-if 00 [Normal decode]) Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 -- 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2) (prog-if 01 [Subtractive decode]) Bus: primary=00, secondary=03, subordinate=07, sec-latency=32 -- 03:09.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b4) Bus: primary=03, secondary=04, subordinate=07, sec-latency=176 I will attach the systemd journal for the last two boots - the first section contains the original boot log and the second after adding pci=assign-busses Created attachment 143511 [details]
Systemd journal for two boots with and without pci=assign-busses
|