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 (c) 2013 by Chelsio Communications, Inc. All rights reserved. 14# 15 16<include global_zone_only_component> 17set name=pkg.fmri value=pkg:/driver/network/cxgbe@$(PKGVERS) 18set name=pkg.description \ 19 value="Chelsio Terminator 4 10 Gigabit Ethernet Adapter Driver" 20set name=pkg.summary value="Chelsio Terminator 4 10GE NIC Driver" 21set name=info.classification \ 22 value=org.opensolaris.category.2008:Drivers/Networking 23set name=variant.arch value=i386 24dir path=kernel group=sys 25dir path=kernel/drv group=sys 26dir path=kernel/drv/$(ARCH64) group=sys 27driver name=cxgbe alias=cxgbe clone_perms="cxgbe 0666 root sys" \ 28 perms="* 0666 root sys" 29driver name=t4nex clone_perms="t4nex 0666 root sys" \ 30 devlink=type=ddi_ctl:devctl;minor1=t4nex\tt4nex\M2 \ 31 perms="* 0666 root sys" \ 32 alias=pciex1425,4400 \ 33 alias=pciex1425,4401 \ 34 alias=pciex1425,4402 \ 35 alias=pciex1425,4403 \ 36 alias=pciex1425,4404 \ 37 alias=pciex1425,4405 \ 38 alias=pciex1425,4406 \ 39 alias=pciex1425,4407 \ 40 alias=pciex1425,4408 \ 41 alias=pciex1425,4409 \ 42 alias=pciex1425,440a \ 43 alias=pciex1425,440d \ 44 alias=pciex1425,440e 45file path=kernel/drv/$(ARCH64)/cxgbe group=sys 46file path=kernel/drv/$(ARCH64)/t4nex group=sys 47$(i386_ONLY)file path=kernel/drv/cxgbe group=sys 48$(i386_ONLY)file path=kernel/drv/t4nex group=sys 49license cr_Sun license=cr_Sun 50license lic_CDDL license=lic_CDDL 51