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
@ -63,7 +63,7 @@ STATIC agBOOLEAN agtiapi_typhAlloc( ag_card_info_t *thisCardInst )
|
|||||||
struct agtiapi_softc *pmsc = thisCardInst->pCard;
|
struct agtiapi_softc *pmsc = thisCardInst->pCard;
|
||||||
int wait = 0;
|
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
|
32, // alignment
|
||||||
0, // boundary
|
0, // boundary
|
||||||
BUS_SPACE_MAXADDR, // lowaddr
|
BUS_SPACE_MAXADDR, // lowaddr
|
||||||
|
Loading…
Reference in New Issue
Block a user