On Tuesday, September 10, 2013 5:23:23 am Alexey Dokuchaev wrote:
> On Mon, Sep 09, 2013 at 06:12:00PM +0000, John Baldwin wrote:
> > New Revision: 255426
> > URL: http://svnweb.freebsd.org/changeset/base/255426
> > 
> > Log:
> > [...]
> >   To facilitate this, add a new parameter to vm_map_find() that specifies an
> >   optional maximum virtual address.  While here, fix several callers of
> >   vm_map_find() to use a VMFS_* constant for the findspace argument instead
> >   of TRUE and FALSE.
> 
> This commit breaks NVidia driver port, and (again) there was no corresponding
> __FreeBSD_version bump.

My bad, I completely missed the version bump.  Userland consumers can use
#ifdef MAP_32BIT which is why I didn't add one.

> This is another recent incident with -CURRENT silently changing KPIs that are
> publicly used.

To be fair, these are fairly internal KPIs unlike, say, the cdevsw interface 
that
is widely used in many drivers.  You can count all of the internal and external
users of this function on two hands.

-- 
John Baldwin
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to