1ead1f93eSLiane Praza#
2ead1f93eSLiane Praza# CDDL HEADER START
3ead1f93eSLiane Praza#
4ead1f93eSLiane Praza# The contents of this file are subject to the terms of the
5ead1f93eSLiane Praza# Common Development and Distribution License (the "License").
6ead1f93eSLiane Praza# You may not use this file except in compliance with the License.
7ead1f93eSLiane Praza#
8ead1f93eSLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9ead1f93eSLiane Praza# or http://www.opensolaris.org/os/licensing.
10ead1f93eSLiane Praza# See the License for the specific language governing permissions
11ead1f93eSLiane Praza# and limitations under the License.
12ead1f93eSLiane Praza#
13ead1f93eSLiane Praza# When distributing Covered Code, include this CDDL HEADER in each
14ead1f93eSLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15ead1f93eSLiane Praza# If applicable, add the following below this CDDL HEADER, with the
16ead1f93eSLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying
17ead1f93eSLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner]
18ead1f93eSLiane Praza#
19ead1f93eSLiane Praza# CDDL HEADER END
20ead1f93eSLiane Praza#
21ead1f93eSLiane Praza
22ead1f93eSLiane Praza#
23ebbab6bbSDan Price# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
247e526273SRobert Mustacchi# Copyright 2012, Nexenta Systems, Inc. All rights reserved.
2513485e69SGarrett D'Amore# Copyright 2014 Pluribus Networks Inc.
26ead1f93eSLiane Praza#
27ead1f93eSLiane Praza
28ead1f93eSLiane Praza#
29ebbab6bbSDan Price# The default for payload-bearing actions in this package is to appear in the
30ebbab6bbSDan Price# global zone only.  See the include file for greater detail, as well as
31ebbab6bbSDan Price# information about overriding the defaults.
32ead1f93eSLiane Praza#
33ebbab6bbSDan Price<include global_zone_only_component>
34ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/driver/network/igb@$(PKGVERS)
35ead1f93eSLiane Prazaset name=pkg.summary value="Intel 82575 1Gb PCI Express NIC Driver"
3686d41711SAndy Fiddamanset name=pkg.description value="Intel 82575 1Gb PCI Express NIC Driver"
37ead1f93eSLiane Prazaset name=info.classification \
38ead1f93eSLiane Praza    value=org.opensolaris.category.2008:Drivers/Networking
39ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH)
4086d41711SAndy Fiddamandir  path=kernel group=sys
4186d41711SAndy Fiddamandir  path=kernel/drv group=sys
4286d41711SAndy Fiddamandir  path=kernel/drv/$(ARCH64) group=sys
4386d41711SAndy Fiddamanfile path=kernel/drv/$(ARCH64)/igb group=sys
4486d41711SAndy Fiddamanfile path=kernel/drv/igb.conf group=sys \
4586d41711SAndy Fiddaman    original_name=SUNWigb:kernel/drv/igb.conf preserve=renamenew
4686d41711SAndy Fiddamandir  path=usr/share/man
47*bbf21555SRichard Lowedir  path=usr/share/man/man4d
48*bbf21555SRichard Lowefile path=usr/share/man/man4d/igb.4d
4986d41711SAndy Fiddamandriver name=igb perms="* 0666 root sys" clone_perms="igb 0666 root sys" \
5086d41711SAndy Fiddaman    alias=pciex8086,438 \
51ead1f93eSLiane Praza    alias=pciex8086,10a7 \
52ead1f93eSLiane Praza    alias=pciex8086,10a9 \
53ead1f93eSLiane Praza    alias=pciex8086,10c9 \
54ead1f93eSLiane Praza    alias=pciex8086,10d6 \
55ead1f93eSLiane Praza    alias=pciex8086,10e6 \
56ead1f93eSLiane Praza    alias=pciex8086,10e7 \
57ead1f93eSLiane Praza    alias=pciex8086,10e8 \
58ead1f93eSLiane Praza    alias=pciex8086,150a \
59ead1f93eSLiane Praza    alias=pciex8086,150d \
60ead1f93eSLiane Praza    alias=pciex8086,150e \
61ead1f93eSLiane Praza    alias=pciex8086,150f \
62ead1f93eSLiane Praza    alias=pciex8086,1510 \
63ead1f93eSLiane Praza    alias=pciex8086,1511 \
64ead1f93eSLiane Praza    alias=pciex8086,1516 \
657e526273SRobert Mustacchi    alias=pciex8086,1518 \
667e526273SRobert Mustacchi    alias=pciex8086,1521 \
676ed0a5cfSTycho Nightingale    alias=pciex8086,1522 \
68abe85dc5SRobert Mustacchi    alias=pciex8086,1523 \
696ed0a5cfSTycho Nightingale    alias=pciex8086,1524 \
706ed0a5cfSTycho Nightingale    alias=pciex8086,1526 \
716ed0a5cfSTycho Nightingale    alias=pciex8086,1533 \
726ed0a5cfSTycho Nightingale    alias=pciex8086,1534 \
736ed0a5cfSTycho Nightingale    alias=pciex8086,1535 \
746ed0a5cfSTycho Nightingale    alias=pciex8086,1536 \
756ed0a5cfSTycho Nightingale    alias=pciex8086,1537 \
766ed0a5cfSTycho Nightingale    alias=pciex8086,1538 \
776ed0a5cfSTycho Nightingale    alias=pciex8086,1539 \
786ed0a5cfSTycho Nightingale    alias=pciex8086,1546 \
79c124a83eSRobert Mustacchi    alias=pciex8086,157b \
80c124a83eSRobert Mustacchi    alias=pciex8086,157c \
8113485e69SGarrett D'Amore    alias=pciex8086,1f40 \
8213485e69SGarrett D'Amore    alias=pciex8086,1f41 \
8386d41711SAndy Fiddaman    alias=pciex8086,1f45
8471e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWigb desc="Intel 82575 1Gb PCI Express NIC Driver" \
8571e464e5SPeter Dennis - Sustaining Engineer    name="Intel 82575 1Gb PCI Express NIC Driver"
86ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun
87ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL
88