1*b3697b90SSteven Stallion# 2*b3697b90SSteven Stallion# This file and its contents are supplied under the terms of the 3*b3697b90SSteven Stallion# Common Development and Distribution License ("CDDL"), version 1.0. 4*b3697b90SSteven Stallion# You may only use this file in accordance with the terms of version 5*b3697b90SSteven Stallion# 1.0 of the CDDL. 6*b3697b90SSteven Stallion# 7*b3697b90SSteven Stallion# A full copy of the text of the CDDL should have accompanied this 8*b3697b90SSteven Stallion# source. A copy of the CDDL is also available via the Internet at 9*b3697b90SSteven Stallion# http://www.illumos.org/license/CDDL. 10*b3697b90SSteven Stallion# 11*b3697b90SSteven Stallion 12*b3697b90SSteven Stallion# 13*b3697b90SSteven Stallion# The default for payload-bearing actions in this package is to appear in the 14*b3697b90SSteven Stallion# global zone only. See the include file for greater detail, as well as 15*b3697b90SSteven Stallion# information about overriding the defaults. 16*b3697b90SSteven Stallion# 17*b3697b90SSteven Stallion<include global_zone_only_component> 18*b3697b90SSteven Stallionset name=pkg.fmri value=pkg:/driver/network/efe@$(PKGVERS) 19*b3697b90SSteven Stallionset name=pkg.description value="EPIC/100 Fast Ethernet Network Adapter Driver" 20*b3697b90SSteven Stallionset name=pkg.summary value="EPIC/100 Fast Ethernet Driver" 21*b3697b90SSteven Stallionset name=info.classification \ 22*b3697b90SSteven Stallion value=org.opensolaris.category.2008:Drivers/Networking 23*b3697b90SSteven Stallionset name=variant.arch value=$(ARCH) 24*b3697b90SSteven Stalliondir path=kernel group=sys 25*b3697b90SSteven Stalliondir path=kernel/drv group=sys 26*b3697b90SSteven Stalliondir path=kernel/drv/$(ARCH64) group=sys 27*b3697b90SSteven Stalliondriver name=efe alias=pci10b8,5 clone_perms="efe 0666 root sys" \ 28*b3697b90SSteven Stallion perms="* 0666 root sys" 29*b3697b90SSteven Stallionfile path=kernel/drv/$(ARCH64)/efe group=sys 30*b3697b90SSteven Stallionlicense usr/src/uts/common/io/efe/THIRDPARTYLICENSE \ 31*b3697b90SSteven Stallion license=usr/src/uts/common/io/efe/THIRDPARTYLICENSE 32