mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
pci_decode: initial device-report buffer of 32K
This prevents multiple generation attempts with undersized buffers on recent hardware, which needs at least 12K.
This commit is contained in:
parent
d5577421f8
commit
9467d4cb0b
@ -34,7 +34,7 @@ struct Main
|
||||
Attached_rom_dataspace sys_rom { env, "system" };
|
||||
Signal_handler<Main> sys_rom_handler { env.ep(), *this,
|
||||
&Main::sys_rom_update };
|
||||
Expanding_reporter pci_reporter { env, "devices", "devices" };
|
||||
Expanding_reporter pci_reporter { env, "devices", "devices", { 32*1024 } };
|
||||
Registry<Bridge> bridge_registry {}; /* contains host bridges */
|
||||
|
||||
bool apic_capable { false };
|
||||
|
Loading…
Reference in New Issue
Block a user