$NetBSD$

--- src/disk.c.orig	2005-08-12 20:48:07.000000000 +0200
+++ src/disk.c	2005-08-12 20:48:56.000000000 +0200
@@ -1178,6 +1178,8 @@
        also it seems some copy protections require this fix */
     DISK_start ();
 
+    /* The following fails with some versions of Kickstart. Disable it. */
+#if 0
     /* Try to make floppy access from Kickstart faster.  */
     if (dskdmaen != 2)
 	return;
@@ -1222,6 +1224,7 @@
 	    }
 	}
     }
+#endif
 }
 
 /* not a real hardware register */
