is there no netmap in amd64 MINIMAL kernel?

I converted one system to pkgbase for testing. I'm also testing the MINIMAL kernel on it (seems to save about 15MB available memory). I have it all working but the difference in my boot messages shows that this is missing with the MINIMAL kernel compared to GENERIC:

Code:
em0: netmap queues/slots: TX 1/1024, RX 1/1024

I see no module to load for netmap. There is no module for it in the MINIMAL kernel, and it is not compiled into the MINIMAL kernel.

Is it expected to have netmap available in MINIMAL?

Is it expected that em driver does not use netmap when it is a module?
 
Back
Top