EPICS Home

Experimental Physics and Industrial Control System


 
2002  2003  2004  2005  2006  <20072008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 2002  2003  2004  2005  2006  <20072008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: RE: vxDevWriteProbe does read
From: "Peng, Sheng" <[email protected]>
To: "Andrew Johnson" <[email protected]>
Cc: <[email protected]>
Date: Thu, 11 Jan 2007 18:25:00 -0800
Hi Andrew,
I saw your follow-up in Mantis.
You already fixed this bug in CVS for R3.14.9.
Can we get an offcial patch for R3.14.7 and R3.14.8.2?

Thanks.
Sheng


/***********************************************************/
There is a bug in base/src/libCom/osi/os/vxWorks/devLibOSD.c
The devWriteProbe is actually doing read for vxWorks.


static long vxDevWriteProbe (unsigned wordSize, volatile void *ptr, const void *pValue)
{
    long status;

    /*
     * this global variable exists in the nivxi library
     */
    status = vxMemProbe ((char *)ptr, VX_READ, wordSize, (char *) pValue);
    if (status!=OK) {
        return S_dev_noDevice;
    }

    return 0;
}
/***********************************************************/







Replies:
Re: vxDevWriteProbe does read Andrew Johnson

Navigate by Date:
Prev: CA on cygwin port is slower than native windows port Jeff Hill
Next: Re: drvTS Ralph Lange
Index: 2002  2003  2004  2005  2006  <20072008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: CA on cygwin port is slower than native windows port Eric Norum
Next: Re: vxDevWriteProbe does read Andrew Johnson
Index: 2002  2003  2004  2005  2006  <20072008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024