From owner-freebsd-net@FreeBSD.ORG Fri Dec 12 17:18:38 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 B9F671065672 for ; Fri, 12 Dec 2008 17:18:38 +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 20BE28FC1A for ; Fri, 12 Dec 2008 17:18:37 +0000 (UTC) (envelope-from mamruoc@gmail.com) Received: by ewy14 with SMTP id 14so2169066ewy.19 for ; Fri, 12 Dec 2008 09:18:36 -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=jLPWEBELNq1Xfk92NckKAbTITJqXt1uHbgUdCnQmpnQ=; b=cWU6NfjlH7Ud4hIrWCX0B9wpyfzO82UTt2ZuXBN+/aN7GSntVyEBIM15nkT/crYvWH Tno2sUed/dtjINtkwswVhexzzWG5nJyCcPfRPB46NF9B23z1X0Dok1MMckATrUDTqIew VqLcl9OhS4DyzV08Ekftdwle/BpK5UfxHDrt8= 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=jddXmPqMstaRr2qP0idZcKrE91nGb+qzvM3wrd0+h7mZkJnxy2K4OgLmvI0lIgUq/A 1E6TUTQ0tqCfcaF0nzS4KkJ6ABCR/8vCnsriayse30AqV4LS0/eS81PATn6QxFF6QnSu LWZU88zbMn2bBqvSvOm8l5qKH9GEfyam5FJ4M= Received: by 10.210.88.7 with SMTP id l7mr1063946ebb.135.1229102316818; Fri, 12 Dec 2008 09:18:36 -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 7sm462051eyg.42.2008.12.12.09.18.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 12 Dec 2008 09:18:36 -0800 (PST) Message-ID: <49429CEB.60607@gmail.com> Date: Fri, 12 Dec 2008 18:18:35 +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> In-Reply-To: <20081212021549.GJ46707@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: Fri, 12 Dec 2008 17:18:38 -0000 Pyun YongHyeon wrote: > And rebuild kernel and then reboot. You don't need to reinstall > FreeBSD. Oki, I have done that and rebooted, the driver seems to work better now: Dec 12 17:47:16 freebsd kernel: vge0: port 0xf800-0xf8ff mem 0xfdffe000-0xfdffe0ff irq 18 at device 14.0 on pci0 Dec 12 17:47:16 freebsd kernel: vge0: MSIX count : 0 Dec 12 17:47:16 freebsd kernel: vge0: MSI count : 0 Dec 12 17:47:16 freebsd kernel: miibus0: on vge0 Dec 12 17:47:16 freebsd kernel: vge0: Ethernet address: 00:40:63:e9:9a:1c Dec 12 17:47:16 freebsd kernel: vge0: [FILTER] What is the next step to be able to make this fix go into the FreeBSD 7.0 tree? Mam