> > patch is wrong -- it doesn't make any sense to scan a bus _range_. The registers > > 0x44 and 0x45 are probably ID's of two primary buses and the code should scan > > both of them, but not the space between them. > 0x44 is the primary bus number of the host bridge, and 0x45 is the subordinate bus number for the bridge. Just like a PCI-PCI bridge, but different :) Since there are two CNB30 functions, each has unique values for this. The primary bus of the second bridge must be the subordinate bus of the first bridge + 1. PRIMARY(1) = SUBORDINATE(0) + 1; Tim - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- [PATCH] PCI-Devices and ServerWorks chipset Adam Lackorzynski
- Re: [PATCH] PCI-Devices and ServerWorks chipset Martin Mares
- Re: [PATCH] PCI-Devices and ServerWorks chipset Adam Lackorzynski
- Re: [PATCH] PCI-Devices and ServerWorks chipset Maciej W. Rozycki
- Re: [PATCH] PCI-Devices and ServerWorks chi... Dan Hollis
- Re: [PATCH] PCI-Devices and ServerWorks... Maciej W. Rozycki
- Re: [PATCH] PCI-Devices and Server... Andre Hedrick
- Re: [PATCH] PCI-Devices and Se... Maciej W. Rozycki
- Re: [PATCH] PCI-Devices an... Andre Hedrick
- Re: [PATCH] PCI-Devices an... Maciej W. Rozycki
- Re: [PATCH] PCI-Devices and ServerWorks chi... Tim Hockin
- Re: [PATCH] PCI-Devices and ServerWorks... Martin Mares
- Re: [PATCH] PCI-Devices and ServerWorks chipset Adam Lackorzynski