sys/modules: fix standalone build for multiple modulesMultiple Makefile miss opt_*.h and *_if.h header file. We fix it byrunning make in sys/modules to build all modules.Approved by: lwhsu (m
sys/modules: fix standalone build for multiple modulesMultiple Makefile miss opt_*.h and *_if.h header file. We fix it byrunning make in sys/modules to build all modules.Approved by: lwhsu (mentor), markj (mentor)Sponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D52062
show more ...
Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
mii: Add opt_platform.h to all miibus driversmiivar.h includes opt_platform.h. Make sure all the drivers that use themiibus_if.h interface file have opt_platform.h as well. While some ofthese may
mii: Add opt_platform.h to all miibus driversmiivar.h includes opt_platform.h. Make sure all the drivers that use themiibus_if.h interface file have opt_platform.h as well. While some ofthese may not, strictly speaking, need it, it's easier to include ituniversally for miibus.Sponsored by: Netflix
e6000sw: Build the driver as a kernel moduleFix detach routine.Driver was tested on EspressoBin.Remove it from GENERIC, since now it can be loaded automatically.Obtained from: SemihalfReviewe
e6000sw: Build the driver as a kernel moduleFix detach routine.Driver was tested on EspressoBin.Remove it from GENERIC, since now it can be loaded automatically.Obtained from: SemihalfReviewed by: manuDifferential revision: https://reviews.freebsd.org/D31580