1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24# Copyright 2014, Nexenta Systems, Inc. All Rights Reserved 25# Copyright 2023 Racktop Systems, Inc. 26# 27 28# 29# The default for payload-bearing actions in this package is to appear in the 30# global zone only. See the include file for greater detail, as well as 31# information about overriding the defaults. 32# 33<include global_zone_only_component> 34set name=pkg.fmri value=pkg:/driver/storage/mpt_sas@$(PKGVERS) 35set name=pkg.summary value="LSI MPT SAS 2.0/2.5 Controller HBA Driver" 36set name=pkg.description value="LSI MPT SAS 2.0/2.5 Controller HBA Driver" 37set name=info.classification value=org.opensolaris.category.2008:Drivers/Storage 38set name=variant.arch value=$(ARCH) 39dir path=kernel group=sys 40dir path=kernel/drv group=sys 41dir path=kernel/drv/$(ARCH64) group=sys 42file path=kernel/drv/$(ARCH64)/mpt_sas group=sys 43file path=kernel/drv/mpt_sas.conf group=sys \ 44 original_name=SUNWmptsas:kernel/drv/mpt_sas.conf preserve=true 45dir path=usr/share/man 46dir path=usr/share/man/man4d 47file path=usr/share/man/man4d/mpt_sas.4d 48driver name=mpt_sas class=scsi-self-identifying \ 49 alias=pci1000,64 \ 50 alias=pci1000,70 \ 51 alias=pci1000,72 \ 52 alias=pci1000,76 \ 53 alias=pciex1000,64 \ 54 alias=pciex1000,65 \ 55 alias=pciex1000,6e \ 56 alias=pciex1000,70 \ 57 alias=pciex1000,72 \ 58 alias=pciex1000,74 \ 59 alias=pciex1000,76 \ 60 alias=pciex1000,77 \ 61 alias=pciex1000,7e \ 62 alias=pciex1000,80 \ 63 alias=pciex1000,81 \ 64 alias=pciex1000,82 \ 65 alias=pciex1000,83 \ 66 alias=pciex1000,84 \ 67 alias=pciex1000,85 \ 68 alias=pciex1000,86 \ 69 alias=pciex1000,87 \ 70 alias=pciex1000,90 \ 71 alias=pciex1000,91 \ 72 alias=pciex1000,92 \ 73 alias=pciex1000,93 \ 74 alias=pciex1000,94 \ 75 alias=pciex1000,95 \ 76 alias=pciex1000,96 \ 77 alias=pciex1000,97 \ 78 alias=pciex1000,aa \ 79 alias=pciex1000,ab \ 80 alias=pciex1000,ac \ 81 alias=pciex1000,ad \ 82 alias=pciex1000,ae \ 83 alias=pciex1000,af \ 84 alias=pciex1000,c0 \ 85 alias=pciex1000,c1 \ 86 alias=pciex1000,c2 \ 87 alias=pciex1000,c3 \ 88 alias=pciex1000,c4 \ 89 alias=pciex1000,c5 \ 90 alias=pciex1000,c6 \ 91 alias=pciex1000,c7 \ 92 alias=pciex1000,c8 \ 93 alias=pciex1000,c9 \ 94 alias=pciex1000,d0 \ 95 alias=pciex1000,d1 \ 96 alias=pciex1000,d2 \ 97 alias=pciex1000,e5 \ 98 alias=pciex1000,e6 99legacy pkg=SUNWmptsas desc="LSI MPT SAS 2.0/2.5 Controller HBA Driver" \ 100 name="LSI MPT SAS 2.0/2.5 Controller HBA Driver" 101license cr_Sun license=cr_Sun 102license lic_CDDL license=lic_CDDL 103license usr/src/uts/common/sys/scsi/adapters/mpi/THIRDPARTYLICENSE \ 104 license=usr/src/uts/common/sys/scsi/adapters/mpi/THIRDPARTYLICENSE 105