Re: git: 5a73a6c178f6 - main - Add lio back to NOTES

From: Warner Losh <imp_at_bsdimp.com>
Date: Wed, 05 Jan 2022 21:09:31 UTC
On Wed, Jan 5, 2022 at 2:06 PM Ed Maste <emaste@freebsd.org> wrote:

> On Wed, 5 Jan 2022 at 15:47, Warner Losh <imp@bsdimp.com> wrote:
> >
> > NOIP kernels were already broken when I made this commit. I'll take a
> look now that emaste committed fixes for those...
>
> I think w/o INET should have built as of my a6668e31aa3c commit.
>
> I also tried building without both INET and INET6. A number of drivers
> have checksum offload support that calls in_pseudo() (or similar)
> without #ifdef guards, and in_pseduo isn't available in that case.
> After hacking those cases I was able to build without INET and INET6.
>
> Affected drivers: age alc ale bxe fxp jme msk sge sk
>

Yea, a6668e31aa3c was after my adding lio back. But I'll take a look.

Warner