summaryrefslogtreecommitdiffstats
path: root/sys/dev/ti/if_tireg.h
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2005-12-10 08:58:48 +0000
committerscottl <scottl@FreeBSD.org>2005-12-10 08:58:48 +0000
commit84b201a8f1a2a802f465e39a055b5392cb16496e (patch)
tree8dff28337ee4c7b067c8c4bc53df37ffcbfcbd17 /sys/dev/ti/if_tireg.h
parent3354610e7db0fa531e68a6e6e61ce86af66e6031 (diff)
downloadFreeBSD-src-84b201a8f1a2a802f465e39a055b5392cb16496e.zip
FreeBSD-src-84b201a8f1a2a802f465e39a055b5392cb16496e.tar.gz
Allocate the jumbo rx frame buffer with busdma.
Diffstat (limited to 'sys/dev/ti/if_tireg.h')
-rw-r--r--sys/dev/ti/if_tireg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ti/if_tireg.h b/sys/dev/ti/if_tireg.h
index d2b270c..c565d88 100644
--- a/sys/dev/ti/if_tireg.h
+++ b/sys/dev/ti/if_tireg.h
@@ -1001,6 +1001,8 @@ struct ti_softc {
u_int8_t ti_linkstat; /* Link state */
int ti_hdrsplit; /* enable header splitting */
bus_dma_tag_t ti_parent_dmat;
+ bus_dma_tag_t ti_jumbo_dmat;
+ bus_dmamap_t ti_jumbo_dmamap;
bus_dma_tag_t ti_rdata_dmat;
bus_dmamap_t ti_rdata_dmamap;
uint32_t ti_rdata_phys;
OpenPOWER on IntegriCloud