From owner-freebsd-current@FreeBSD.ORG Mon Apr 28 22:13:47 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B258E106564A for ; Mon, 28 Apr 2008 22:13:47 +0000 (UTC) (envelope-from jonathan@onegoodidea.com) Received: from mailhost.significant-whitespace.com (mailhost.significant-whitespace.com [217.155.157.131]) by mx1.freebsd.org (Postfix) with ESMTP id 65FDC8FC0A for ; Mon, 28 Apr 2008 22:13:47 +0000 (UTC) (envelope-from jonathan@onegoodidea.com) Received: from [10.0.1.197] (wifi.significant-whitespace.com [217.155.157.133]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mailhost.significant-whitespace.com (Postfix) with ESMTP id 8FD077FC1D8; Mon, 28 Apr 2008 23:13:45 +0100 (BST) Message-Id: <229835A2-39F7-480D-9560-D27705A16092@onegoodidea.com> From: Jonathan Hogg To: Stuart Fraser In-Reply-To: <4a1601c8a95c$30290860$907b1920$@net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Mon, 28 Apr 2008 23:13:45 +0100 References: <21E3C9BA-8DE2-470C-AEA1-58FE3D192EC7@onegoodidea.com> <4a1601c8a95c$30290860$907b1920$@net> X-Mailer: Apple Mail (2.919.2) Cc: 'FreeBSD Current' Subject: Re: vge(4) gigabit on VIA EPIA SN 18000 board (again) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2008 22:13:47 -0000 On 28 Apr 2008, at 19:17, Stuart Fraser wrote: > Secondly there is a patch to the vge(4) driver which mostly fixes > the 1G > issues. What I was finding is that if I configured the interface in > rc.conf > it wouldn't come up in 1G mode it would auto select 100FullDuplex. > Anytime > after that it seemed to configure fine - go figure so I just config > it in a > later /usr/local/etc/rc.d script. I have tried to soak test as much > as I can > and it appears stable underload. Cool. I applied the patches (or thought I had) and managed to get gigabit stable for a short while by poking around with ifconfig settings. Unfortunately as soon as I rebooted I'd lost it and couldn't manage to get it back again - I'm not sure what I did in the first place. Instead my poking around was rewarded with a kernel panic. It's late now and I need the machine back on the network, so I've switched back over to the vr(4) port for the moment. Tomorrow I'll check my patching more carefully. Can you tell me though what your rc.d script contains? Thanks for the help so far. Jonathan