summaryrefslogtreecommitdiff
path: root/sys/modules/oce
Commit message (Collapse)AuthorAgeFilesLines
* Rename the kld for oce(4) to if_oce.ko. ifconfig(8) has special knowledgeJohn Baldwin2015-04-241-1/+1
| | | | | | | | | | | | about kld filenames for network drivers that requires them to follow the pattern of if_<foo>. This also fixes the existing documentation in the manpage which says to use if_oce_load=YES in loader.conf. PR: 199095 MFC after: 1 week Notes: svn path=/head/; revision=281932
* Depend on the relevant header files.Bjoern A. Zeeb2012-02-111-1/+1
| | | | Notes: svn path=/head/; revision=231512
* Add a driver for Emulex OneConnect ethernet cards (10 Gbit PCIe)Luigi Rizzo2012-02-101-0/+15
A manpage will come in a future commit. Submitted by: Naresh Raju Gottumukkala (emulex) Notes: svn path=/head/; revision=231437