summaryrefslogtreecommitdiffstats
path: root/sys/dev/mxge
Commit message (Expand)AuthorAgeFilesLines
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Work around a firmware bug where broadcast frames would be incorrectlygallatin2007-02-212-5/+27
* 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-312-30/+168
* 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-312-72/+83
* Minor updates:gallatin2007-01-302-3/+20
* 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-222-6/+51
* 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-155-1478/+1882
* - Added TSO support. This entailed increasing the number of send descriptorsgallatin2006-09-152-23/+229
* 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-145-1704/+2005
* - Complete the myri10ge -> mxge name change by doing a mechanicalgallatin2006-06-133-443/+425
* 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-196-0/+4336
OpenPOWER on IntegriCloud