usr/src/pkgdefs/SUNWadixp/prototype_com
author fl147353
Sun, 05 Mar 2006 23:14:16 -0800
changeset 1549 9acf97172dc1
permissions -rw-r--r--
PSARC/2005/507 Solaris audio driver for ATI IXP400 6301905 Want support for Realtek/ATI Express AC'97 codec 6367508 setting playback interrupt rate to small value for audio driver may panic system
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1549
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
     1
#
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
     2
# CDDL HEADER START
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
     3
#
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
     7
#
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    10
# See the License for the specific language governing permissions
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    11
# and limitations under the License.
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    12
#
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    18
#
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    19
# CDDL HEADER END
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    20
#
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    21
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    22
#
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    23
# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    24
# Use is subject to license terms.
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    25
#
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    26
# ident	"%Z%%M%	%I%	%E% SMI"
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    27
#
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    28
# This required package information file contains a list of package contents.
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    29
# The 'pkgmk' command uses this file to identify the contents of a package
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    30
# and their location on the development machine when building the package.
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    31
# Can be created via a text editor or through use of the 'pkgproto' command.
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    32
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    33
#!search <pathname pathname ...>	# where to find pkg objects
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    34
#!include <filename>			# include another 'prototype' file
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    35
#!default <mode> <owner> <group>	# default used if not specified on entry
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    36
#!<param>=<value>			# puts parameter in pkg environment
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    37
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    38
# packaging files
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    39
i pkginfo
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    40
i copyright
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    41
i depend
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    42
i postinstall
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    43
i preremove
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    44
#
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    45
# source locations relative to the prototype file
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    46
#
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    47
# SUNWadixp
9acf97172dc1 PSARC/2005/507 Solaris audio driver for ATI IXP400
fl147353
parents:
diff changeset
    48
#