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 [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to