mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00:00
Revert "Kernel: Fix PCI layout of i440fx QEMU machine"
This reverts commit 5018b3b4b7
.
Let's help our future selves by making sure we don't introduce a bug
because of duplicating a network interface name or related bug to this
topic. Therefore, we can have multiple e1000 devices in the system now.
This commit is contained in:
parent
8d0280ca09
commit
72c097530f
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ $SERENITY_EXTRA_QEMU_ARGS
|
||||||
-device virtio-rng-pci
|
-device virtio-rng-pci
|
||||||
-soundhw pcspk
|
-soundhw pcspk
|
||||||
-device sb16
|
-device sb16
|
||||||
-device pci-bridge,chassis_nr=1,id=bridge1 -device megasas,bus=bridge1
|
-device pci-bridge,chassis_nr=1,id=bridge1 -device e1000,bus=bridge1
|
||||||
-device i82801b11-bridge,bus=bridge1,id=bridge2 -device sdhci-pci,bus=bridge2
|
-device i82801b11-bridge,bus=bridge1,id=bridge2 -device sdhci-pci,bus=bridge2
|
||||||
-device i82801b11-bridge,id=bridge3 -device sdhci-pci,bus=bridge3
|
-device i82801b11-bridge,id=bridge3 -device sdhci-pci,bus=bridge3
|
||||||
-device ich9-ahci,bus=bridge3
|
-device ich9-ahci,bus=bridge3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue