From owner-freebsd-net@FreeBSD.ORG Sat Nov 29 07:02:04 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 28D27106564A for ; Sat, 29 Nov 2008 07:02:04 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.184]) by mx1.freebsd.org (Postfix) with ESMTP id A6D9D8FC08 for ; Sat, 29 Nov 2008 07:02:03 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by ti-out-0910.google.com with SMTP id a1so1112466tib.3 for ; Fri, 28 Nov 2008 23:02:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from :to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=KonvSd5hXyEOXSa14/fSembfzvDdP8KjqZBKRPP8qHk=; b=imkHDdxXGZH8lb0SrSusYLvyQ0ZrMD581P9zl5aE9MRgZ26z4H2QrsXmkqEKh/HJcZ f3wrh3DeIrzsZ92mlW2icLPQkm0G5t5VIPOV1MNSsaM6SqDd4zH/cc1c2bUg3iE76wVB qcogK1jGkG3dtISkfkGJcE1ZQFdpCvbpPqFDM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=GfZB6tRNcebFqr2Py49+K97E7Y25kngdQQxQL88jVW+i5n3UQpJInCxBEVRPT/3HR+ GzLL4Fz5WWF6q83zLCNzVJJbU7ZOmxES7KyE13T4YQQWLCZKzk82Nex3ESS3Tf7sRK7J mxjBWfV2QrMKngr34SEcCbPmWPdikhy0AjWeI= Received: by 10.110.49.2 with SMTP id w2mr13078520tiw.23.1227942122665; Fri, 28 Nov 2008 23:02:02 -0800 (PST) Received: from michelle.cdnetworks.co.kr ([211.53.35.84]) by mx.google.com with ESMTPS id b4sm3788852tic.2.2008.11.28.23.01.53 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 28 Nov 2008 23:01:55 -0800 (PST) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id mAT6xpk5000630 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 29 Nov 2008 15:59:51 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id mAT6xpsn000629; Sat, 29 Nov 2008 15:59:51 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Sat, 29 Nov 2008 15:59:50 +0900 From: Pyun YongHyeon To: Mam Ruoc Message-ID: <20081129065950.GG99324@cdnetworks.co.kr> References: <4d591a210811281220o7bdd420uafec124fc7e770a8@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4d591a210811281220o7bdd420uafec124fc7e770a8@mail.gmail.com> User-Agent: Mutt/1.4.2.1i 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 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: Sat, 29 Nov 2008 07:02:04 -0000 On Fri, Nov 28, 2008 at 09:20:35PM +0100, Mam Ruoc wrote: > Onboard LAN: VIA VT6122 GLAN Controller > > I have submitted a bug report, but has not heard anything, can anybody > help me because this is a big showstopper! > > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/129135 > I think there was a similar report. Would you show me the output of "pciconf -lcv"? For a long time I wanted to clean up vge(4). Unfortunately the PCI NIC I have seem to broken so I guess it's hard to complete the cleanup. You can get a WIP(now stalled) in the following URL. Note, the driver may be chatty due to various debugging statements and it may not work at all for your controller. http://people.freebsd.org/~yongari/vge/if_vge.c http://people.freebsd.org/~yongari/vge/if_vgereg.h http://people.freebsd.org/~yongari/vge/if_vgevar.h -- Regards, Pyun YongHyeon