usr/src/pkgdefs/SUNWcakr.v/prototype_com
author gw25295
Fri, 11 Apr 2008 18:36:28 -0700
changeset 6423 437422a29d3a
parent 6416 1f40e0a6ca92
child 6463 6cb79a5aa513
permissions -rw-r--r--
PSARC 2006/370 ZFS Boot Support 5008936 ZFS and/or zvol should support dumps 5070124 dumpadm -d /dev/... does not enforce block device requirement for savecore 6521468 ZFS Boot support Phase 2 6553503 bfu can't find 'rootdev' from /etc/vfstab on a zfs root filesystem 6574993 zfs_mountroot() may need to call clkset() to set the boot_time kstat 6633197 zvol should not permit newfs or createpool while it's in use by swap or dump 6661127 zfs_name_valid() does not support ZFS_TYPE_POOL 6684121 The changes to smf scripts for supporting canmount=noauto will cause a boot failure.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     1
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     2
# CDDL HEADER START
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     3
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
3156
30109e935ec8 FWARC/2006/175 MD definition for N2 CWQ
girish
parents: 255
diff changeset
     5
# Common Development and Distribution License (the "License").
30109e935ec8 FWARC/2006/175 MD definition for N2 CWQ
girish
parents: 255
diff changeset
     6
# You may not use this file except in compliance with the License.
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     7
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    10
# See the License for the specific language governing permissions
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    11
# and limitations under the License.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    12
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    18
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    19
# CDDL HEADER END
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    20
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    21
#
6416
1f40e0a6ca92 PSARC 2008/119 sun4v /dev/bmc
ky115808
parents: 5648
diff changeset
    22
# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    23
# Use is subject to license terms.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    24
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    25
# ident	"%Z%%M%	%I%	%E% SMI"
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    26
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    27
# This required package information file contains a list of package contents.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    28
# The 'pkgmk' command uses this file to identify the contents of a package
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    29
# and their location on the development machine when building the package.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    30
# Can be created via a text editor or through use of the 'pkgproto' command.
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    31
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    32
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    33
#!search <pathname pathname ...>	# where to find pkg objects
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    34
#!include <filename>			# include another 'prototype' file
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    35
#!default <mode> <owner> <group>	# default used if not specified on entry
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    36
#!<param>=<value>			# puts parameter in pkg environment
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    37
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    38
# packaging files
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    39
i pkginfo
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    40
i copyright
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    41
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    42
# source locations relative to the prototype file
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    43
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    44
# SUNWcakr.v
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    45
#
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    46
d none platform 755 root sys
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    47
d none platform/sun4v 755 root sys
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    48
d none platform/sun4v/kernel 755 root sys
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    49
d none platform/sun4v/kernel/cpu 755 root sys
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    50
d none platform/sun4v/kernel/cpu/sparcv9 755 root sys
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    51
f none platform/sun4v/kernel/cpu/sparcv9/generic 755 root sys
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    52
s none platform/sun4v/kernel/cpu/sparcv9/sun4v=generic
255
339344f15333 6302209 move sun4v specific md5 and arcfour from SUNWcakr.u to SUNWcakr.v
kais
parents: 52
diff changeset
    53
d none platform/sun4v/kernel/crypto 755 root sys
339344f15333 6302209 move sun4v specific md5 and arcfour from SUNWcakr.u to SUNWcakr.v
kais
parents: 52
diff changeset
    54
d none platform/sun4v/kernel/crypto/sparcv9 755 root sys
339344f15333 6302209 move sun4v specific md5 and arcfour from SUNWcakr.u to SUNWcakr.v
kais
parents: 52
diff changeset
    55
f none platform/sun4v/kernel/crypto/sparcv9/md5 755 root sys
339344f15333 6302209 move sun4v specific md5 and arcfour from SUNWcakr.u to SUNWcakr.v
kais
parents: 52
diff changeset
    56
f none platform/sun4v/kernel/crypto/sparcv9/arcfour 755 root sys
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    57
d none platform/sun4v/kernel/drv 755 root sys
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    58
f none platform/sun4v/kernel/drv/bge.conf 644 root sys
6416
1f40e0a6ca92 PSARC 2008/119 sun4v /dev/bmc
ky115808
parents: 5648
diff changeset
    59
f none platform/sun4v/kernel/drv/bmc.conf 644 root sys
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    60
f none platform/sun4v/kernel/drv/trapstat.conf 644 root sys
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    61
f none platform/sun4v/kernel/drv/ncp.conf 644 root sys
3156
30109e935ec8 FWARC/2006/175 MD definition for N2 CWQ
girish
parents: 255
diff changeset
    62
