diff --git a/sys/dev/em/if_em.c b/sys/dev/em/if_em.c index 3d3168c74731..02494b5ac3c0 100644 --- a/sys/dev/em/if_em.c +++ b/sys/dev/em/if_em.c @@ -2811,7 +2811,7 @@ em_allocate_receive_structures(struct em_softc *sc) MCLBYTES, /* maxsize */ 1, /* nsegments */ MCLBYTES, /* maxsegsize */ - BUS_DMA_ALLOCNOW, /* flags */ + 0, /* flags */ NULL, /* lockfunc */ NULL, /* lockarg */ &sc->rxtag);