Print this page
NEX-5723 libses fails to enumerate HP D2600 SAS AJ940A
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Jeffry Molanus <jeffry.molanus@nexenta.com>
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
NEX-3705 Need to update libses with LID/USN code from sesctld
Reviewed by: Dan Fields <dan.fields@nexenta.com>
Reviewed by: Rob Gittins <rob.gittins@nexenta.com>
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/scsi/libses/common/ses_plugin.c
          +++ new/usr/src/lib/scsi/libses/common/ses_plugin.c
↓ open down ↓ 15 lines elided ↑ open up ↑
  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   23   * Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24   */
  25   25  /*
  26      - * Copyright 2012 Nexenta Systems, Inc.  All rights reserved.
       26 + * Copyright 2016 Nexenta Systems, Inc.  All rights reserved.
  27   27   */
  28   28  
  29   29  #include <scsi/libses.h>
  30   30  #include "ses_impl.h"
  31   31  
  32   32  static boolean_t ses_plugin_dlclose;
  33   33  
  34   34  /*ARGSUSED*/
  35   35  void *
  36   36  ses_plugin_ctlpage_lookup(ses_plugin_t *sp, ses_snap_t *snap, int pagenum,
↓ open down ↓ 359 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX