From 04b6fde9ae20d915ce891f5f6a85319c6b8a326b Mon Sep 17 00:00:00 2001 From: timmmooney <mooney@aps.anl.gov> Date: Fri, 6 Oct 2006 18:05:24 +0000 Subject: [PATCH] Added comment explaining ipacAddVIPC616_01() parameters. --- iocBoot/iocvxWorks/industryPack.cmd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/iocBoot/iocvxWorks/industryPack.cmd b/iocBoot/iocvxWorks/industryPack.cmd index 2a148bc..8ec6f2b 100644 --- a/iocBoot/iocvxWorks/industryPack.cmd +++ b/iocBoot/iocvxWorks/industryPack.cmd @@ -25,6 +25,11 @@ #ipacAddMVME162("A:l=3,3 m=0xe0000000,64;B:l=3,3 m=0xe0010000,64;C:l=3,3 m=0xe0020000,64;D:l=3,3 m=0xe0030000,64") # Select for SBS VIPC616-01 version IP carrier. +# ipacAddVIPC616_01("<a16 address>, <a32 address>") +# (fixed 8 MB of a32 memory per module) +# OR +# ipacAddVIPC616_01("<a16 address>, <a24 address>, <size (kB) of a24 per module>") +# ipacAddVIPC616_01("0x3000,0xa0000000") ipacAddVIPC616_01("0x3400,0xa2000000") -- GitLab