Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jun 2018 10:38:34 -0700
From:      Navdeep Parhar <np@FreeBSD.org>
To:        freebsd-current@freebsd.org
Subject:   Re: buildkernel broken on if_ixl when EVDEV is enabled
Message-ID:  <120e0a18-9048-2875-6b4d-ad81af91137a@FreeBSD.org>
In-Reply-To: <7d7ed739-a8eb-1bd4-339b-d12464ff6629@nomadlogic.org>
References:  <3d9cffa3-8ee1-96e2-6edd-d3bf27fd88a5@nomadlogic.org> <CAFU7VyP2EzK3x5nsJtk=AYw_B8sJCMu4CtdSGRMhE4VjXKAbLw@mail.gmail.com> <7d7ed739-a8eb-1bd4-339b-d12464ff6629@nomadlogic.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 06/22/18 10:25, Pete Wright wrote:
>=20
>=20
> On 06/21/2018 20:47, Danilo Eg=C3=AAa Gondolfo wrote:
>> Hi,
>>
>> check if you have 'options IXL_IW' in your kernel conf. It's removed
>> from GENERIC. I had the same problem here with my customized conf.
>=20
> ah - that was totally it i think.=C2=A0 i was lazy and just copied GENE=
RIC to
> GENERIC-EVDEV so it got of sync.=C2=A0 i've now re-created my EVDEV con=
fig to
> just include GENERIC.

You can avoid your kernconf going out of sync by including GENERIC in it
and then adding just your customizations.

include GENERIC
ident GENERIC-EVDEV
options         EVDEV_SUPPORT
device          evdev

Regards,
Navdeep




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?120e0a18-9048-2875-6b4d-ad81af91137a>