Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jan 2016 13:57:46 -0800
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r294444 - in head/sys/modules: ix ixlv ixv
Message-ID:  <56A002DA.5030003@FreeBSD.org>
In-Reply-To: <201601201645.u0KGjeN2029336@repo.freebsd.org>
References:  <201601201645.u0KGjeN2029336@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--w6PKgJdWNfROqf2qKoBXdn2fG9aoB0Tpu
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

I have no idea how this was working before and why it took so long to
manifest. Many people reported failures here in the last day and
confirmed this fixed it.

On 1/20/2016 8:45 AM, Bryan Drewery wrote:
> Author: bdrewery
> Date: Wed Jan 20 16:45:39 2016
> New Revision: 294444
> URL: https://svnweb.freebsd.org/changeset/base/294444
>=20
> Log:
>   Add some missing dependencies on pci_iov_if.h.
>  =20
>   Sponsored by:	EMC / Isilon Storage Division
>=20
> Modified:
>   head/sys/modules/ix/Makefile
>   head/sys/modules/ixlv/Makefile
>   head/sys/modules/ixv/Makefile
>=20
> Modified: head/sys/modules/ix/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/sys/modules/ix/Makefile	Wed Jan 20 16:41:00 2016	(r294443)
> +++ head/sys/modules/ix/Makefile	Wed Jan 20 16:45:39 2016	(r294444)
> @@ -3,7 +3,7 @@
>  .PATH:  ${.CURDIR}/../../dev/ixgbe
> =20
>  KMOD    =3D if_ix
> -SRCS    =3D device_if.h bus_if.h pci_if.h
> +SRCS    =3D device_if.h bus_if.h pci_if.h pci_iov_if.h
>  SRCS	+=3D opt_inet.h opt_inet6.h opt_rss.h
>  SRCS    +=3D if_ix.c ix_txrx.c ixgbe_osdep.c
>  # Shared source
>=20
> Modified: head/sys/modules/ixlv/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/sys/modules/ixlv/Makefile	Wed Jan 20 16:41:00 2016	(r294443)
> +++ head/sys/modules/ixlv/Makefile	Wed Jan 20 16:45:39 2016	(r294444)
> @@ -3,7 +3,7 @@
>  .PATH:  ${.CURDIR}/../../dev/ixl
> =20
>  KMOD    =3D if_ixlv
> -SRCS    =3D device_if.h bus_if.h pci_if.h opt_bdg.h
> +SRCS    =3D device_if.h bus_if.h pci_if.h pci_iov_if.h opt_bdg.h
>  SRCS    +=3D opt_inet.h opt_inet6.h opt_rss.h
>  SRCS    +=3D if_ixlv.c ixlvc.c ixl_txrx.c i40e_osdep.c
> =20
>=20
> Modified: head/sys/modules/ixv/Makefile
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- head/sys/modules/ixv/Makefile	Wed Jan 20 16:41:00 2016	(r294443)
> +++ head/sys/modules/ixv/Makefile	Wed Jan 20 16:45:39 2016	(r294444)
> @@ -3,7 +3,7 @@
>  .PATH:  ${.CURDIR}/../../dev/ixgbe
> =20
>  KMOD    =3D if_ixv
> -SRCS    =3D device_if.h bus_if.h pci_if.h
> +SRCS    =3D device_if.h bus_if.h pci_if.h pci_iov_if.h
>  SRCS	+=3D opt_inet.h opt_inet6.h opt_rss.h
>  SRCS    +=3D if_ixv.c ix_txrx.c ixgbe_osdep.c
>  # Shared source
>=20


--=20
Regards,
Bryan Drewery


--w6PKgJdWNfROqf2qKoBXdn2fG9aoB0Tpu
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBAgAGBQJWoALaAAoJEDXXcbtuRpfPF4cH/A/9bvWjbN37Xc9sA5prgJ8S
UYPIUilLGzQHwgnfOWax3hegqJsJCqQjNVej3XH7mNp1TjD05fc91DrhdCtrXYSq
L9ubQ2bjoNM2ykkq/nwtn9ZzD82TG636vGO3g90SdKOT/O9ETBWgSog4SIH25DqP
pkwQqjvZWjvFPjoenfNfQspk6Qn2HaRaZT/0j16jmC8NXcb8jRmPlAdujTVVonxa
4hN7BW1HjqEKqJ2b/IvVeaT7NdreN1mVXTC8zAm4xlvDsajztGRaR8hXt/NhWk6b
ZNaE6zYiGcc0wmUSrticoLDwkl83FzVxn+H0v3l2y40781fIziKZzXJ4c3Yl960=
=7cGe
-----END PGP SIGNATURE-----

--w6PKgJdWNfROqf2qKoBXdn2fG9aoB0Tpu--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56A002DA.5030003>