diff options
Diffstat (limited to 'usr/src/pkg/manifests/driver-network-i40e.mf')
| -rw-r--r-- | usr/src/pkg/manifests/driver-network-i40e.mf | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/driver-network-i40e.mf b/usr/src/pkg/manifests/driver-network-i40e.mf new file mode 100644 index 0000000000..99d7e093a0 --- /dev/null +++ b/usr/src/pkg/manifests/driver-network-i40e.mf @@ -0,0 +1,43 @@ +# +# This file and its contents are supplied under the terms of the +# Common Development and Distribution License ("CDDL"), version 1.0. +# You may only use this file in accordance with the terms of version +# 1.0 of the CDDL. +# +# A full copy of the text of the CDDL should have accompanied this +# source. A copy of the CDDL is also available via the Internet at +# http://www.illumos.org/license/CDDL. +# + +# +# Copyright 2016 Joyent, Inc. +# + +<include global_zone_only_component> +set name=pkg.fmri value=pkg:/driver/network/i40e@$(PKGVERS) +set name=pkg.description value="Intel XL710 10/40 Gb Ethernet Driver" +set name=pkg.summary value="Intel XL710 10/40 Gb Ethernet Driver" +set name=info.classification \ + value=org.opensolaris.category.2008:Drivers/Networking +set name=variant.arch value=i386 +dir path=kernel group=sys +dir path=kernel/drv group=sys +dir path=kernel/drv/$(ARCH64) group=sys +dir path=usr/share/man +dir path=usr/share/man/man7d +driver name=i40e clone_perms="i40e 0666 root sys" perms="* 0666 root sys" \ + alias=pciex8086,1572 \ + alias=pciex8086,1580 \ + alias=pciex8086,1581 \ + alias=pciex8086,1583 \ + alias=pciex8086,1584 \ + alias=pciex8086,1585 \ + alias=pciex8086,1586 \ + alias=pciex8086,1589 +file path=kernel/drv/$(ARCH64)/i40e group=sys +file path=kernel/drv/i40e group=sys +file path=kernel/drv/i40e.conf group=sys +file path=usr/share/man/man7d/i40e.7d +license lic_CDDL license=lic_CDDL +license usr/src/uts/common/io/i40e/core/THIRDPARTYLICENSE \ + license=usr/src/uts/common/io/i40e/core/THIRDPARTYLICENSE |
