Nuke invalid use of BUS_DMA_ALLOCNOW.

This commit is contained in:
Pyun YongHyeon 2006-07-27 00:29:44 +00:00
parent c2044727ab
commit 68fb31fc2b

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