CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2013/09/11 19:44:14

Modified files:
        sys/arch/armv7/omap: if_cpsw.c 

Log message:
rearrange cpsw_start() a bit.

- cope with errors more consistently, which will avoid us leaking
mbufs in failure paths.
- use m_defrag when we get EFBIG back from bus_dmamap_load_mbuf
rather than printf and lose.
- shuffle some ops to be more like other drivers we have.

Reply via email to