There is no reason to have a PAGE_SIZE alignment enforced on all DMA by the
parent tag.
This commit is contained in:
parent
e06c706542
commit
706620f05b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163502
@ -1823,7 +1823,7 @@ bge_dma_alloc(device_t dev)
|
||||
* Allocate the parent bus DMA tag appropriate for PCI.
|
||||
*/
|
||||
error = bus_dma_tag_create(bus_get_dma_tag(sc->bge_dev),/* parent */
|
||||
PAGE_SIZE, 0, /* alignment, boundary */
|
||||
1, 0, /* alignment, boundary */
|
||||
BUS_SPACE_MAXADDR, /* lowaddr */
|
||||
BUS_SPACE_MAXADDR, /* highaddr */
|
||||
NULL, NULL, /* filter, filterarg */
|
||||
|
Loading…
Reference in New Issue
Block a user