diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2006-07-06 14:41:09 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2006-07-06 14:41:09 -0400 |
commit | 4b741100714c6f20749f344ddd4b16459f28df72 (patch) | |
tree | 613d4bf11ced3c8df4b5bb2e9a68a3df04b11333 /src/dev/pcireg.h | |
parent | e60f998e2993df35460c8835016b3043a13da80a (diff) | |
parent | 93839380e7dc4799d234843d10329c03d38487fa (diff) | |
download | gem5-4b741100714c6f20749f344ddd4b16459f28df72.tar.xz |
Merge zizzer:/bk/newmem
into zeep.pool:/z/saidi/work/m5.newmem
--HG--
extra : convert_revision : 4669e87d29fa3e0ca9009f6b9dce72113220d7bc
Diffstat (limited to 'src/dev/pcireg.h')
-rw-r--r-- | src/dev/pcireg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dev/pcireg.h b/src/dev/pcireg.h index 0aa4ba8ef..a48abd4fa 100644 --- a/src/dev/pcireg.h +++ b/src/dev/pcireg.h @@ -142,6 +142,7 @@ union PCIConfig { // Device specific offsets #define PCI_DEVICE_SPECIFIC 0x40 // 192 bytes +#define PCI_CONFIG_SIZE 0xFF // Some Vendor IDs #define PCI_VENDOR_DEC 0x1011 |