1 #
   2 # This file and its contents are supplied under the terms of the
   3 # Common Development and Distribution License ("CDDL"), version 1.0.
   4 # You may only use this file in accordance with the terms of version
   5 # 1.0 of the CDDL.
   6 #
   7 # A full copy of the text of the CDDL should have accompanied this
   8 # source.  A copy of the CDDL is also available via the Internet at
   9 # http://www.illumos.org/license/CDDL.
  10 #
  11 
  12 #
  13 # Copyright 2015 OmniTI Computer Consulting, Inc. All rights reserved.
  14 #
  15 
  16 
  17 #
  18 # The default for payload-bearing actions in this package is to appear in the
  19 # global zone only.  See the include file for greater detail, as well as
  20 # information about overriding the defaults.
  21 #
  22 <include global_zone_only_component>
  23 set name=pkg.fmri value=pkg:/driver/network/i40e@$(PKGVERS)
  24 set name=pkg.description value="Intel 40GbE PCIE NIC Driver"
  25 set name=pkg.summary value="Intel 40GbE PCIE NIC Driver"
  26 set name=info.classification \
  27     value=org.opensolaris.category.2008:Drivers/Networking
  28 set name=variant.arch value=$(ARCH)
  29 dir path=kernel group=sys
  30 dir path=kernel/drv group=sys
  31 dir path=kernel/drv/$(ARCH64) group=sys
  32 driver name=i40e clone_perms="i40e 0666 root sys" perms="* 0666 root sys" \
  33     alias=pciex8086,1572 \
  34     alias=pciex8086,1574 \
  35     alias=pciex8086,157f \
  36     alias=pciex8086,1580 \
  37     alias=pciex8086,1581 \
  38     alias=pciex8086,1583 \
  39     alias=pciex8086,1585 \
  40     alias=pciex8086,1586 \
  41     alias=pciex8086,1587 \
  42     alias=pciex8086,1588 \
  43     alias=pciex8086,1589
  44 file path=kernel/drv/$(ARCH64)/i40e group=sys
  45 $(i386_ONLY)file path=kernel/drv/i40e group=sys
  46 file path=kernel/drv/i40e.conf group=sys
  47 license cr_Sun license=cr_Sun
  48 license lic_CDDL license=lic_CDDL
  49 license usr/src/uts/common/io/i40e/THIRDPARTYLICENSE \
  50     license=usr/src/uts/common/io/i40e/THIRDPARTYLICENSE