aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/oce
Commit message (Collapse)AuthorAgeFilesLines
* MFC 281932:John Baldwin2015-06-051-1/+1
| | | | | | | | | | | | Rename the kld for oce(4) to if_oce.ko. ifconfig(8) has special knowledge 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 Notes: svn path=/stable/9/; revision=284045
* MFC: the "oce" driver for Emulex OneConnect 10Gbit Ethernet.Luigi Rizzo2012-02-141-0/+15
This is the same exact code that you can find in HEAD Notes: svn path=/stable/9/; revision=231663