Print this page
NEX-8705 Drivers for ATTO Celerity FC-162E Gen 5 and Celerity FC-162P Gen 6 16GB FC cards support
Reviewed by: Dan Fields <dan.fields@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
NEX-5602 cpqary3: add support for more hp gen9 smart array controllers
Reviewed by: Alek Pinchuk <alek.pinchuk@nexenta.com>
Reviewed by: Marcel Telka <marcel.telka@nexenta.com>
NEX-1533 fcinfo hba-port doesn't get correct supported speeds and connection speed for 16Gb target ports
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>
Reviewed by: Steve Peng <steve.peng@nexenta.com>
Reviewed by: Rob Gittins <rob.gittins@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/fct.h
          +++ new/usr/src/uts/common/sys/fct.h
↓ open down ↓ 329 lines elided ↑ open up ↑
 330  330  /*
 331  331   * port speed
 332  332   */
 333  333  #define PORT_SPEED_UNKNOWN              0
 334  334  #define PORT_SPEED_1G                   1
 335  335  #define PORT_SPEED_2G                   2
 336  336  #define PORT_SPEED_4G                   4
 337  337  #define PORT_SPEED_8G                   8
 338  338  #define PORT_SPEED_10G                  16
 339  339  #define PORT_SPEED_16G                  32
      340 +#define PORT_SPEED_32G                  64
 340  341  
 341  342  /*
 342  343   * Abort commands
 343  344   */
 344  345  #define FCT_TERMINATE_CMD               1
 345  346  
 346  347  /*
 347  348   * FCT port states.
 348  349   */
 349  350  #define FCT_STATE_OFFLINE       0
↓ open down ↓ 75 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX