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 2020 the University of Queensland
14# Author: Alex Wilson <alex@uq.edu.au>
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>
23set name=pkg.fmri value=pkg:/driver/network/mlxcx@$(PKGVERS)
24set name=pkg.summary value="Mellanox ConnectX-4/5/6 Ethernet Driver"
25set name=pkg.description value="Mellanox ConnectX-4/5/6 Ethernet Driver"
26set name=info.classification \
27    value=org.opensolaris.category.2008:Drivers/Networking
28set name=variant.arch value=i386
29dir  path=kernel group=sys
30dir  path=kernel/drv group=sys
31dir  path=kernel/drv/$(ARCH64) group=sys
32file path=kernel/drv/$(ARCH64)/mlxcx group=sys
33file path=kernel/drv/mlxcx.conf group=sys
34dir  path=usr/share/man
35dir  path=usr/share/man/man4d
36file path=usr/share/man/man4d/mlxcx.4d
37driver name=mlxcx \
38    alias=pciex15b3,1013 \
39    alias=pciex15b3,1014 \
40    alias=pciex15b3,1015 \
41    alias=pciex15b3,1016 \
42    alias=pciex15b3,1017 \
43    alias=pciex15b3,1018 \
44    alias=pciex15b3,1019 \
45    alias=pciex15b3,101a \
46    alias=pciex15b3,101b \
47    alias=pciex15b3,101c \
48    alias=pciex15b3,101d \
49    alias=pciex15b3,101e \
50    alias=pciex15b3,101f
51license cr_Sun license=cr_Sun
52license lic_CDDL license=lic_CDDL
53