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.
*** 9,22 ****
* http://www.illumos.org/license/CDDL.
*/
/*
* Copyright 2014 Joyent, Inc. All rights reserved.
*/
! #ifndef _SYS_SCSI_ADAPTERS_MPTHASH_H
! #define _SYS_SCSI_ADAPTERS_MPTHASH_H
#include <sys/types.h>
#include <sys/list.h>
#define RHL_F_DEAD 0x01
--- 9,23 ----
* http://www.illumos.org/license/CDDL.
*/
/*
* Copyright 2014 Joyent, Inc. All rights reserved.
+ * Copyright (c) 2014, Tegile Systems Inc. All rights reserved.
*/
! #ifndef _SYS_SCSI_ADAPTERS_MPTSAS3_HASH_H
! #define _SYS_SCSI_ADAPTERS_MPTSAS3_HASH_H
#include <sys/types.h>
#include <sys/list.h>
#define RHL_F_DEAD 0x01
*** 56,61 ****
extern void refhash_rele(refhash_t *, void *);
extern void *refhash_first(refhash_t *);
extern void *refhash_next(refhash_t *, void *);
extern boolean_t refhash_obj_valid(refhash_t *hp, const void *);
! #endif /* _SYS_SCSI_ADAPTERS_MPTHASH_H */
--- 57,62 ----
extern void refhash_rele(refhash_t *, void *);
extern void *refhash_first(refhash_t *);
extern void *refhash_next(refhash_t *, void *);
extern boolean_t refhash_obj_valid(refhash_t *hp, const void *);
! #endif /* _SYS_SCSI_ADAPTERS_MPTSAS3_HASH_H */