Feature #4179
closedDriver oce is missing from 2.2 RC
0%
Description
The driver oce (oce.ko) to support Emulex 10 GE NICs is missing from pfSense 2.2 RC but available and working in FreeBSD 10.1. Please include this driver into 2.2 RELEASE to support the Emulex 10 GE cards.
Updated by Chris Buechler almost 11 years ago
- Tracker changed from Bug to Feature
- Target version changed from 2.2 to 2.2.1
this kind of thing seems simple enough, but adding a device can have fallout. For 2.2, you can copy over the ko and kldload it, we'll get it added to 2.2.1.
Updated by Ermal Luçi almost 11 years ago
- Status changed from New to Feedback
activated on master branch.
Updated by Jim Thompson almost 11 years ago
- Assignee set to Ermal Luçi
just setting assignee for completeness
Updated by Christoph Erdle almost 11 years ago
oce.ko from FreeBSD 8.3 copied over to PfSense 2.2.5 works fine in our environment including VLAN tags, LACP trunk, CARP. Thanks for the hint.
Updated by Mathieu FRAPPIER almost 11 years ago
Christoph K.: Can you explain where od you get the file and how exactly do you load it ?
Updated by Christoph Erdle almost 11 years ago
Matthieu Bouthors: We copied it over from FreeBSD 10.1 release and added oce_load="YES" to /boot/loader.conf, worked as expected with a dual port card.
Updated by Mathieu FRAPPIER almost 11 years ago
When I load the module, using kldload, I got the following output:
oce0: <Emulex CNA NIC function:///10.0.664.0///> mem 0xf3020000-0xf3023fff at device 4.0 on pci0
device_attach: oce0 attach returned 6
Then sysctl dev.oce return only one line!
dev.oce.%parent:
Updated by Chris Buechler almost 11 years ago
- Target version changed from 2.2.1 to 2.2.2
Updated by Mathieu FRAPPIER almost 11 years ago
Mathieu FRAPPIER wrote:
When I load the module, using kldload, I got the following output:
oce0: <Emulex CNA NIC function:///10.0.664.0///> mem 0xf3020000-0xf3023fff at device 4.0 on pci0
device_attach: oce0 attach returned 6Then sysctl dev.oce return only one line!
dev.oce.%parent:
I was using SR-IOV. Contacted Emulex and they don't plan to build a SR-IOV compatible driver.
Updated by Ermal Luçi almost 11 years ago
- Status changed from Feedback to Closed