aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2022-02-08 18:53:52 +0000
committerDimitry Andric <dim@FreeBSD.org>2022-02-08 18:53:52 +0000
commit14a15342bbc88906c97fbf84553eb5c6de8295ca (patch)
tree0ad66394b7a493485cc23a810316d251a5de1eb3
parentc862d5f2a789925efe70fc64247caa5148e98a54 (diff)
downloadsrc-14a15342bbc88906c97fbf84553eb5c6de8295ca.tar.gz
src-14a15342bbc88906c97fbf84553eb5c6de8295ca.zip
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
-rw-r--r--sys/i386/conf/LINT-NOIP1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/conf/LINT-NOIP b/sys/i386/conf/LINT-NOIP
index a1ea6fa3202a..2f21766eb69e 100644
--- a/sys/i386/conf/LINT-NOIP
+++ b/sys/i386/conf/LINT-NOIP
@@ -12,6 +12,7 @@ nodevice bxe
nodevice em
nodevice fxp
nodevice jme
+nodevice lio
nodevice msk
nodevice mxge
nodevice sge