From owner-freebsd-net@FreeBSD.ORG Fri Dec 12 01:58:50 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 2FC99106564A for ; Fri, 12 Dec 2008 01:58:50 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.231]) by mx1.freebsd.org (Postfix) with ESMTP id EB87B8FC0C for ; Fri, 12 Dec 2008 01:58:49 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1144369rvf.43 for ; Thu, 11 Dec 2008 17:58:49 -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=CgYEIhxmNsu8ntrjfI/FNPBV7g0aUTpGRAw+6FEKQps=; b=CjNIhzs+qcBTHjUy5Bhf2XzuYTm33r/qD0pAwxOyPZUZQG3YyxCiLA1JHFpLF6GQUZ LctcpTFjowMgcoLY09sQcKMUgAXrE8bsoBo1vChEAfSseL/7kxV6a5BKtQixC3TPl4+3 2kwC02WEpgKuL52+EduYOcN9AjiZovXTLZ/p0= 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=oJmvbEyrRYj3PE1nby6MyJYkBgojj3hoO+JeRh+XGYaCOCbo6O4GaG461uFATPgIgd zwx88BUpYlgRMurUVlLEzWdOwBC5XL51Ova95e9tOhrTtL0pOfXPppbSEbtpX3lARN42 ezK0z7GJNUVIgyvIX8+mvqeb984jJ7Y+yO/pg= Received: by 10.140.187.10 with SMTP id k10mr1606627rvf.264.1229047129641; Thu, 11 Dec 2008 17:58:49 -0800 (PST) Received: from michelle.cdnetworks.co.kr ([211.53.35.84]) by mx.google.com with ESMTPS id b8sm7134080rvf.3.2008.12.11.17.58.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 11 Dec 2008 17:58:48 -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 mBC1wgEC047258 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 12 Dec 2008 10:58:42 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id mBC1wgqn047257; Fri, 12 Dec 2008 10:58:42 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Fri, 12 Dec 2008 10:58:42 +0900 From: Pyun YongHyeon To: Mam Ruoc Message-ID: <20081212015842.GH46707@cdnetworks.co.kr> References: <4d591a210811281220o7bdd420uafec124fc7e770a8@mail.gmail.com> <20081129065950.GG99324@cdnetworks.co.kr> <494199E2.5050806@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <494199E2.5050806@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: Fri, 12 Dec 2008 01:58:50 -0000 On Thu, Dec 11, 2008 at 11:53:22PM +0100, Mam Ruoc wrote: > Pyun YongHyeon wrote: > >I think there was a similar report. Would you show me the output of > >"pciconf -lcv"? > > I finally got an SSD disk instead of the CF/IDE. The output is attached. > > >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. > > I guess that I should recompile the whole src tree, or is the driver > enough? I am new to FreeBSD, could anybody help? If you use vge(4) kernel module, rebuilding vge(4) is enough. If vge(4) is statically linked to kernel, rebuilding kernel is necessary(i.e. not whole source tree). I've added some macros to make it build on 7.0-RELEASE. So if you already fetched sources, please refetch it from the following URL. 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