From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2386 invoked by alias); 8 Jun 2009 11:21:48 -0000 Received: (qmail 2374 invoked by uid 22791); 8 Jun 2009 11:21:47 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-bw0-f210.google.com (HELO mail-bw0-f210.google.com) (209.85.218.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 08 Jun 2009 11:21:41 +0000 Received: by bwz6 with SMTP id 6so3246061bwz.30 for ; Mon, 08 Jun 2009 04:21:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.114.140 with SMTP id e12mr6592821bkq.68.1244460098074; Mon, 08 Jun 2009 04:21:38 -0700 (PDT) In-Reply-To: <1244458362.31511.0.camel@win0040> References: <1244215787.30295.28.camel@win0040> <1244458362.31511.0.camel@win0040> Date: Mon, 08 Jun 2009 11:21:00 -0000 Message-ID: Subject: Re: PowerPC Ethernet issue From: Edgar Grimberg To: Robert Morse Cc: ecos-devel@ecos.sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2009-06/txt/msg00017.txt.bz2 On Mon, Jun 8, 2009 at 12:52 PM, Robert Morse wrot= e: > Thanks, > =A0 =A0 =A0 =A0That is what I thought I needed to do. On thing to be careful about: tsec_eth_start (starting the ethernet device) can and will be called many times, even if the device is already started. You will want to auto-negotiate only if needed (the device is stopped). Regards, Edgar