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 Level 1 LXT1001 NetCelleratorgigabit ethernet controller chip. This device is used on somefiber optic gigE cards from SMC, D-Link and Addtron. Jumbograms andTCP/I
Add device driver support for the Level 1 LXT1001 NetCelleratorgigabit ethernet controller chip. This device is used on somefiber optic gigE cards from SMC, D-Link and Addtron. Jumbograms andTCP/IP checksum offload on receive are supported. Hardware VLANfiltering is not, because it doesn't play well with our existingVLAN code. Also add manual page.There is a 4.x version of this driver available athttp://www.freebsd.org/~wpaul/Level1/4.x if anyone feels adventurousand wants to test it. I still need to do performance testing andtuning with this device.(For my next trick, I will make the 3Com 3cR990 sit up and beg.)