mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
pms(4) should use bus_get_dma_tag() to get parent tag.
Reviewed by: imp Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
8157763ec7
commit
41f6c3f0e7
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ STATIC agBOOLEAN agtiapi_typhAlloc( ag_card_info_t *thisCardInst )
|
|||
struct agtiapi_softc *pmsc = thisCardInst->pCard;
|
||||
int wait = 0;
|
||||
|
||||
if( bus_dma_tag_create( agNULL, // parent
|
||||
if( bus_dma_tag_create( bus_get_dma_tag(pmsc->my_dev), // parent
|
||||
32, // alignment
|
||||
0, // boundary
|
||||
BUS_SPACE_MAXADDR, // lowaddr
|
||||
|
|
|
|||
Loading…
Reference in a new issue