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 2023 RackTop Systems, Inc. 14# 15 16# 17# The default for payload-bearing actions in this package is to appear in the 18# global zone only. See the include file for greater detail, as well as 19# information about overriding the defaults. 20# 21<include global_zone_only_component> 22set name=pkg.fmri value=pkg:/driver/storage/lmrc@$(PKGVERS) 23set name=pkg.summary value="Broadcom MegaRAID 12G SAS RAID Controller Driver" 24set name=pkg.description \ 25 value="Broadcom MegaRAID 12G SAS Raid Controller Driver" 26set name=info.classification value=org.opensolaris.category.2008:Drivers/Storage 27set name=variant.arch value=$(ARCH) 28dir path=kernel group=sys 29dir path=kernel/drv group=sys 30dir path=kernel/drv/$(ARCH64) group=sys 31file path=kernel/drv/$(ARCH64)/lmrc group=sys 32file path=kernel/drv/lmrc.conf group=sys 33dir path=usr/share/man 34dir path=usr/share/man/man4d 35file path=usr/share/man/man4d/lmrc.4d 36driver name=lmrc class=scsi-self-identifying \ 37 alias=pciex1000,14 \ 38 alias=pciex1000,15 \ 39 alias=pciex1000,16 \ 40 alias=pciex1000,17 \ 41 alias=pciex1000,1b \ 42 alias=pciex1000,1c \ 43 alias=pciex1000,10e0 \ 44 alias=pciex1000,10e1 \ 45 alias=pciex1000,10e2 \ 46 alias=pciex1000,10e3 \ 47 alias=pciex1000,10e4 \ 48 alias=pciex1000,10e5 \ 49 alias=pciex1000,10e6 \ 50 alias=pciex1000,10e7 51license cr_Sun license=cr_Sun 52