diff options
Diffstat (limited to 'drivers/net/s2io.h')
-rw-r--r-- | drivers/net/s2io.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/net/s2io.h b/drivers/net/s2io.h index bc64d967f080..89151cb52181 100644 --- a/drivers/net/s2io.h +++ b/drivers/net/s2io.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /************************************************************************ | 1 | /************************************************************************ |
2 | * s2io.h: A Linux PCI-X Ethernet driver for S2IO 10GbE Server NIC | 2 | * s2io.h: A Linux PCI-X Ethernet driver for Neterion 10GbE Server NIC |
3 | * Copyright(c) 2002-2005 Neterion Inc. | 3 | * Copyright(c) 2002-2005 Neterion Inc. |
4 | 4 | ||
5 | * This software may be used and distributed according to the terms of | 5 | * This software may be used and distributed according to the terms of |
@@ -622,6 +622,9 @@ typedef struct mac_info { | |||
622 | /* Fifo specific structure */ | 622 | /* Fifo specific structure */ |
623 | fifo_info_t fifos[MAX_TX_FIFOS]; | 623 | fifo_info_t fifos[MAX_TX_FIFOS]; |
624 | 624 | ||
625 | /* Save virtual address of TxD page with zero DMA addr(if any) */ | ||
626 | void *zerodma_virt_addr; | ||
627 | |||
625 | /* rx side stuff */ | 628 | /* rx side stuff */ |
626 | /* Ring specific structure */ | 629 | /* Ring specific structure */ |
627 | ring_info_t rings[MAX_RX_RINGS]; | 630 | ring_info_t rings[MAX_RX_RINGS]; |