freebsd-dev/sys/dev/fatm
Hartmut Brandt 318e6bc3a5 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
2003-07-02 13:53:41 +00:00
..
firmware.h
if_fatm_rate.h
if_fatm.c Make the bus_dma_tag_create use NULL for the lock arguments. We are 2003-07-02 13:53:41 +00:00
if_fatmreg.h
if_fatmvar.h