pci: increase memory for device pd
not enough anymore on 32 bit after #989 changes
This commit is contained in:
committed by
Norman Feske
parent
07b355b4e4
commit
bf57a5d79c
@@ -81,7 +81,7 @@ int main(int argc, char **argv)
|
|||||||
*/
|
*/
|
||||||
enum {
|
enum {
|
||||||
STACK_SIZE = 2 * sizeof(addr_t)*1024,
|
STACK_SIZE = 2 * sizeof(addr_t)*1024,
|
||||||
PCI_DEVICE_PD_RAM_QUOTA = sizeof(addr_t) * 128 * 1024,
|
PCI_DEVICE_PD_RAM_QUOTA = 196 * 4096,
|
||||||
};
|
};
|
||||||
|
|
||||||
static Cap_connection cap;
|
static Cap_connection cap;
|
||||||
|
|||||||
Reference in New Issue
Block a user