svn commit: r215922 - in stable/7/sys: conf dev/e1000 modules/em modules/igb

Jack Vogel jfvogel at gmail.com
Sat Nov 27 04:48:47 UTC 2010


Working all day on my holidays... got tired and forgot the svn add, its
fixed.

Jack


On Fri, Nov 26, 2010 at 7:35 PM, Lawrence Stewart <lstewart at freebsd.org>wrote:

> Hi Jack,
>
> On 11/27/10 12:09, Jack F Vogel wrote:
> > Author: jfv
> > Date: Sat Nov 27 01:09:54 2010
> > New Revision: 215922
> > URL: http://svn.freebsd.org/changeset/base/215922
> >
> > Log:
> >   MFC: r214646, r215781, r215789, 215808
> >        Brings 7.4 e1000 drivers to the same level as 8.2
> >
> > Modified:
> >   stable/7/sys/conf/files
> >   stable/7/sys/dev/e1000/e1000_82571.c
> >   stable/7/sys/dev/e1000/e1000_82571.h
> >   stable/7/sys/dev/e1000/e1000_82575.c
> >   stable/7/sys/dev/e1000/e1000_82575.h
> >   stable/7/sys/dev/e1000/e1000_api.c
> >   stable/7/sys/dev/e1000/e1000_api.h
> >   stable/7/sys/dev/e1000/e1000_defines.h
> >   stable/7/sys/dev/e1000/e1000_hw.h
> >   stable/7/sys/dev/e1000/e1000_ich8lan.c
> >   stable/7/sys/dev/e1000/e1000_ich8lan.h
> >   stable/7/sys/dev/e1000/e1000_mac.c
> >   stable/7/sys/dev/e1000/e1000_nvm.c
> >   stable/7/sys/dev/e1000/e1000_nvm.h
> >   stable/7/sys/dev/e1000/e1000_osdep.h
> >   stable/7/sys/dev/e1000/e1000_phy.c
> >   stable/7/sys/dev/e1000/e1000_phy.h
> >   stable/7/sys/dev/e1000/e1000_regs.h
> >   stable/7/sys/dev/e1000/if_em.c
> >   stable/7/sys/dev/e1000/if_em.h
> >   stable/7/sys/dev/e1000/if_igb.c
> >   stable/7/sys/dev/e1000/if_igb.h
> >   stable/7/sys/dev/e1000/if_lem.c
> >   stable/7/sys/dev/e1000/if_lem.h
> >   stable/7/sys/modules/em/Makefile
> >   stable/7/sys/modules/igb/Makefile
> > Directory Properties:
> >   stable/7/   (props changed)
>
> I believe this has broken the GENERIC kernel build. Did you run a test
> "make buildkernel" before committing the MFC?
>
> Cheers,
> Lawrence
>
> [...]
> /usr/obj/work/svn/freebsd_mirror/stable/7/make.amd64/make -V CFILES -V
> SYSTEM_CFILES -V GEN_CFILES |  MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a
> -f .newdep -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99
> -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
> -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef
> -Wno-pointer-sign -fformat-extensions -nostdinc  -I.
> -I/work/svn/freebsd_mirror/stable/7/sys
> -I/work/svn/freebsd_mirror/stable/7/sys/contrib/altq
> -I/work/svn/freebsd_mirror/stable/7/sys/contrib/ipfilter
> -I/work/svn/freebsd_mirror/stable/7/sys/contrib/pf
> -I/work/svn/freebsd_mirror/stable/7/sys/dev/ath
> -I/work/svn/freebsd_mirror/stable/7/sys/dev/ath/ath_hal
> -I/work/svn/freebsd_mirror/stable/7/sys/contrib/ngatm
> -I/work/svn/freebsd_mirror/stable/7/sys/dev/twa
> -I/work/svn/freebsd_mirror/stable/7/sys/gnu/fs/xfs/FreeBSD
> -I/work/svn/freebsd_mirror/stable/7/sys/gnu/fs/xfs/FreeBSD/support
> -I/work/svn/freebsd_mirror/stable/7/sys/gnu/fs/xfs
> -I/work/svn/freebsd_mirror/stable/7/sys/contrib/opensolaris/compat
> -I/work/svn/freebsd_mirror/stable/7/sys/dev/cxgb -D_KERNEL
> -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common
> -finline-limit=8000 --param inline-unit-growth=100 --param
> large-function-growth=1000  -mcmodel=kernel -mno-red-zone  -mfpmath=387
> -mno-sse -mno-sse2 -mno-mmx -mno-3dnow  -msoft-float
> -fno-asynchronous-unwind-tables -ffreestanding
> cc: /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_vf.c: No such
> file or directory
> cc: /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_mbx.c: No such
> file or directory
> In file included from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_api.h:38,
>                 from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/if_em.c:81:
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_hw.h:630:23:
> error: e1000_mbx.h: No such file or directory
> In file included from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_api.h:38,
>                 from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/if_lem.c:81:
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_hw.h:630:23:
> error: e1000_mbx.h: No such file or directory
> In file included from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_api.h:38,
>                 from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/if_igb.c:87:
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_hw.h:630:23:
> error: e1000_mbx.h: No such file or directory
> In file included from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_api.h:38,
>                 from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_80003es2lan.c:40:
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_hw.h:630:23:
> error: e1000_mbx.h: No such file or directory
> In file included from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_api.h:38,
>                 from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_82540.c:46:
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_hw.h:630:23:
> error: e1000_mbx.h: No such file or directory
> In file included from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_api.h:38,
>                 from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_82541.c:44:
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_hw.h:630:23:
> error: e1000_mbx.h: No such file or directory
> In file included from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_api.h:38,
>                 from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_82542.c:39:
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_hw.h:630:23:
> error: e1000_mbx.h: No such file or directory
> In file included from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_api.h:38,
>                 from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_82543.c:44:
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_hw.h:630:23:
> error: e1000_mbx.h: No such file or directory
> In file included from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_api.h:38,
>                 from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_82571.c:52:
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_hw.h:630:23:
> error: e1000_mbx.h: No such file or directory
> In file included from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_api.h:38,
>                 from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_82575.c:44:
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_hw.h:630:23:
> error: e1000_mbx.h: No such file or directory
> In file included from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_api.h:38,
>                 from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_ich8lan.c:65:
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_hw.h:630:23:
> error: e1000_mbx.h: No such file or directory
> In file included from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_api.h:38,
>                 from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_api.c:35:
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_hw.h:630:23:
> error: e1000_mbx.h: No such file or directory
> In file included from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_api.h:38,
>                 from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_mac.c:35:
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_hw.h:630:23:
> error: e1000_mbx.h: No such file or directory
> In file included from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_api.h:38,
>                 from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_manage.c:35:
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_hw.h:630:23:
> error: e1000_mbx.h: No such file or directory
> In file included from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_api.h:38,
>                 from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_nvm.c:35:
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_hw.h:630:23:
> error: e1000_mbx.h: No such file or directory
> In file included from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_api.h:38,
>                 from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_phy.c:35:
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_hw.h:630:23:
> error: e1000_mbx.h: No such file or directory
> In file included from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_api.h:38,
>                 from
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_osdep.c:35:
> /work/svn/freebsd_mirror/stable/7/sys/dev/e1000/e1000_hw.h:630:23:
> error: e1000_mbx.h: No such file or directory
> mkdep: compile failed
> *** Error code 1
>
> Stop in /usr/obj/work/svn/freebsd_mirror/stable/7/sys/GENERIC.
> *** Error code 1
>
> Stop in /work/svn/freebsd_mirror/stable/7.
> *** Error code 1
>
> Stop in /work/svn/freebsd_mirror/stable/7.
>
>


More information about the svn-src-all mailing list