driver-network-myri10ge.mf revision 12616:17a31b0faaa4
1219820Sjeff#
2219820Sjeff# CDDL HEADER START
3219820Sjeff#
4219820Sjeff# The contents of this file are subject to the terms of the
5219820Sjeff# Common Development and Distribution License (the "License").
6219820Sjeff# You may not use this file except in compliance with the License.
7219820Sjeff#
8219820Sjeff# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9219820Sjeff# or http://www.opensolaris.org/os/licensing.
10219820Sjeff# See the License for the specific language governing permissions
11219820Sjeff# and limitations under the License.
12219820Sjeff#
13219820Sjeff# When distributing Covered Code, include this CDDL HEADER in each
14219820Sjeff# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15219820Sjeff# If applicable, add the following below this CDDL HEADER, with the
16219820Sjeff# fields enclosed by brackets "[]" replaced with your own identifying
17219820Sjeff# information: Portions Copyright [yyyy] [name of copyright owner]
18219820Sjeff#
19219820Sjeff# CDDL HEADER END
20219820Sjeff#
21219820Sjeff
22219820Sjeff#
23219820Sjeff# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24219820Sjeff#
25219820Sjeff
26219820Sjeff#
27219820Sjeff# The default for payload-bearing actions in this package is to appear in the
28219820Sjeff# global zone only.  See the include file for greater detail, as well as
29219820Sjeff# information about overriding the defaults.
30219820Sjeff#
31219820Sjeff<include global_zone_only_component>
32219820Sjeffset name=pkg.fmri value=pkg:/driver/network/myri10ge@$(PKGVERS)
33219820Sjeffset name=pkg.description value="Myricom 10 Gigabit Ethernet Adapter Driver"
34219820Sjeffset name=pkg.summary value="Myricom 10Gb NIC Driver"
35219820Sjeffset name=info.classification \
36219820Sjeff    value=org.opensolaris.category.2008:Drivers/Networking
37219820Sjeffset name=variant.arch value=$(ARCH)
38219820Sjeffdir path=kernel group=sys
39219820Sjeffdir path=kernel/drv group=sys
40219820Sjeffdir path=kernel/drv/$(ARCH64) group=sys
41219820Sjeffdriver name=myri10ge clone_perms="myri10ge 0666 root sys" \
42219820Sjeff    perms="* 0666 root sys" \
43219820Sjeff    alias=pci14c1,8 \
44219820Sjeff    alias=pci14c1,9 \
45219820Sjeff    alias=pciex14c1,8 \
46219820Sjeff    alias=pciex14c1,9
47219820Sjefffile path=kernel/drv/$(ARCH64)/myri10ge group=sys
48219820Sjeff$(i386_ONLY)file path=kernel/drv/myri10ge group=sys
49219820Sjefflegacy pkg=SUNWmyri10ge arch=$(ARCH) category=system \
50219820Sjeff    desc="Myricom 10 Gigabit Ethernet Adapter Driver" \
51219820Sjeff    hotline="Please contact your local service provider" \
52219820Sjeff    name="Myricom 10Gb NIC Driver" vendor="Sun Microsystems, Inc." \
53219820Sjeff    version=11.11,REV=2009.11.11
54219820Sjefflicense cr_Sun license=cr_Sun
55219820Sjefflicense lic_CDDL license=lic_CDDL
56219820Sjefflicense uts/common/io/myri10ge/THIRDPARTYLICENSE \
57219820Sjeff    license=uts/common/io/myri10ge/THIRDPARTYLICENSE
58219820Sjeff