public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [patch] VMnet/VMware workstation 4.0
@ 2003-04-17 18:12 Petr Vandrovec
  2003-04-17 19:28 ` Daniel Gryniewicz
  2003-04-18 18:10 ` Lucas Correia Villa Real
  0 siblings, 2 replies; 4+ messages in thread
From: Petr Vandrovec @ 2003-04-17 18:12 UTC (permalink / raw)
  To: Lucas Correia Villa Real; +Cc: linux-kernel

On 17 Apr 03 at 13:48, Lucas Correia Villa Real wrote:

> Is there a "correct" place at vmware.com to send these patches? I tryied 
> sending it to feature-request@vmware.com, but I got no response from them. 
> 
> Anyway, below follows the patch providing support to devfs on the vmnet driver 
> for vmware workstation 4.0. 

You can send them to me if you do not trust feature-request...

Proble with your patch is that it does not look like that it will
build on 2.2.x without complaints, but I can fix that. More important
question to me is: do people really use devfs? 

And if change will not make into next WS release, I can always distribute it
from my site.
                                                Petr Vandrovec
                                                


^ permalink raw reply	[flat|nested] 4+ messages in thread
* Small fix for VMWare 3.2 (3.x?) on Redhat 9 (any 2.4.20+ kernel?)
@ 2003-04-11 10:34 erich
  2003-04-16  4:42 ` Lucas Correia Villa Real
  0 siblings, 1 reply; 4+ messages in thread
From: erich @ 2003-04-11 10:34 UTC (permalink / raw)
  To: linux-kernel


FYI...

I'm running Redhat 9, and to get my copy of VMWare 3.2 working with it,
I had to make a one-line fix to a source file inside the "vmnet.tar" file
for building the vmnet module.

With the fix, VMWare's scripts throw off a lot of what seem to be
irrelevant error messages while configuring, but it runs flawlessly
once the "vmware-config.pl" script completes.

In the default installation, the source files for the vmnet module are in:

   /usr/lib/vmware/modules/source/vmnet.tar

Here's the patch:
------------------------------------------------------------------------
diff -ruN vmnet-only.orig/driver.c vmnet-only/driver.c
--- vmnet-only.orig/driver.c    2002-09-09 20:22:41.000000000 -0700
+++ vmnet-only/driver.c 2003-04-10 18:51:22.000000000 -0700
@@ -1485,7 +1485,7 @@
     
    len += sprintf(buf+len, "pids ");
  
-   for_each_task(p) {
+   for_each_process(p) {
       if (VNetProcessOwnsPort(p, port)) {
          len += sprintf(buf+len, "%d", p->pid);
          if (seen) {
------------------------------------------------------------------------

--
    Erich Stefan Boleyn     <erich@uruk.org>     http://www.uruk.org/
"Reality is truly stranger than fiction; Probably why fiction is so popular"



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-04-18 17:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-17 18:12 [patch] VMnet/VMware workstation 4.0 Petr Vandrovec
2003-04-17 19:28 ` Daniel Gryniewicz
2003-04-18 18:10 ` Lucas Correia Villa Real
  -- strict thread matches above, loose matches on Subject: below --
2003-04-11 10:34 Small fix for VMWare 3.2 (3.x?) on Redhat 9 (any 2.4.20+ kernel?) erich
2003-04-16  4:42 ` Lucas Correia Villa Real
2003-04-17 16:48   ` [patch] VMnet/VMware workstation 4.0 Lucas Correia Villa Real

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox