Re: svn commit: r293112 - head/sys/dev/ixl

2016-01-04 Thread NGie Cooper
On Sun, Jan 3, 2016 at 2:23 PM, John Baldwin wrote: ... > FWIW, it is probably simpler to do something like this in an ixl header > instead: > > #if __FreeBSD_version <= 1100022 > #define if_getdrvflags(ifp) (ifp)->if_drv_flags > #endif > > In the past when the Intel drivers have used compa

Re: svn commit: r293112 - head/sys/dev/ixl

2016-01-04 Thread John Baldwin
On Sunday, January 03, 2016 06:09:47 PM Garrett Cooper wrote: > Author: ngie > Date: Sun Jan 3 18:09:46 2016 > New Revision: 293112 > URL: https://svnweb.freebsd.org/changeset/base/293112 > > Log: > Fix ixl(4) compilation with PCI_IOV pre-r266974 > > stable/10 doesn't have the if_getdrvfla