Limit auto-declaration of record types to regRecDevDrv only

Allowing this while expanding DBD files for IOCs can insert other
device supports before of the Base "Soft Channel" ones, making the
other type the default. Adds a note that DBD file order matters.

Fixes lp: #1908305
This commit is contained in:
Andrew Johnson
2021-02-21 17:13:44 -06:00
parent e881cb15c4
commit bee00658ae
3 changed files with 9 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
include "xxxRecord.dbd"
device(xxx,CONSTANT,devXxxSoft,"SoftChannel")
device(xxx,CONSTANT,devXxxSoft,"Soft Channel")