From owner-freebsd-net@FreeBSD.ORG Sat Dec 13 03:03:30 2008 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 D49061065675 for ; Sat, 13 Dec 2008 03:03:30 +0000 (UTC) (envelope-from mamruoc@gmail.com) Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21]) by mx1.freebsd.org (Postfix) with ESMTP id 3B8068FC20 for ; Sat, 13 Dec 2008 03:03:30 +0000 (UTC) (envelope-from mamruoc@gmail.com) Received: by ewy14 with SMTP id 14so2406122ewy.19 for ; Fri, 12 Dec 2008 19:03:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=pQl8sJhBDScGVWn8m4ZgLZvgcU1gQm76v2wVgP2qsW0=; b=NuA6uA1dc6EPlteV1V2cH83fBcSASxnGoE48JTXYltJUq0BbKSb+5Qjz5v7aDeKhqK yu+vuf/esTG5VmUTouLsbBSoXzszf0Bt8LIPFDdqj5NjnBL+d2PPwsZAhqR4304eIl41 JfC+M42NcF3ljov+GK72XO3F4X3al0Lc8L2rg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=IW73hoabydArKjuyyhJ/qJoCee+EUZ3Fa/dR/M3Rd0j7kyim5GynVX2iqrsueoR0P3 Y8/vp62fpEyAa+IdBHjpwEbMCR0Q6we9fUCnqwzje2cUIi+YWm+ZwHqD9hH+nRvJjTae NbQnreQBZ9qOPKlYNC7GULjqSbzUQPY2pdrsQ= Received: by 10.210.59.14 with SMTP id h14mr1643695eba.8.1229137409078; Fri, 12 Dec 2008 19:03:29 -0800 (PST) Received: from appuru.bbse.no (217-14-12-49-dhcp-osl.bbse.no [217.14.12.49]) by mx.google.com with ESMTPS id 10sm157434eyd.46.2008.12.12.19.03.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 12 Dec 2008 19:03:28 -0800 (PST) Message-ID: <494325FF.9040006@gmail.com> Date: Sat, 13 Dec 2008 04:03:27 +0100 From: Mam Ruoc User-Agent: Thunderbird 2.0.0.18 (Macintosh/20081105) MIME-Version: 1.0 To: pyunyh@gmail.com References: <4d591a210811281220o7bdd420uafec124fc7e770a8@mail.gmail.com> <20081129065950.GG99324@cdnetworks.co.kr> <494199E2.5050806@gmail.com> <20081212015842.GH46707@cdnetworks.co.kr> <4941C6BF.4080809@gmail.com> <20081212021549.GJ46707@cdnetworks.co.kr> <49429CEB.60607@gmail.com> <20081213015622.GD51320@cdnetworks.co.kr> In-Reply-To: <20081213015622.GD51320@cdnetworks.co.kr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: vge driver does not work on a VIA EPIA EN12000EG X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2008 03:03:30 -0000 Pyun YongHyeon wrote: > I don't know. :-( > As I said I no longer have working vge(4) hardware and it's hard to > write/test driver without access to the hardware. The code you've > tested contains changes related to MII operation mode and critical > register configuration as well as other improvements. The driver > still needs special handling in several edge cases and more code > to track link state transition, interrupt moderation etc. Hm... So that means that FreeBSD from 7.0 does not support this chipset's NIC? I have to go for another *unix then. Thank you for your help anyway, hope the problem get solved sometime in the future. Mam