Removed device entries from base.dbd into their own .dbd files.

Devices for TestAsyn support are not included by base.dbd, but have
their own devTestAsyn.dbd file if required.
This commit is contained in:
Andrew Johnson
2003-08-11 22:22:39 +00:00
parent e31993bb84
commit e967392227
5 changed files with 53 additions and 34 deletions

View File

@@ -11,6 +11,8 @@ TOP=../../..
include $(TOP)/configure/CONFIG
DBD += devTestAsyn.dbd
LIBSRCS += devAiTestAsyn.c
LIBSRCS += devAoTestAsyn.c
LIBSRCS += devBiTestAsyn.c

View File

@@ -0,0 +1,12 @@
# $Id$
device(ai,CONSTANT,devAiTestAsyn,"Test Asyn")
device(ao,CONSTANT,devAoTestAsyn,"Test Asyn")
device(bi,CONSTANT,devBiTestAsyn,"Test Asyn")
device(bo,CONSTANT,devBoTestAsyn,"Test Asyn")
device(event,CONSTANT,devEventTestIoEvent,"Test Asyn")
device(mbbi,CONSTANT,devMbbiTestAsyn,"Test Asyn")
device(mbbo,CONSTANT,devMbboTestAsyn,"Test Asyn")
device(stringin,CONSTANT,devSiTestAsyn,"Test Asyn")
device(stringout,CONSTANT,devSoTestAsyn,"Test Asyn")
device(waveform,CONSTANT,devWfTestAsyn,"Test Asyn")