diff options
author | Kevin Lim <ktlim@umich.edu> | 2006-10-26 14:37:19 -0400 |
---|---|---|
committer | Kevin Lim <ktlim@umich.edu> | 2006-10-26 14:37:19 -0400 |
commit | e912080d12666482a942eae354e783c3d666c6c9 (patch) | |
tree | 434cd7969db4b0a43ae2cfc4fd31579c21c79f17 /src/python/m5/objects/Ethernet.py | |
parent | 6824cdf6602ec51c16fe322504377848911c6f00 (diff) | |
parent | eda7148af25e8e106e8983fb37952263dcae5275 (diff) | |
download | gem5-e912080d12666482a942eae354e783c3d666c6c9.tar.xz |
Merge ktlim@zizzer:/bk/newmem
into zamp.eecs.umich.edu:/z/ktlim2/clean/o3-merge/newmem
--HG--
extra : convert_revision : 30a912cf5d3f205a6301d291dd1799da21663056
Diffstat (limited to 'src/python/m5/objects/Ethernet.py')
-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 |