summaryrefslogtreecommitdiffstats
path: root/sys/dev/mxge/if_mxge.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup and document the implementation of firmware(9) based onluigi2007-02-151-1/+1
* - Add 99% of a callout based watchdog. The remaining 1% is waitinggallatin2007-01-311-29/+165
* destroy busdma maps even if they are NULL, so as to avoid leakinggallatin2007-01-311-18/+16
* Abandon using sleepable locks in favor of mutexes for mxge's if_ioctlgallatin2007-01-311-69/+76
* Minor updates:gallatin2007-01-301-3/+18
* Fix mxge_submit_8rx() to behave like the comments says it does,gallatin2006-11-291-1/+3
* Fix transposition of width and value arguments to pci_config_write()gallatin2006-11-221-1/+1
* Initialization bugfixes and enhancements:gallatin2006-11-221-6/+50
* Added MSI support.gallatin2006-11-211-12/+34
* Fix a driver bug which could result in frames MHLEN or (MHLEN - 1) bytesgallatin2006-10-171-2/+2
* - Updated to the latest myri10ge firmwaregallatin2006-09-151-11/+118
* - Added TSO support. This entailed increasing the number of send descriptorsgallatin2006-09-151-21/+224
* Copy the link-layer address from our ifnet pointer at reset timegallatin2006-08-041-0/+3
* - add read only sysctl to indicate if write-combining was enabledgallatin2006-08-011-1/+7
* Firmware loading improvements:gallatin2006-07-171-13/+95
* Much to my surprise, IFQ_DRV_DEQUEUE() can return a null mbuf even ifgallatin2006-06-141-13/+11
* Replace a sc->ifp->if_snd.ifq_drv_maxlen with IFQ_SET_MAXLEN(),gallatin2006-06-141-1/+2
* Update the mxge driver.gallatin2006-06-141-373/+398
* - Complete the myri10ge -> mxge name change by doing a mechanicalgallatin2006-06-131-342/+324
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* 10GbE mode driver and binary firmware for Myricom's PCI-express NICs.gallatin2006-02-191-0/+2489
OpenPOWER on IntegriCloud