xref: /titanic_51/usr/src/pkg/manifests/driver-storage-nvme.mf (revision 356f72340a69936724c69f2f87fffa6f5887f885)
13c9168faSHans Rosenfeld#
23c9168faSHans Rosenfeld# CDDL HEADER START
33c9168faSHans Rosenfeld#
43c9168faSHans Rosenfeld# This file and its contents are supplied under the terms of the
53c9168faSHans Rosenfeld# Common Development and Distribution License ("CDDL"), version 1.0.
63c9168faSHans Rosenfeld# You may only use this file in accordance with the terms of version
73c9168faSHans Rosenfeld# 1.0 of the CDDL.
83c9168faSHans Rosenfeld#
93c9168faSHans Rosenfeld# A full copy of the text of the CDDL should have accompanied this
103c9168faSHans Rosenfeld# source.  A copy of the CDDL is also available via the Internet at
113c9168faSHans Rosenfeld# http://www.illumos.org/license/CDDL.
123c9168faSHans Rosenfeld#
133c9168faSHans Rosenfeld# CDDL HEADER END
143c9168faSHans Rosenfeld#
153c9168faSHans Rosenfeld
163c9168faSHans Rosenfeld#
17b6fef107SHans Rosenfeld# Copyright 2016 Nexenta Systems, Inc. All rights reserved.
183c9168faSHans Rosenfeld#
193c9168faSHans Rosenfeld
203c9168faSHans Rosenfeld#
213c9168faSHans Rosenfeld# The default for payload-bearing actions in this package is to appear in the
223c9168faSHans Rosenfeld# global zone only.  See the include file for greater detail, as well as
233c9168faSHans Rosenfeld# information about overriding the defaults.
243c9168faSHans Rosenfeld#
253c9168faSHans Rosenfeld<include global_zone_only_component>
263c9168faSHans Rosenfeldset name=pkg.fmri value=pkg:/driver/storage/nvme@$(PKGVERS)
273c9168faSHans Rosenfeldset name=pkg.description \
28b6fef107SHans Rosenfeld    value="Driver for Intel NVMe 1.1b compliant storage devices"
293c9168faSHans Rosenfeldset name=pkg.summary value="NVMe driver"
303c9168faSHans Rosenfeldset name=info.classification \
313c9168faSHans Rosenfeld    value=org.opensolaris.category.2008:System/Hardware
323c9168faSHans Rosenfeldset name=variant.arch value=i386
333c9168faSHans Rosenfelddir path=kernel group=sys
343c9168faSHans Rosenfelddir path=kernel/drv group=sys
353c9168faSHans Rosenfelddir path=kernel/drv/$(ARCH64) group=sys
363c9168faSHans Rosenfelddir path=usr group=sys
37ecee5a1fSHans Rosenfelddir path=usr/sbin
383c9168faSHans Rosenfelddir path=usr/share
393c9168faSHans Rosenfelddir path=usr/share/man
403c9168faSHans Rosenfelddir path=usr/share/man/man7d
41*581b3d22SToomas Soomedriver name=nvme class=disk perms="* 0600 root sys" \
42*581b3d22SToomas Soome    alias=pciclass,010802 \
43*581b3d22SToomas Soome    alias=pciexclass,010802
443c9168faSHans Rosenfeldfile path=kernel/drv/$(ARCH64)/nvme group=sys
453c9168faSHans Rosenfeldfile path=kernel/drv/nvme.conf group=sys
46ecee5a1fSHans Rosenfeldfile path=usr/sbin/nvmeadm mode=0555
47ecee5a1fSHans Rosenfeldfile path=usr/share/man/man1m/nvmeadm.1m
483c9168faSHans Rosenfeldfile path=usr/share/man/man7d/nvme.7d
493c9168faSHans Rosenfeldlicense lic_CDDL license=lic_CDDL
50