[Glibc-bsd-commits] r2406 - trunk/web/ging

Luca Favatella slackydeb-guest at alioth.debian.org
Tue Apr 7 08:27:15 UTC 2009


Author: slackydeb-guest
Date: 2009-04-07 08:27:15 +0000 (Tue, 07 Apr 2009)
New Revision: 2406

Modified:
   trunk/web/ging/ging.sh
Log:
disable dma to semplify testing on qemu

Modified: trunk/web/ging/ging.sh
===================================================================
--- trunk/web/ging/ging.sh	2009-04-07 08:25:01 UTC (rev 2405)
+++ trunk/web/ging/ging.sh	2009-04-07 08:27:15 UTC (rev 2406)
@@ -40,7 +40,7 @@
 
 cat > ${tmp}/boot/loader.conf << EOF
 loader_color="YES"
-hw.ata.atapi_dma=1
+hw.ata.atapi_dma=0 # slower than enabled (1), but working on qemu
 mfsroot_load="YES"
 mfsroot_type="mfs_root"
 mfsroot_name="/boot/mfsroot"




More information about the Glibc-bsd-commits mailing list