OpenSolaris_b135/pkgdefs/SUNWsn1rint/prototype_sparc

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
# Fake Solaris N-1 Brand
#

#
# Include ISA independent files (prototype_com)
#
!include prototype_com

#
# The kernel brand module
# Normally, brand modules are delivered via /usr/kernel because they are not
# required for boot.  However, the sn1 brand syscall emulation module must be
# delivered via /platform on SPARC because it depends on platform-specific
# kernel data structures (specifically the machcpu_t) and we don't currently
# support loading platform-specific kernel modules from /usr/platform.
#
d none platform 0755 root sys
d none platform/sun4u 0755 root sys
d none platform/sun4u/kernel 0755 root sys
d none platform/sun4u/kernel/brand 0755 root sys
d none platform/sun4u/kernel/brand/sparcv9 0755 root sys
f none platform/sun4u/kernel/brand/sparcv9/sn1_brand 0755 root sys
d none platform/sun4v 0755 root sys
d none platform/sun4v/kernel 0755 root sys
d none platform/sun4v/kernel/brand 0755 root sys
d none platform/sun4v/kernel/brand/sparcv9 0755 root sys
f none platform/sun4v/kernel/brand/sparcv9/sn1_brand 0755 root sys