Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11022
b: refs/heads/master
c: 13d1d73
h: refs/heads/master
v: v3
  • Loading branch information
Pete Popov authored and Ralf Baechle committed Oct 29, 2005
1 parent 2b4308d commit 39ed14f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 685f779e6046e18b6190d2fbc9ef22e6b81c196e
refs/heads/master: 13d1d73ea57e7e012bc131ce0f945231087e8c8b
5 changes: 2 additions & 3 deletions trunk/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 39ed14f

Please sign in to comment.