K 10 svn:author V 5 shurd K 8 svn:date V 27 2019-02-22T18:02:46.499391Z K 7 svn:log V 493 MFC r344162: iflib: Improve return values of interrupt handlers. iflib was returning FILTER_HANDLED, in cases where FILTER_STRAY was more correct. This potentially caused issues with shared legacy interrupts. Driver filters returning FILTER_STRAY are now properly handled. Submitted by: Augustin Cavalier Reviewed by: marius, gallatin Obtained from: Haiku (a84bb9, 4947d1) Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D19201 END