svn commit: r230878 - head/sys/conf

Kenneth D. Merry ken at freebsd.org
Thu Feb 2 07:41:51 UTC 2012


On Thu, Feb 02, 2012 at 03:56:03 +0000, Bjoern A. Zeeb wrote:
> 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)

Whoops!  Sorry about that.

I backed it out until I can figure out the right way to fix it.  My build
machine is bogged down with nightly backups at the moment, so figuring out
the fix isn't going to happen tonight.

Thanks,

Ken
-- 
Kenneth Merry
ken at FreeBSD.ORG


More information about the svn-src-all mailing list