svn commit: r215708 - head/sys/compat/ndis

Bernhard Schmidt bschmidt at freebsd.org
Mon Nov 22 21:27:45 UTC 2010


On Monday 22 November 2010 22:07:52 Xin LI wrote:
> On 11/22/10 12:46, Bernhard Schmidt wrote:
> > Author: bschmidt
> > Date: Mon Nov 22 20:46:38 2010
> > New Revision: 215708
> > URL: http://svn.freebsd.org/changeset/base/215708
> >
> > Log:
> >   Resurrect amd64 support.
> >   - Many drivers on amd64 are picking system uptime, interrupt time and
> > ticks via global data structure instead of calling functions for
> > performance reasons. For now just patch such address so driver will not
> > trigger page fault when trying to access such data. In future, additional
> > callout may be added to update data in periodic intervals.
> >   - On amd64 we need to allocate "shadow space" on stack before calling
> > any function.
> >
> >   Submitted by:	Paul B Mahol <onemda at gmail.com>
> 
> Will this be MFC'ed?

I hope I can squeeze it in before the freeze, so yes. Given the current state 
of ndis on amd64 it definitely won't make things worse.

-- 
Bernhard


More information about the svn-src-all mailing list