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.
Grrr. Module depends on vlan.h, and I committed the wrong versionof if_txpreg.h, which didn't have sc_rxbufprod defined in the softcstruct.
You were knocked senseless by the Boomerang, spun around by the Cyclone,blown over by the Hurricane and had a house dropped on you by the Tornado.Now it's time to have your parade rained on by... t
You were knocked senseless by the Boomerang, spun around by the Cyclone,blown over by the Hurricane and had a house dropped on you by the Tornado.Now it's time to have your parade rained on by... the Typhoon!This commit adds driver support for 3Com 3cR990 10/100 ethernetadapters based on the Typhoon I and Typhoon II chipsets. This is actuallya port of the OpenBSD driver with many hacks by me.No Virginia, there isn't any support for the hardware crypto yet. Howeverthere is support for TCP/IP checksum offload and VLANs.Special thanks go to Jason Wright, Aaron Campbell and Theo de Raadt forsqueezing enough info out of 3Com to get this written, and for doingmost of the hard work.Manual page is included. Compiled as a module and included in GENERIC.