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
Remove bridge(4) from the tree. if_bridge(4) is a full functionalreplacement and has additional features which make it superior.Discussed on: -archReviewed by: thompsaX-MFC-after: never (RELENG
Remove bridge(4) from the tree. if_bridge(4) is a full functionalreplacement and has additional features which make it superior.Discussed on: -archReviewed by: thompsaX-MFC-after: never (RELENG_6 as transition period)
Add device driver support for the VIA Networking TechnologiesVT6122 gigabit ethernet chip and integrated 10/100/1000 copper PHY.The vge driver has been added to GENERIC for i386, pc98 and amd64,bu
Add device driver support for the VIA Networking TechnologiesVT6122 gigabit ethernet chip and integrated 10/100/1000 copper PHY.The vge driver has been added to GENERIC for i386, pc98 and amd64,but not to sparc or ia64 since I don't have the ability to testit there. The vge(4) driver supports VLANs, checksum offload andjumbo frames.Also added the lge(4) and nge(4) drivers to GENERIC for i386 andpc98 since I was in the neighborhood. There's no reason to leave themout anymore.