ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# CDDL HEADER START
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# The contents of this file are subject to the terms of the
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# Common Development and Distribution License (the "License").
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# You may not use this file except in compliance with the License.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# or http://www.opensolaris.org/os/licensing.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# See the License for the specific language governing permissions
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# and limitations under the License.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# When distributing Covered Code, include this CDDL HEADER in each
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# If applicable, add the following below this CDDL HEADER, with the
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner]
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza# CDDL HEADER END
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Price# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
86635a91ceb503bad0052c7a964ec3fd28d548dcGarrett D'Amore# Copyright 2014 Garrett D'Amore <garrett@damore.org>
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Price# The default for payload-bearing actions in this package is to appear in the
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Price# global zone only. See the include file for greater detail, as well as
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Price# information about overriding the defaults.
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza#
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Price<include global_zone_only_component>
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=pkg.fmri value=pkg:/driver/network/elxl@$(PKGVERS)
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Priceset name=pkg.description value="3Com Etherlink XL Ethernet Driver"
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=pkg.summary value="3Com Etherlink XL Ethernet Driver"
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=info.classification \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza value=org.opensolaris.category.2008:Drivers/Networking
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=variant.arch value=i386
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=kernel group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=kernel/drv group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=kernel/drv/$(ARCH64) group=sys
86635a91ceb503bad0052c7a964ec3fd28d548dcGarrett D'Amoredir path=usr/share/man
86635a91ceb503bad0052c7a964ec3fd28d548dcGarrett D'Amoredir path=usr/share/man/man7d
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadriver name=elxl clone_perms="elxl 0666 root sys" perms="* 0666 root sys" \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci10b7,9000 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci10b7,9001 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci10b7,9004 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci10b7,9005 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci10b7,9006 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci10b7,9050 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci10b7,9051 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci10b7,9055 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci10b7,9056 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci10b7,905a \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci10b7,9200 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci10b7,9201 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci10b7,9202 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci10b7,9800 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pci10b7,9805
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazafile path=kernel/drv/$(ARCH64)/elxl group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazafile path=kernel/drv/elxl group=sys
86635a91ceb503bad0052c7a964ec3fd28d548dcGarrett D'Amorefile path=usr/share/man/man7d/elxl.7d
71e464e521434117b4a9290e959715a305141f0bPeter Dennis - Sustaining Engineerlegacy pkg=SUNWelxl desc="3Com Etherlink XL Ethernet Driver" \
71e464e521434117b4a9290e959715a305141f0bPeter Dennis - Sustaining Engineer name="3Com Etherlink XL Ethernet Driver"
5084e753b79a753c8b532c06eb3ad1d025e8e472Mark J. Nelsonlicense usr/src/uts/common/io/elxl/THIRDPARTYLICENSE \
5084e753b79a753c8b532c06eb3ad1d025e8e472Mark J. Nelson license=usr/src/uts/common/io/elxl/THIRDPARTYLICENSE