From acd2604a3165a3f22c9627e4d59501ff6d271a5a Mon Sep 17 00:00:00 2001 From: Liav A Date: Fri, 2 Jul 2021 12:51:49 +0300 Subject: [PATCH] Revert "Revert "Revert "Kernel: Fix PCI layout of i440fx QEMU machine""" This reverts commit a808fff2ec0885138814ceed4cd64169959865c4. I highly suspect the reason it was not working before was fixed in 017c5fc7d9379831b0bc9bfea73262e47f152cb3, so the SB16 DMA can work even if we initialize another E1000 network adapter. --- Meta/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meta/run.sh b/Meta/run.sh index 413d262946..c9fe2a973d 100755 --- a/Meta/run.sh +++ b/Meta/run.sh @@ -97,7 +97,7 @@ $SERENITY_EXTRA_QEMU_ARGS -device virtio-rng-pci -soundhw pcspk -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,id=bridge3 -device sdhci-pci,bus=bridge3 -device ich9-ahci,bus=bridge3