f none platform/sun4v/kernel/drv/n2rng.conf 644 root sys
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    63
d none platform/sun4v/kernel/drv/sparcv9 755 root sys
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    64
f none platform/sun4v/kernel/drv/sparcv9/bge 755 root sys
6416
1f40e0a6ca92 PSARC 2008/119 sun4v /dev/bmc
ky115808
parents: 5648
diff changeset
    65
f none platform/sun4v/kernel/drv/sparcv9/bmc 755 root sys
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    66
f none platform/sun4v/kernel/drv/sparcv9/ebus 755 root sys
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    67
f none platform/sun4v/kernel/drv/sparcv9/dma 755 root sys
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    68
f none platform/sun4v/kernel/drv/sparcv9/px 755 root sys
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    69
f none platform/sun4v/kernel/drv/sparcv9/qcn 755 root sys
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    70
f none platform/sun4v/kernel/drv/sparcv9/rootnex 755 root sys
52
ae9d7b7b47b4 6245620 su driver install as sun4u specific should really go in /kernel/drv
df157793
parents: 0
diff changeset
    71
f none platform/sun4v/kernel/drv/sparcv9/su 755 root sys
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    72
f none platform/sun4v/kernel/drv/sparcv9/trapstat 755 root sys
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    73
f none platform/sun4v/kernel/drv/sparcv9/vnex 755 root sys
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    74
f none platform/sun4v/kernel/drv/sparcv9/glvc 755 root sys
3349
52a149909ce5 6461636 Watchdog timer should not display messages when disabled
wentaoy
parents: 3156
diff changeset
    75
f none platform/sun4v/kernel/drv/sparcv9/ntwdt 755 root sys
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    76
f none platform/sun4v/kernel/drv/sparcv9/ncp 755 root sys
3156
30109e935ec8 FWARC/2006/175 MD definition for N2 CWQ
girish
parents: 255
diff changeset
    77
f none platform/sun4v/kernel/drv/sparcv9/n2rng 755 root sys
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    78
f none platform/sun4v/kernel/drv/sparcv9/mdesc 755 root sys
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    79
f none platform/sun4v/kernel/drv/mdesc.conf 644 root sys
3349
52a149909ce5 6461636 Watchdog timer should not display messages when disabled
wentaoy
parents: 3156
diff changeset
    80
f none platform/sun4v/kernel/drv/ntwdt.conf 644 root sys
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    81
d none platform/sun4v/kernel/misc 755 root sys
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    82
d none platform/sun4v/kernel/misc/sparcv9 755 root sys
255
339344f15333 6302209 move sun4v specific md5 and arcfour from SUNWcakr.u to SUNWcakr.v
kais
parents: 52
diff changeset
    83
l none platform/sun4v/kernel/misc/sparcv9/md5=../../../kernel/crypto/sparcv9/md5
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    84
f none platform/sun4v/kernel/misc/sparcv9/kmdbmod 755 root sys
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    85
f none platform/sun4v/kernel/misc/sparcv9/bootdev 755 root sys
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    86
f none platform/sun4v/kernel/misc/sparcv9/forthdebug 755 root sys
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    87
f none platform/sun4v/kernel/misc/sparcv9/obpsym 755 root sys
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    88
f none platform/sun4v/kernel/misc/sparcv9/platmod 755 root sys
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    89
f none platform/sun4v/kernel/misc/sparcv9/vis 755 root sys
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    90
d none platform/sun4v/kernel/sparcv9 755 root sys
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    91
f none platform/sun4v/kernel/sparcv9/genunix 755 root sys
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    92
f none platform/sun4v/kernel/sparcv9/unix 755 root sys
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    93
d none platform/sun4v/kernel/sys 755 root sys
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    94
d none platform/sun4v/kernel/sys/sparcv9 755 root sys
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    95
s none platform/sun4v/kernel/unix=sparcv9/unix
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    96
#
5648
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents: 3349
diff changeset
    97
161f8007cab9 6521412 PSARC 2006/525: new boot sparc
setje
parents: 3349
diff changeset
    98
0
68f95e015346 OpenSolaris Launch
stevel@tonic-gate
parents:
diff changeset
    99
f none platform/sun4v/wanboot 644 root sys
6423
437422a29d3a PSARC 2006/370 ZFS Boot Support
gw25295
parents: 6416
diff changeset
   100
f none platform/sun4v/bootlst 644 root sys