Gilles Espinasse wrote:
----- Original Message ----- From: <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, November 01, 2004 12:50 AM
Subject: [Eagleusb-dev] eaglectrl options




Always eagleusb/driver/user/eaglectrl.c

/*
* FIXME: Add a check on the type of message. Currently in last version
* furnished by ADI there are: optn, mask, diag, flag, cntl
*
*/

I think it's a good question for Ludovic AUROUX.

mcoolive.


I had understood that cntl was only a mark for beginning and end of options
in the .conf file, no?
cntl 0 1 start the list
cntl 0 2 mark the end

yes look the comments in eu_msg.c :

ADDMSG(pSm->MsgSeq_Retrainer, MsgCNTL0_RSVD); /*CNTL0 1 - to have enough time * sending retrain CMVs*/

 /*
         * To tell modem it can go ahead to R_ACT_REQUEST state
         */
        ADDMSG(pSm->MsgSeq_Retrainer, MsgCNTL0_INIT); (

/*
     * Get our SoftReset message sequence initialized
     */
    pSm->MsgSeq_SoftReset.MsgCount = 0;
    ADDMSG( pSm->MsgSeq_SoftReset, MsgCNTL0_RSET);

/* for MsgSeq_SoftReset */
static eu_cmv_msg_t MsgCNTL0_RSET = { PREAMBLE, WRITE_TO_MODEM, 0xCDEF, 'C','N','T','L', 0, 0 };

/* for MsgSeq_Retrainer */
static eu_cmv_msg_t MsgCNTL0_RSVD = { PREAMBLE, WRITE_TO_MODEM, 0xEEEE, 'C','N','T','L', 0, 1 }; static eu_cmv_msg_t MsgCNTL0_INIT = { PREAMBLE, WRITE_TO_MODEM, 0xEEEE, 'C','N','T','L', 0, 2 };


When cmv list was extended to 16 values (win2.0.31) cntl 0 1 was removed
from CMVep.txt but not from CMVei.txt. I don't know why.


_______________________________________________
Eagleusb-dev mailing list
[email protected]
https://mail.gna.org/listinfo/eagleusb-dev




Reply via email to