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.
7e5262732e5b384b6aaeaa77959a6c9dad5d1161Robert Mustacchi# Copyright 2012, Nexenta Systems, Inc. All rights reserved.
13485e69b5429e6c7d27301fb3c0deee0e93768aGarrett D'Amore# Copyright 2014 Pluribus Networks Inc.
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/igb@$(PKGVERS)
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=pkg.description value="Intel 82575 1Gb PCI Express NIC Driver"
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=pkg.summary value="Intel 82575 1Gb PCI Express NIC Driver"
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=info.classification \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza value=org.opensolaris.category.2008:Drivers/Networking
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazaset name=variant.arch value=$(ARCH)
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=kernel group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=kernel/drv group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadir path=kernel/drv/$(ARCH64) group=sys
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowedir path=usr/share/man
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowedir path=usr/share/man/man7d
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazadriver name=igb clone_perms="igb 0666 root sys" perms="* 0666 root sys" \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pciex8086,10a7 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pciex8086,10a9 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pciex8086,10c9 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pciex8086,10d6 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pciex8086,10e6 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pciex8086,10e7 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pciex8086,10e8 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pciex8086,150a \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pciex8086,150d \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pciex8086,150e \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pciex8086,150f \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pciex8086,1510 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pciex8086,1511 \
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza alias=pciex8086,1516 \
7e5262732e5b384b6aaeaa77959a6c9dad5d1161Robert Mustacchi alias=pciex8086,1518 \
7e5262732e5b384b6aaeaa77959a6c9dad5d1161Robert Mustacchi alias=pciex8086,1521 \
6ed0a5cff079e25f4aa15cef67c6dd48ee60b018Tycho Nightingale alias=pciex8086,1522 \
abe85dc5696f519c0c45fb0dded9fdb0df03376fRobert Mustacchi alias=pciex8086,1523 \
6ed0a5cff079e25f4aa15cef67c6dd48ee60b018Tycho Nightingale alias=pciex8086,1524 \
6ed0a5cff079e25f4aa15cef67c6dd48ee60b018Tycho Nightingale alias=pciex8086,1526 \
6ed0a5cff079e25f4aa15cef67c6dd48ee60b018Tycho Nightingale alias=pciex8086,1533 \
6ed0a5cff079e25f4aa15cef67c6dd48ee60b018Tycho Nightingale alias=pciex8086,1534 \
6ed0a5cff079e25f4aa15cef67c6dd48ee60b018Tycho Nightingale alias=pciex8086,1535 \
6ed0a5cff079e25f4aa15cef67c6dd48ee60b018Tycho Nightingale alias=pciex8086,1536 \
6ed0a5cff079e25f4aa15cef67c6dd48ee60b018Tycho Nightingale alias=pciex8086,1537 \
6ed0a5cff079e25f4aa15cef67c6dd48ee60b018Tycho Nightingale alias=pciex8086,1538 \
6ed0a5cff079e25f4aa15cef67c6dd48ee60b018Tycho Nightingale alias=pciex8086,1539 \
6ed0a5cff079e25f4aa15cef67c6dd48ee60b018Tycho Nightingale alias=pciex8086,1546 \
c124a83e09115de88ecccd4f689983f42a1d53bdRobert Mustacchi alias=pciex8086,157b \
c124a83e09115de88ecccd4f689983f42a1d53bdRobert Mustacchi alias=pciex8086,157c \
13485e69b5429e6c7d27301fb3c0deee0e93768aGarrett D'Amore alias=pciex8086,1f40 \
13485e69b5429e6c7d27301fb3c0deee0e93768aGarrett D'Amore alias=pciex8086,1f41 \
13485e69b5429e6c7d27301fb3c0deee0e93768aGarrett D'Amore alias=pciex8086,1f45 \
6ed0a5cff079e25f4aa15cef67c6dd48ee60b018Tycho Nightingale alias=pciex8086,438
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazafile path=kernel/drv/$(ARCH64)/igb group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Praza$(i386_ONLY)file path=kernel/drv/igb group=sys
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazafile path=kernel/drv/igb.conf group=sys \
ebbab6bbae913efeadfa3c6a1b082664a125f95bDan Price original_name=SUNWigb:kernel/drv/igb.conf preserve=renamenew
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowefile path=usr/share/man/man7d/igb.7d
71e464e521434117b4a9290e959715a305141f0bPeter Dennis - Sustaining Engineerlegacy pkg=SUNWigb desc="Intel 82575 1Gb PCI Express NIC Driver" \
71e464e521434117b4a9290e959715a305141f0bPeter Dennis - Sustaining Engineer name="Intel 82575 1Gb PCI Express NIC Driver"
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazalicense cr_Sun license=cr_Sun
ead1f93ee620d7580f7e53350fe5a884fc4f158aLiane Prazalicense lic_CDDL license=lic_CDDL