Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xcap
xcap-capability-linux
Commits
13d1d73e
Commit
13d1d73e
authored
Feb 27, 2005
by
Pete Popov
Committed by
Ralf Baechle
Oct 29, 2005
Browse files
Comment correction after further investigation of issue.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
685f779e
Changes
1
Hide whitespace changes
Inline
Side-by-side
arch/mips/pci/ops-au1000.c
View file @
13d1d73e
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment