From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14890 invoked by alias); 25 Feb 2002 22:02:30 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 14685 invoked from network); 25 Feb 2002 22:02:24 -0000 Received: from unknown (HELO mta15n.bluewin.ch) (195.186.1.71) by sources.redhat.com with SMTP; 25 Feb 2002 22:02:24 -0000 Received: from CHARLESHENRI (213.3.203.37) by mta15n.bluewin.ch (Bluewin AG 6.0.040) id 3C763848000F82D2; Mon, 25 Feb 2002 23:01:53 +0100 Message-ID: <000901c1be47$b4fb2d40$0401a8c0@CHARLESHENRI> From: "Charles-Henri Balet" To: "Grant Edwards" , Subject: Re: GDB using Angel error on an OKI board Date: Mon, 25 Feb 2002 14:02:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-SW-Source: 2002-02/txt/msg00311.txt.bz2 Hi, I have modified the source code of the ardi.c and put the delay time to 0.5 sec. and all work fine. thanks for your help balet charles-henri /* * 960430 KWelton * * There is a race in the renegotiation protocol: the * target has to have had time to load new config before * we send the link check packet - insert a deliberate * pause (100ms) to give the target some time */ Adp_delay(500000);