From owner-freebsd-current Fri Sep 14 15:46: 3 2001 Delivered-To: freebsd-current@freebsd.org Received: from InterJet.elischer.org (c421509-a.pinol1.sfba.home.com [24.7.86.9]) by hub.freebsd.org (Postfix) with ESMTP id C0A2637B409; Fri, 14 Sep 2001 15:45:55 -0700 (PDT) Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id NAA02169; Fri, 14 Sep 2001 13:22:31 -0700 (PDT) Date: Fri, 14 Sep 2001 13:22:30 -0700 (PDT) From: Julian Elischer To: Mark Santcroos Cc: current@freebsd.org, vns@delta.odessa.ua, ports@freebsd.org Subject: Re: vmware2 KSE patches In-Reply-To: <20010914025110.A19200@laptop.6bone.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG what is this for? #define CDEV_MINOR 0 + +/* static struct cdevsw vmmon_cdevsw = { */ static struct cdevsw vmmon_cdevsw = { /* open */ FreeBSD_Driver_Open, /* close */ FreeBSD_Driver_Close, @@ -162,8 +164,12 @@ /* psize */ nopsize, /* flags */ 0, /* bmaj */ -1 + + }; + + /* all the rest looks good just need s 'ports' guru to know how to make it conditional on the right version of FreeBSD being used.. On Fri, 14 Sep 2001, Mark Santcroos wrote: > Below you can find the patches that are needed to compile vmware2 on > -current with the KSE changes. It works like a charm again. > > http://www.ripe.net/home/mark/files/vmware2_kse.patch.tgz > Just extract the files in 'ports/emulators/vmware2/files/' and rebuild. > > > Note: > To get networking to work (due to the cloning problems with if_tap) you > have to 'create' '/dev/vmnet1' and link to it from > '/compat/linux/dev/vmnet1'. (see other thread about if_tap/cloning) > > > Mark > > ps. Julian/KSE experts: this is a first hack at KSE for me so correct me if I > should have solved it differently please. > > -- > Mark Santcroos RIPE Network Coordination Centre > http://www.ripe.net/home/mark/ New Projects Group/TTM > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message