svn commit: r230878 - head/sys/conf

Bjoern A. Zeeb bzeeb-lists at lists.zabbadoz.net
Thu Feb 2 03:56:08 UTC 2012


On 1. Feb 2012, at 20:18 , Kenneth D. Merry wrote:

> Author: ken
> Date: Wed Feb  1 20:18:57 2012
> New Revision: 230878
> URL: http://svn.freebsd.org/changeset/base/230878
> 
> Log:
>  Add the netback driver to the build.

I guess only tested on amd64...

===> i386 XENHVM failed (_.i386.XENHVM):
>>> Kernel build for XENHVM started on Thu Feb  2 02:29:12 UTC 2012
/scratch/tmp/bz/head.svn/sys/dev/xen/netback/netback.c: In function 'xnb_txpkt2gnttab':

===> i386 XEN failed (_.i386.XEN):
>>> Kernel build for XEN started on Thu Feb  2 02:29:11 UTC 2012

/scratch/tmp/bz/head.svn/sys/dev/xen/netback/netback.c: In function 'xnb_free_communication_mem':
/scratch/tmp/bz/head.svn/sys/dev/xen/netback/netback.c:622: error: 'kernel_map' undeclared (first use in this function)
/scratch/tmp/bz/head.svn/sys/dev/xen/netback/netback.c:622: error: (Each undeclared identifier is reported only once
/scratch/tmp/bz/head.svn/sys/dev/xen/netback/netback.c:622: error: for each function it appears in.)
/scratch/tmp/bz/head.svn/sys/dev/xen/netback/netback.c: In function 'xnb_alloc_communication_mem':
/scratch/tmp/bz/head.svn/sys/dev/xen/netback/netback.c:812: error: 'kernel_map' undeclared (first use in this function)


>  MFC after:	3 days
> 
> Modified:
>  head/sys/conf/files
> 
> Modified: head/sys/conf/files
> ==============================================================================
> --- head/sys/conf/files	Wed Feb  1 20:12:44 2012	(r230877)
> +++ head/sys/conf/files	Wed Feb  1 20:18:57 2012	(r230878)
> @@ -3532,6 +3532,7 @@ dev/xen/blkback/blkback.c	optional xen |
> dev/xen/console/console.c	optional xen
> dev/xen/console/xencons_ring.c	optional xen
> dev/xen/control/control.c	optional xen | xenhvm
> +dev/xen/netback/netback.c	optional xen | xenhvm
> dev/xen/netfront/netfront.c	optional xen | xenhvm
> dev/xen/xenpci/xenpci.c		optional xenpci
> dev/xen/xenpci/evtchn.c         optional xenpci

-- 
Bjoern A. Zeeb                                 You have to have visions!
   It does not matter how good you are. It matters what good you do!



More information about the svn-src-all mailing list