From deda7b75e87fa286f371700ebc0332bcb836e1f0 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Fri, 1 May 2009 18:31:18 +0000 Subject: [PATCH] Fix up MAXv comments on Address Space. --- iocBoot/iocNoAsyn/st.cmd.Vx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/iocBoot/iocNoAsyn/st.cmd.Vx b/iocBoot/iocNoAsyn/st.cmd.Vx index 6197248f..8ee1d944 100644 --- a/iocBoot/iocNoAsyn/st.cmd.Vx +++ b/iocBoot/iocNoAsyn/st.cmd.Vx @@ -43,14 +43,14 @@ dbLoadRecords("$(MOTOR)/db/motorUtil.db", "P=IOC:") # OMS MAXv driver setup parameters: # (1)number of cards in array. -# (2)VME Address Type (16,24,32). -# (3)Base Address on 4K (0x1000) boundary. +# (2)VME Address Space - A(16,24,32). +# (3)Base Address (see README file). # (4)interrupt vector (0=disable or 64 - 255). # (5)interrupt level (1 - 6). # (6)motor task polling rate (min=1Hz,max=60Hz). -#!MAXvSetup(1, 16, 0xF000, 190, 5, 10) -#!MAXvSetup(1, 24, 0xF00000, 190, 5, 10) -#!MAXvSetup(1, 32, 0xB0000000, 190, 5, 10) +#!MAXvSetup(1, 16, 0xF000, 190, 5, 10) +#!MAXvSetup(1, 24, 0xFF0000, 190, 5, 10) +#!MAXvSetup(1, 32, 0xFF000000, 190, 5, 10) #!drvMAXvdebug=4 # OMS MAXv configuration string: