aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nfe/if_nfereg.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* Add support for the nForce MCP89 adapter.Mark Johnston2018-12-141-0/+1
* Increase the number of TX DMA segments from 32 to 35. It turnedPyun YongHyeon2014-03-311-1/+1
* Add basic WOL support for MCP ethernet controllers. It seems thePyun YongHyeon2010-11-111-0/+1
* Add hardware MAC statistics support. Register information wasPyun YongHyeon2008-10-031-0/+34
* Add device ids for MCP77/79 and set appropriate support flags.Pyun YongHyeon2008-10-011-0/+8
* Add support for MCP73 chips.Pyun YongHyeon2008-04-101-0/+4
* Nuke local jumbo allocator and switch to use of UMA backed pagePyun YongHyeon2008-03-061-9/+0
* The maximum size of the sum of all segment lengths in a given DMA mappingPyun YongHyeon2007-06-121-1/+1
* Increase a maximum segment size of DMA to 4096. Previously it usedPyun YongHyeon2007-06-121-0/+2
* Bring overhauled nfe(4) into tree.Pyun YongHyeon2007-06-121-17/+83
* Fix TX/RX checksum offload.David E. O'Brien2006-11-271-1/+1
* Fix the jumbo frame support.David E. O'Brien2006-11-271-2/+8
* style(9)David E. O'Brien2006-10-191-153/+153
* Correct the WOL magic value.David E. O'Brien2006-10-161-1/+1
* Add support for MCP61 and MCP65 adaptors.David E. O'Brien2006-09-111-0/+8
* Add a pure open source nForce Ethernet driver, under BSDL.David E. O'Brien2006-06-261-3/+56
* Import the nfe (nForce Ethernet) driver from OpenBSD.David E. O'Brien2006-06-261-0/+187