summaryrefslogtreecommitdiff
path: root/sys/dev/nfe
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-213-3/+3
* MFC r192706:Pyun YongHyeon2009-06-071-1/+1
* MFC r183561, 186346:Pyun YongHyeon2009-03-183-25/+287
* MFC r183509:Pyun YongHyeon2008-10-062-0/+40
* MFC r176859:Pyun YongHyeon2008-08-203-185/+6
* MFC if_nfe.c rev 1.28, if_nfereg.h rev 1.12 to RELENG_7.Pyun YongHyeon2008-04-172-0/+16
* MFC: if_npe.c 1.8, if_gem.c 1.47, if_msk.c 1.27, if_nfe.c 1.25, if_wpi.c 1.6Pyun YongHyeon2008-03-181-89/+1
* MFC: Fix function prototype for device_shutdown method.Pyun YongHyeon2008-03-131-2/+4
* MFC if_nfe.c, rev 1.22 to RELENG_7Pyun YongHyeon2007-12-061-2/+2
* MFC 1.23: use the private task q thread instead of the shared system threadSam Leffler2007-11-231-6/+5
* During boot(before setting IP address) PHY can generate link statePyun YongHyeon2007-09-141-6/+6
* Fix typo.Pyun YongHyeon2007-09-141-2/+2
* Don't fail on device attach if jumbo frame support was unsuccessful.Pyun YongHyeon2007-07-242-9/+26
* 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-122-2/+4
* Bring overhauled nfe(4) into tree.Pyun YongHyeon2007-06-123-905/+2099
* Catch up the rest of the drivers with the ether_vlan_mtap modifications.Christian S.J. Peron2007-03-041-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Fix TX/RX checksum offload.David E. O'Brien2006-11-272-16/+21
* Reformat to KNF after revision 1.12.David E. O'Brien2006-11-271-85/+81
* Fix the jumbo frame support.David E. O'Brien2006-11-273-209/+63
* Grrr. new .vimrc file is really giving me trouble.. get the whitespace right.David E. O'Brien2006-11-271-2/+2
* Fix editor fatfingering in rev 1.9.David E. O'Brien2006-11-271-2/+2
* nfe_stop() requires lock to be held when calling.David E. O'Brien2006-11-261-0/+2
* Missed two nits in rev 1.7.David E. O'Brien2006-11-171-2/+2
* style(9)David E. O'Brien2006-10-191-143/+143
* style(9) cleanup.David E. O'Brien2006-10-191-238/+327
* Correct the WOL magic value.David E. O'Brien2006-10-161-1/+1
* Try to be more precise in identifying the various nForce networking adapters.David E. O'Brien2006-10-161-14/+14
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldAndre Oppermann2006-09-171-16/+5
* Add support for MCP61 and MCP65 adaptors.David E. O'Brien2006-09-112-0/+36
* Fix alignment of RX bufs DMA map to be realistic. Maybe it works onRuslan Ermilov2006-08-141-2/+2
* Add a pure open source nForce Ethernet driver, under BSDL.David E. O'Brien2006-06-263-992/+1477
* Import the nfe (nForce Ethernet) driver from OpenBSD.David E. O'Brien2006-06-263-0/+2009