1f6929eceSGarrett D'Amore# 2f6929eceSGarrett D'Amore# CDDL HEADER START 3f6929eceSGarrett D'Amore# 4f6929eceSGarrett D'Amore# The contents of this file are subject to the terms of the 5f6929eceSGarrett D'Amore# Common Development and Distribution License (the "License"). 6f6929eceSGarrett D'Amore# You may not use this file except in compliance with the License. 7f6929eceSGarrett D'Amore# 8f6929eceSGarrett D'Amore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9f6929eceSGarrett D'Amore# or http://www.opensolaris.org/os/licensing. 10f6929eceSGarrett D'Amore# See the License for the specific language governing permissions 11f6929eceSGarrett D'Amore# and limitations under the License. 12f6929eceSGarrett D'Amore# 13f6929eceSGarrett D'Amore# When distributing Covered Code, include this CDDL HEADER in each 14f6929eceSGarrett D'Amore# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15f6929eceSGarrett D'Amore# If applicable, add the following below this CDDL HEADER, with the 16f6929eceSGarrett D'Amore# fields enclosed by brackets "[]" replaced with your own identifying 17f6929eceSGarrett D'Amore# information: Portions Copyright [yyyy] [name of copyright owner] 18f6929eceSGarrett D'Amore# 19f6929eceSGarrett D'Amore# CDDL HEADER END 20f6929eceSGarrett D'Amore# 21f6929eceSGarrett D'Amore 22f6929eceSGarrett D'Amore# 23f6929eceSGarrett D'Amore# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24f6929eceSGarrett D'Amore# 25f6929eceSGarrett D'Amore 26f6929eceSGarrett D'Amore# 27f6929eceSGarrett D'Amore# Copyright 2011 Nexenta Systems, Inc. All rights reserved. 28f6929eceSGarrett D'Amore# 29f6929eceSGarrett D'Amore 30f6929eceSGarrett D'Amore# 31f6929eceSGarrett D'Amore# The default for payload-bearing actions in this package is to appear in the 32f6929eceSGarrett D'Amore# global zone only. See the include file for greater detail, as well as 33f6929eceSGarrett D'Amore# information about overriding the defaults. 34f6929eceSGarrett D'Amore# 35f6929eceSGarrett D'Amore<include global_zone_only_component> 36f6929eceSGarrett D'Amoreset name=pkg.fmri value=pkg:/driver/audio/audiocmihd@$(PKGVERS) 37f6929eceSGarrett D'Amoreset name=pkg.description value="Audio device driver for C-Media 8788" 38f6929eceSGarrett D'Amoreset name=pkg.summary value="C-Media 8788 Family Audio Driver" 39f6929eceSGarrett D'Amoreset name=info.classification value=org.opensolaris.category.2008:Drivers/Media 40f6929eceSGarrett D'Amoreset name=variant.arch value=i386 41f6929eceSGarrett D'Amoredir path=kernel group=sys 42f6929eceSGarrett D'Amoredir path=kernel/drv group=sys 43f6929eceSGarrett D'Amoredir path=kernel/drv/$(ARCH64) group=sys 44*7ffba875SGarrett D'Amoredir path=usr/share/man 45*7ffba875SGarrett D'Amoredir path=usr/share/man/man7d 46f6929eceSGarrett D'Amoredriver name=audiocmihd alias=pci13f6,8788 47f6929eceSGarrett D'Amorefile path=kernel/drv/$(ARCH64)/audiocmihd group=sys 48*7ffba875SGarrett D'Amorefile path=usr/share/man/man7d/audiocmihd.7d 49f6929eceSGarrett D'Amorelicense lic_CDDL license=lic_CDDL 50