1# 2# This file and its contents are supplied under the terms of the 3# Common Development and Distribution License ("CDDL"), version 1.0. 4# You may only use this file in accordance with the terms of version 5# 1.0 of the CDDL. 6# 7# A full copy of the text of the CDDL should have accompanied this 8# source. A copy of the CDDL is also available via the Internet at 9# http://www.illumos.org/license/CDDL. 10# 11 12# 13# Copyright 2019 Joyent, Inc. 14# 15 16<include global_zone_only_component> 17set name=pkg.fmri value=pkg:/driver/storage/smrt@$(PKGVERS) 18set name=pkg.summary value="HP SmartArray SAS HBA Driver" 19set name=pkg.description value="HP SmartArray SAS HBA Driver" 20set name=info.classification value=org.opensolaris.category.2008:Drivers/Storage 21set name=variant.arch value=i386 22dir path=kernel group=sys 23dir path=kernel/drv group=sys 24dir path=kernel/drv/$(ARCH64) group=sys 25file path=kernel/drv/$(ARCH64)/smrt group=sys 26file path=kernel/drv/smrt.conf group=sys 27driver name=smrt class=scsi-self-identifying 28# 29# The smrt driver overlaps with cpqary3 and supports several of the same 30# devices. To ensure that folks can still boot existing systems we have 31# left all the devices supported by smrt commented out as they all 32# overlay with cpqary3. In this form, users may swap over and the driver 33# also provides a useful reference for SCSAv3. When adding these 34# aliases, please make sure to remember to add the appropriate '\' to 35# the driver line above and below as needed. 36# 37# alias=pci103c,1920 38# alias=pci103c,1921 39# alias=pci103c,1922 40# alias=pci103c,1923 41# alias=pci103c,1924 42# alias=pci103c,1926 43# alias=pci103c,1928 44# alias=pci103c,21bd 45# alias=pci103c,21be 46# alias=pci103c,21bf 47# alias=pci103c,21c0 48# alias=pci103c,21c1 49# alias=pci103c,21c2 50# alias=pci103c,21c3 51# alias=pci103c,21c5 52# alias=pci103c,21c6 53# alias=pci103c,21c7 54# alias=pci103c,21c8 55# alias=pci103c,21ca 56# alias=pci103c,21cb 57# alias=pci103c,21cc 58# alias=pci103c,21cd 59# alias=pci103c,21ce 60# alias=pci103c,3241 61# alias=pci103c,3243 62# alias=pci103c,3245 63# alias=pci103c,3247 64# alias=pci103c,3249 65# alias=pci103c,324a 66# alias=pci103c,324b 67# alias=pci103c,3350 68# alias=pci103c,3351 69# alias=pci103c,3352 70# alias=pci103c,3353 71# alias=pci103c,3354 72# alias=pci103c,3355 73# alias=pci103c,3356 74license lic_CDDL license=lic_CDDL 75