Commit Graph

14729 Commits

Author SHA1 Message Date
Jim Kowalkowski f318710159 increased the USP packet time-out to 250ms, added a parm to the configure()
routine to let user specify it.
1994-10-28 20:15:10 +00:00
John Winans 969487ef0b Added VME bus violation prevention code/bug fix from LANL. 1994-10-28 19:55:30 +00:00
Marty Kraimer a7cae0cf06 Initial installation into EPICS 1994-10-27 19:07:34 +00:00
Marty Kraimer 688d1219c2 Commented out camac support. Added devAvme9440 and devSysmon 1994-10-27 19:06:39 +00:00
Marty Kraimer b3399e7ae9 added ability to retrieve string fields as numerics 1994-10-27 19:05:36 +00:00
Marty Kraimer 1cbf4551dc Got rid of all calls related tp ols timestamp support 1994-10-26 19:32:39 +00:00
Marty Kraimer 14912e25cc Changed per Ned's request. Still beta version 1994-10-26 19:30:49 +00:00
Johnny Tang d3e8ec28cb Commit updating Makefile.Vx of adding new record types. 1994-10-25 18:57:39 +00:00
Johnny Tang d5b71995dd Commit adding new record support code of aai, aao, dfanout, mbbiDirec, and mbboDirect. 1994-10-25 18:54:36 +00:00
Johnny Tang 372d04354b commented out libDb.a in DEPLIBS list. 1994-10-25 17:45:54 +00:00
John Winans 6f289cf7fb Changed the SRCS macro to SRCS.c and SRCS.cc. 1994-10-25 15:59:09 +00:00
Johnny Tang 0965670f0a Add Camac DevSup in the Makefile.Vx 1994-10-21 18:43:40 +00:00
Johnny Tang 53586aefcf Commit adding of Camac DevSup Document. 1994-10-20 20:04:26 +00:00
Johnny Tang c7754ef1ff Commit adding of Camac Device Support code to r3.12 1994-10-20 19:50:18 +00:00
Marty Kraimer 0650bcde7d Added support for scan and wait records 1994-10-19 20:05:12 +00:00
Marty Kraimer 173da3eb7a Added support for arbitrary block transfer requests 1994-10-19 20:04:10 +00:00
John Winans a781baf507 Added a manual rearm mode to the driver. 1994-10-19 18:31:52 +00:00
John Winans 7a96e3e27e ANSIfied the bitbus driver so that the compiler stopped warning about
exery third line of code.
1994-10-19 18:31:22 +00:00
John Winans d8f2d20e09 Added the bitbus driver's .o file (left it out before.) 1994-10-19 18:30:42 +00:00
Mark Anderson 53c7dc1109 Additional notes regarding write permissions for multiple architecture builds... 1994-10-14 19:35:35 +00:00
Mark Anderson c1a4e6d3f7 Some supplemental information for building on HP and Alpha. 1994-10-14 19:30:32 +00:00
Mark Anderson d4bfcaf67b Clean up some inconsistencies which Alpha OSF/1 systems complained about
(these changes have been fenced in by #ifdef __alpha, etc).
1994-10-13 20:00:27 +00:00
Mark Anderson 3c96fdef74 Change the locally defined and used random() function to local_random() to
avoid collision with the standard math library's random() function.
1994-10-13 19:58:34 +00:00
Mark Anderson 9bf17bdc72 Introduce a new file, realpath.c, for emulating the realpath() system call
on SUNOS on non-SUNOS systems such as HP-UX and OSF/1.  Note that on SUNOS
systems, realpath.c is empty after pre-processing and does not interfere
with the system supplied version.
1994-10-13 19:56:53 +00:00
Mark Anderson 8af01b54c1 Add realpath.c and realpath.o to the Makefile for incorporation into the
libCom library, thereby satisfying the realpath() function calls found
in other parts of EPICS.  Note that realpath() is found in SUNOS, but not
HP-UX or OSF/1,... (and that realpath.c is empty after pre-processing on SUN).
1994-10-13 19:54:15 +00:00
Mark Anderson 6a163b5d83 Introduce temporary symbol (ARCH_TYPE=$$ARCH) and use in later targets/rules
to avoid problem with $* symbol resolution in some versions of gnumake.
1994-10-13 19:44:34 +00:00
Janet B. Anderson ce9e6f8186 Added rule for drvSup 1994-10-06 14:41:20 +00:00
Janet B. Anderson 2dd007c5e5 Modified syntax of makefile usage 1994-10-05 18:45:57 +00:00
Janet B. Anderson 5b94f9dd1f Must skip over constant when looking for COND_END,COND_ELS 1994-10-05 18:43:37 +00:00
Janet B. Anderson cfb80a657f Added USR_LDFLAGS 1994-10-05 18:43:00 +00:00
Janet B. Anderson 941f41a99d Renamed version.h to epicsVersion.h 1994-10-05 18:28:17 +00:00
John Winans 70ab19bce4 Added bug fixes to recSeq.c in order to allow CA links to work. 1994-10-04 18:48:35 +00:00
John Winans 5c5184547c Actually made things compile in here. 1994-10-04 18:47:57 +00:00
John Winans 34979f6b77 Added an extensive debugging facility. 1994-10-04 18:42:46 +00:00
Jeff Hill 461c42e5d5 added S_db_Pending 1994-09-29 20:59:09 +00:00
Jeff Hill 92289698c4 EPICS_CA_SEARCH_ADDR_LIST => EPICS_CA_ADDR_LIST 1994-09-29 20:58:32 +00:00
Jeff Hill aeb4cd2791 handle pend status from dbPutNotify()
flush send after every put notify
dont send out of memory exception in reply to search requests that
	dont have a matching channel name
1994-09-29 20:58:01 +00:00
Jeff Hill 2182c83be2 proper incr of oustanding io count and proper polarity of io test 1994-09-29 20:39:27 +00:00
Jeff Hill 26e6b831c8 * .01 010393 Applied fix for zero C ISR param causes incorrect
*               identification as MACRO ISR problem.
1994-09-29 20:03:06 +00:00
Jeff Hill c81a313f0b removed trailing comma 1994-09-29 20:01:54 +00:00
Jeff Hill e33adef70e EPICS_CA_SEARCH_ADDR_LIST => EPICS_CA_ADDR_LIST 1994-09-29 19:59:25 +00:00
Jeff Hill 622be8f762 removed #if . 1994-09-29 19:58:00 +00:00
Mike Bordua f675117f54 Added gsd_sync_subr for opi build. 1994-09-29 01:11:08 +00:00
Janet B. Anderson f8d85e30ef Modified for more changes in CONFIG and RULES files 1994-09-21 22:00:47 +00:00
Marty Kraimer ca33e25e16 For cvtDoubleToString use fixed up to 1e16 1994-09-16 18:50:18 +00:00
Marty Kraimer e5df4af4bc Removed EPICS_CMD_PROTO_PORT 1994-09-14 15:24:54 +00:00
Marty Kraimer 2a03be3bf3 Changed at5vxi_bi_driver to xy240_bi_driver 1994-09-14 15:23:58 +00:00
Marty Kraimer 40192bd6b3 Added mz8310NoShutdown and got rid of some warning messages 1994-09-14 15:23:00 +00:00
Janet B. Anderson cc01f3f5fc Cleanup of files 1994-09-09 17:33:30 +00:00
Marty Kraimer 786b590841 Added globalsource.o to objects 1994-09-09 12:41:37 +00:00