Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Jul 2006 21:43:02 -0600 (MDT)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        kmacy@fsmware.com
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: NVIDIA FreeBSD kernel feature requests
Message-ID:  <20060702.214302.-1622603270.imp@bsdimp.com>
In-Reply-To: <b1fa29170606290932m419e1dc0tf69a447daef5dde9@mail.gmail.com>
References:  <20060629111231.GA692@wolf.nvidia.com> <44A3FD87.8000006@pbxpress.com> <b1fa29170606290932m419e1dc0tf69a447daef5dde9@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <b1fa29170606290932m419e1dc0tf69a447daef5dde9@mail.gmail.com>
            "Kip Macy" <kip.macy@gmail.com> writes:
: IIRC lack of per instance cdevs also limits Freebsd to one vmware instance.

Can you describe the proper semantics here?  A cdev is a cdev, and
when we do things like dup we just copy the reference to that cdev.
This has also traditionally been resisted on layering violations
grounds (since the data we have doesn't map easily back to the fd at
the time we call the cdev methods).

Warner

: On 6/29/06, Oleksandr Tymoshenko <gonzo@pbxpress.com> wrote:
: > Christian Zander wrote:
: > > Hi all,
: > >  # Task:        implement mechanism to allow character drivers to
: > >                 maintain per-open instance data (e.g. like the Linux
: > >                 kernel's 'struct file *').
: > >    Motivation:  allows per thread NVIDIA notification delivery; also
: > >                 reduces CPU overhead for notification delivery
: > >                 from the NVIDIA kernel module to the X driver and to
: > >                 OpenGL.
: > >    Priority:    should translate to improved X/OpenGL performance.
: > >    Status:      has not been started.
: > 	I've stumbled across this issue a while ago. Actually it can
: > be partially solved using EVENTHANDLER_REGISTER of dev_clone event with
: > keeping state structure in si_drv1 or si_drv2 fields. I'm not sure it's
: > the best solution but it works for me though it smells like hack, and
: > looks like hack :) Anyway, having legitimate per-open instance data
: > structures of cdevs is a great assistance in porting linux drivers to
: > FreeBSD. Just my $0.02.
: >
: > --
: > Sincerely,
: >
: > Oleksandr Tymoshenko
: > PBXpress Communications, Inc.
: > http://www.pbxpress.com
: > Tel./Fax.: +1 866 SIP PBX1  Ext. 656
: > _______________________________________________
: > freebsd-hackers@freebsd.org mailing list
: > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
: > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
: >
: _______________________________________________
: freebsd-hackers@freebsd.org mailing list
: http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
: To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
: 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060702.214302.-1622603270.imp>