From owner-svn-src-head@freebsd.org Wed Jan 20 21:57:51 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A31BA89217; Wed, 20 Jan 2016 21:57:51 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5DE7E1244; Wed, 20 Jan 2016 21:57:51 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 519561DE5; Wed, 20 Jan 2016 21:57:51 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 0466219067; Wed, 20 Jan 2016 21:57:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id nH-UrKhaOLJP; Wed, 20 Jan 2016 21:57:44 +0000 (UTC) Subject: Re: svn commit: r294444 - in head/sys/modules: ix ixlv ixv DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 267EA19061 To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201601201645.u0KGjeN2029336@repo.freebsd.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <56A002DA.5030003@FreeBSD.org> Date: Wed, 20 Jan 2016 13:57:46 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <201601201645.u0KGjeN2029336@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="w6PKgJdWNfROqf2qKoBXdn2fG9aoB0Tpu" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jan 2016 21:57:51 -0000 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--