xref: /illumos-gate/usr/src/pkg/manifests/driver-storage-nvme.p5m (revision 533affcbc7fc4d0c8132976ea454aaa715fe2307)
125b05a3eSAndy Fiddaman#
225b05a3eSAndy Fiddaman# CDDL HEADER START
325b05a3eSAndy Fiddaman#
425b05a3eSAndy Fiddaman# This file and its contents are supplied under the terms of the
525b05a3eSAndy Fiddaman# Common Development and Distribution License ("CDDL"), version 1.0.
625b05a3eSAndy Fiddaman# You may only use this file in accordance with the terms of version
725b05a3eSAndy Fiddaman# 1.0 of the CDDL.
825b05a3eSAndy Fiddaman#
925b05a3eSAndy Fiddaman# A full copy of the text of the CDDL should have accompanied this
1025b05a3eSAndy Fiddaman# source.  A copy of the CDDL is also available via the Internet at
1125b05a3eSAndy Fiddaman# http://www.illumos.org/license/CDDL.
1225b05a3eSAndy Fiddaman#
1325b05a3eSAndy Fiddaman# CDDL HEADER END
1425b05a3eSAndy Fiddaman#
1525b05a3eSAndy Fiddaman
1625b05a3eSAndy Fiddaman#
1725b05a3eSAndy Fiddaman# Copyright 2016 Nexenta Systems, Inc. All rights reserved.
1825b05a3eSAndy Fiddaman# Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
1925b05a3eSAndy Fiddaman#
2025b05a3eSAndy Fiddaman
2125b05a3eSAndy Fiddaman#
2225b05a3eSAndy Fiddaman# The default for payload-bearing actions in this package is to appear in the
2325b05a3eSAndy Fiddaman# global zone only.  See the include file for greater detail, as well as
2425b05a3eSAndy Fiddaman# information about overriding the defaults.
2525b05a3eSAndy Fiddaman#
2625b05a3eSAndy Fiddaman<include global_zone_only_component>
2725b05a3eSAndy Fiddamanset name=pkg.fmri value=pkg:/driver/storage/nvme@$(PKGVERS)
2825b05a3eSAndy Fiddamanset name=pkg.summary value="NVMe driver"
2925b05a3eSAndy Fiddamanset name=pkg.description \
3025b05a3eSAndy Fiddaman    value="Driver for NVM Express compliant storage devices"
3125b05a3eSAndy Fiddamanset name=info.classification value=org.opensolaris.category.2008:System/Hardware
3225b05a3eSAndy Fiddamanset name=variant.arch value=i386
3325b05a3eSAndy Fiddamandir  path=kernel group=sys
3425b05a3eSAndy Fiddamandir  path=kernel/drv group=sys
3525b05a3eSAndy Fiddamandir  path=kernel/drv/$(ARCH64) group=sys
3625b05a3eSAndy Fiddamanfile path=kernel/drv/$(ARCH64)/nvme group=sys
3725b05a3eSAndy Fiddamanfile path=kernel/drv/nvme.conf group=sys preserve=renamenew
3825b05a3eSAndy Fiddamandir  path=usr group=sys
39*533affcbSRobert Mustacchidir  path=usr/include
40*533affcbSRobert Mustacchifile path=usr/include/libnvme.h
41*533affcbSRobert Mustacchidir  path=usr/include/sys
42*533affcbSRobert Mustacchidir  path=usr/include/sys/nvme
43*533affcbSRobert Mustacchifile path=usr/include/sys/nvme/discovery.h
44*533affcbSRobert Mustacchifile path=usr/include/sys/nvme/wdc.h
45*533affcbSRobert Mustacchifile path=usr/include/sys/nvme/wdc_sn65x.h
46*533affcbSRobert Mustacchifile path=usr/include/sys/nvme/wdc_sn840.h
47*533affcbSRobert Mustacchidir  path=usr/lib
48*533affcbSRobert Mustacchidir  path=usr/lib/$(ARCH64)
49*533affcbSRobert Mustacchilink path=usr/lib/$(ARCH64)/libnvme.so target=libnvme.so.1
50*533affcbSRobert Mustacchifile path=usr/lib/$(ARCH64)/libnvme.so.1
51*533affcbSRobert Mustacchilink path=usr/lib/libnvme.so target=libnvme.so.1
52*533affcbSRobert Mustacchifile path=usr/lib/libnvme.so.1
5325b05a3eSAndy Fiddamandir  path=usr/sbin
5425b05a3eSAndy Fiddamanfile path=usr/sbin/nvmeadm mode=0555
5525b05a3eSAndy Fiddamandir  path=usr/share
5625b05a3eSAndy Fiddamandir  path=usr/share/man
57bbf21555SRichard Lowedir  path=usr/share/man/man4d
58bbf21555SRichard Lowefile path=usr/share/man/man4d/nvme.4d
59bbf21555SRichard Lowefile path=usr/share/man/man8/nvmeadm.8
6025b05a3eSAndy Fiddamandriver name=nvme perms="* 0600 root sys" class=disk \
6125b05a3eSAndy Fiddaman    alias=pciclass,010802 \
6225b05a3eSAndy Fiddaman    alias=pciexclass,010802
6325b05a3eSAndy Fiddamanlicense lic_CDDL license=lic_CDDL
64