From owner-freebsd-stable@FreeBSD.ORG Thu Feb 26 04:15:41 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF5501065670; Thu, 26 Feb 2009 04:15:41 +0000 (UTC) (envelope-from STEVE@stevenwills.com) Received: from mouf.net (mouf.net [208.86.224.195]) by mx1.freebsd.org (Postfix) with ESMTP id 8F39F8FC1B; Thu, 26 Feb 2009 04:15:41 +0000 (UTC) (envelope-from STEVE@stevenwills.com) Received: from [10.0.1.198] (cpe-069-134-142-204.nc.res.rr.com [69.134.142.204]) (authenticated bits=0) by mouf.net (8.14.2/8.14.2) with ESMTP id n1Q4FePd018604 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Wed, 25 Feb 2009 23:15:40 -0500 (EST) (envelope-from STEVE@stevenwills.com) Message-Id: <594BAC6A-498A-4B82-A18B-EB09FEA2F322@stevenwills.com> From: Steve Wills To: pyunyh@gmail.com In-Reply-To: <20090226041023.GD63173@michelle.cdnetworks.co.kr> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Wed, 25 Feb 2009 23:15:38 -0500 References: <20090226003842.GB63173@michelle.cdnetworks.co.kr> <95AD32AC-93AE-4945-A18E-CE7099BEC3CA@stevenwills.com> <20090226041023.GD63173@michelle.cdnetworks.co.kr> X-Mailer: Apple Mail (2.930.3) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0 (mouf.net [208.86.224.195]); Wed, 25 Feb 2009 23:15:41 -0500 (EST) X-Virus-Scanned: ClamAV 0.94.1/9048/Wed Feb 25 16:08:29 2009 on mouf.net X-Virus-Status: Clean Cc: stable@freebsd.org, yongari@freebsd.org Subject: Re: 7.1-R to RELENG_7 upgrade breaks re nic X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2009 04:15:42 -0000 On Feb 25, 2009, at 11:10 PM, Pyun YongHyeon wrote: >> I get 3 link state DOWN/UP notices when DHCP client starts. It works > > That's normal(Technically this is not correct behavior but it's the > way how it was implemented in driver). Ok. Not a huge deal, but would be nice to fix, of course. >> for exactly 60 seconds after boot, then stops. > > I guess re(4) thinks it lost established link. How about unplug and > then replug UTP cable? Would you show me "devinfo -rv | grep phy"? rgephy0 pnpinfo oui=0x732 model=0x11 rev=0x2 at phyno=1 >> Patch from earlier "fun >> with if_re" thread didn't help, > > Your issue is completely different one. Ok, good to know. >> if_re.c from -CURRENT failed to build. > > You have to use if_re.c/if_rl.c and if_rlreg.h from CURRENT to > build it on stable. Ok. I can test that if you wish. >> Reverting back to rev 1.95.2.36.2.2 fixes it. >> > > Your controller looks like RTL8168D PCIe controller. ATM I have no > idea why if_re.c 1.95.2.41 does not work. I'll let you know if I > find a clue. Ok. I'm happy to test any patches. Thanks, Steve