HomeFreeBSD

Remove device lio from i386's LINT-NOIP

Description

Remove device lio from i386's LINT-NOIP

This fixes link errors for the LINT-NOIP kernel on i386:

ld: error: undefined symbol: tcp_lro_flush_all
>>> referenced by lio_droq.c
>>>               lio_droq.o:(lio_droq_process_packets)

ld: error: undefined symbol: tcp_lro_rx
>>> referenced by lio_core.c
>>>               lio_core.o:(lio_push_packet)

ld: error: undefined symbol: tcp_lro_init
>>> referenced by lio_main.c
>>>               lio_main.o:(lio_attach)

ld: error: undefined symbol: tcp_lro_free
>>> referenced by lio_main.c
>>>               lio_main.o:(lio_attach)
>>> referenced by lio_main.c
>>>               lio_main.o:(lio_destroy_nic_device)
*** [kernel] Error code 1

MFC after: 3 days

Details

Provenance
dimAuthored on Feb 8 2022, 6:53 PM
Parents
rGc862d5f2a789: riscv: Fix a race in pmap_pinit()
Branches
Unknown
Tags
Unknown