Print this page
hg changesets 607a5b46a793..b706c96317c3
Fix ncpus for early boot config
Purge the ack to the interrupt before exiting mptsas_intr()
Changes from code review
Changes to enable driver to compile.
Header paths, object lists, etc.

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/io/scsi/adapters/mpt_sas3/mptsas3_hash.c
          +++ new/usr/src/uts/common/io/scsi/adapters/mpt_sas3/mptsas3_hash.c
↓ open down ↓ 3 lines elided ↑ open up ↑
   4    4   * You may only use this file in accordance with the terms of version
   5    5   * 1.0 of the CDDL.
   6    6   *
   7    7   * A full copy of the text of the CDDL should have accompanied this
   8    8   * source.  A copy of the CDDL is also available via the Internet at
   9    9   * http://www.illumos.org/license/CDDL.
  10   10   */
  11   11  
  12   12  /*
  13   13   * Copyright 2014 Joyent, Inc.  All rights reserved.
       14 + * Copyright (c) 2014, Tegile Systems Inc. All rights reserved.
  14   15   */
  15   16  
  16      -#include <sys/scsi/adapters/mpt_sas/mptsas_hash.h>
       17 +#include <sys/scsi/adapters/mpt_sas3/mptsas3_hash.h>
  17   18  #include <sys/sysmacros.h>
  18   19  #include <sys/types.h>
  19   20  #include <sys/kmem.h>
  20   21  #include <sys/list.h>
  21   22  #include <sys/ddi.h>
  22   23  
  23   24  #ifdef lint
  24   25  extern refhash_link_t *obj_to_link(refhash_t *, void *);
  25   26  extern void *link_to_obj(refhash_t *, refhash_link_t *);
  26   27  extern void *obj_to_tag(refhash_t *, void *);
↓ open down ↓ 189 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX