diff options
Diffstat (limited to 'drivers/net/sgiseeq.h')
-rw-r--r-- | drivers/net/sgiseeq.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/sgiseeq.h b/drivers/net/sgiseeq.h index ebcca688dac4..523104de6830 100644 --- a/drivers/net/sgiseeq.h +++ b/drivers/net/sgiseeq.h | |||
@@ -16,7 +16,7 @@ struct sgiseeq_rregs { | |||
16 | volatile unsigned int collision_tx[2]; | 16 | volatile unsigned int collision_tx[2]; |
17 | volatile unsigned int collision_all[2]; | 17 | volatile unsigned int collision_all[2]; |
18 | volatile unsigned int _unused0; | 18 | volatile unsigned int _unused0; |
19 | volatile unsigned int rflags; | 19 | volatile unsigned int rflags; |
20 | }; | 20 | }; |
21 | 21 | ||
22 | struct sgiseeq_regs { | 22 | struct sgiseeq_regs { |
@@ -73,7 +73,7 @@ struct sgiseeq_regs { | |||
73 | #define SEEQ_TCMD_IC 0x02 /* IRQ on collisions */ | 73 | #define SEEQ_TCMD_IC 0x02 /* IRQ on collisions */ |
74 | #define SEEQ_TCMD_I16 0x04 /* IRQ after 16 failed attempts to tx frame */ | 74 | #define SEEQ_TCMD_I16 0x04 /* IRQ after 16 failed attempts to tx frame */ |
75 | #define SEEQ_TCMD_IPT 0x08 /* IRQ when packet successfully transmitted */ | 75 | #define SEEQ_TCMD_IPT 0x08 /* IRQ when packet successfully transmitted */ |
76 | #define SEEQ_TCMD_RB1 0x20 /* Register bank one w/multi-cast low byte */ | 76 | #define SEEQ_TCMD_RB1 0x20 /* Register bank one w/multi-cast low byte */ |
77 | #define SEEQ_TCMD_RB2 0x40 /* Register bank two w/multi-cast high byte */ | 77 | #define SEEQ_TCMD_RB2 0x40 /* Register bank two w/multi-cast high byte */ |
78 | 78 | ||
79 | /* Seeq8003 control register */ | 79 | /* Seeq8003 control register */ |