Added OMS MAXv device driver.

This commit is contained in:
Ron Sluiter
2004-06-21 21:04:03 +00:00
parent 98b6b675f9
commit 0da5622981
2 changed files with 6 additions and 1 deletions
+4 -1
View File
@@ -5,7 +5,7 @@ include $(TOP)/configure/CONFIG
# ADD MACRO DEFINITIONS AFTER THIS LINE
# The following are used for debugging messages.
#USR_CXXFLAGS += -DDEBUG
#!USR_CXXFLAGS += -DDEBUG
DBD += devOms.dbd
@@ -20,6 +20,9 @@ SRCS += devOms.cc drvOms.cc
# The following is required for the OMS VME58 (i.e., devOms58) device driver.
SRCS += devOms58.cc drvOms58.cc
# The following is required for the OMS MAXv device driver.
SRCS += devMAXv.cc drvMAXv.cc
include $(TOP)/configure/RULES
#----------------------------------------
# ADD RULES AFTER THIS LINE
+2
View File
@@ -1,6 +1,8 @@
# Oregon Micro Systems VME8/44 and VME58 Driver support.
device(motor,VME_IO,devOMS,"OMS VME8/44")
device(motor,VME_IO,devOms58,"OMS VME58")
device(motor,VME_IO,devMAXv,"OMS MAXv")
driver(drvOms)
driver(drvOms58)
driver(drvMAXv)