Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Feb 2019 11:03:08 -0800
From:      Eric Joyner <erj@freebsd.org>
To:        Enji Cooper <yaneurabeya@gmail.com>
Cc:        Robert Huff <roberthuff@rcn.com>, current@freebsd.org
Subject:   Re: problem building dev/e1000
Message-ID:  <CAKdFRZiZeQYb_dVTkoKX7YMPO6pfswASEJs3kR%2By-O-SSC_5Mg@mail.gmail.com>
In-Reply-To: <652F1541-52DE-4744-8AEA-8EE6434E04E8@gmail.com>
References:  <23653.56460.521599.489556@jerusalem.litteratus.org> <754B5C21-656B-4A67-BA39-50BB4AF5C0CD@gmail.com> <CAKdFRZjdR0%2BMEFhApLcV5me8Nt=R7F1yOoW34owQYne-T9Ehmg@mail.gmail.com> <652F1541-52DE-4744-8AEA-8EE6434E04E8@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Looking through the SVN logs, it looks like kib put an entry in the
stable/12 UPDATING in r344149 when he MFC'd the "make iflib a loadable
module" changes.

As for the em man page, they don't note the specific "device iflib"
dependency, so that needs to be added (as well as a more general update
since it looks like it's out of date). Though, there is at least a mention
of it using iflib near the bottom.

- Eric

On Fri, Feb 15, 2019 at 10:53 AM Enji Cooper <yaneurabeya@gmail.com> wrote:

>
> > On Feb 15, 2019, at 10:46, Eric Joyner <erj@freebsd.org> wrote:
> >
> > ifdi_if.h is a system generated interface file that network drivers that
> depend on iflib use. It's generated from ifdi_if.m in sys/net.
> >
> > My guess is that you don't have "device iflib" defined in your kernel
> configuration. em(4) depends on iflib in FreeBSD 12/13, and with r343617,
> iflib is now explicitly a module that needs to be included in your kernel
> config if you want to use a driver that depends on it. It's already in the
> GENERIC kernel for amd64; are you using a kernel config file that doesn't
> inherit from GENERIC?
>
> HO Eric!
>
> iflib was a recently added requirement on stable/12 IIRC..?
>
> Does the manpage note this dependency, and is there an UPDATING entry for
> this change?
>
> Thanks!
> -Enji



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAKdFRZiZeQYb_dVTkoKX7YMPO6pfswASEJs3kR%2By-O-SSC_5Mg>