allow to select PVA in user startup script
This commit is contained in:
@@ -37,7 +37,7 @@ R3 = strncmp(EPICS,"R3.",3)==0
|
||||
R7 = strncmp(EPICS,"R7.",3)==0
|
||||
|
||||
# Load PVA only on vxWorks 6 with more than 32 MB RAM
|
||||
PVA = R7 && VX6 && sysPhysMemTop()&0xfc000000&!getenv("NOPVA")
|
||||
PVA = R7 && VX6 && (PVA||(sysPhysMemTop()&0xfc000000)) && !getenv("NOPVA")
|
||||
|
||||
# Time server (must be set before loading iocCoreLibrary.munch for 3.14.12)
|
||||
# Need EPICS_TS_FORCE_NTPTIME for 7.0
|
||||
|
||||
Reference in New Issue
Block a user