projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a102f84
)
CPA: Fix a typo that managed to sneak in.
author
Ali Saidi
<saidi@eecs.umich.edu>
Thu, 26 Mar 2009 00:06:54 +0000
(20:06 -0400)
committer
Ali Saidi
<saidi@eecs.umich.edu>
Thu, 26 Mar 2009 00:06:54 +0000
(20:06 -0400)
src/dev/i8254xGBe.hh
patch
|
blob
|
history
diff --git
a/src/dev/i8254xGBe.hh
b/src/dev/i8254xGBe.hh
index 0422abc332c01c602f39bbfb8de8e2b19868c736..308cfabde8af1d642b3aae86abb0acedf48ee153 100644
(file)
--- a/
src/dev/i8254xGBe.hh
+++ b/
src/dev/i8254xGBe.hh
@@
-195,7
+195,7
@@
class IGbE : public EtherDevice
}
void anRq(std::string sm, std::string q, int num = 1) {
- cpa->hw
P
q(CPA::FL_NONE, sys, macAddr, sm, q, macAddr, NULL, num);
+ cpa->hw
R
q(CPA::FL_NONE, sys, macAddr, sm, q, macAddr, NULL, num);
}
void anWe(std::string sm, std::string q) {