diff options
author | Nathan Binkert <binkertn@umich.edu> | 2005-04-24 21:32:32 -0400 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2005-04-24 21:32:32 -0400 |
commit | 3154e2a0c75d6e95458d86b30c982efc003c1f68 (patch) | |
tree | da13a3d29c4be79aea25b8a42e2df500df835ea5 /dev/ns_gige_reg.h | |
parent | 6f9dba3cec9fd638c274dc0dc7ebfb4f2db74883 (diff) | |
download | gem5-3154e2a0c75d6e95458d86b30c982efc003c1f68.tar.xz |
Add the m5 parameter to the ns83820 device model so that we
can pass simulator specific options to the device driver.
dev/ns_gige.cc:
Add the m5 register and parameter to the ns83820 device model
so that we can pass simulator specific options to the device
driver.
dev/ns_gige.hh:
dev/ns_gige_reg.h:
Add the m5 register to the ns83820 device model
--HG--
extra : convert_revision : 84674887560fa3b607e725b8e5bc8272761fcf09
Diffstat (limited to 'dev/ns_gige_reg.h')
-rw-r--r-- | dev/ns_gige_reg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/ns_gige_reg.h b/dev/ns_gige_reg.h index 01577fa39..ab9833788 100644 --- a/dev/ns_gige_reg.h +++ b/dev/ns_gige_reg.h @@ -117,7 +117,8 @@ #define TANLPAR 0xec #define TANER 0xf0 #define TESR 0xf4 -#define LAST 0xf4 +#define M5REG 0xf8 +#define LAST 0xf8 #define RESERVED 0xfc /* chip command register */ |