Date: Sun, 15 Apr 2007 08:33:18 -0700 From: "Kip Macy" <kip.macy@gmail.com> To: "Andrey V. Elsukov" <bu7cher@yandex.ru> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, kmacy@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/cxgb/sys uipc_mvec.c Message-ID: <b1fa29170704150833s6a8934fatdc85d37fcb678287@mail.gmail.com> In-Reply-To: <5381176631241@webmail23.yandex.ru> References: <5381176631241@webmail23.yandex.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On 4/15/07, Andrey V. Elsukov <bu7cher@yandex.ru> wrote: > Hi, > > This commit broke kernel build for me. > The following patch help me: > > diff -u -r1.7 uipc_mvec.c > --- src/sys/dev/cxgb/sys/uipc_mvec.c 15 Apr 2007 05:46:34 -0000 1.7 > +++ src/sys/dev/cxgb/sys/uipc_mvec.c 15 Apr 2007 09:55:22 -0000 > @@ -40,6 +40,8 @@ > #include <sys/ktr.h> > #include <sys/sf_buf.h> > > +#include <vm/vm.h> > +#include <vm/pmap.h> > #include <machine/bus.h> > #include <dev/cxgb/sys/mvec.h> > #include "opt_zero.h" > > > > kmacy 2007-04-15 05:46:34 UTC > > FreeBSD src repository > > Modified files: > > sys/dev/cxgb/sys uipc_mvec.c > > Log: > > suck in more of busdma to enable more efficient mappings > > kill redundant INVARIANTS check > > -- > WBR, Andrey V. Elsukov > Fixed. -Kip
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b1fa29170704150833s6a8934fatdc85d37fcb678287>