https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211219
--- Comment #20 from Franco Fichtner <fra...@opnsense.org> --- It's easy, look here: https://bugs.freebsd.org/bugzilla/attachment.cgi?id=180048&action=diff The second line before: ims_mask |= adapter->ims; The second line after: ims_mask |= EM_MSIX_MASK; The regression in 10.3 and 11.0: ims_mask |= adapter->ims; The correct code in 10.2 and the Intel driver: ims_mask |= EM_MSIX_MASK; Cheers, Franco -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"