diff options
author | luigi <luigi@FreeBSD.org> | 2012-02-10 21:03:04 +0000 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2012-02-10 21:03:04 +0000 |
commit | 4119b9cf7a5e3dd966371d685eda1010641fe34f (patch) | |
tree | 3063d4c50b218a2983c6311cbe50ce7d0c9b8c52 /sys/conf/NOTES | |
parent | ac654b06161d867de0b53cf65e24b08c59db3d01 (diff) | |
download | FreeBSD-src-4119b9cf7a5e3dd966371d685eda1010641fe34f.zip FreeBSD-src-4119b9cf7a5e3dd966371d685eda1010641fe34f.tar.gz |
Add a driver for Emulex OneConnect ethernet cards (10 Gbit PCIe)
A manpage will come in a future commit.
Submitted by: Naresh Raju Gottumukkala (emulex)
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r-- | sys/conf/NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index af351fa..c61c0a1 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1972,6 +1972,7 @@ device xmphy # XaQti XMAC II # SMC EZ Card 1000 (SMC9462TX), D-Link DGE-500T, Asante FriendlyNet # GigaNIX 1000TA and 1000TPC, the Addtron AEG320T, the Surecom # EP-320G-TX and the Netgear GA622T. +# oce: Emulex 10 Gbit adapters (OneConnect Ethernet) # pcn: Support for PCI fast ethernet adapters based on the AMD Am79c97x # PCnet-FAST, PCnet-FAST+, PCnet-FAST III, PCnet-PRO and PCnet-Home # chipsets. These can also be handled by the le(4) driver if the @@ -2112,6 +2113,7 @@ device ixgbe # Intel Pro/10Gbe PCIE Ethernet device le # AMD Am7900 LANCE and Am79C9xx PCnet device mxge # Myricom Myri-10G 10GbE NIC device nxge # Neterion Xframe 10GbE Server/Storage Adapter +device oce # Emulex 10 GbE (OneConnect Ethernet) device ti # Alteon Networks Tigon I/II gigabit Ethernet device txp # 3Com 3cR990 (``Typhoon'') device vx # 3Com 3c590, 3c595 (``Vortex'') |