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