mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Nuke invalid use of BUS_DMA_ALLOCNOW.
This commit is contained in:
parent
c2044727ab
commit
68fb31fc2b
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue