svn commit: r294444 - in head/sys/modules: ix ixlv ixv

Warner Losh imp at bsdimp.com
Wed Jan 20 21:59:09 UTC 2016


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 at 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
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20160120/7e17ca7d/attachment-0001.sig>


More information about the svn-src-all mailing list