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,21 **** * http://www.illumos.org/license/CDDL. */ /* * Copyright 2014 Joyent, Inc. All rights reserved. */ ! #include <sys/scsi/adapters/mpt_sas/mptsas_hash.h> #include <sys/sysmacros.h> #include <sys/types.h> #include <sys/kmem.h> #include <sys/list.h> #include <sys/ddi.h> --- 9,22 ---- * http://www.illumos.org/license/CDDL. */ /* * Copyright 2014 Joyent, Inc. All rights reserved. + * Copyright (c) 2014, Tegile Systems Inc. All rights reserved. */ ! #include <sys/scsi/adapters/mpt_sas3/mptsas3_hash.h> #include <sys/sysmacros.h> #include <sys/types.h> #include <sys/kmem.h> #include <sys/list.h> #include <sys/ddi.h>