Skip to content

Commit b435a8f

Browse files
committed
seabios: turn off CONFIG_ATA_DMA
There have been regressions reported, when booting FreeDOS. https://www.mail-archive.com/[email protected]/msg593254.html Signed-off-by: Gerd Hoffmann <[email protected]>
1 parent 0a553c5 commit b435a8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roms/config.seabios-128k

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# need to turn off features (xhci,uas) to make it fit into 128k
33
CONFIG_QEMU=y
44
CONFIG_ROM_SIZE=128
5-
CONFIG_ATA_DMA=y
5+
CONFIG_ATA_DMA=n
66
CONFIG_BOOTSPLASH=n
77
CONFIG_XEN=n
88
CONFIG_USB_OHCI=n

roms/config.seabios-256k

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# for qemu machine types 2.0 + newer
22
CONFIG_QEMU=y
33
CONFIG_ROM_SIZE=256
4-
CONFIG_ATA_DMA=y
4+
CONFIG_ATA_DMA=n

0 commit comments

Comments
 (0)