diff options
author | Stephen Hemminger <shemminger@osdl.org> | 2006-12-01 19:36:17 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-12-02 00:24:49 -0500 |
commit | 352c417ddb593de757f0ee1fa490cb5444778c41 (patch) | |
tree | dd1047e7611f09511c3ad1432a3f49b553b0e91e /drivers/net/chelsio/common.h | |
parent | f1d3d38af75789f1b82969b83b69cab540609789 (diff) |
[PATCH] chelsio: add 1G swcixw aupport
Add support for 1G versions of Chelsio devices.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/chelsio/common.h')
-rw-r--r-- | drivers/net/chelsio/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/chelsio/common.h b/drivers/net/chelsio/common.h index e4e59d2d410e..55f1eaad115c 100644 --- a/drivers/net/chelsio/common.h +++ b/drivers/net/chelsio/common.h | |||
@@ -283,6 +283,8 @@ struct adapter { | |||
283 | 283 | ||
284 | spinlock_t tpi_lock; | 284 | spinlock_t tpi_lock; |
285 | spinlock_t work_lock; | 285 | spinlock_t work_lock; |
286 | spinlock_t mac_lock; | ||
287 | |||
286 | /* guards async operations */ | 288 | /* guards async operations */ |
287 | spinlock_t async_lock ____cacheline_aligned; | 289 | spinlock_t async_lock ____cacheline_aligned; |
288 | u32 slow_intr_mask; | 290 | u32 slow_intr_mask; |