mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
4a45abe094
qcow2 image format) - properly respect NOPORTDOCS - make -serial /dev/cuadX work (modified patch from this post: http://lists.gnu.org/archive/html/qemu-devel/2006-09/msg00201.html , and hi Michael! :) - add WITHOUT_SDL (hi joshe! :) and WITHOUT_CDROM_DMA knobs (the latter to work around atapicam problems in FreeBSD guests with the now by default enabled ide cdrom dma patch) - use OPTIONS PR: ports/104989 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
11 lines
203 B
Plaintext
11 lines
203 B
Plaintext
Index: hw/ide.c
|
|
@@ -27,7 +27,7 @@
|
|
//#define DEBUG_IDE
|
|
//#define DEBUG_IDE_ATAPI
|
|
//#define DEBUG_AIO
|
|
-#define USE_DMA_CDROM
|
|
+// #define USE_DMA_CDROM
|
|
|
|
/* Bits of HD_STATUS */
|
|
#define ERR_STAT 0x01
|