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