Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
52378445
Commit
52378445
authored
Jan 29, 2006
by
Peter Horton
Committed by
Ralf Baechle
Feb 07, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] Fix Cobalt PCI cache line sizes
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
c315a2b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
arch/mips/pci/fixup-cobalt.c
arch/mips/pci/fixup-cobalt.c
+2
-2
No files found.
arch/mips/pci/fixup-cobalt.c
View file @
52378445
...
...
@@ -52,7 +52,7 @@ static void qube_raq_via_bmIDE_fixup(struct pci_dev *dev)
pci_read_config_byte
(
dev
,
PCI_LATENCY_TIMER
,
&
lt
);
if
(
lt
<
64
)
pci_write_config_byte
(
dev
,
PCI_LATENCY_TIMER
,
64
);
pci_write_config_byte
(
dev
,
PCI_CACHE_LINE_SIZE
,
7
);
pci_write_config_byte
(
dev
,
PCI_CACHE_LINE_SIZE
,
8
);
}
DECLARE_PCI_FIXUP_HEADER
(
PCI_VENDOR_ID_VIA
,
PCI_DEVICE_ID_VIA_82C586_1
,
...
...
@@ -69,7 +69,7 @@ static void qube_raq_galileo_fixup(struct pci_dev *dev)
* host bridge.
*/
pci_write_config_byte
(
dev
,
PCI_LATENCY_TIMER
,
64
);
pci_write_config_byte
(
dev
,
PCI_CACHE_LINE_SIZE
,
7
);
pci_write_config_byte
(
dev
,
PCI_CACHE_LINE_SIZE
,
8
);
/*
* The code described by the comment below has been removed
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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