EPICS Home

Experimental Physics and Industrial Control System


 
1994  1995  <19961997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  <19961997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: Error in 3.12.2 patch file?
From: Jeff Hill <[email protected]>
To: Andy Foster <[email protected]>, Janet Anderson <[email protected]>
Cc: [email protected], Bakul Banerjee <[email protected]>
Date: Thu, 25 Jul 1996 11:01:13 -0600
Andy Foster wrote:

> 
> I have just copied over the 3.12.2 patches to get the
> ca_repeater fix. Line 455 of "base/src/ca/repeater.c" is:
> 
>   confirm.m_cmmd = htons(CA_PROTO_NOOP);
> 
> However, CA_PROTO_NOOP is not defined anywhere. It is defined
> in the 3.13.0alpha5 release.
> Therefore, I'm assuming that in 3.12, this should have been IOC_NOOP?
> 
> Can you confirm Jeff?

Thats correct. I just finished adding this change (a patch to the patch)
into epics_R3_12_2_patches.


cvs diff: Diffing .
Index: repeater.c
===================================================================
RCS file: /net/phoebus/epicsmgr/cvsroot/epics/base/src/ca/repeater.c,v
retrieving revision 1.32.6.1
diff -r1.32.6.1 repeater.c
455c455
<       confirm.m_cmmd = htons(CA_PROTO_NOOP);
---
>       confirm.m_cmmd = htons(IOC_NOOP);


Jeff

-- 

______________________________________________________________________
Jeffrey O. Hill			Internet	[email protected]
LANL MS H820			Voice		505 665 1831
Los Alamos, NM 87545 USA 	FAX		505 665 5107


Navigate by Date:
Prev: Re: passing macros from edd to dm? Deb Kerstiens
Next: Sequencer help; pvTimeStamp Ron Chestnut
Index: 1994  1995  <19961997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: passing macros from edd to dm? Deb Kerstiens
Next: Sequencer help; pvTimeStamp Ron Chestnut
Index: 1994  1995  <19961997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024