John Baldwin
|
cda6c6abf9
|
Use pci_find_cap() instead of pci_find_extcap() to locate PCI
find capabilities as the latter API is deprecated for this purpose.
MFC after: 2 weeks
|
2012-03-03 18:03:50 +00:00 |
|
Luigi Rizzo
|
9bd3250a02
|
Patches from Naresh Raju Gottumukkala
- 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
|
2012-02-17 13:55:17 +00:00 |
|
John Baldwin
|
0187124bee
|
Use if_maddr_*lock() routines to lock the per-interface multicast
address list rather than manipulating the lock directly.
|
2012-02-13 19:35:35 +00:00 |
|
Bjoern A. Zeeb
|
ad5129589c
|
Start to try to hide LRO (and some TSO) bits behind #ifdefs as especially
the symbols are not there when compiling a kernel without IP support and
we do have users doing so.
|
2012-02-11 08:33:52 +00:00 |
|
Bjoern A. Zeeb
|
84c2fd2f94
|
Use the more common macro to set the if_baudrate to 10Gbit/s. Just use
UL not ULL, which should make 32bit archs more happy.
|
2012-02-11 07:47:06 +00:00 |
|
Bjoern A. Zeeb
|
c3ed30eb19
|
Make use of the read-only variant of the IF_ADDR_*LOCK() macros introduced
in r229614 rather than the compat one.
|
2012-02-11 07:43:33 +00:00 |
|
Luigi Rizzo
|
2f345d8ed5
|
Add a driver for Emulex OneConnect ethernet cards (10 Gbit PCIe)
A manpage will come in a future commit.
Submitted by: Naresh Raju Gottumukkala (emulex)
|
2012-02-10 21:03:04 +00:00 |
|