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
show more ...
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Import the axge(4) driver for the ASIX AX88178A and AX88179 USB Ethernetadapters. Both devices support Gigabit Ethernet and USB 2.0, and the AX88179supports USB 3.0. The driver was written by kevlo
Import the axge(4) driver for the ASIX AX88178A and AX88179 USB Ethernetadapters. Both devices support Gigabit Ethernet and USB 2.0, and the AX88179supports USB 3.0. The driver was written by kevlo@ and lwhsu@, with a fewbug fixes from me.MFC after: 2 months