Comment correction after further investigation of issue.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -128,9 +128,8 @@ static int config_access(unsigned char access_type, struct pci_bus *bus,
|
|||||||
last_entryLo0 = last_entryLo1 = 0xffffffff;
|
last_entryLo0 = last_entryLo1 = 0xffffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Since the Au1xxx doesn't do the idsel timing exactly to spec,
|
/* Allow board vendors to implement their own off-chip idsel.
|
||||||
* many board vendors implement their own off-chip idsel, so call
|
* If it doesn't succeed, may as well bail out at this point.
|
||||||
* it now. If it doesn't succeed, may as well bail out at this point.
|
|
||||||
*/
|
*/
|
||||||
if (board_pci_idsel) {
|
if (board_pci_idsel) {
|
||||||
if (board_pci_idsel(device, 1) == 0) {
|
if (board_pci_idsel(device, 1) == 0) {
|
||||||
|
Reference in New Issue
Block a user