Date: Sun, 15 Apr 2007 14:00:41 +0400 From: "Andrey V. Elsukov" <bu7cher@yandex.ru> To: kmacy@FreeBSD.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/cxgb/sys uipc_mvec.c Message-ID: <5381176631241@webmail23.yandex.ru>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5381176631241>