From owner-freebsd-current@FreeBSD.ORG Wed Dec 24 08:30:27 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 971F2106567C for ; Wed, 24 Dec 2008 08:30:27 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.233]) by mx1.freebsd.org (Postfix) with ESMTP id 5C45A8FC1D for ; Wed, 24 Dec 2008 08:30:27 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so4261516rvf.43 for ; Wed, 24 Dec 2008 00:30:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from :to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=nKYSc4XbPRYiXpoY4eikgqgthE5Xr1mBtDsuz8T1Tbw=; b=mjt5hC73LWPqfarFXo2XgcYXDYxuXCqEPNefW7dOYVtBSU5EG1zuIddE75JtEqh/x5 IQ+N+DY8Cb+dV9GUlGvY9Sqo3upxOQN2wXFy70VzngFrUqvqHAUq06ZGV8Uhc90Nidq7 iGWvmYkh2zzMlHiT0ySVWCIgMKguWmQKZunP4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=ODgdjB6cyesdjF/3EwZHu7tZZtb9Eh3o8bwTb4vMR5haYXFSemBicGJYrVDdS64IIH 9Sfdku4FdtUqm/KOAk1CzsXHwgGVcnU6CwZckGO+AudgvpkcQH8rPIGdmWwvxzPgsRQI v0ZCKeGJW3pn3cRFkUNCaLIUrGLvIHAUblC4I= Received: by 10.141.113.3 with SMTP id q3mr4150770rvm.245.1230107427278; Wed, 24 Dec 2008 00:30:27 -0800 (PST) Received: from michelle.cdnetworks.co.kr ([211.53.35.84]) by mx.google.com with ESMTPS id l31sm29650765rvb.2.2008.12.24.00.30.24 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 24 Dec 2008 00:30:26 -0800 (PST) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id mBO8UKiI096614 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 24 Dec 2008 17:30:20 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id mBO8UKlG096613; Wed, 24 Dec 2008 17:30:20 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Wed, 24 Dec 2008 17:30:20 +0900 From: Pyun YongHyeon To: Bruce Cran Message-ID: <20081224083020.GG95088@cdnetworks.co.kr> References: <4947E59A.8000408@cran.org.uk> <20081217005106.GA66999@cdnetworks.co.kr> <49486EDD.6060607@cran.org.uk> <20081217034155.GB66999@cdnetworks.co.kr> <494897CB.7000507@cran.org.uk> <20081217084633.GG66999@cdnetworks.co.kr> <20081217091934.GH66999@cdnetworks.co.kr> <20081218043234.GA26186@muon.cran.org.uk> <20081219004737.GA75314@cdnetworks.co.kr> <20081224082040.7d200963@gluon> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081224082040.7d200963@gluon> User-Agent: Mutt/1.4.2.1i Cc: current@freebsd.org Subject: Re: RTL8102E (if_re) doesn't work with -current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Dec 2008 08:30:27 -0000 On Wed, Dec 24, 2008 at 08:20:40AM +0000, Bruce Cran wrote: > On Fri, 19 Dec 2008 09:47:37 +0900 > Pyun YongHyeon wrote: > > > Thanks for testing! > > Becasue there is possibility of watchdog timeouts would you please > > try attached patch again? (Make sure to backout all the applied > > patches before testing new patch.) > > > > Sorry I didn't get a chance to test this before I left the > apartment with the problematic switch; back home the network works > fine without any patches. > FYI: Slightly modified patch committed to HEAD(r186389). -- Regards, Pyun YongHyeon