mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
Fix DMA on machines with more than 128MB.
Obtained from: cg MFC after: 5 days
This commit is contained in:
parent
d951f85b28
commit
7edce08ac4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77181
@ -1140,7 +1140,7 @@ m3_pci_attach(device_t dev)
|
||||
}
|
||||
|
||||
if (bus_dma_tag_create(/*parent*/NULL, /*alignment*/2, /*boundary*/0,
|
||||
/*lowaddr*/BUS_SPACE_MAXADDR_32BIT,
|
||||
/*lowaddr*/0x08000000,
|
||||
/*highaddr*/BUS_SPACE_MAXADDR,
|
||||
/*filter*/NULL, /*filterarg*/NULL,
|
||||
/*maxsize*/M3_BUFSIZE, /*nsegments*/1,
|
||||
|
Loading…
Reference in New Issue
Block a user