diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2006-10-20 13:00:05 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2006-10-20 13:00:05 -0400 |
commit | 32384b2f6be42016f7bd92c9cfca591314f68e5e (patch) | |
tree | cf9b71789c7928240881843de6ffd0200da667a2 /src/python/m5 | |
parent | 0e2561710b44f811a5e179935d54ef240013d03e (diff) | |
download | gem5-32384b2f6be42016f7bd92c9cfca591314f68e5e.tar.xz |
still working on getting past initialization
--HG--
extra : convert_revision : 7a5fccb9a19d363e479ef24012a7b8598272eaa9
Diffstat (limited to 'src/python/m5')
-rw-r--r-- | src/python/m5/objects/Ethernet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/m5/objects/Ethernet.py b/src/python/m5/objects/Ethernet.py index f17a6c888..a52e35511 100644 --- a/src/python/m5/objects/Ethernet.py +++ b/src/python/m5/objects/Ethernet.py @@ -71,7 +71,7 @@ class IGbE(PciDevice): class IGbEPciData(PciConfigData): VendorID = 0x8086 - DeviceID = 0x1026 + DeviceID = 0x1075 SubsystemID = 0x1008 SubsystemVendorID = 0x8086 Status = 0x0000 |