All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* NVdriver with new 2.4.test10 not function
@ 2000-11-03  9:52 Vitali Lieder
  2000-11-03 11:56 ` Udo A. Steinberg
  0 siblings, 1 reply; 2+ messages in thread
From: Vitali Lieder @ 2000-11-03  9:52 UTC (permalink / raw
  To: linux-kernel


Hallo.

Ich have test new NVdriver 0.95 with new kernel 2.4.0test10, but
have the output:
***unresolved symbols in /lib/modules/2.4.0-test10/video/NVdriver

I know that NVdriver are  not for dev.kernel, but they worked perfektly
with 2.4.0-test9.

Thanks.

T...... 

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: NVdriver with new 2.4.test10 not function
  2000-11-03  9:52 NVdriver with new 2.4.test10 not function Vitali Lieder
@ 2000-11-03 11:56 ` Udo A. Steinberg
  0 siblings, 0 replies; 2+ messages in thread
From: Udo A. Steinberg @ 2000-11-03 11:56 UTC (permalink / raw
  To: Vitali Lieder; +Cc: linux-kernel

Vitali Lieder wrote:
> 
> Hallo.
> 
> Ich have test new NVdriver 0.95 with new kernel 2.4.0test10, but
> have the output:
> ***unresolved symbols in /lib/modules/2.4.0-test10/video/NVdriver

Just add the following lines somewhere on top of nv.c and recompile
the nvidia module.

#define mem_map_inc_count(p) atomic_inc(&(p->count))
#define mem_map_dec_count(p) atomic_dec(&(p->count))

They were removed from wrapper.h in test10.

-Udo.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

end of thread, other threads:[~2000-11-03 11:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-03  9:52 NVdriver with new 2.4.test10 not function Vitali Lieder
2000-11-03 11:56 ` Udo A. Steinberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.