Print this page
6064 ixgbe needs X550 support

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man7d/ixgbe.7d
          +++ new/usr/src/man/man7d/ixgbe.7d
   1    1  '\" te
   2    2  .\"  Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved
   3    3  .\"  Copyright 2012, Nexenta Systems, Inc. All rights reserved.
        4 +.\"  Copyright 2016, OmniTI Computer Consulting, Inc. All rights reserved.
   4    5  .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
   5    6  .\"  See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with
   6    7  .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   7      -.TH IXGBE 7D "Jun 3, 2009"
        8 +.TH IXGBE 7D "Jan 13, 2016"
   8    9  .SH NAME
   9   10  ixgbe \- Intel 10Gb PCI Express NIC Driver
  10   11  .SH SYNOPSIS
  11   12  .LP
  12   13  .nf
  13   14  \fB/dev/ixgbe*\fR
  14   15  .fi
  15   16  
  16   17  .SH DESCRIPTION
  17   18  .sp
↓ open down ↓ 1 lines elided ↑ open up ↑
  19   20  The \fBixgbe\fR 10 Gigabit Ethernet driver is a multi-threaded, loadable,
  20   21  clonable, GLD-based STREAMS driver supporting the Data Link Provider Interface,
  21   22  \fBdlpi\fR(7P), on Intel 10-Gigabit PCI Express Ethernet controllers.
  22   23  .sp
  23   24  .LP
  24   25  The \fBixgbe\fR driver functions include controller initialization, frame
  25   26  transmit and receive, promiscuous and multicast support, and error recovery and
  26   27  reporting.
  27   28  .sp
  28   29  .LP
       30 +The \fBixgbe\fR driver supports the following Intel 10-Gigabit PCI Express Ethernet controllers:
       31 +.RS +4
       32 +.TP
       33 +.ie t \(bu
       34 +.el o
       35 +Intel Ethernet Controller 82598EB Family
       36 +.RE
       37 +.RS +4
       38 +.TP
       39 +.ie t \(bu
       40 +.el o
       41 +Intel Ethernet Controller 82599EB (X520) Family
       42 +.RE
       43 +.RS +4
       44 +.TP
       45 +.ie t \(bu
       46 +.el o
       47 +Intel Ethernet Controller X540 Family
       48 +.RE
       49 +.RS +4
       50 +.TP
       51 +.ie t \(bu
       52 +.el o
       53 +Intel Ethernet Controller X550 Family
       54 +.RE
       55 +.LP
  29   56  The \fBixgbe\fR driver and hardware support auto-negotiation, a protocol
  30   57  specified by the \fIIEEE 802.3ae\fR specification.
  31   58  .SH APPLICATION PROGRAMMING INTERFACE
  32   59  .sp
  33   60  .LP
  34   61  The cloning character-special device, \fB/dev/ixgbe\fR, is used to access all
  35      -Intel 10 -Gigabit PCI Express Ethernet devices installed within the system.
       62 +Intel 10-Gigabit PCI Express Ethernet devices installed within the system.
  36   63  .sp
  37   64  .LP
  38   65  The \fBixgbe\fR driver is managed by the \fBdladm\fR(1M) command line utility,
  39   66  which allows VLANs to be defined on top of \fBixgbe\fR instances and for
  40   67  \fBixgbe\fR instances to be aggregated. See \fBdladm\fR(1M) for more details.
  41   68  .sp
  42   69  .LP
  43   70  You must send an explicit DL_ATTACH_REQ message to associate the opened stream
  44   71  with a particular device (PPA). The PPA ID is interpreted as an unsigned
  45   72  integer data type and indicates the corresponding device instance (unit)
↓ open down ↓ 100 lines elided ↑ open up ↑
 146  173  
 147  174  .SH ATTRIBUTES
 148  175  .sp
 149  176  .LP
 150  177  See \fBattributes\fR(5) for descriptions of the following attributes:
 151  178  .sp
 152  179  
 153  180  .sp
 154  181  .TS
 155  182  box;
 156      -l l
 157      -l l .
      183 +c | c
      184 +l | l .
 158  185  ATTRIBUTE TYPE  ATTRIBUTE VALUE
      186 +_
 159  187  Architecture    SPARC, x86
      188 +_
 160  189  Interface Stability     Committed
 161  190  .TE
 162  191  
 163  192  .SH SEE ALSO
 164  193  .sp
 165  194  .LP
 166  195  \fBdladm\fR(1M), \fBnetstat\fR(1M), \fBdriver.conf\fR(4), \fBattributes\fR(5),
 167  196  \fBstreamio\fR(7I), \fBdlpi\fR(7P)
 168  197  .sp
 169  198  .LP
 170  199  \fIWriting Device Drivers\fR
 171  200  .sp
 172  201  .LP
 173  202  \fISTREAMS Programming Guide\fR
 174  203  .sp
 175  204  .LP
 176  205  \fINetwork Interfaces Programmer's Guide\fR
 177  206  .sp
 178  207  .LP
 179  208  \fIIEEE 802.3ae Specificiation\fR, IEEE - 2002
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX