From owner-svn-src-head@FreeBSD.ORG Sun Feb 19 18:16:42 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A98801065673; Sun, 19 Feb 2012 18:16:42 +0000 (UTC) (envelope-from pluknet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7AF808FC12; Sun, 19 Feb 2012 18:16:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q1JIGgKQ009105; Sun, 19 Feb 2012 18:16:42 GMT (envelope-from pluknet@svn.freebsd.org) Received: (from pluknet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q1JIGgo1009103; Sun, 19 Feb 2012 18:16:42 GMT (envelope-from pluknet@svn.freebsd.org) Message-Id: <201202191816.q1JIGgo1009103@svn.freebsd.org> From: Sergey Kandaurov Date: Sun, 19 Feb 2012 18:16:42 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r231915 - head/share/man/man4 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2012 18:16:42 -0000 Author: pluknet Date: Sun Feb 19 18:16:42 2012 New Revision: 231915 URL: http://svn.freebsd.org/changeset/base/231915 Log: - Trim empty lines resulting in bad rendering, EOL whitespaces - Convert to our standard SYNOPSIS language - Consistently use "The .Nm driver" - Rewrite .nf .fi block with mdoc - Add pci dependency to SYNOPSIS - Start .Bl list with new paragraph Approved by: luigi Modified: head/share/man/man4/oce.4 Modified: head/share/man/man4/oce.4 ============================================================================== --- head/share/man/man4/oce.4 Sun Feb 19 12:25:58 2012 (r231914) +++ head/share/man/man4/oce.4 Sun Feb 19 18:16:42 2012 (r231915) @@ -36,9 +36,7 @@ .\" .\" $FreeBSD$ .\" - - -.Dd February 14, 2012 +.Dd February 19, 2012 .Dt OCE 4 .Os .Sh NAME @@ -49,10 +47,11 @@ To compile this driver into the kernel, place the following lines in your kernel configuration file: .Bd -ragged -offset indent +.Cd "device pci" .Cd "device oce" .Ed .Pp -To load the driver as a +Alternatively, to load the driver as a module at boot time, place the following line in .Xr loader.conf 5 : .Bd -literal -offset indent @@ -61,17 +60,21 @@ if_oce_load="YES" .Sh DESCRIPTION Emulex one connect adapters come in various skews and with different combinations of NIC, FCoE and iSCSI functions. -oce claims the NIC functions in all these adapters. +The +.Nm +driver claims the NIC functions in all these adapters. .Pp The .Nm driver supports VLAN Hardware offload, TCP checksum offload, TCP segmentation offload (TSO), Large receive offload (LRO), Bonding, Jumbo frames (from 1500 - 9000), Multiple TX queues, -Receive-Side Scaling(RSS) and MSI-X interrupts. +Receive-Side Scaling(RSS) and MSI-X interrupts. .Sh HARDWARE +The .Nm driver supports the following Emulex network adapters: +.Pp .Bl -bullet -compact .It BladeEngine 2 @@ -82,9 +85,9 @@ Lancer .El .Sh UPDATING FIRMWARE Adapter firmware updates are persistent. - +.Pp Firmware can be updated by following the steps below: -.nf +.Bd -literal -compact 1) Copy the below code to a Makefile ".KMOD=elxflash FIRMWS=imagename.ufi:elxflash @@ -94,18 +97,18 @@ Firmware can be updated by following the 4) Execute make & copy generated elxflash.ko to /lib/modules 5) sysctl dev.oce..fw_upgrade=elxflash 6) Reboot the machine. - +.Pp In case of issues with supplied UFI, flashing fails with one of the below errors. 1) "Invalid BE3 firmware image" 2) "Invalid Cookie. Firmware image corrupted ?" 3) "cmd to write to flash rom failed." -.fi +.Ed .Sh SUPPORT For general information and support, go to the Emulex website at: .Fa http://www.Emulex.com/ -or E-Mail at +or E-Mail at .Fa freebsd-drivers@emulex.com. .Sh SEE ALSO .Xr ifconfig 8