aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fxp/rcvbundl.h
Commit message (Collapse)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 3-Clause license. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Special thanks to Wind River for providing access to "The Duke of Highlander" tool: an older (2014) run over FreeBSD tree was useful as a starting point. Notes: svn path=/head/; revision=326022
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
| | | | | | | Most affect comments, very few have user-visible effects. Notes: svn path=/head/; revision=298955
* Add a microcode to implement receive bundling for 82551 chipsets withMaxime Henrion2005-04-211-20/+148
| | | | | | | | | | a revision ID of 0x0f (D102 E-step). MFC after: 2 weeks Tested by: pav Notes: svn path=/head/; revision=145368
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
| | | | Notes: svn path=/head/; revision=139749
* Add Intel's loadable microcode to implement receive side bundling.Jonathan Lemon2001-10-251-0/+1129
This is taken verbatim from the Intel's e100-1.6.22 release, with the addition of their LICENSE file at the top. Submitted by: Marko Zec <zec@tel.fer.hr> Notes: svn path=/head/; revision=85459