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