svn commit: r235527 - stable/9/sys/dev/e1000

Luigi Rizzo rizzo at iet.unipi.it
Thu May 17 13:31:01 UTC 2012


On Thu, May 17, 2012 at 02:59:37PM +0200, Dimitry Andric wrote:
> On 2012-05-17 00:22, Jack F Vogel wrote:> Author: jfv
> > Date: Wed May 16 22:22:52 2012
> > New Revision: 235527
> > URL: http://svn.freebsd.org/changeset/base/235527
> > 
> > Log:
> >   MFC of the e1000 drivers: revisions include
> >   227309,228281,228386,228387,228393,228405,
> >   228415,228788,228803,229606,229767,229939,
> >   230023,230024,230742,231796,232238,233708,
> >   234154,234665,235256
> ...
> 
> Hi Jack,
> 
> Some of the netmap-related changes in this merge don't work, at least
> not for the LINT kernels:
> 
>   TB --- 2012-05-17 07:31:43 - /usr/bin/make -B buildkernel KERNCONF=LINT
>   ...
>   cc1: warnings being treated as errors
>   /src/sys/dev/e1000/if_em.c: In function 'em_setup_transmit_ring':
>   /src/sys/dev/e1000/if_em.c:3332: warning: implicit declaration of function 'netmap_idx_n2k'
>   /src/sys/dev/e1000/if_em.c:3332: warning: nested extern declaration of 'netmap_idx_n2k' [-Wnested-externs]
>   /src/sys/dev/e1000/if_em.c: In function 'em_txeof':
>   /src/sys/dev/e1000/if_em.c:3795: error: 'struct netmap_adapter' has no member named 'tx_si'
>   /src/sys/dev/e1000/if_em.c: In function 'em_rxeof':
>   /src/sys/dev/e1000/if_em.c:4407: error: 'struct netmap_adapter' has no member named 'rx_si'
>   *** Error code 1

i will take care of this later today.
it is probably due to the dev/netmap/* code not in sync
with the one in HEAD (i thought i had MFC'ed it but
maybe i forgot)

cheers
luigi

> Can you please have a look at it?


More information about the svn-src-stable mailing list