Skip to content

Commit

Permalink
Comment correction after further investigation of issue.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Pete Popov authored and Ralf Baechle committed Oct 29, 2005
1 parent 685f779 commit 13d1d73
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions arch/mips/pci/ops-au1000.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,8 @@ static int config_access(unsigned char access_type, struct pci_bus *bus,
last_entryLo0 = last_entryLo1 = 0xffffffff;
}

/* Since the Au1xxx doesn't do the idsel timing exactly to spec,
* many board vendors implement their own off-chip idsel, so call
* it now. If it doesn't succeed, may as well bail out at this point.
/* Allow board vendors to implement their own off-chip idsel.
* If it doesn't succeed, may as well bail out at this point.
*/
if (board_pci_idsel) {
if (board_pci_idsel(device, 1) == 0) {
Expand Down

0 comments on commit 13d1d73

Please sign in to comment.