[Bug 5557] lspci missing my pcmcia tv-card
bugme-daemon at bugzilla.kernel.org
bugme-daemon at bugzilla.kernel.org
Mon Dec 5 03:59:46 EST 2005
http://bugzilla.kernel.org/show_bug.cgi?id=5557
------- Additional Comments From linux at brodo.de 2005-12-05 00:52 -------
Created an attachment (id=6767)
--> (http://bugzilla.kernel.org/attachment.cgi?id=6767&action=view)
busnr warning and trying to fix them up
How about this patch? It adds a warning to add pci=assign-busses in the case of
possibly inaccessible busses.
The first two hunks try to do the following: On my notebook, "lspci -vvv | grep
subordinate" returns:
Bus: primary=00, secondary=02, subordinate=02, sec-latency=64
Bus: primary=02, secondary=03, subordinate=06, sec-latency=176
Bus: primary=02, secondary=07, subordinate=0a, sec-latency=176
the subordinate setting of the first bridge is clearly invalid. However, there
is no bus range at all we can use for the cardbus busses (#03-#0a), so leave
this setting alone.
On dex1980 at web.de's system, it is:
Bus: primary=00, secondary=02, subordinate=04, sec-latency=64
Bus: primary=02, secondary=03, subordinate=06, sec-latency=176
Bus: primary=02, secondary=07, subordinate=0a, sec-latency=176
Try to make
Bus: primary=02, secondary=03, subordinate=03...
Bus: primary=02, secondary=04, subordinate=04...
out of this...
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
More information about the linux-pcmcia
mailing list