pci: increase memory for device pd

not enough anymore on 32 bit after #989 changes
This commit is contained in:
Alexander Boettcher 2014-01-09 09:22:08 +01:00 committed by Norman Feske
parent 07b355b4e4
commit bf57a5d79c

View File

@ -81,7 +81,7 @@ int main(int argc, char **argv)
*/
enum {
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;