Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Feb 2012 03:56:03 +0000
From:      "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
To:        Kenneth D. Merry <ken@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r230878 - head/sys/conf
Message-ID:  <35AAFFDE-9247-4489-B5A5-7F5048AC766E@lists.zabbadoz.net>
In-Reply-To: <201202012018.q11KIvae002893@svn.freebsd.org>

index | next in thread | previous in thread | raw e-mail

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!



home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?35AAFFDE-9247-4489-B5A5-7F5048AC766E>