about summary refs log tree commit diff
path: root/pkgs/applications/virtualization/xen/0000-qemu-seabios-enable-ATA_DMA.patch
blob: 339972a2cdeb1460f586ab901749362eb87d75f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff -uNr a/src/Kconfig b/src/Kconfig
--- a/src/Kconfig	2015-08-31 10:15:13.231134858 +0200
+++ b/src/Kconfig	2015-08-31 10:14:24.039180178 +0200
@@ -144,13 +144,13 @@
     config ATA_DMA
         depends on ATA
         bool "ATA DMA"
-        default n
+        default y
         help
             Detect and try to use ATA bus mastering DMA controllers.
     config ATA_PIO32
         depends on ATA
         bool "ATA 32bit PIO"
-        default n
+        default y
         help
             Use 32bit PIO accesses on ATA (minor optimization on PCI transfers).
     config AHCI