From owner-freebsd-current@FreeBSD.ORG Fri Sep 17 20:21:30 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09C2316A4CE for ; Fri, 17 Sep 2004 20:21:30 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3304543D1F for ; Fri, 17 Sep 2004 20:21:29 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 388B0653F8; Fri, 17 Sep 2004 21:21:28 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 63821-01; Fri, 17 Sep 2004 21:21:27 +0100 (BST) Received: from empiric.dek.spc.org (adsl-64-171-184-46.dsl.snfc21.pacbell.net [64.171.184.46]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 24F02651F7; Fri, 17 Sep 2004 21:21:19 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id CBFA063B1; Fri, 17 Sep 2004 13:21:16 -0700 (PDT) Date: Fri, 17 Sep 2004 13:21:16 -0700 From: Bruce M Simpson To: Makoto Matsushita Message-ID: <20040917202116.GF6019@empiric.icir.org> References: <20040918050334Q.matusita@jp.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040918050334Q.matusita@jp.FreeBSD.org> cc: current@FreeBSD.org Subject: Re: Loading a 4.x kernel module to running 6.x kernel X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2004 20:21:30 -0000 Correct me if I'm wrong, but... On Sat, Sep 18, 2004 at 05:03:34AM +0900, Makoto Matsushita wrote: > P.S. for those interested: the module I'm trying to use is actually > VMware's "vmxnet.ko" virtual ethernet device driver. You shouldn't need to use this module as tap(4) already implements its functionality. Regards, BMS