driver-firewire.mf revision c10c16dec587a0662068f6e2991c29ed3a9db943
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# CDDL HEADER START
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# The contents of this file are subject to the terms of the
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# Common Development and Distribution License (the "License").
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# You may not use this file except in compliance with the License.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# or http://www.opensolaris.org/os/licensing.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# See the License for the specific language governing permissions
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# and limitations under the License.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# When distributing Covered Code, include this CDDL HEADER in each
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# If applicable, add the following below this CDDL HEADER, with the
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner]
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# CDDL HEADER END
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Price# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# The default for payload-bearing actions in this package is to appear in the
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# global zone only. See the include file for greater detail, as well as
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# information about overriding the defaults.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza<include global_zone_only_component>
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=pkg.fmri value=pkg:/driver/firewire@$(PKGVERS)
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=pkg.description value="IEEE1394 Framework and OpenHCI Driver"
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=pkg.summary value="Sun IEEE1394 Framework"
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=info.classification \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza value=org.opensolaris.category.2008:System/Hardware
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=variant.arch value=$(ARCH)
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=kernel group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=kernel/drv group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=kernel/drv/$(ARCH64) group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=kernel/misc group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=kernel/misc/$(ARCH64) group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=usr/share/man
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=usr/share/man/man7d
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadriver name=hci1394 alias=pciclass,0c0010 perms="* 0600 root sys"
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazafile path=kernel/drv/$(ARCH64)/hci1394 group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza$(i386_ONLY)file path=kernel/drv/hci1394 group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazafile path=kernel/drv/hci1394.conf group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazafile path=kernel/misc/$(ARCH64)/s1394 group=sys mode=0755
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza$(i386_ONLY)file path=kernel/misc/s1394 group=sys mode=0755
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazafile path=usr/share/man/man7d/1394.7d
5084e753b79a753c8b532c06eb3ad1d025e8e472Mark J. Nelsonfile path=usr/share/man/man7d/firewire.7d
5084e753b79a753c8b532c06eb3ad1d025e8e472Mark J. Nelsonfile path=usr/share/man/man7d/hci1394.7d
5084e753b79a753c8b532c06eb3ad1d025e8e472Mark J. Nelsonfile path=usr/share/man/man7d/ieee1394.7d
5084e753b79a753c8b532c06eb3ad1d025e8e472Mark J. Nelsonlegacy pkg=SUNW1394 desc="IEEE1394 Framework and OpenHCI Driver" \
name="Sun IEEE1394 Framework"
license cr_Sun license=cr_Sun
license lic_CDDL license=lic_CDDL