Print this page
NEX-5733 cleanup qlt/qlc
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Alek Pinchuk <alek.pinchuk@nexenta.com>
NEX-5717 import QLogic 16G FC drivers
Reviewed by: Steve Peng <steve.peng@nexenta.com>
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/comstar/port/qlt/qlt_ioctl.h
          +++ new/usr/src/uts/common/io/comstar/port/qlt/qlt_ioctl.h
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13   * When distributing Covered Code, include this CDDL HEADER in each
  14   14   * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15   * If applicable, add the following below this CDDL HEADER, with the
  16   16   * fields enclosed by brackets "[]" replaced with your own identifying
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  
  22   22  /*
  23      - * Copyright 2009 QLogic Corporation.  All rights reserved.
       23 + * Copyright 2009-2015 QLogic Corporation.  All rights reserved.
  24   24   * Use is subject to license terms.
  25   25   */
  26   26  
  27   27  /*
  28      - * Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  29      - * Use is subject to license terms.
       28 + * Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.
  30   29   */
  31   30  
  32   31  #ifndef _QLT_IOCTL_H
  33   32  #define _QLT_IOCTL_H
  34   33  
  35   34  #ifdef  __cplusplus
  36   35  extern "C" {
  37   36  #endif
  38   37  
  39   38  /*
↓ open down ↓ 60 lines elided ↑ open up ↑
 100   99   * QLT IOCTLs
 101  100   */
 102  101  #define QLT_IOCTL_FETCH_FWDUMP          0x9001
 103  102  #define QLT_IOCTL_TRIGGER_FWDUMP        0x9002
 104  103  #define QLT_IOCTL_UPLOAD_FW             0x9003
 105  104  #define QLT_IOCTL_CLEAR_FW              0x9004
 106  105  #define QLT_IOCTL_GET_FW_INFO           0x9005
 107  106  #define QLT_IOCTL_STAY_OFFLINE          0x9006
 108  107  #define QLT_IOCTL_MBOX                  0x9007
 109  108  #define QLT_IOCTL_ELOG                  0x9008
      109 +#define QLT_IOCTL_CHIP_RESET            0x9009
      110 +#define QLT_IOCTL_CRASH_SYS             0x900a
 110  111  
 111  112  #ifdef  __cplusplus
 112  113  }
 113  114  #endif
 114  115  
 115  116  #endif /* _QLT_IOCTL_H */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX