changeset 1844:601979dd86e0

Added correct step rate for Alpha drives
author afra
date Tue, 21 Jun 2005 00:23:41 +0000
parents ed0f95f8caf4
children d20130550ce5
files level1/makefile.dalpha
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/level1/makefile.dalpha	Fri Jun 17 00:42:50 2005 +0000
+++ b/level1/makefile.dalpha	Tue Jun 21 00:23:41 2005 +0000
@@ -9,6 +9,10 @@
 #	Added options to specify the step rate of the created 
 #	floppy devices.
 #
+# 2005-06-20, P.Harvey-Smith.
+#	Set default step rate to match that of the Alpha version of OS-9
+#	as I know the Alpha drives can cope with this.
+
 
 include ../rules.mak
 
@@ -33,7 +37,8 @@
 #Default step rate for floppy drives
 #Step can be one of : 0=30ms, 1=20ms, 2=12ms, 3=6ms
 #Note old drives often require 30ms
-STEP		= 0
+#Alpha OS-9 has this set to 12ms, so we use that setting
+STEP		= 2
 
 CMDS		= $(shell $(CD) cmds; make showcocoobjs)
 BOOTTRACK	= $(shell $(CD) modules; make -f makefile.dragon showboottrack)