diff options
author | Stephen Hemminger <shemminger@osdl.org> | 2006-12-01 19:36:20 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-12-02 00:24:50 -0500 |
commit | 325dde48914e8ec1614d79ffacdbf9c0b8d24f42 (patch) | |
tree | 7409d3503cd7dbf9b57e6974388a9b386d804be0 /drivers/net/chelsio/common.h | |
parent | 57834ca152d5979f3f84f4e25f29f423e19d38fa (diff) |
[PATCH] chelsio: add MSI support
Using MSI can avoid sharing IRQ and associated overhead.
Tested on PCI-X.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/chelsio/common.h b/drivers/net/chelsio/common.h index 55f1eaad115c..b265941e1372 100644 --- a/drivers/net/chelsio/common.h +++ b/drivers/net/chelsio/common.h | |||
@@ -228,6 +228,7 @@ struct adapter_params { | |||
228 | unsigned short chip_revision; | 228 | unsigned short chip_revision; |
229 | unsigned char chip_version; | 229 | unsigned char chip_version; |
230 | unsigned char is_asic; | 230 | unsigned char is_asic; |
231 | unsigned char has_msi; | ||
231 | }; | 232 | }; |
232 | 233 | ||
233 | struct link_config { | 234 | struct link_config { |