Revert r232260.
The problem is now fixed by a general workaround in r232267.
This commit is contained in:
parent
3f8e262e8c
commit
55b44675ae
@ -403,8 +403,7 @@ aac_pci_attach(device_t dev)
|
||||
* Note that some of these controllers are 64-bit capable.
|
||||
*/
|
||||
if (bus_dma_tag_create(NULL, /* parent */
|
||||
PAGE_SIZE, /* alignment */
|
||||
((bus_size_t)((uint64_t)1 << 32)), /* boundary*/
|
||||
PAGE_SIZE, 0, /* algnmnt, boundary */
|
||||
BUS_SPACE_MAXADDR, /* lowaddr */
|
||||
BUS_SPACE_MAXADDR, /* highaddr */
|
||||
NULL, NULL, /* filter, filterarg */
|
||||
|
Loading…
Reference in New Issue
Block a user