summaryrefslogtreecommitdiffstats
path: root/sys/dev/nfe/if_nfe.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo.yongari2008-12-201-1/+1
* Add hardware MAC statistics support. Register information wasyongari2008-10-031-25/+216
* Add device ids for MCP77/79 and set appropriate support flags.yongari2008-10-011-0/+32
* Add support for MCP73 chips.yongari2008-04-101-0/+12
* Nuke local jumbo allocator and switch to use of UMA backed pageyongari2008-03-061-166/+6
* Give MEXTADD() another argument to make both void pointers to thephk2008-02-011-1/+1
* - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), andjhb2008-01-171-89/+1
* Fix function prototype for device_shutdown method.yongari2007-11-221-2/+4
* use the private task q thread instead of the shared system threadsam2007-11-161-6/+5
* Apparently some NVIDIA NICs store ethernet address in reverse orderyongari2007-11-061-2/+2
* During boot(before setting IP address) PHY can generate link stateyongari2007-09-141-6/+6
* Fix typo.yongari2007-09-141-2/+2
* Don't fail on device attach if jumbo frame support was unsuccessful.yongari2007-07-241-9/+25
* Increase a maximum segment size of DMA to 4096. Previously it usedyongari2007-06-121-2/+2
* Bring overhauled nfe(4) into tree.yongari2007-06-121-837/+1955
* Catch up the rest of the drivers with the ether_vlan_mtap modifications.csjp2007-03-041-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Fix TX/RX checksum offload.obrien2006-11-271-15/+20
* Reformat to KNF after revision 1.12.obrien2006-11-271-85/+81
* Fix the jumbo frame support.obrien2006-11-271-206/+54
* Grrr. new .vimrc file is really giving me trouble.. get the whitespace right.obrien2006-11-271-2/+2
* Fix editor fatfingering in rev 1.9.obrien2006-11-271-2/+2
* nfe_stop() requires lock to be held when calling.obrien2006-11-261-0/+2
* Missed two nits in rev 1.7.obrien2006-11-171-2/+2
* style(9) cleanup.obrien2006-10-191-243/+332
* Try to be more precise in identifying the various nForce networking adapters.obrien2006-10-161-14/+14
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldandre2006-09-171-16/+5
* Add support for MCP61 and MCP65 adaptors.obrien2006-09-111-0/+28
* Fix alignment of RX bufs DMA map to be realistic. Maybe it works onru2006-08-141-2/+2
* Add a pure open source nForce Ethernet driver, under BSDL.obrien2006-06-261-966/+1362
* Import the nfe (nForce Ethernet) driver from OpenBSD.obrien2006-06-261-0/+1731
OpenPOWER on IntegriCloud