cvs commit: src/sys/dev/cxgb/sys uipc_mvec.c

Andrey V. Elsukov bu7cher at yandex.ru
Sun Apr 15 11:02:54 UTC 2007


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


More information about the cvs-src mailing list