3881 want device driver for HP SmartArray RAID controllers
commit80c94ecd7a524eb933a4bb221a9618b9dc490e76
authorKeith M Wesolowski <wesolows@foobazco.org>
Thu, 29 Aug 2013 23:03:08 +0000 (29 23:03 +0000)
committerRobert Mustacchi <rm@joyent.com>
Fri, 27 Sep 2013 20:24:01 +0000 (27 13:24 -0700)
tree84b3b1ceffff7c3399ce247076c40f65795fc0f2
parent5e989a96186a37eb528fb7bb4d28a150874ec799
3881 want device driver for HP SmartArray RAID controllers
Reviewed by: Milan Jurik <milan.jurik@xylab.cz>
Reviewed by: Eric Sproul <esproul@omniti.com>
Reviewed by: ken mays <maybird1776@yahoo.com>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Garrett D'Amore <garrett.damore@gmail.com>
Approved by: Dan McDonald <danmcd@nexenta.com>
26 files changed:
exception_lists/closed-bins
usr/src/man/man7d/Makefile
usr/src/man/man7d/cpqary3.7d [new file with mode: 0644]
usr/src/pkg/manifests/driver-storage-cpqary3.mf
usr/src/uts/common/Makefile.files
usr/src/uts/common/Makefile.rules
usr/src/uts/common/io/cpqary3/cpqary3.c [new file with mode: 0644]
usr/src/uts/common/io/cpqary3/cpqary3.conf [new file with mode: 0644]
usr/src/uts/common/io/cpqary3/cpqary3.h [new file with mode: 0644]
usr/src/uts/common/io/cpqary3/cpqary3_bd.c [new file with mode: 0644]
usr/src/uts/common/io/cpqary3/cpqary3_bd.h [new file with mode: 0644]
usr/src/uts/common/io/cpqary3/cpqary3_ciss.h [new file with mode: 0644]
usr/src/uts/common/io/cpqary3/cpqary3_ioctl.c [new file with mode: 0644]
usr/src/uts/common/io/cpqary3/cpqary3_ioctl.h [new file with mode: 0644]
usr/src/uts/common/io/cpqary3/cpqary3_isr.c [new file with mode: 0644]
usr/src/uts/common/io/cpqary3/cpqary3_mem.c [new file with mode: 0644]
usr/src/uts/common/io/cpqary3/cpqary3_noe.c [new file with mode: 0644]
usr/src/uts/common/io/cpqary3/cpqary3_noe.h [new file with mode: 0644]
usr/src/uts/common/io/cpqary3/cpqary3_q_mem.h [new file with mode: 0644]
usr/src/uts/common/io/cpqary3/cpqary3_scsi.c [new file with mode: 0644]
usr/src/uts/common/io/cpqary3/cpqary3_scsi.h [new file with mode: 0644]
usr/src/uts/common/io/cpqary3/cpqary3_talk2ctlr.c [new file with mode: 0644]
usr/src/uts/common/io/cpqary3/cpqary3_transport.c [new file with mode: 0644]
usr/src/uts/common/io/cpqary3/cpqary3_util.c [new file with mode: 0644]
usr/src/uts/intel/Makefile.intel.shared
usr/src/uts/intel/cpqary3/Makefile [new file with mode: 0644]