Date: Fri, 14 Sep 2001 13:22:30 -0700 (PDT) From: Julian Elischer <julian@elischer.org> To: Mark Santcroos <marks@ripe.net> Cc: current@freebsd.org, vns@delta.odessa.ua, ports@freebsd.org Subject: Re: vmware2 KSE patches Message-ID: <Pine.BSF.4.21.0109141316290.2027-100000@InterJet.elischer.org> In-Reply-To: <20010914025110.A19200@laptop.6bone.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0109141316290.2027-100000>
