aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/t4_iov.c
Commit message (Expand)AuthorAgeFilesLines
* cxgbe(4): Allow the PF driver to set a VF's MAC address.Navdeep Parhar2020-11-091-0/+65
* cxgbev(4): Catch up with the pciids in the PF driver.Navdeep Parhar2019-11-151-10/+10
* cxgbe(4): Update the VF device ids too. This should have been partNavdeep Parhar2017-05-051-1/+1
* cxgbe(4): Update the list of PCIe devices claimed by the driver. AtNavdeep Parhar2017-05-051-0/+14
* Fix a couple of issues with t4iov probe and attach.John Baldwin2017-01-311-0/+12
* cxgbe(4): Attach to cards with the Terminator 6 ASIC. T6 cards willNavdeep Parhar2016-09-161-1/+50
* Whitespace nits.Navdeep Parhar2016-09-151-2/+2
* Remove explicit device_verbose() from the t4iov driver detach routineJohn Baldwin2016-09-121-1/+0
* Use device_verbose() to undo device_quiet() when detaching from t[45]iovX.John Baldwin2016-08-291-2/+7
* Use the port device name for the iov device for Chelsio T4/T5 cards.John Baldwin2016-08-031-6/+10
* Add a driver to create VF devices on Chelsio T4/T5 NICs.John Baldwin2016-07-221-0/+289