From 32384b2f6be42016f7bd92c9cfca591314f68e5e Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Fri, 20 Oct 2006 13:00:05 -0400 Subject: still working on getting past initialization --HG-- extra : convert_revision : 7a5fccb9a19d363e479ef24012a7b8598272eaa9 --- src/python/m5/objects/Ethernet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/python/m5/objects/Ethernet.py') 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 -- cgit v1.2.3