1*1e091e43SHans Rosenfeld#
2*1e091e43SHans Rosenfeld# This file and its contents are supplied under the terms of the
3*1e091e43SHans Rosenfeld# Common Development and Distribution License ("CDDL"), version 1.0.
4*1e091e43SHans Rosenfeld# You may only use this file in accordance with the terms of version
5*1e091e43SHans Rosenfeld# 1.0 of the CDDL.
6*1e091e43SHans Rosenfeld#
7*1e091e43SHans Rosenfeld# A full copy of the text of the CDDL should have accompanied this
8*1e091e43SHans Rosenfeld# source.  A copy of the CDDL is also available via the Internet at
9*1e091e43SHans Rosenfeld# http://www.illumos.org/license/CDDL.
10*1e091e43SHans Rosenfeld#
11*1e091e43SHans Rosenfeld
12*1e091e43SHans Rosenfeld#
13*1e091e43SHans Rosenfeld# Copyright 2023 RackTop Systems, Inc.
14*1e091e43SHans Rosenfeld#
15*1e091e43SHans Rosenfeld
16*1e091e43SHans Rosenfeld#
17*1e091e43SHans Rosenfeld# The default for payload-bearing actions in this package is to appear in the
18*1e091e43SHans Rosenfeld# global zone only.  See the include file for greater detail, as well as
19*1e091e43SHans Rosenfeld# information about overriding the defaults.
20*1e091e43SHans Rosenfeld#
21*1e091e43SHans Rosenfeld<include global_zone_only_component>
22*1e091e43SHans Rosenfeldset name=pkg.fmri value=pkg:/driver/storage/lmrc@$(PKGVERS)
23*1e091e43SHans Rosenfeldset name=pkg.summary value="Broadcom MegaRAID 12G SAS RAID Controller Driver"
24*1e091e43SHans Rosenfeldset name=pkg.description \
25*1e091e43SHans Rosenfeld    value="Broadcom MegaRAID 12G SAS Raid Controller Driver"
26*1e091e43SHans Rosenfeldset name=info.classification value=org.opensolaris.category.2008:Drivers/Storage
27*1e091e43SHans Rosenfeldset name=variant.arch value=$(ARCH)
28*1e091e43SHans Rosenfelddir  path=kernel group=sys
29*1e091e43SHans Rosenfelddir  path=kernel/drv group=sys
30*1e091e43SHans Rosenfelddir  path=kernel/drv/$(ARCH64) group=sys
31*1e091e43SHans Rosenfeldfile path=kernel/drv/$(ARCH64)/lmrc group=sys
32*1e091e43SHans Rosenfeldfile path=kernel/drv/lmrc.conf group=sys
33*1e091e43SHans Rosenfelddir  path=usr/share/man
34*1e091e43SHans Rosenfelddir  path=usr/share/man/man4d
35*1e091e43SHans Rosenfeldfile path=usr/share/man/man4d/lmrc.4d
36*1e091e43SHans Rosenfelddriver name=lmrc class=scsi-self-identifying \
37*1e091e43SHans Rosenfeld    alias=pciex1000,14 \
38*1e091e43SHans Rosenfeld    alias=pciex1000,15 \
39*1e091e43SHans Rosenfeld    alias=pciex1000,16 \
40*1e091e43SHans Rosenfeld    alias=pciex1000,17 \
41*1e091e43SHans Rosenfeld    alias=pciex1000,1b \
42*1e091e43SHans Rosenfeld    alias=pciex1000,1c \
43*1e091e43SHans Rosenfeld    alias=pciex1000,10e0 \
44*1e091e43SHans Rosenfeld    alias=pciex1000,10e1 \
45*1e091e43SHans Rosenfeld    alias=pciex1000,10e2 \
46*1e091e43SHans Rosenfeld    alias=pciex1000,10e3 \
47*1e091e43SHans Rosenfeld    alias=pciex1000,10e4 \
48*1e091e43SHans Rosenfeld    alias=pciex1000,10e5 \
49*1e091e43SHans Rosenfeld    alias=pciex1000,10e6 \
50*1e091e43SHans Rosenfeld    alias=pciex1000,10e7
51*1e091e43SHans Rosenfeldlicense cr_Sun license=cr_Sun
52