patch-2.3.49 linux/drivers/net/tulip/tulip.h
Next file: linux/drivers/net/tulip/tulip_core.c
Previous file: linux/drivers/net/tulip/eeprom.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Mon Feb 28 07:16:55 2000
- Orig file:
v2.3.48/linux/drivers/net/tulip/tulip.h
- Orig date:
Sat Feb 26 22:31:47 2000
diff -u --recursive --new-file v2.3.48/linux/drivers/net/tulip/tulip.h linux/drivers/net/tulip/tulip.h
@@ -50,7 +50,6 @@
DC21140 = 2,
DC21142 = 3, DC21143 = 3,
LC82C168,
- NGMC169,
MX98713,
MX98715,
MX98725,
@@ -242,8 +241,10 @@
struct tulip_private {
const char *product_name;
struct net_device *next_module;
- struct tulip_rx_desc rx_ring[RX_RING_SIZE];
- struct tulip_tx_desc tx_ring[TX_RING_SIZE];
+ struct tulip_rx_desc *rx_ring;
+ struct tulip_tx_desc *tx_ring;
+ dma_addr_t rx_ring_dma;
+ dma_addr_t tx_ring_dma;
/* The saved address of a sent-in-place packet/buffer, for skfree(). */
struct sk_buff *tx_skbuff[TX_RING_SIZE];
/* The addresses of receive-in-place skbuffs. */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)