From owner-freebsd-stable@FreeBSD.ORG Tue Jan 31 14:17:03 2006 Return-Path: X-Original-To: stable@FreeBSD.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73C9B16A420; Tue, 31 Jan 2006 14:17:03 +0000 (GMT) (envelope-from oleg@lath.rinet.ru) Received: from lath.rinet.ru (lath.rinet.ru [195.54.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 379AC43D64; Tue, 31 Jan 2006 14:16:56 +0000 (GMT) (envelope-from oleg@lath.rinet.ru) Received: from lath.rinet.ru (localhost [127.0.0.1]) by lath.rinet.ru (8.13.4/8.13.4) with ESMTP id k0VEGtF3095074 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 31 Jan 2006 17:16:55 +0300 (MSK) (envelope-from oleg@lath.rinet.ru) Received: (from oleg@localhost) by lath.rinet.ru (8.13.4/8.13.4/Submit) id k0VEGtXL095073; Tue, 31 Jan 2006 17:16:55 +0300 (MSK) (envelope-from oleg) Date: Tue, 31 Jan 2006 17:16:55 +0300 From: Oleg Bulyzhin To: husnu demir Message-ID: <20060131141655.GA93396@lath.rinet.ru> References: <20060127161348.GA83922@cell.sick.ru> <20060127162904.GA1224732@metu.edu.tr> <20060128080843.GA22614@lath.rinet.ru> <20060129144448.GA1077392@metu.edu.tr> <20060130205742.GB82483@lath.rinet.ru> <20060131081435.GA1081452@metu.edu.tr> <20060131093625.GB88914@lath.rinet.ru> <20060131121637.GA495842@metu.edu.tr> <20060131122810.GF4297@cell.sick.ru> <20060131133111.GB495842@metu.edu.tr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060131133111.GB495842@metu.edu.tr> User-Agent: Mutt/1.5.11 Cc: stable@FreeBSD.org, Gleb Smirnoff Subject: Re: if_bge driver problem. - Upgrade to RELEASE :) 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: Tue, 31 Jan 2006 14:17:03 -0000 On Tue, Jan 31, 2006 at 03:31:11PM +0200, husnu demir wrote: > Anyway, let me learn to use cvs some other day. I do what u said and applied patch. It is working. At least I can ping and when I gave an IP address to the Interface and remove the physical connection, it shows UP/DOWN. If it is made UP but has no IP address, It shows nothing. But I will use it with an IP address so no problem. > Excuse me, I didnt understand this one: "If it is made UP but has no IP address, It shows nothing." Are you talking about running 'ifconfig bge2 up' (without ip bound to bge2)? "It shows nothing" - does it mean no UP/DOWN messages in console.log or ifconfig bge2 reports status 'no carrier'? > Switch still shows "CRC Error Frames" when I do UP/DOWN. I'll try to investigate the issue. > > Thanks. > > Husnu Demir. > > P.S. do you see both types of link messages in your console.log ('link UP/DOWN' and 'link state state change to UP/DOWN')? are they synchronized? -- Oleg.