diff options
author | harti <harti@FreeBSD.org> | 2003-07-02 13:53:41 +0000 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2003-07-02 13:53:41 +0000 |
commit | 70fd43e13428fba16f5bf004904c4f131f842c57 (patch) | |
tree | bea788101f093675be38f050d421e515f9c4d446 /crypto | |
parent | f36e9650562f41dfbb1f89ea678e5f536f36ab7a (diff) | |
download | FreeBSD-src-70fd43e13428fba16f5bf004904c4f131f842c57.zip FreeBSD-src-70fd43e13428fba16f5bf004904c4f131f842c57.tar.gz |
Make the bus_dma_tag_create use NULL for the lock arguments. We are
careful to call all map_load calls with BUS_DMA_NOWAIT because we
really don't want some PDUs to wait while others go out - ATM guarantees
the ordering of cells and also of PDUs (within one VC, that is). With
BUS_DMA_NOWAIT bus_dmamap_load should never return EINPROGRESS.
Make the tag used for transmission buffers one larger than the maximum
AAL5 PDU (65535). This is needed, because all PDU sizes need to be round
up to multiple of four for the card and PDUs that are just below the
maximum size will be rounded up to 65536
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions