From 79795cd1b03e94cd59e40ab8103364671e013be7 Mon Sep 17 00:00:00 2001
From: timmmooney <mooney@aps.anl.gov>
Date: Wed, 17 Dec 2008 23:35:02 +0000
Subject: [PATCH] remove genSub, add busy

---
 xxxApp/src/iocxxx_solarisInclude.dbd | 5 ++++-
 xxxApp/src/xxxCommonInclude.dbd      | 8 ++++++--
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/xxxApp/src/iocxxx_solarisInclude.dbd b/xxxApp/src/iocxxx_solarisInclude.dbd
index 2e8a8c3..ee8ffeb 100644
--- a/xxxApp/src/iocxxx_solarisInclude.dbd
+++ b/xxxApp/src/iocxxx_solarisInclude.dbd
@@ -4,8 +4,10 @@ include "asyn.dbd"
 include "drvAsynSerialPort.dbd"
 include "drvAsynIPPort.dbd"
 include "stdSupport.dbd"
-include "genSubRecord.dbd"
+# starting with EPICS 3.14.10, use aSub instead of genSub
+#include "genSubRecord.dbd"
 include "calcSupport.dbd"
+include "busySupport.dbd"
 include "sscanSupport.dbd"
 include "asSupport.dbd"
 include "opticsSupport.dbd"
@@ -24,3 +26,4 @@ include "motorSimSupport.dbd"
 #include "roperCCDSupport.dbd"
 #include "devMclennanMotor.dbd"
 #include "devImsMotor.dbd"
+
diff --git a/xxxApp/src/xxxCommonInclude.dbd b/xxxApp/src/xxxCommonInclude.dbd
index d21cd64..be0c6ca 100644
--- a/xxxApp/src/xxxCommonInclude.dbd
+++ b/xxxApp/src/xxxCommonInclude.dbd
@@ -1,6 +1,7 @@
 # stuff for non-vxWorks ioc
 include "base.dbd"
 
+
 # asyn
 include "asyn.dbd"
 include "drvAsynSerialPort.dbd"
@@ -13,12 +14,15 @@ include "devGpib.dbd"
 # std
 include "stdSupport.dbd"
 
-# genSub
-include "genSubRecord.dbd"
+# genSub (for EPICS 3.14.10, use aSub)
+#include "genSubRecord.dbd"
 
 # calc
 include "calcSupport.dbd"
 
+# busy
+include "busySupport.dbd"
+
 # sscan
 include "sscanSupport.dbd"
 
-- 
GitLab