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
show more ...
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