Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
239716a7
Commit
239716a7
authored
Jun 05, 2022
by
Antoine Kaufmann
Browse files
sims/e1000_gem5: set same pci revision as in gem5
parent
74d1f3f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sims/nic/e1000_gem5/e1000_gem5.cc
sims/nic/e1000_gem5/e1000_gem5.cc
+1
-1
No files found.
sims/nic/e1000_gem5/e1000_gem5.cc
View file @
239716a7
...
...
@@ -25,7 +25,7 @@ void IGbE::SetupIntro(struct SimbricksProtoPcieDevIntro &di)
di
.
pci_device_id
=
0x1075
;
di
.
pci_class
=
0x02
;
di
.
pci_subclass
=
0x00
;
di
.
pci_revision
=
0x0
1
;
di
.
pci_revision
=
0x0
0
;
}
void
IGbE
::
RegRead
(
uint8_t
bar
,
uint64_t
addr
,
void
*
dest
,
...
...
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