Date: Wed, 20 Jan 2016 13:59:05 -0800 From: Warner Losh <imp@bsdimp.com> To: Bryan Drewery <bdrewery@FreeBSD.org> Cc: 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: <5CEF44A4-3121-4A16-AB52-84CACB3F2C7F@bsdimp.com> In-Reply-To: <56A002DA.5030003@FreeBSD.org> References: <201601201645.u0KGjeN2029336@repo.freebsd.org> <56A002DA.5030003@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] It would work built part of buildkernel since pci_iov_if.h would exist there. It would fail when built by hand since the kernel config didn’t save us. Warner > On Jan 20, 2016, at 1:57 PM, Bryan Drewery <bdrewery@FreeBSD.org> wrote: > > 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 >> >> Log: >> Add some missing dependencies on pci_iov_if.h. >> >> Sponsored by: EMC / Isilon Storage Division >> >> Modified: >> head/sys/modules/ix/Makefile >> head/sys/modules/ixlv/Makefile >> head/sys/modules/ixv/Makefile >> >> Modified: head/sys/modules/ix/Makefile >> ============================================================================== >> --- 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 >> >> KMOD = if_ix >> -SRCS = device_if.h bus_if.h pci_if.h >> +SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h >> SRCS += opt_inet.h opt_inet6.h opt_rss.h >> SRCS += if_ix.c ix_txrx.c ixgbe_osdep.c >> # Shared source >> >> Modified: head/sys/modules/ixlv/Makefile >> ============================================================================== >> --- 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 >> >> KMOD = if_ixlv >> -SRCS = device_if.h bus_if.h pci_if.h opt_bdg.h >> +SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h opt_bdg.h >> SRCS += opt_inet.h opt_inet6.h opt_rss.h >> SRCS += if_ixlv.c ixlvc.c ixl_txrx.c i40e_osdep.c >> >> >> Modified: head/sys/modules/ixv/Makefile >> ============================================================================== >> --- 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 >> >> KMOD = if_ixv >> -SRCS = device_if.h bus_if.h pci_if.h >> +SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h >> SRCS += opt_inet.h opt_inet6.h opt_rss.h >> SRCS += if_ixv.c ix_txrx.c ixgbe_osdep.c >> # Shared source >> > > > -- > Regards, > Bryan Drewery > [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJWoAMpAAoJEGwc0Sh9sBEASWwQAIE/J/zxk6L638z7vNw40N2H 8O7+ZWuGAGeIam4Dhlllu+utpH3RFBxztSWnYQrxETrBMpnlNNh60p5H0rUCbpNI WD4BU8Adlll6xomw1OHJXCDTRqj+ilaKbIsPt9ALJfdpEOfPzqASzKeem9Jl7t6W /axVtEA7sQJbjS4Dny2ocT9+6J7Pk9fmXEtdT54peVXFUOl4/9cqCDf+hlmrQOQM hz2e0idGV+5Mwvgf/kihSf+3CJ3o/jGAgDXLSqEEJCzwRcVDopbNcKl9hjJwnzbt gL1YIYNV3aN/IICtbrIne+bDlllY6U3zfhLLKX4b1bgotWJypMri8dCKCx0weKKm 1zL+oeLPGG5S6cWPMTKtxjhFuIoyXCHbMaXB/96KTHRz/f79yfnyewrUyw8t2dZP tjG5YkDHTD+qVsBVoew3JIg7ZUBAj9wT/ch+4tPmJAalEF+ohGJ1WkasaLsXpSz8 jtplYmKE4ua8DP5FOqvvgdpQqjl7ywVXtWePNyjmfbR622RNFjEFjWIuMr9pgAwq CWM5ijAj3zonRKy+sOzDWQne/90hbqgYzY7DE/muq23Iln4LYb2rt5d9Gjlro8a1 Bcx+4ZRhpvczG/la7I9w3j4X0gKFlB1qSd/nntodvmm+/IGHGwt1nJtAkRroLtdK lXsOmrnbnCMjk38u0a7z =f6Bf -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5CEF44A4-3121-4A16-AB52-84CACB3F2C7F>
