From fc784dc6d3d3ac4f46a910ee373f32d26e080505 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Mon, 3 Nov 2003 19:15:25 +0000 Subject: [PATCH] For EPICS R3.14.3 and above, prefix registerRecordDeviceDriver() with the name of the application. --- iocBoot/iocWithAsyn/st.cmd.Vx | 2 +- iocBoot/iocWithAsyn/st.cmd.linux | 2 +- iocBoot/iocWithAsyn/st.cmd.sun | 2 +- iocBoot/iocWithMPF/st.cmd.Vx | 2 +- iocBoot/iocWithMPF/st.cmd.linux | 2 +- iocBoot/iocWithMPF/st.cmd.sun | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/iocBoot/iocWithAsyn/st.cmd.Vx b/iocBoot/iocWithAsyn/st.cmd.Vx index 8522af1a..af22377c 100644 --- a/iocBoot/iocWithAsyn/st.cmd.Vx +++ b/iocBoot/iocWithAsyn/st.cmd.Vx @@ -23,7 +23,7 @@ ld < WithMPFVx.munch cd startup dbLoadDatabase("../../dbd/WithMPFVx.dbd") -registerRecordDeviceDriver(pdbbase) +WithMPFVx_registerRecordDeviceDriver(pdbbase) dbLoadRecords("../../db/WithMPF.db") diff --git a/iocBoot/iocWithAsyn/st.cmd.linux b/iocBoot/iocWithAsyn/st.cmd.linux index 76b1ae87..35c2e36b 100644 --- a/iocBoot/iocWithAsyn/st.cmd.linux +++ b/iocBoot/iocWithAsyn/st.cmd.linux @@ -3,7 +3,7 @@ errlogInit(0) dbLoadDatabase("../../dbd/WithMPF.dbd") -registerRecordDeviceDriver(pdbbase) +WithMPFVx_registerRecordDeviceDriver(pdbbase) dbLoadRecords("../../db/WithMPF.db") routerInit diff --git a/iocBoot/iocWithAsyn/st.cmd.sun b/iocBoot/iocWithAsyn/st.cmd.sun index 8b3df198..1a7941ba 100644 --- a/iocBoot/iocWithAsyn/st.cmd.sun +++ b/iocBoot/iocWithAsyn/st.cmd.sun @@ -3,7 +3,7 @@ errlogInit(0) dbLoadDatabase("../../dbd/WithMPF.dbd") -registerRecordDeviceDriver(pdbbase) +WithMPFVx_registerRecordDeviceDriver(pdbbase) dbLoadRecords("../../db/WithMPF.db") routerInit diff --git a/iocBoot/iocWithMPF/st.cmd.Vx b/iocBoot/iocWithMPF/st.cmd.Vx index 8522af1a..af22377c 100644 --- a/iocBoot/iocWithMPF/st.cmd.Vx +++ b/iocBoot/iocWithMPF/st.cmd.Vx @@ -23,7 +23,7 @@ ld < WithMPFVx.munch cd startup dbLoadDatabase("../../dbd/WithMPFVx.dbd") -registerRecordDeviceDriver(pdbbase) +WithMPFVx_registerRecordDeviceDriver(pdbbase) dbLoadRecords("../../db/WithMPF.db") diff --git a/iocBoot/iocWithMPF/st.cmd.linux b/iocBoot/iocWithMPF/st.cmd.linux index 76b1ae87..35c2e36b 100644 --- a/iocBoot/iocWithMPF/st.cmd.linux +++ b/iocBoot/iocWithMPF/st.cmd.linux @@ -3,7 +3,7 @@ errlogInit(0) dbLoadDatabase("../../dbd/WithMPF.dbd") -registerRecordDeviceDriver(pdbbase) +WithMPFVx_registerRecordDeviceDriver(pdbbase) dbLoadRecords("../../db/WithMPF.db") routerInit diff --git a/iocBoot/iocWithMPF/st.cmd.sun b/iocBoot/iocWithMPF/st.cmd.sun index 8b3df198..1a7941ba 100644 --- a/iocBoot/iocWithMPF/st.cmd.sun +++ b/iocBoot/iocWithMPF/st.cmd.sun @@ -3,7 +3,7 @@ errlogInit(0) dbLoadDatabase("../../dbd/WithMPF.dbd") -registerRecordDeviceDriver(pdbbase) +WithMPFVx_registerRecordDeviceDriver(pdbbase) dbLoadRecords("../../db/WithMPF.db") routerInit