driver-audio.mf revision ebbab6bbae913efeadfa3c6a1b082664a125f95b
f808c858fa61e7769218966759510a8b1190dfcfraf#
f808c858fa61e7769218966759510a8b1190dfcfraf# CDDL HEADER START
f808c858fa61e7769218966759510a8b1190dfcfraf#
f808c858fa61e7769218966759510a8b1190dfcfraf# The contents of this file are subject to the terms of the
f808c858fa61e7769218966759510a8b1190dfcfraf# Common Development and Distribution License (the "License").
f808c858fa61e7769218966759510a8b1190dfcfraf# You may not use this file except in compliance with the License.
f808c858fa61e7769218966759510a8b1190dfcfraf#
f808c858fa61e7769218966759510a8b1190dfcfraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f808c858fa61e7769218966759510a8b1190dfcfraf# or http://www.opensolaris.org/os/licensing.
f808c858fa61e7769218966759510a8b1190dfcfraf# See the License for the specific language governing permissions
f808c858fa61e7769218966759510a8b1190dfcfraf# and limitations under the License.
f808c858fa61e7769218966759510a8b1190dfcfraf#
f808c858fa61e7769218966759510a8b1190dfcfraf# When distributing Covered Code, include this CDDL HEADER in each
f808c858fa61e7769218966759510a8b1190dfcfraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f808c858fa61e7769218966759510a8b1190dfcfraf# If applicable, add the following below this CDDL HEADER, with the
f808c858fa61e7769218966759510a8b1190dfcfraf# fields enclosed by brackets "[]" replaced with your own identifying
f808c858fa61e7769218966759510a8b1190dfcfraf# information: Portions Copyright [yyyy] [name of copyright owner]
f808c858fa61e7769218966759510a8b1190dfcfraf#
f808c858fa61e7769218966759510a8b1190dfcfraf# CDDL HEADER END
f808c858fa61e7769218966759510a8b1190dfcfraf#
f808c858fa61e7769218966759510a8b1190dfcfraf
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahrami#
f808c858fa61e7769218966759510a8b1190dfcfraf# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami#
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami#
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami# The default for payload-bearing actions in this package is to appear in the
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami# global zone only. See the include file for greater detail, as well as
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami# information about overriding the defaults.
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami#
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahrami<include global_zone_only_component>
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahramiset name=pkg.fmri value=pkg:/driver/audio@$(PKGVERS)
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahramiset name=pkg.description value="SunOS audio device drivers"
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahramiset name=pkg.summary value="Audio Drivers"
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahramiset name=info.classification value=org.opensolaris.category.2008:Drivers/Media
bfed486ad8de8b8ebc6345a8e10accae08bf2f45Ali Bahramiset name=variant.arch value=$(ARCH)
f808c858fa61e7769218966759510a8b1190dfcfrafdir path=kernel group=sys
f808c858fa61e7769218966759510a8b1190dfcfrafdir path=kernel/drv group=sys
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahramidir path=kernel/drv/$(ARCH64) group=sys
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahramidir path=kernel/misc group=sys
cd3e933325e68e23516a196a8fea7f49b1e497c3Ali Bahramidir path=kernel/misc/$(ARCH64) group=sys
f808c858fa61e7769218966759510a8b1190dfcfrafdriver name=audio perms="* 0666 root sys"
f808c858fa61e7769218966759510a8b1190dfcfrafdriver name=audio1575 alias=pci10b9,5455
f808c858fa61e7769218966759510a8b1190dfcfraf$(sparc_ONLY)driver name=audiocs alias=SUNW,CS4231
f808c858fa61e7769218966759510a8b1190dfcfrafdriver name=audioens \
f808c858fa61e7769218966759510a8b1190dfcfraf alias=pci1274,1371 \
f808c858fa61e7769218966759510a8b1190dfcfraf alias=pci1274,5880
f808c858fa61e7769218966759510a8b1190dfcfrafdriver name=audiopci alias=pci1274,5000
f808c858fa61e7769218966759510a8b1190dfcfrafdriver name=audiots alias=pci10b9,5451
f808c858fa61e7769218966759510a8b1190dfcfraffile path=kernel/drv/$(ARCH64)/audio group=sys
f808c858fa61e7769218966759510a8b1190dfcfraffile path=kernel/drv/$(ARCH64)/audio1575 group=sys
f808c858fa61e7769218966759510a8b1190dfcfraf$(sparc_ONLY)file path=kernel/drv/$(ARCH64)/audiocs group=sys
f808c858fa61e7769218966759510a8b1190dfcfraffile path=kernel/drv/$(ARCH64)/audioens group=sys
f808c858fa61e7769218966759510a8b1190dfcfraffile path=kernel/drv/$(ARCH64)/audiopci group=sys
f808c858fa61e7769218966759510a8b1190dfcfraffile path=kernel/drv/$(ARCH64)/audiots group=sys
f808c858fa61e7769218966759510a8b1190dfcfraf$(i386_ONLY)file path=kernel/drv/audio group=sys
f808c858fa61e7769218966759510a8b1190dfcfraffile path=kernel/drv/audio.conf group=sys
f808c858fa61e7769218966759510a8b1190dfcfraf$(i386_ONLY)file path=kernel/drv/audio1575 group=sys
f808c858fa61e7769218966759510a8b1190dfcfraf$(i386_ONLY)file path=kernel/drv/audioens group=sys
f808c858fa61e7769218966759510a8b1190dfcfraf$(i386_ONLY)file path=kernel/drv/audiopci group=sys
f808c858fa61e7769218966759510a8b1190dfcfraf$(i386_ONLY)file path=kernel/drv/audiots group=sys
f808c858fa61e7769218966759510a8b1190dfcfraffile path=kernel/misc/$(ARCH64)/ac97 group=sys mode=0755
f808c858fa61e7769218966759510a8b1190dfcfraf$(i386_ONLY)file path=kernel/misc/ac97 group=sys mode=0755
f808c858fa61e7769218966759510a8b1190dfcfraflegacy pkg=SUNWaudd arch=$(ARCH) category=system \
f808c858fa61e7769218966759510a8b1190dfcfraf desc="SunOS audio device drivers" \
f808c858fa61e7769218966759510a8b1190dfcfraf hotline="Please contact your local service provider" name="Audio Drivers" \
f808c858fa61e7769218966759510a8b1190dfcfraf vendor="Sun Microsystems, Inc." version=11.11,REV=2009.11.11
f808c858fa61e7769218966759510a8b1190dfcfraflicense cr_Sun license=cr_Sun
f808c858fa61e7769218966759510a8b1190dfcfraflicense lic_CDDL license=lic_CDDL
f808c858fa61e7769218966759510a8b1190dfcfraf