diff options
Diffstat (limited to 'usr/src/pkg')
-rw-r--r-- | usr/src/pkg/manifests/developer-debug-mdb.mf | 4 | ||||
-rw-r--r-- | usr/src/pkg/manifests/driver-network-i40e.mf | 43 |
2 files changed, 47 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/developer-debug-mdb.mf b/usr/src/pkg/manifests/developer-debug-mdb.mf index 254ecc8557..f1929da69b 100644 --- a/usr/src/pkg/manifests/developer-debug-mdb.mf +++ b/usr/src/pkg/manifests/developer-debug-mdb.mf @@ -98,6 +98,7 @@ $(i386_ONLY)file path=kernel/kmdb/$(ARCH64)/cpu_ms.AuthenticAMD.15 group=sys \ file path=kernel/kmdb/$(ARCH64)/crypto group=sys mode=0555 file path=kernel/kmdb/$(ARCH64)/genunix group=sys mode=0555 file path=kernel/kmdb/$(ARCH64)/hook group=sys mode=0555 +$(i386_ONLY)file path=kernel/kmdb/$(ARCH64)/i40e group=sys mode=0555 $(sparc_ONLY)file path=kernel/kmdb/$(ARCH64)/intr group=sys mode=0555 file path=kernel/kmdb/$(ARCH64)/ip group=sys mode=0555 file path=kernel/kmdb/$(ARCH64)/ipc group=sys mode=0555 @@ -136,6 +137,7 @@ $(i386_ONLY)file path=kernel/kmdb/cpu_ms.AuthenticAMD.15 group=sys mode=0555 $(i386_ONLY)file path=kernel/kmdb/crypto group=sys mode=0555 $(i386_ONLY)file path=kernel/kmdb/genunix group=sys mode=0555 $(i386_ONLY)file path=kernel/kmdb/hook group=sys mode=0555 +$(i386_ONLY)file path=kernel/kmdb/i40e group=sys mode=0555 $(i386_ONLY)file path=kernel/kmdb/ip group=sys mode=0555 $(i386_ONLY)file path=kernel/kmdb/ipc group=sys mode=0555 $(i386_ONLY)file path=kernel/kmdb/ipp group=sys mode=0555 @@ -216,6 +218,7 @@ $(i386_ONLY)file path=usr/lib/mdb/kvm/$(ARCH64)/cpu_ms.AuthenticAMD.15.so \ file path=usr/lib/mdb/kvm/$(ARCH64)/crypto.so group=sys mode=0555 file path=usr/lib/mdb/kvm/$(ARCH64)/genunix.so group=sys mode=0555 file path=usr/lib/mdb/kvm/$(ARCH64)/hook.so group=sys mode=0555 +$(i386_ONLY)file path=usr/lib/mdb/kvm/$(ARCH64)/i40e.so group=sys mode=0555 $(sparc_ONLY)file path=usr/lib/mdb/kvm/$(ARCH64)/intr.so group=sys mode=0555 file path=usr/lib/mdb/kvm/$(ARCH64)/ip.so group=sys mode=0555 file path=usr/lib/mdb/kvm/$(ARCH64)/ipc.so group=sys mode=0555 @@ -256,6 +259,7 @@ $(i386_ONLY)file path=usr/lib/mdb/kvm/cpu_ms.AuthenticAMD.15.so group=sys \ $(i386_ONLY)file path=usr/lib/mdb/kvm/crypto.so group=sys mode=0555 $(i386_ONLY)file path=usr/lib/mdb/kvm/genunix.so group=sys mode=0555 $(i386_ONLY)file path=usr/lib/mdb/kvm/hook.so group=sys mode=0555 +$(i386_ONLY)file path=usr/lib/mdb/kvm/i40e.so group=sys mode=0555 $(i386_ONLY)file path=usr/lib/mdb/kvm/ip.so group=sys mode=0555 $(i386_ONLY)file path=usr/lib/mdb/kvm/ipc.so group=sys mode=0555 $(i386_ONLY)file path=usr/lib/mdb/kvm/ipp.so group=sys mode=0555 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 |