Nuke invalid use of BUS_DMA_ALLOCNOW.

This commit is contained in:
yongari 2006-07-27 00:29:44 +00:00
parent 4d0b27175c
commit 7b2f14a8ad

View File

@ -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);