driver-audio-audiocmihd.mf revision 7ffba875a0c7cf118aef7a2c9bfd00c3935e230a
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore#
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore# CDDL HEADER START
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore#
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore# The contents of this file are subject to the terms of the
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore# Common Development and Distribution License (the "License").
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore# You may not use this file except in compliance with the License.
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore#
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore# or http://www.opensolaris.org/os/licensing.
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore# See the License for the specific language governing permissions
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore# and limitations under the License.
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore#
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore# When distributing Covered Code, include this CDDL HEADER in each
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore# If applicable, add the following below this CDDL HEADER, with the
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore# fields enclosed by brackets "[]" replaced with your own identifying
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore# information: Portions Copyright [yyyy] [name of copyright owner]
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore#
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore# CDDL HEADER END
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore#
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore#
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore#
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore#
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore# Copyright 2011 Nexenta Systems, Inc. All rights reserved.
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore#
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore#
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore# The default for payload-bearing actions in this package is to appear in the
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore# global zone only. See the include file for greater detail, as well as
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore# information about overriding the defaults.
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore#
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amore<include global_zone_only_component>
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amoreset name=pkg.fmri value=pkg:/driver/audio/audiocmihd@$(PKGVERS)
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amoreset name=pkg.description value="Audio device driver for C-Media 8788"
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amoreset name=pkg.summary value="C-Media 8788 Family Audio Driver"
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amoreset name=info.classification value=org.opensolaris.category.2008:Drivers/Media
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amoreset name=variant.arch value=i386
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amoredir path=kernel group=sys
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amoredir path=kernel/drv group=sys
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amoredir path=kernel/drv/$(ARCH64) group=sys
7ffba875a0c7cf118aef7a2c9bfd00c3935e230aGarrett D'Amoredir path=usr/share/man
7ffba875a0c7cf118aef7a2c9bfd00c3935e230aGarrett D'Amoredir path=usr/share/man/man7d
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amoredriver name=audiocmihd alias=pci13f6,8788
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amorefile path=kernel/drv/$(ARCH64)/audiocmihd group=sys
7ffba875a0c7cf118aef7a2c9bfd00c3935e230aGarrett D'Amore$(i386_ONLY)file path=kernel/drv/audiocmihd group=sys
7ffba875a0c7cf118aef7a2c9bfd00c3935e230aGarrett D'Amorefile path=usr/share/man/man7d/audiocmihd.7d
f6929ecef713a1395a17d75418eb6d6f8f2c68fdGarrett D'Amorelicense lic_CDDL license=lic_CDDL