mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 11:36:10 +00:00
Kernel: Fix PCI layout of i440fx QEMU machine
Some folks on discord said adding another e1000 network adapter made it so we don't have networking on the system anymore. To fix this, we will use other unsupported PCI device instead.
This commit is contained in:
parent
8f96d20b86
commit
5018b3b4b7
Notes:
sideshowbarker
2024-07-18 17:36:50 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/5018b3b4b7d Pull-request: https://github.com/SerenityOS/serenity/pull/7356
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ $SERENITY_EXTRA_QEMU_ARGS
|
|||
-device virtio-rng-pci
|
||||
-soundhw pcspk
|
||||
-device sb16
|
||||
-device pci-bridge,chassis_nr=1,id=bridge1 -device e1000,bus=bridge1
|
||||
-device pci-bridge,chassis_nr=1,id=bridge1 -device megasas,bus=bridge1
|
||||
-device i82801b11-bridge,bus=bridge1,id=bridge2 -device sdhci-pci,bus=bridge2
|
||||
-device i82801b11-bridge,id=bridge3 -device sdhci-pci,bus=bridge3
|
||||
-device ich9-ahci,bus=bridge3
|
||||
|
|
Loading…
Add table
Reference in a new issue