182743679SGarrett D'Amore# 282743679SGarrett D'Amore# CDDL HEADER START 382743679SGarrett D'Amore# 482743679SGarrett D'Amore# The contents of this file are subject to the terms of the 582743679SGarrett D'Amore# Common Development and Distribution License (the "License"). 682743679SGarrett D'Amore# You may not use this file except in compliance with the License. 782743679SGarrett D'Amore# 882743679SGarrett D'Amore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 982743679SGarrett D'Amore# or http://www.opensolaris.org/os/licensing. 1082743679SGarrett D'Amore# See the License for the specific language governing permissions 1182743679SGarrett D'Amore# and limitations under the License. 1282743679SGarrett D'Amore# 1382743679SGarrett D'Amore# When distributing Covered Code, include this CDDL HEADER in each 1482743679SGarrett D'Amore# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1582743679SGarrett D'Amore# If applicable, add the following below this CDDL HEADER, with the 1682743679SGarrett D'Amore# fields enclosed by brackets "[]" replaced with your own identifying 1782743679SGarrett D'Amore# information: Portions Copyright [yyyy] [name of copyright owner] 1882743679SGarrett D'Amore# 1982743679SGarrett D'Amore# CDDL HEADER END 2082743679SGarrett D'Amore# 2182743679SGarrett D'Amore 2282743679SGarrett D'Amore# 2382743679SGarrett D'Amore# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 2482743679SGarrett D'Amore# Copyright 2010 Nexenta Systems, Inc. All rights reserved. 25*86635a91SGarrett D'Amore# Copyright 2014 Garrett D'Amore <garrett@damore.org> 2682743679SGarrett D'Amore# 2782743679SGarrett D'Amore 2882743679SGarrett D'Amore# 2982743679SGarrett D'Amore# The default for payload-bearing actions in this package is to appear in the 3082743679SGarrett D'Amore# global zone only. See the include file for greater detail, as well as 3182743679SGarrett D'Amore# information about overriding the defaults. 3282743679SGarrett D'Amore# 3382743679SGarrett D'Amore<include global_zone_only_component> 3482743679SGarrett D'Amoreset name=pkg.fmri value=pkg:/driver/network/iprb@$(PKGVERS) 3582743679SGarrett D'Amoreset name=pkg.description value="Intel 8255x Fast Ethernet Driver" 3682743679SGarrett D'Amoreset name=pkg.summary value="Intel 8255x Fast Ethernet Driver" 3782743679SGarrett D'Amoreset name=info.classification \ 3882743679SGarrett D'Amore value=org.opensolaris.category.2008:Drivers/Networking 3982743679SGarrett D'Amoreset name=variant.arch value=i386 4082743679SGarrett D'Amoredir path=etc group=sys 4182743679SGarrett D'Amoredir path=kernel group=sys 4282743679SGarrett D'Amoredir path=kernel/drv group=sys 4382743679SGarrett D'Amoredir path=kernel/drv/$(ARCH64) group=sys 44*86635a91SGarrett D'Amoredir path=usr/share/man 45*86635a91SGarrett D'Amoredir path=usr/share/man/man7d 4682743679SGarrett D'Amoredriver name=iprb clone_perms="iprb 0666 root sys" perms="* 0666 root sys" \ 4782743679SGarrett D'Amore alias=pci8086,1029 \ 4882743679SGarrett D'Amore alias=pci8086,1030 \ 4982743679SGarrett D'Amore alias=pci8086,1031 \ 5082743679SGarrett D'Amore alias=pci8086,1032 \ 5182743679SGarrett D'Amore alias=pci8086,1038 \ 5282743679SGarrett D'Amore alias=pci8086,1039 \ 5382743679SGarrett D'Amore alias=pci8086,103d \ 5482743679SGarrett D'Amore alias=pci8086,1050 \ 5582743679SGarrett D'Amore alias=pci8086,1059 \ 5682743679SGarrett D'Amore alias=pci8086,1068 \ 5782743679SGarrett D'Amore alias=pci8086,1069 \ 5882743679SGarrett D'Amore alias=pci8086,1092 \ 5982743679SGarrett D'Amore alias=pci8086,1209 \ 6082743679SGarrett D'Amore alias=pci8086,1229 \ 6182743679SGarrett D'Amore alias=pci8086,2449 \ 6282743679SGarrett D'Amore alias=pci8086,27dc 6382743679SGarrett D'Amorefile path=kernel/drv/$(ARCH64)/iprb group=sys 64*86635a91SGarrett D'Amorefile path=usr/share/man/man7d/iprb.7d 6582743679SGarrett D'Amorelicense lic_CDDL license=lic_CDDL 6682743679SGarrett D'Amorelicense usr/src/uts/common/io/iprb/THIRDPARTYLICENSE \ 6782743679SGarrett D'Amore license=usr/src/uts/common/io/iprb/THIRDPARTYLICENSE 68