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.description value="Intel 82575 1Gb PCI Express NIC Driver" 36ead1f93eSLiane Prazaset name=pkg.summary 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) 40ead1f93eSLiane Prazadir path=kernel group=sys 41ead1f93eSLiane Prazadir path=kernel/drv group=sys 42ead1f93eSLiane Prazadir path=kernel/drv/$(ARCH64) group=sys 43c10c16deSRichard Lowedir path=usr/share/man 44c10c16deSRichard Lowedir path=usr/share/man/man7d 45ead1f93eSLiane Prazadriver name=igb clone_perms="igb 0666 root sys" perms="* 0666 root sys" \ 46ead1f93eSLiane Praza alias=pciex8086,10a7 \ 47ead1f93eSLiane Praza alias=pciex8086,10a9 \ 48ead1f93eSLiane Praza alias=pciex8086,10c9 \ 49ead1f93eSLiane Praza alias=pciex8086,10d6 \ 50ead1f93eSLiane Praza alias=pciex8086,10e6 \ 51ead1f93eSLiane Praza alias=pciex8086,10e7 \ 52ead1f93eSLiane Praza alias=pciex8086,10e8 \ 53ead1f93eSLiane Praza alias=pciex8086,150a \ 54ead1f93eSLiane Praza alias=pciex8086,150d \ 55ead1f93eSLiane Praza alias=pciex8086,150e \ 56ead1f93eSLiane Praza alias=pciex8086,150f \ 57ead1f93eSLiane Praza alias=pciex8086,1510 \ 58ead1f93eSLiane Praza alias=pciex8086,1511 \ 59ead1f93eSLiane Praza alias=pciex8086,1516 \ 607e526273SRobert Mustacchi alias=pciex8086,1518 \ 617e526273SRobert Mustacchi alias=pciex8086,1521 \ 626ed0a5cfSTycho Nightingale alias=pciex8086,1522 \ 63abe85dc5SRobert Mustacchi alias=pciex8086,1523 \ 646ed0a5cfSTycho Nightingale alias=pciex8086,1524 \ 656ed0a5cfSTycho Nightingale alias=pciex8086,1526 \ 666ed0a5cfSTycho Nightingale alias=pciex8086,1533 \ 676ed0a5cfSTycho Nightingale alias=pciex8086,1534 \ 686ed0a5cfSTycho Nightingale alias=pciex8086,1535 \ 696ed0a5cfSTycho Nightingale alias=pciex8086,1536 \ 706ed0a5cfSTycho Nightingale alias=pciex8086,1537 \ 716ed0a5cfSTycho Nightingale alias=pciex8086,1538 \ 726ed0a5cfSTycho Nightingale alias=pciex8086,1539 \ 736ed0a5cfSTycho Nightingale alias=pciex8086,1546 \ 74*c124a83eSRobert Mustacchi alias=pciex8086,157b \ 75*c124a83eSRobert Mustacchi alias=pciex8086,157c \ 7613485e69SGarrett D'Amore alias=pciex8086,1f40 \ 7713485e69SGarrett D'Amore alias=pciex8086,1f41 \ 7813485e69SGarrett D'Amore alias=pciex8086,1f45 \ 796ed0a5cfSTycho Nightingale alias=pciex8086,438 80ead1f93eSLiane Prazafile path=kernel/drv/$(ARCH64)/igb group=sys 81ead1f93eSLiane Prazafile path=kernel/drv/igb.conf group=sys \ 82ebbab6bbSDan Price original_name=SUNWigb:kernel/drv/igb.conf preserve=renamenew 83c10c16deSRichard Lowefile path=usr/share/man/man7d/igb.7d 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