Re: problem building dev/e1000

From: Eric Joyner <erj_at_freebsd.org>
Date: Fri, 15 Feb 2019 10:46:11 -0800
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?

- Eric
Received on Fri Feb 15 2019 - 19:23:38 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:20 UTC