diff options
author | Joshua M. Clulow <jmc@joyent.com> | 2022-01-29 21:25:16 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@fingolfin.org> | 2022-02-03 22:25:40 +0000 |
commit | b8aa3def2e2531e693fba6d1f00a74339a4a663d (patch) | |
tree | 9b785e0dcbece49501b8a9cbf063ab6c5e13d3cd /usr/src/pkg | |
parent | 92d425e3dc59f28964c79947244dc689b36affad (diff) | |
download | illumos-joyent-b8aa3def2e2531e693fba6d1f00a74339a4a663d.tar.gz |
11174 new driver for Smart Array storage controllers
Portions contributed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Reviewed by: Marcel Telka <marcel@telka.sk>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/pkg')
-rw-r--r-- | usr/src/pkg/manifests/driver-storage-smrt.p5m | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/driver-storage-smrt.p5m b/usr/src/pkg/manifests/driver-storage-smrt.p5m new file mode 100644 index 0000000000..8ef3e50718 --- /dev/null +++ b/usr/src/pkg/manifests/driver-storage-smrt.p5m @@ -0,0 +1,74 @@ +# +# This file and its contents are supplied under the terms of the +# Common Development and Distribution License ("CDDL"), version 1.0. +# You may only use this file in accordance with the terms of version +# 1.0 of the CDDL. +# +# A full copy of the text of the CDDL should have accompanied this +# source. A copy of the CDDL is also available via the Internet at +# http://www.illumos.org/license/CDDL. +# + +# +# Copyright 2019 Joyent, Inc. +# + +<include global_zone_only_component> +set name=pkg.fmri value=pkg:/driver/storage/smrt@$(PKGVERS) +set name=pkg.summary value="HP SmartArray SAS HBA Driver" +set name=pkg.description value="HP SmartArray SAS HBA Driver" +set name=info.classification value=org.opensolaris.category.2008:Drivers/Storage +set name=variant.arch value=i386 +dir path=kernel group=sys +dir path=kernel/drv group=sys +dir path=kernel/drv/$(ARCH64) group=sys +file path=kernel/drv/$(ARCH64)/smrt group=sys +file path=kernel/drv/smrt.conf group=sys +driver name=smrt class=scsi-self-identifying +# +# The smrt driver overlaps with cpqary3 and supports several of the same +# devices. To ensure that folks can still boot existing systems we have +# left all the devices supported by smrt commented out as they all +# overlay with cpqary3. In this form, users may swap over and the driver +# also provides a useful reference for SCSAv3. When adding these +# aliases, please make sure to remember to add the appropriate '\' to +# the driver line above and below as needed. +# +# alias=pci103c,1920 +# alias=pci103c,1921 +# alias=pci103c,1922 +# alias=pci103c,1923 +# alias=pci103c,1924 +# alias=pci103c,1926 +# alias=pci103c,1928 +# alias=pci103c,21bd +# alias=pci103c,21be +# alias=pci103c,21bf +# alias=pci103c,21c0 +# alias=pci103c,21c1 +# alias=pci103c,21c2 +# alias=pci103c,21c3 +# alias=pci103c,21c5 +# alias=pci103c,21c6 +# alias=pci103c,21c7 +# alias=pci103c,21c8 +# alias=pci103c,21ca +# alias=pci103c,21cb +# alias=pci103c,21cc +# alias=pci103c,21cd +# alias=pci103c,21ce +# alias=pci103c,3241 +# alias=pci103c,3243 +# alias=pci103c,3245 +# alias=pci103c,3247 +# alias=pci103c,3249 +# alias=pci103c,324a +# alias=pci103c,324b +# alias=pci103c,3350 +# alias=pci103c,3351 +# alias=pci103c,3352 +# alias=pci103c,3353 +# alias=pci103c,3354 +# alias=pci103c,3355 +# alias=pci103c,3356 +license lic_CDDL license=lic_CDDL |