1788c47fcSHans Rosenfeld# 2788c47fcSHans Rosenfeld# CDDL HEADER START 3788c47fcSHans Rosenfeld# 4788c47fcSHans Rosenfeld# This file and its contents are supplied under the terms of the 5788c47fcSHans Rosenfeld# Common Development and Distribution License ("CDDL"), version 1.0. 6788c47fcSHans Rosenfeld# You may only use this file in accordance with the terms of version 7788c47fcSHans Rosenfeld# 1.0 of the CDDL. 8788c47fcSHans Rosenfeld# 9788c47fcSHans Rosenfeld# A full copy of the text of the CDDL should have accompanied this 10788c47fcSHans Rosenfeld# source. A copy of the CDDL is also available via the Internet at 11788c47fcSHans Rosenfeld# http://www.illumos.org/license/CDDL. 12788c47fcSHans Rosenfeld# 13788c47fcSHans Rosenfeld# CDDL HEADER END 14788c47fcSHans Rosenfeld# 15788c47fcSHans Rosenfeld 16788c47fcSHans Rosenfeld# 17265d85e9SHans Rosenfeld# Copyright 2016 Nexenta Systems, Inc. All rights reserved. 18788c47fcSHans Rosenfeld# 19788c47fcSHans Rosenfeld 20788c47fcSHans Rosenfeld# 21788c47fcSHans Rosenfeld# The default for payload-bearing actions in this package is to appear in the 22788c47fcSHans Rosenfeld# global zone only. See the include file for greater detail, as well as 23788c47fcSHans Rosenfeld# information about overriding the defaults. 24788c47fcSHans Rosenfeld# 25788c47fcSHans Rosenfeld<include global_zone_only_component> 26788c47fcSHans Rosenfeldset name=pkg.fmri value=pkg:/driver/storage/nvme@$(PKGVERS) 27788c47fcSHans Rosenfeldset name=pkg.description \ 28265d85e9SHans Rosenfeld value="Driver for Intel NVMe 1.1b compliant storage devices" 29788c47fcSHans Rosenfeldset name=pkg.summary value="NVMe driver" 30788c47fcSHans Rosenfeldset name=info.classification \ 31788c47fcSHans Rosenfeld value=org.opensolaris.category.2008:System/Hardware 32788c47fcSHans Rosenfeldset name=variant.arch value=i386 33788c47fcSHans Rosenfelddir path=kernel group=sys 34788c47fcSHans Rosenfelddir path=kernel/drv group=sys 35788c47fcSHans Rosenfelddir path=kernel/drv/$(ARCH64) group=sys 36788c47fcSHans Rosenfelddir path=usr group=sys 37032cbfebSHans Rosenfelddir path=usr/sbin 38788c47fcSHans Rosenfelddir path=usr/share 39788c47fcSHans Rosenfelddir path=usr/share/man 40788c47fcSHans Rosenfelddir path=usr/share/man/man7d 41*47e2fe31SToomas Soomedriver name=nvme class=disk perms="* 0600 root sys" \ 42*47e2fe31SToomas Soome alias=pciclass,010802 \ 43*47e2fe31SToomas Soome alias=pciexclass,010802 44788c47fcSHans Rosenfeldfile path=kernel/drv/$(ARCH64)/nvme group=sys 45788c47fcSHans Rosenfeldfile path=kernel/drv/nvme.conf group=sys 46032cbfebSHans Rosenfeldfile path=usr/sbin/nvmeadm mode=0555 47032cbfebSHans Rosenfeldfile path=usr/share/man/man1m/nvmeadm.1m 48788c47fcSHans Rosenfeldfile path=usr/share/man/man7d/nvme.7d 49788c47fcSHans Rosenfeldlicense lic_CDDL license=lic_CDDL 50