From owner-freebsd-stable@FreeBSD.ORG Mon Mar 9 06:05:38 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3549106564A; Mon, 9 Mar 2009 06:05:38 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.226]) by mx1.freebsd.org (Postfix) with ESMTP id 873AB8FC14; Mon, 9 Mar 2009 06:05:38 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id f6so1641564rvb.43 for ; Sun, 08 Mar 2009 23:05:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=WlBElV2loFhMrACFOcWmCaxXFtLz/0r1kZkCK8Qp/xE=; b=pq4A/7aB/MQQra0aDyFFRp37chFJXZ3xysWJTWLXl3UL7I9FLgxWhKYXDsmtSiyaBn X2T0g12XbiT73vaZONlTXw2Z510oI0jKSg8x1Q3dIdhpVf52+LEH7TuRbO38JbjjhPVJ Cut/jEyEE2G0y65Wid6bDU5tSCaq+KM9ia1dA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=k0nWNRVdbBzytSififuuJZZ83zG3mOj4y9WKxErlNQKTuQw8URpNmewA4lSY5QEyZI Bct98lJCHv2o9y3imKjfrEmyuV3EWfTwI12FRbXKmJBWLYZKbtq1uaRIypLAWqDjHskQ sFs4FHOHLFMBie8Md7Ket+2tz2MXXsSAnr+8I= Received: by 10.141.14.17 with SMTP id r17mr2891711rvi.1.1236578738208; Sun, 08 Mar 2009 23:05:38 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ([114.111.62.249]) by mx.google.com with ESMTPS id f42sm7642378rvb.3.2009.03.08.23.05.35 (version=SSLv3 cipher=RC4-MD5); Sun, 08 Mar 2009 23:05:37 -0700 (PDT) Received: by michelle.cdnetworks.co.kr (sSMTP sendmail emulation); Mon, 9 Mar 2009 15:03:47 +0900 From: Pyun YongHyeon Date: Mon, 9 Mar 2009 15:03:46 +0900 To: Gavin Stone-Tolcher Message-ID: <20090309060346.GG5039@michelle.cdnetworks.co.kr> References: <20090308023642.GB1531@michelle.cdnetworks.co.kr> <93D48C8BEA0F954FA6569C8A853EF79C02CE62E0@UQEXMB1.soe.uq.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <93D48C8BEA0F954FA6569C8A853EF79C02CE62E0@UQEXMB1.soe.uq.edu.au> User-Agent: Mutt/1.4.2.3i Cc: freebsd-stable@freebsd.org, Sascha Holzleiter , Jung-uk Kim Subject: Re: FreeBSD 7.1 Breaks re and rl Network Interface Drivers X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Mar 2009 06:05:39 -0000 On Mon, Mar 09, 2009 at 02:51:41PM +1000, Gavin Stone-Tolcher wrote: > > Have you tried re(4) in HEAD? > > I had one report that re(4) in HEAD still does not fix the issue so > > I posted a possible workaround for that. Unfortunately he didn't > > report back so I don't know whether it was right workaround or not. > > If re(4) in HEAD does not fix the issue, would you try attached > > patch and let me know how it goes? > > Hi, Just some more feedback on your patch. > I have a Jetway J7F4K1G2E board with dual embedded > RealteK RTL8110SC. I tried using the 19 January 2009 jkim > patches: > > > > > > http://people.freebsd.org/~jkim/re/re.stable2.diff > > And also tried using what I believe are same changes he made > to HEAD via if_re.c, if_rl.c and if_rlreg.h(187483), and > still had issues with the controllers at system startup. > > I have been using your patch above originally proffered on > Feb 13 since Feb 18 and the system has been working fine > since then. > Thanks a lot! This is the report I had been waiting for. I've committed the patch to HEAD(r189555).