From owner-freebsd-net@FreeBSD.ORG Tue Apr 14 05:03:28 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F4F4106564A for ; Tue, 14 Apr 2009 05:03:28 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.229]) by mx1.freebsd.org (Postfix) with ESMTP id 2EED48FC0C for ; Tue, 14 Apr 2009 05:03:27 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id l9so2290300rvb.43 for ; Mon, 13 Apr 2009 22:03:27 -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=MDmjGhuRVl7jZevSwC70icPXuh0SoLkjFDOhkMYAnsY=; b=ouBnBi7bMFT1ntXw0k1p9WJYOiq7SdPG41+heS1yZL6qBXaagxIX52qiU1dKAVFbiL AcQa09XLgVV3vbKSqdkgAq7Z57eN0BgfDJVZbA7b5ZM+LczzmpJhPpWzioXx7K6VTK9U 4mzo9lL6UJ2stgEI16pNF76bCroljED1mA7qk= 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=QYpYDobKlgDm+O+v4IlEd2C/xpSm9971TAN60FoE7yeAurz9GntRlgvMXudpqKkA+i AwZBsawOBC8ARgPCYHQ+YyaWCRIA3y1OZ5wSUhXEju0bfI0A0fez0olt8AYXkFtWME40 H+cLQRt5N2L4QiJwlgauHYQZDsMwPCdetwAgE= Received: by 10.141.37.8 with SMTP id p8mr3059476rvj.18.1239685407707; Mon, 13 Apr 2009 22:03:27 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ([114.111.62.249]) by mx.google.com with ESMTPS id f42sm8913689rvb.11.2009.04.13.22.03.25 (version=SSLv3 cipher=RC4-MD5); Mon, 13 Apr 2009 22:03:26 -0700 (PDT) Received: by michelle.cdnetworks.co.kr (sSMTP sendmail emulation); Tue, 14 Apr 2009 14:05:38 +0900 From: Pyun YongHyeon Date: Tue, 14 Apr 2009 14:05:38 +0900 To: Leon Feng Message-ID: <20090414050538.GD65724@michelle.cdnetworks.co.kr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-net@freebsd.org Subject: Re: [vge] VIA VT6130 only auto negotiating to 1000baseT after down/up X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2009 05:03:28 -0000 On Tue, Apr 14, 2009 at 11:55:55AM +0800, Leon Feng wrote: > Hi, > > I am running CURRENT r190987 on VIA EPIA board with VT6130 chip. > I found two problems: > > 1. After normal boot, vge only auto negotiate to 100baseTX. Then > # ifconfig vge1 down > # ifconfig vge1 up > And vge1 will auto negotiate to 1000baseT. > It's normal to see negotiated speed/duplex only after configuring network interface(At least you have to up the interface to get valid link). You have configured vge1 in rc.conf, right? > 2. After reboot the system, there is an error message: > " savecore: reboot after panic: mutex vge0 not owned at > /usr/src/sys/modules/vge/../../dev/vge/if_vge.c:2395" > Hmm, there is no such line number 2395 in if_vge.c. Please make sure you've updated to latest CURRENT. And if you can see the panic again show me full back-trace info. > Do not know whether these two are related. Any one has an idea? > I think the former has nothing to do with the latter.