usr/src/pkgdefs/SUNWaudiohd/prototype_i386
author fl147353
Thu, 29 Jun 2006 20:57:57 -0700
changeset 2307 0b8abf5d5947
permissions -rw-r--r--
PSARC 2006/394 Solaris audio driver for Munich Workstation 6415300 Need ALC880/885 HDA codec support (audio) for NVidia MCP55 chipset
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2307
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
     1
#
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
     2
# CDDL HEADER START
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
     3
#
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
     7
#
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    10
# See the License for the specific language governing permissions
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    11
# and limitations under the License.
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    12
#
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    18
#
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    19
# CDDL HEADER END
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    20
#
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    21
#
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    22
# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    23
# Use is subject to license terms.
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    24
#
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    25
# ident	"%Z%%M%	%I%	%E% SMI"
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    26
#
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    27
# This required package information file contains a list of package contents.
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    28
# The 'pkgmk' command uses this file to identify the contents of a package
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    29
# and their location on the development machine when building the package.
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    30
# Can be created via a text editor or through use of the 'pkgproto' command.
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    31
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    32
#!search <pathname pathname ...>	# where to find pkg objects
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    33
#!include <filename>			# include another 'prototype' file
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    34
#!default <mode> <owner> <group>	# default used if not specified on entry
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    35
#!<param>=<value>			# puts parameter in pkg environment
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    36
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    37
#
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    38
# Include ISA independent files (prototype_com)
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    39
#
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    40
!include prototype_com
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    41
#
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    42
# List files which are i386 specific here
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    43
#
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    44
# source locations relative to the prototype file
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    45
#
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    46
# SUNWaudiohd
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    47
#
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    48
d none kernel 755 root sys
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    49
d none kernel/drv 755 root sys
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    50
f none kernel/drv/audiohd 755 root sys
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    51
f none kernel/drv/audiohd.conf 644 root sys
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    52
d none kernel/drv/amd64 755 root sys
0b8abf5d5947 PSARC 2006/394 Solaris audio driver for Munich Workstation
fl147353
parents:
diff changeset
    53
f none kernel/drv/amd64/audiohd 755 root sys