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/
LinuxKPI: define LINUXKPI_INCLUDES for module builds as wellWhile for in-kernel we already have LINUXKPI_INCLUDES in kern.pre.mkfor kmod builds we've not had a common define to use leading to vari
LinuxKPI: define LINUXKPI_INCLUDES for module builds as wellWhile for in-kernel we already have LINUXKPI_INCLUDES in kern.pre.mkfor kmod builds we've not had a common define to use leading to variousspellings of include paths.In order for the include list to be expanded more easily in the future,e.g., adding the "dummy" includes (for all) and to harmonize code,duplicate LINUXKPI_INCLUDES to kmod.mk and use it for all module Makefiles.MFC after: 1 weekReviewed by: hselaskyDifferential Revision: https://reviews.freebsd.org/D36683
show more ...
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
10Gigabit Ethernet driver for AMD SoCThis patch has the driver for 10Gigabit Ethernet controller in AMDSoC. This driver is written compatible to the Iflib framework. Theexisting driver is for the
10Gigabit Ethernet driver for AMD SoCThis patch has the driver for 10Gigabit Ethernet controller in AMDSoC. This driver is written compatible to the Iflib framework. Theexisting driver is for the old version of hardware. The submitteddriver here is for the recent versions of the hardware where the Ethernetcontroller is PCI-E based.Submitted by: Rajesh Kumar <rajesh1.kumar@amd.com>MFC after: 1 monthRelnotes: yesDifferential Revision: https://reviews.freebsd.org/D25793