From: Daniel Phillips <phillips@innominate.de>
To: Jared Sulem <jsulem@sulem.freeserve.co.uk>, linux-kernel@vger.kernel.org
Subject: Re: [non-kernel patch] Re: bug of Nvidia (0.9.5) Drivers in 2.4 Kernel Enviroment
Date: Sat, 06 Jan 2001 18:13:00 +0100 [thread overview]
Message-ID: <3A57521C.BEF2E349@innominate.de> (raw)
In-Reply-To: <NEBBKEIJMLEIHACEGKDMAEAECAAA.jsulem@sulem.freeserve.co.uk>
Jared Sulem wrote:
> Driver should work after applying the following patch. I'm not a kernel
> hacker so I don't know how good a solution this is (especially suspicious
> of the work around in os-interface.c) but X works on my machine and it has
> not crashed (yet) - have not tried any OpenGL though.
> [...]
>
> struct vm_operations_struct nv_vm_ops = {
> open: nv_vma_open,
> close: nv_vma_release,
> - unmap: nv_vma_unmap,
> + nv_vma_unmap,
^^^^^^^^^^^^^
No... 1) Bad idea to mix named field initializers with positional Here
you're initializing a nonexistent field 2) The unmap method is gone
from vm_operations_struct because this is now handled generically. Just
remove it.
> };
> #endif
--
Daniel
-
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/
prev parent reply other threads:[~2001-01-06 17:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-01-06 16:19 [non-kernel patch] Re: bug of Nvidia (0.9.5) Drivers in 2.4 Kernel Enviroment Jared Sulem
2001-01-06 17:13 ` Daniel Phillips [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3A57521C.BEF2E349@innominate.de \
--to=phillips@innominate.de \
--cc=jsulem@sulem.freeserve.co.uk \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox