buildkernel broken on if_ixl when EVDEV is enabled

Navdeep Parhar np at FreeBSD.org
Fri Jun 22 17:38:38 UTC 2018


On 06/22/18 10:25, Pete Wright wrote:
> 
> 
> On 06/21/2018 20:47, Danilo Egêa 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.
> 
> ah - that was totally it i think.  i was lazy and just copied GENERIC to
> GENERIC-EVDEV so it got of sync.  i've now re-created my EVDEV config 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



More information about the freebsd-current mailing list