Cisco VIC Drivers for FreeBSD

Building a pfsense firewall system using Cisco VIC 68-4205-08 ucsc-pcie-csc-02 (10GB) card .

System detects the card but not active (none@pcie ........). Where can I get the drivers for this card?

Thank you in advance.
 
FYI the enic driver supports the Cisco VIC (I think from 14). Not sure about the PCI card - I've only tested with the 2x10G MLOM.

Code:
enic1: <Cisco VIC Ethernet NIC> mem 0xc6b00000-0xc6b07fff,0xc6b08000-0xc6b09fff irq 37 at device 0.0 numa-domain 0 on pci11
enic1: Using 256 TX descriptors and 512 RX descriptors
enic1: Using 1 RX queues 1 TX queues
enic1: Using MSI-X interrupts with 4 vectors
enic1: Ethernet address: e8:65:49:1f:3b:74
enic1: netmap queues/slots: TX 1/256, RX 1/512

I think it has a bug with MTU and FIBs; submitted as PR 282095
 
Back
Top