From 85db0b9dffda0aae488c993bb920235b685b0962 Mon Sep 17 00:00:00 2001
From: timmmooney <mooney@aps.anl.gov>
Date: Tue, 25 Nov 2014 17:50:09 +0000
Subject: [PATCH] Replace asynRecord.req with asynRecord_settings.req, and use
 $(P)$(R), instead of $(P) to identify the record, to agree with the database
 file.

---
 iocBoot/iocvxWorks/asynRecord.req          | 14 --------------
 iocBoot/iocvxWorks/asynRecord_settings.req | 14 ++++++++++++++
 2 files changed, 14 insertions(+), 14 deletions(-)
 delete mode 100644 iocBoot/iocvxWorks/asynRecord.req
 create mode 100644 iocBoot/iocvxWorks/asynRecord_settings.req

diff --git a/iocBoot/iocvxWorks/asynRecord.req b/iocBoot/iocvxWorks/asynRecord.req
deleted file mode 100644
index 39ca3af..0000000
--- a/iocBoot/iocvxWorks/asynRecord.req
+++ /dev/null
@@ -1,14 +0,0 @@
-$(P).SCAN
-$(P).TMOD
-$(P).OEOS
-$(P).IEOS
-$(P).OFMT
-$(P).IFMT
-$(P).TMOT
-$(P).NRRD
-$(P).BAUD
-$(P).DBIT
-$(P).SBIT
-$(P).PRTY
-$(P).MCTL
-$(P).FCTL
diff --git a/iocBoot/iocvxWorks/asynRecord_settings.req b/iocBoot/iocvxWorks/asynRecord_settings.req
new file mode 100644
index 0000000..1c5a4e9
--- /dev/null
+++ b/iocBoot/iocvxWorks/asynRecord_settings.req
@@ -0,0 +1,14 @@
+$(P)$(R).SCAN
+$(P).TMOD
+$(P)$(R).OEOS
+$(P)$(R).IEOS
+$(P)$(R).OFMT
+$(P)$(R).IFMT
+$(P)$(R).TMOT
+$(P)$(R).NRRD
+$(P)$(R).BAUD
+$(P)$(R).DBIT
+$(P)$(R).SBIT
+$(P)$(R).PRTY
+$(P)$(R).MCTL
+$(P)$(R).FCTL
-- 
GitLab