From owner-freebsd-stable@FreeBSD.ORG Wed Apr 15 04:12:53 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 AEDAD106566B for ; Wed, 15 Apr 2009 04:12:53 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.231]) by mx1.freebsd.org (Postfix) with ESMTP id 7C1038FC1A for ; Wed, 15 Apr 2009 04:12:53 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id l9so2741084rvb.43 for ; Tue, 14 Apr 2009 21:12:53 -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=UUDwnk+kFUqzOTqk/IpWrzJcM+kCHgGWupAkTHDKn0Q=; b=DI2HCbwN+uP3UKyeDp8POmnl8ShiQagaxWsRR/w4jX8eZGiJ7UrlB8G7b+LBzKz7fg uBhCqUEGOt+3S0z/a3sqNETWidLsYYB3Ao7gEOs7h50G2AGmIaA5FbVU85c/mFtq+AIw bSPkn3UfSVHR1iqqqD0wt8Sn0hCrYxfX5qEa4= 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=gio3wh1wWrmdBM8imPXZd3m0JBu/Ouq01FioYQBlaXaBTZfuCwywo3tPeBR2fcB2GX fPIIuw+bK1VGG176PiVLCltCfh6dUtVtY4Tw5CwFzQkOyXga9Fta0sq5fpNOJMPAvcBG 8o3cKgDtoczhMa64URDMIwcSBqa6bn2O5fAiY= Received: by 10.141.29.16 with SMTP id g16mr176065rvj.92.1239768772734; Tue, 14 Apr 2009 21:12:52 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ([114.111.62.249]) by mx.google.com with ESMTPS id g22sm9881995rvb.23.2009.04.14.21.12.50 (version=SSLv3 cipher=RC4-MD5); Tue, 14 Apr 2009 21:12:51 -0700 (PDT) Received: by michelle.cdnetworks.co.kr (sSMTP sendmail emulation); Wed, 15 Apr 2009 13:15:16 +0900 From: Pyun YongHyeon Date: Wed, 15 Apr 2009 13:15:16 +0900 To: "Sergey V. Dyatko" Message-ID: <20090415041516.GF65724@michelle.cdnetworks.co.kr> References: <20090414174527.145c6448@notebook> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090414174527.145c6448@notebook> User-Agent: Mutt/1.4.2.3i Cc: freebsd-stable@freebsd.org Subject: Re: problem with if_re on RELENG_7 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: Wed, 15 Apr 2009 04:12:54 -0000 On Tue, Apr 14, 2009 at 05:45:27PM +0300, Sergey V. Dyatko wrote: > Hi list, > > Are there any problems with the if_re ? > After upgrade RELENG_7 on my laptop NIC stopped to work:( > Would you let me know what was the last good working revision of if_re.c on your box? > uname -a: > FreeBSD notebook.minsk.domain 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #3: > Fri Apr 10 20:38:55 EEST 2009 > root@notebook.minsk.domain:/usr/obj/usr/src/sys/tiger-asus-a6m i386 > > notebook# dhclient re0 > DHCPDISCOVER on re0 to 255.255.255.255 port 67 interval 3 > DHCPDISCOVER on re0 to 255.255.255.255 port 67 interval 8 > DHCPDISCOVER on re0 to 255.255.255.255 port 67 interval 12 > DHCPDISCOVER on re0 to 255.255.255.255 port 67 interval 7 > DHCPDISCOVER on re0 to 255.255.255.255 port 67 interval 9 > DHCPDISCOVER on re0 to 255.255.255.255 port 67 interval 17 > DHCPDISCOVER on re0 to 255.255.255.255 port 67 interval 5 > No DHCPOFFERS received. > No working leases in persistent database - sleeping. > > /var/log/messages: > Apr 14 14:52:27 notebook kernel: re0: link state changed to DOWN > Apr 14 14:52:29 notebook kernel: re0: link state changed to UP > > > %ifconfig re0 > re0: flags=8843 metric 0 mtu > 1500 > options=389b > ether 00:1a:92:ca:b3:bc inet 0.0.0.0 netmask 0xff000000 broadcast > 255.255.255.255 media: Ethernet autoselect (100baseTX ) > status: active > > dmesg: http://tiger.byfly.by/files/dmesg.boot > pciconf -lv: http://tiger.byfly.by/files/pciconf.txt > kernel config: http://tiger.byfly.by/files/tiger-asus-a6m > > I also try with enabled INET6 and SCTP options (just in case) but same > result. > > -- > wbr, tiger