Files
2013-09-26 17:14:40 +02:00

22 lines
543 B
Plaintext

$NetBSD: patch-ab,v 1.5 2005/10/14 22:15:49 kristerw Exp $
--- 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 */