aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/oce/oce_hw.c
Commit message (Collapse)AuthorAgeFilesLines
* Update driver to version 10.0.664.0.Xin LI2013-10-231-4/+12
| | | | | | | | | | Many thanks to Emulex for their continued support of FreeBSD. Submitted by: Venkata Duvvuru <VenkatKumar.Duvvuru Emulex Com> MFC after: 3 day Notes: svn path=/head/; revision=257007
* Update driver with recent vendor improvements, most notably supportXin LI2013-07-061-10/+10
| | | | | | | | | | | | of Skyhawk adapters. Many thanks to Emulex for their continued support of FreeBSD. Submitted by: "Duvvuru,Venkat Kumar" <VenkatKumar.Duvvuru Emulex.Com> MFC after: 1 day Notes: svn path=/head/; revision=252869
* Update driver to version 4.6.95.0.Xin LI2013-03-061-8/+0
| | | | | | | | Submitted by: "Duvvuru,Venkat Kumar" <VenkatKumar.Duvvuru Emulex.Com> MFC after: 3 days Notes: svn path=/head/; revision=247880
* Use pci_find_cap() instead of pci_find_extcap() to locate PCIJohn Baldwin2012-03-031-4/+4
| | | | | | | | | find capabilities as the latter API is deprecated for this purpose. MFC after: 2 weeks Notes: svn path=/head/; revision=232470
* Patches from Naresh Raju GottumukkalaLuigi Rizzo2012-02-171-4/+11
| | | | | | | | | | | | | - Feature: UMC - Universal Multi Channel support - Bugfix: BE3 Firmware Flashing bug. - Code improvements: - Removed duplicate switch cases in the oce_ioctl routine. - Made changes to mcc_async notifications routine(oce_mq_handler) MFC after: 1 week Notes: svn path=/head/; revision=231879
* Use if_maddr_*lock() routines to lock the per-interface multicastJohn Baldwin2012-02-131-2/+2
| | | | | | | address list rather than manipulating the lock directly. Notes: svn path=/head/; revision=231603
* Make use of the read-only variant of the IF_ADDR_*LOCK() macros introducedBjoern A. Zeeb2012-02-111-2/+2
| | | | | | | in r229614 rather than the compat one. Notes: svn path=/head/; revision=231508
* Add a driver for Emulex OneConnect ethernet cards (10 Gbit PCIe)Luigi Rizzo2012-02-101-0/+588
A manpage will come in a future commit. Submitted by: Naresh Raju Gottumukkala (emulex) Notes: svn path=/head/; revision=231437