aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mxge/eth_z8e.h
Commit message (Collapse)AuthorAgeFilesLines
* MFC 236212:Andrew Gallatin2012-06-071-7492/+7544
| | | | | | | | | | Update mxge(4) firmware to the latest version available from Myricom (1.4.55). Sponored by: Myricom, Inc. Notes: svn path=/stable/7/; revision=236715
* MFC r223958:Andrew Gallatin2011-07-201-7283/+7491
| | | | | | | | Update mxge(4) firmware to the latest version available from Myricom (1.4.53a). Notes: svn path=/stable/7/; revision=224236
* MFC 208309: Update mxge firmware to latest available from Myricom.Andrew Gallatin2010-05-241-7252/+7284
| | | | Notes: svn path=/stable/7/; revision=208496
* MFC: r194747,r202120:Andrew Gallatin2010-01-141-6947/+7251
| | | | | | | Update mxge(4) firmware to 1.4.48b (latest available) from Myricom. Notes: svn path=/stable/7/; revision=202306
* MFH r188736 and r188737: Better support for recent Myricom 10GbE NICsAndrew Gallatin2009-02-241-7072/+6949
| | | | Notes: svn path=/stable/7/; revision=189010
* Merge r184211 (mxge firmware update) into stable/7Andrew Gallatin2008-10-271-7040/+7069
| | | | | | | | Approved by: re (kensmith) Sponsored by: Myricom Inc Notes: svn path=/stable/7/; revision=184337
* MFC: 183515Andrew Gallatin2008-10-061-13148/+7042
| | | | | | | | Update to Myri10GE firmware version 1.4.33 from 1.4.29. Approved by: re (kensmith) Notes: svn path=/stable/7/; revision=183642
* MFC: Update to firmware version 1.4.29 from 1.4.25Andrew Gallatin2008-01-151-12745/+13144
| | | | | | | Approved by: re (kensmith) Notes: svn path=/stable/7/; revision=175359
* - Fix a bug which could cause a panic when enabling LROAndrew Gallatin2007-08-221-12338/+12731
| | | | | | | | | | | | | | on an down mxge interface - Fix a bug where mxge reported the link state as active when it wasn't (after ifconfig down). - Prevent spurious watchdog resets when link partner is not consuming - Add support for CX4 and popular XFP media detection - Update the firmware and associated header files to 1.4.25 Approved by: re (kensmith) Notes: svn path=/head/; revision=171917
* - Enable static building of mxge(4) and its firmware.Andrew Gallatin2007-07-191-0/+12386
- Add custom .c wrappers for the firmware, rather than the standard firmware(9) generated firmware objects to work around toolchain problems on ia64 involving linking objects produced by ld -b -binary into the kernel. - Move from using Myricom's ".dat" firmware blobs to using Myricom's zlib compressed ".h" firmware header files. This is done to facilitate the custom wrappers, and saves a fair amount of wired memory in the case where the firmware is built in, or preloaded. - Fix two compile issues in mxge which only appear on non-i386/amd64. Reviewed by: mlaier, mav (earlier version with just zlib support) Glanced at by: sam Approved by: re (kensmith) Notes: svn path=/head/; revision=171500