diff --git a/acsApp/Db/Makefile b/dsmApp/Db/Makefile similarity index 100% rename from acsApp/Db/Makefile rename to dsmApp/Db/Makefile diff --git a/acsApp/Makefile b/dsmApp/Makefile similarity index 100% rename from acsApp/Makefile rename to dsmApp/Makefile diff --git a/acsApp/iocsh/ACS_MD90.iocsh b/dsmApp/iocsh/DSM_MD90.iocsh similarity index 100% rename from acsApp/iocsh/ACS_MD90.iocsh rename to dsmApp/iocsh/DSM_MD90.iocsh diff --git a/acsApp/iocsh/Makefile b/dsmApp/iocsh/Makefile similarity index 100% rename from acsApp/iocsh/Makefile rename to dsmApp/iocsh/Makefile diff --git a/acsApp/src/MD90Driver.cpp b/dsmApp/src/MD90Driver.cpp similarity index 100% rename from acsApp/src/MD90Driver.cpp rename to dsmApp/src/MD90Driver.cpp diff --git a/acsApp/src/MD90Driver.h b/dsmApp/src/MD90Driver.h similarity index 100% rename from acsApp/src/MD90Driver.h rename to dsmApp/src/MD90Driver.h diff --git a/acsApp/src/Makefile b/dsmApp/src/Makefile similarity index 100% rename from acsApp/src/Makefile rename to dsmApp/src/Makefile diff --git a/acsApp/src/devAcsMotor.dbd b/dsmApp/src/devDsmMotor.dbd similarity index 100% rename from acsApp/src/devAcsMotor.dbd rename to dsmApp/src/devDsmMotor.dbd diff --git a/acsApp/src/devMD90.cc b/dsmApp/src/devMD90.cc similarity index 100% rename from acsApp/src/devMD90.cc rename to dsmApp/src/devMD90.cc diff --git a/acsApp/src/drvMD90.cc b/dsmApp/src/drvMD90.cc similarity index 100% rename from acsApp/src/drvMD90.cc rename to dsmApp/src/drvMD90.cc diff --git a/acsApp/src/drvMD90.h b/dsmApp/src/drvMD90.h similarity index 100% rename from acsApp/src/drvMD90.h rename to dsmApp/src/drvMD90.h diff --git a/acsApp/src/AcsRegister.cc b/dsmApp/src/dsmRegister.cc similarity index 100% rename from acsApp/src/AcsRegister.cc rename to dsmApp/src/dsmRegister.cc diff --git a/acsApp/src/AcsRegister.h b/dsmApp/src/dsmRegister.h similarity index 100% rename from acsApp/src/AcsRegister.h rename to dsmApp/src/dsmRegister.h diff --git a/iocs/acsIOC/Makefile b/iocs/dsmIOC/Makefile similarity index 100% rename from iocs/acsIOC/Makefile rename to iocs/dsmIOC/Makefile diff --git a/iocs/acsIOC/configure/CONFIG b/iocs/dsmIOC/configure/CONFIG similarity index 100% rename from iocs/acsIOC/configure/CONFIG rename to iocs/dsmIOC/configure/CONFIG diff --git a/iocs/acsIOC/configure/CONFIG_SITE b/iocs/dsmIOC/configure/CONFIG_SITE similarity index 100% rename from iocs/acsIOC/configure/CONFIG_SITE rename to iocs/dsmIOC/configure/CONFIG_SITE diff --git a/iocs/acsIOC/configure/EXAMPLE_CONFIG_SITE.local b/iocs/dsmIOC/configure/EXAMPLE_CONFIG_SITE.local similarity index 100% rename from iocs/acsIOC/configure/EXAMPLE_CONFIG_SITE.local rename to iocs/dsmIOC/configure/EXAMPLE_CONFIG_SITE.local diff --git a/iocs/acsIOC/configure/EXAMPLE_RELEASE.local b/iocs/dsmIOC/configure/EXAMPLE_RELEASE.local similarity index 100% rename from iocs/acsIOC/configure/EXAMPLE_RELEASE.local rename to iocs/dsmIOC/configure/EXAMPLE_RELEASE.local diff --git a/iocs/acsIOC/configure/Makefile b/iocs/dsmIOC/configure/Makefile similarity index 100% rename from iocs/acsIOC/configure/Makefile rename to iocs/dsmIOC/configure/Makefile diff --git a/iocs/acsIOC/configure/RELEASE b/iocs/dsmIOC/configure/RELEASE similarity index 100% rename from iocs/acsIOC/configure/RELEASE rename to iocs/dsmIOC/configure/RELEASE diff --git a/iocs/acsIOC/configure/RULES b/iocs/dsmIOC/configure/RULES similarity index 100% rename from iocs/acsIOC/configure/RULES rename to iocs/dsmIOC/configure/RULES diff --git a/iocs/acsIOC/configure/RULES.ioc b/iocs/dsmIOC/configure/RULES.ioc similarity index 100% rename from iocs/acsIOC/configure/RULES.ioc rename to iocs/dsmIOC/configure/RULES.ioc diff --git a/iocs/acsIOC/configure/RULES_DIRS b/iocs/dsmIOC/configure/RULES_DIRS similarity index 100% rename from iocs/acsIOC/configure/RULES_DIRS rename to iocs/dsmIOC/configure/RULES_DIRS diff --git a/iocs/acsIOC/configure/RULES_TOP b/iocs/dsmIOC/configure/RULES_TOP similarity index 100% rename from iocs/acsIOC/configure/RULES_TOP rename to iocs/dsmIOC/configure/RULES_TOP diff --git a/iocs/acsIOC/acsApp/Db/Makefile b/iocs/dsmIOC/dsmApp/Db/Makefile similarity index 100% rename from iocs/acsIOC/acsApp/Db/Makefile rename to iocs/dsmIOC/dsmApp/Db/Makefile diff --git a/iocs/acsIOC/acsApp/Makefile b/iocs/dsmIOC/dsmApp/Makefile similarity index 100% rename from iocs/acsIOC/acsApp/Makefile rename to iocs/dsmIOC/dsmApp/Makefile diff --git a/iocs/acsIOC/acsApp/src/Makefile b/iocs/dsmIOC/dsmApp/src/Makefile similarity index 100% rename from iocs/acsIOC/acsApp/src/Makefile rename to iocs/dsmIOC/dsmApp/src/Makefile diff --git a/iocs/acsIOC/acsApp/src/acsMain.cpp b/iocs/dsmIOC/dsmApp/src/dsmMain.cpp similarity index 100% rename from iocs/acsIOC/acsApp/src/acsMain.cpp rename to iocs/dsmIOC/dsmApp/src/dsmMain.cpp diff --git a/iocs/acsIOC/iocBoot/Makefile b/iocs/dsmIOC/iocBoot/Makefile similarity index 100% rename from iocs/acsIOC/iocBoot/Makefile rename to iocs/dsmIOC/iocBoot/Makefile diff --git a/iocs/acsIOC/iocBoot/iocAcs/Makefile b/iocs/dsmIOC/iocBoot/iocDsm/Makefile similarity index 100% rename from iocs/acsIOC/iocBoot/iocAcs/Makefile rename to iocs/dsmIOC/iocBoot/iocDsm/Makefile diff --git a/iocs/acsIOC/iocBoot/iocAcs/motor.substitutions.md90 b/iocs/dsmIOC/iocBoot/iocDsm/motor.substitutions.md90 similarity index 100% rename from iocs/acsIOC/iocBoot/iocAcs/motor.substitutions.md90 rename to iocs/dsmIOC/iocBoot/iocDsm/motor.substitutions.md90 diff --git a/iocs/acsIOC/iocBoot/iocAcs/st.cmd b/iocs/dsmIOC/iocBoot/iocDsm/st.cmd similarity index 100% rename from iocs/acsIOC/iocBoot/iocAcs/st.cmd rename to iocs/dsmIOC/iocBoot/iocDsm/st.cmd diff --git a/iocs/acsIOC/iocBoot/iocAcs/st.cmd.md90 b/iocs/dsmIOC/iocBoot/iocDsm/st.cmd.md90 similarity index 100% rename from iocs/acsIOC/iocBoot/iocAcs/st.cmd.md90 rename to iocs/dsmIOC/iocBoot/iocDsm/st.cmd.md90