Changed the hello_sparc executable back to the cross compiled one
[gem5.git] / dev / ns_gige_reg.h
index f919ff086f954f76713eee4f8216c17cbc866216..5f6fa2cc5faacef6dbd9ef528bf86f32dd04cdfa 100644 (file)
 #define TANAR_UNUSED           0x00000E1F
 
 /* M5 control register */
-#define M5REG_RESERVED         0xfffffffe
-#define M5REG_DEDICATED                0x00000001
+#define M5REG_RESERVED         0xfffffffc
+#define M5REG_RSS              0x00000004
+#define M5REG_RX_THREAD                0x00000002
+#define M5REG_TX_THREAD                0x00000001
 
 struct ns_desc32 {
     uint32_t link;    /* link field to next descriptor in linked list */