diff options
author | Ryan Zezeski <ryan@zinascii.com> | 2020-08-25 00:52:37 -0600 |
---|---|---|
committer | Dan McDonald <danmcd@joyent.com> | 2021-11-23 13:18:50 -0500 |
commit | 6f443ebc1fb4fec01d6e8fa8ca4648182ed215bb (patch) | |
tree | 5c4551c6d6caaaf138fe369af872c3fc31d02c8a /usr/src/pkg | |
parent | a28480febf31f0e61debac062a55216a98a05a92 (diff) | |
download | illumos-joyent-6f443ebc1fb4fec01d6e8fa8ca4648182ed215bb.tar.gz |
13689 Want AWS ENA driver
Reviewed by: Robert Mustacchi <rm@fingolfin.org>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/pkg')
-rw-r--r-- | usr/src/pkg/manifests/driver-network-ena.p5m | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/driver-network-ena.p5m b/usr/src/pkg/manifests/driver-network-ena.p5m new file mode 100644 index 0000000000..cd64e9c504 --- /dev/null +++ b/usr/src/pkg/manifests/driver-network-ena.p5m @@ -0,0 +1,36 @@ +# +# 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 2021 Oxide Computer Company +# + +<include global_zone_only_component> +set name=pkg.fmri value=pkg:/driver/network/ena@$(PKGVERS) +set name=pkg.summary value="AWS ENA Ethernet Driver" +set name=pkg.description value="AWS ENA 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 +file path=kernel/drv/$(ARCH64)/ena group=sys +file path=kernel/drv/ena.conf group=sys +dir path=usr/share/man +dir path=usr/share/man/man7d +file path=usr/share/man/man7d/ena.7d +driver name=ena perms="* 0666 root sys" clone_perms="ena 0666 root sys" \ + alias=pciex1d0f,ec2 \ + alias=pciex1d0f,1ec2 \ + alias=pciex1d0f,ec20 \ + alias=pciex1d0f,ec21 +license lic_CDDL license=lic_CDDL |