From owner-freebsd-net@FreeBSD.ORG Sat Nov 29 14:10:17 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 1B4CF106564A for ; Sat, 29 Nov 2008 14:10:17 +0000 (UTC) (envelope-from mamruoc@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.180]) by mx1.freebsd.org (Postfix) with ESMTP id A720A8FC08 for ; Sat, 29 Nov 2008 14:10:16 +0000 (UTC) (envelope-from mamruoc@gmail.com) Received: by ik-out-1112.google.com with SMTP id c21so1588128ika.3 for ; Sat, 29 Nov 2008 06:10:15 -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=CBmUZjXVZKjjEfBIxoalwbt26lWnSc/qDo7qEe88dhM=; b=bZ+Dx3w1xnOja0ajv3XwWbtCVWqGWMcYaLj2oHcFd7dg1tnMF9sWP9kgh+To/r7CDC TQLjgoAWWH7vJyIR/ZMXTE2Ss5um0IXUXC1pm0fQqq3vGYRV/cyT25hf4H2Oko9r0EaB IdiDo7nRxbSmXj95zG6miq78bliRYfIXMiepU= 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=CJsUvxopAhPUUkp2uCNZk6JISgHy4vucV3qBDxsBiepFZCxDxAxDE3mTiq1VsldT7z nDbzyxiasWARLGVMUWKdonjh1FatMneJFlGZyPbwxNEM1tsx7Ul3lQoCKjP/5KXSikch KkziP2Jihj55YDz6Ft5ZoU+/oU6UeI9nvMmQI= Received: by 10.210.22.8 with SMTP id 8mr10208582ebv.46.1227967815680; Sat, 29 Nov 2008 06:10:15 -0800 (PST) Received: from ?192.168.1.136? (217-14-12-152-dhcp-osl.bbse.no [217.14.12.152]) by mx.google.com with ESMTPS id 6sm10342818nfv.8.2008.11.29.06.10.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 29 Nov 2008 06:10:15 -0800 (PST) Message-ID: <49314D3C.4050108@gmail.com> Date: Sat, 29 Nov 2008 15:10:04 +0100 From: Mam Ruoc User-Agent: Thunderbird 2.0.0.17 (X11/20080925) MIME-Version: 1.0 To: pyunyh@gmail.com References: <4d591a210811281220o7bdd420uafec124fc7e770a8@mail.gmail.com> <20081129065950.GG99324@cdnetworks.co.kr> In-Reply-To: <20081129065950.GG99324@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, 29 Nov 2008 14:10:17 -0000 Pyun YongHyeon wrote: > I think there was a similar report. Would you show me the output of > "pciconf -lcv"? I'll try, unsure how to manage. Have tried to use Fixit in sysinstall to create a new shell, but Ghost-something did not have lspci, where can I find freebsd livecd? > 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 As I said in the other mail, unsure how to do this because I actually ned the fix because pfSense 1.2.1RC2 have this problem and made my VIA useless as a firewall. Mam