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 ...
vlan.h is obsolete, don't create it anymore.
Unbreak release. *sigh*
Add support for gigabit ethernet cards based on the NatSemi DP83820and DP83821 gigabit ethernet MAC chips and the NatSemi DP83861 10/100/1000copper PHY. There are a whole bunch of very low cost car
Add support for gigabit ethernet cards based on the NatSemi DP83820and DP83821 gigabit ethernet MAC chips and the NatSemi DP83861 10/100/1000copper PHY. There are a whole bunch of very low cost cards available withthis chipset selling for $150USD or less. This includes the SMC9462TX,D-Link DGE-500T, Asante GigaNIX 1000TA and 1000TPC, and a couple cardsfrom Addtron.This chip supports TCP/IP checksum offload, VLAN tagging/insertion.2048-bit multicast filter, jumbograms and has 8K TX and 32K RX FIFOs.I have not done serious performance testing with this driver. I knowit works, and I want it under CVS control so I can keep tabs on it.Note that there's no serious mutex stuff in here yet either: I needto talk more with jhb to figure out the right way to do this. Thatsaid, I don't think there will be any problems.This driver should also work on the alpha. It's not turned on inGENERIC.