xref: /titanic_52/usr/src/pkg/manifests/driver-network-iprb.mf (revision 82743679557cf8b7a5dd51eaa0015e0ca498ac37)
1*82743679SGarrett D'Amore#
2*82743679SGarrett D'Amore# CDDL HEADER START
3*82743679SGarrett D'Amore#
4*82743679SGarrett D'Amore# The contents of this file are subject to the terms of the
5*82743679SGarrett D'Amore# Common Development and Distribution License (the "License").
6*82743679SGarrett D'Amore# You may not use this file except in compliance with the License.
7*82743679SGarrett D'Amore#
8*82743679SGarrett D'Amore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*82743679SGarrett D'Amore# or http://www.opensolaris.org/os/licensing.
10*82743679SGarrett D'Amore# See the License for the specific language governing permissions
11*82743679SGarrett D'Amore# and limitations under the License.
12*82743679SGarrett D'Amore#
13*82743679SGarrett D'Amore# When distributing Covered Code, include this CDDL HEADER in each
14*82743679SGarrett D'Amore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*82743679SGarrett D'Amore# If applicable, add the following below this CDDL HEADER, with the
16*82743679SGarrett D'Amore# fields enclosed by brackets "[]" replaced with your own identifying
17*82743679SGarrett D'Amore# information: Portions Copyright [yyyy] [name of copyright owner]
18*82743679SGarrett D'Amore#
19*82743679SGarrett D'Amore# CDDL HEADER END
20*82743679SGarrett D'Amore#
21*82743679SGarrett D'Amore
22*82743679SGarrett D'Amore#
23*82743679SGarrett D'Amore# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24*82743679SGarrett D'Amore# Copyright 2010 Nexenta Systems, Inc.  All rights reserved.
25*82743679SGarrett D'Amore#
26*82743679SGarrett D'Amore
27*82743679SGarrett D'Amore#
28*82743679SGarrett D'Amore# The default for payload-bearing actions in this package is to appear in the
29*82743679SGarrett D'Amore# global zone only.  See the include file for greater detail, as well as
30*82743679SGarrett D'Amore# information about overriding the defaults.
31*82743679SGarrett D'Amore#
32*82743679SGarrett D'Amore<include global_zone_only_component>
33*82743679SGarrett D'Amoreset name=pkg.fmri value=pkg:/driver/network/iprb@$(PKGVERS)
34*82743679SGarrett D'Amoreset name=pkg.description value="Intel 8255x Fast Ethernet Driver"
35*82743679SGarrett D'Amoreset name=pkg.summary value="Intel 8255x Fast Ethernet Driver"
36*82743679SGarrett D'Amoreset name=info.classification \
37*82743679SGarrett D'Amore    value=org.opensolaris.category.2008:Drivers/Networking
38*82743679SGarrett D'Amoreset name=variant.arch value=i386
39*82743679SGarrett D'Amoredir path=etc group=sys
40*82743679SGarrett D'Amoredir path=kernel group=sys
41*82743679SGarrett D'Amoredir path=kernel/drv group=sys
42*82743679SGarrett D'Amoredir path=kernel/drv/$(ARCH64) group=sys
43*82743679SGarrett D'Amoredriver name=iprb clone_perms="iprb 0666 root sys" perms="* 0666 root sys" \
44*82743679SGarrett D'Amore    alias=pci8086,1029 \
45*82743679SGarrett D'Amore    alias=pci8086,1030 \
46*82743679SGarrett D'Amore    alias=pci8086,1031 \
47*82743679SGarrett D'Amore    alias=pci8086,1032 \
48*82743679SGarrett D'Amore    alias=pci8086,1038 \
49*82743679SGarrett D'Amore    alias=pci8086,1039 \
50*82743679SGarrett D'Amore    alias=pci8086,103d \
51*82743679SGarrett D'Amore    alias=pci8086,1050 \
52*82743679SGarrett D'Amore    alias=pci8086,1059 \
53*82743679SGarrett D'Amore    alias=pci8086,1068 \
54*82743679SGarrett D'Amore    alias=pci8086,1069 \
55*82743679SGarrett D'Amore    alias=pci8086,1092 \
56*82743679SGarrett D'Amore    alias=pci8086,1209 \
57*82743679SGarrett D'Amore    alias=pci8086,1229 \
58*82743679SGarrett D'Amore    alias=pci8086,2449 \
59*82743679SGarrett D'Amore    alias=pci8086,27dc
60*82743679SGarrett D'Amorefile path=kernel/drv/$(ARCH64)/iprb group=sys
61*82743679SGarrett D'Amorefile path=kernel/drv/iprb group=sys
62*82743679SGarrett D'Amorelicense lic_CDDL license=lic_CDDL
63*82743679SGarrett D'Amorelicense usr/src/uts/common/io/iprb/THIRDPARTYLICENSE \
64*82743679SGarrett D'Amore    license=usr/src/uts/common/io/iprb/THIRDPARTYLICENSE
65