Commit 239716a7 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

sims/e1000_gem5: set same pci revision as in gem5

parent 74d1f3f3
......@@ -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 = 0x01;
di.pci_revision = 0x00;
}
void IGbE::RegRead(uint8_t bar, uint64_t addr, void *dest,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment