1*3c9168faSHans Rosenfeld# 2*3c9168faSHans Rosenfeld# CDDL HEADER START 3*3c9168faSHans Rosenfeld# 4*3c9168faSHans Rosenfeld# This file and its contents are supplied under the terms of the 5*3c9168faSHans Rosenfeld# Common Development and Distribution License ("CDDL"), version 1.0. 6*3c9168faSHans Rosenfeld# You may only use this file in accordance with the terms of version 7*3c9168faSHans Rosenfeld# 1.0 of the CDDL. 8*3c9168faSHans Rosenfeld# 9*3c9168faSHans Rosenfeld# A full copy of the text of the CDDL should have accompanied this 10*3c9168faSHans Rosenfeld# source. A copy of the CDDL is also available via the Internet at 11*3c9168faSHans Rosenfeld# http://www.illumos.org/license/CDDL. 12*3c9168faSHans Rosenfeld# 13*3c9168faSHans Rosenfeld# CDDL HEADER END 14*3c9168faSHans Rosenfeld# 15*3c9168faSHans Rosenfeld 16*3c9168faSHans Rosenfeld# 17*3c9168faSHans Rosenfeld# Copyright 2015 Nexenta Systems, Inc. All rights reserved. 18*3c9168faSHans Rosenfeld# 19*3c9168faSHans Rosenfeld 20*3c9168faSHans Rosenfeld# 21*3c9168faSHans Rosenfeld# The default for payload-bearing actions in this package is to appear in the 22*3c9168faSHans Rosenfeld# global zone only. See the include file for greater detail, as well as 23*3c9168faSHans Rosenfeld# information about overriding the defaults. 24*3c9168faSHans Rosenfeld# 25*3c9168faSHans Rosenfeld<include global_zone_only_component> 26*3c9168faSHans Rosenfeldset name=pkg.fmri value=pkg:/driver/storage/nvme@$(PKGVERS) 27*3c9168faSHans Rosenfeldset name=pkg.description \ 28*3c9168faSHans Rosenfeld value="Driver for Intel NVMe 1.0e compliant storage devices" 29*3c9168faSHans Rosenfeldset name=pkg.summary value="NVMe driver" 30*3c9168faSHans Rosenfeldset name=info.classification \ 31*3c9168faSHans Rosenfeld value=org.opensolaris.category.2008:System/Hardware 32*3c9168faSHans Rosenfeldset name=variant.arch value=i386 33*3c9168faSHans Rosenfelddir path=kernel group=sys 34*3c9168faSHans Rosenfelddir path=kernel/drv group=sys 35*3c9168faSHans Rosenfelddir path=kernel/drv/$(ARCH64) group=sys 36*3c9168faSHans Rosenfelddir path=usr group=sys 37*3c9168faSHans Rosenfelddir path=usr/share 38*3c9168faSHans Rosenfelddir path=usr/share/man 39*3c9168faSHans Rosenfelddir path=usr/share/man/man7d 40*3c9168faSHans Rosenfelddriver name=nvme alias=pciex8086,953 class=disk perms="* 0600 root sys" 41*3c9168faSHans Rosenfeldfile path=kernel/drv/$(ARCH64)/nvme group=sys 42*3c9168faSHans Rosenfeldfile path=kernel/drv/nvme group=sys 43*3c9168faSHans Rosenfeldfile path=kernel/drv/nvme.conf group=sys 44*3c9168faSHans Rosenfeldfile path=usr/share/man/man7d/nvme.7d 45*3c9168faSHans Rosenfeldlicense lic_CDDL license=lic_CDDL 46