149ef7e06SGarrett D'Amore#
249ef7e06SGarrett D'Amore# This file and its contents are supplied under the terms of the
349ef7e06SGarrett D'Amore# Common Development and Distribution License ("CDDL"), version 1.0.
449ef7e06SGarrett D'Amore# You may only use this file in accordance with the terms of version
549ef7e06SGarrett D'Amore# 1.0 of the CDDL.
649ef7e06SGarrett D'Amore#
749ef7e06SGarrett D'Amore# A full copy of the text of the CDDL should have accompanied this
849ef7e06SGarrett D'Amore# source.  A copy of the CDDL is also available via the Internet at
949ef7e06SGarrett D'Amore# http://www.illumos.org/license/CDDL.
1049ef7e06SGarrett D'Amore#
1149ef7e06SGarrett D'Amore
1249ef7e06SGarrett D'Amore#
1349ef7e06SGarrett D'Amore# Copyright 2016 Garrett D'Amore <garrett@damore.org>
1449ef7e06SGarrett D'Amore#
1549ef7e06SGarrett D'Amore# Note: The driver has untested support for the following
1649ef7e06SGarrett D'Amore# PCI IDs.  Once the tests are complete (and assuming no problems
1749ef7e06SGarrett D'Amore# are found), they can be added:
1849ef7e06SGarrett D'Amore#
1949ef7e06SGarrett D'Amore# pci1924,1903	- SFC9120 Virtual Function
2049ef7e06SGarrett D'Amore# pci1924,1923	- SFC9140 Virtual Function
2149ef7e06SGarrett D'Amore# pci1924,913	- Medford (PF, Uninitialized)
2249ef7e06SGarrett D'Amore# pci1924,a03	- SFC9240
2349ef7e06SGarrett D'Amore# pci1924,1a03	- SFC9240 Virtual Function
2449ef7e06SGarrett D'Amore
2549ef7e06SGarrett D'Amore<include global_zone_only_component>
2649ef7e06SGarrett D'Amoreset name=pkg.fmri value=pkg:/driver/network/sfxge@$(PKGVERS)
2749ef7e06SGarrett D'Amoreset name=pkg.summary value="Solarflare Ethernet Driver"
2886d41711SAndy Fiddamanset name=pkg.description value="Solarflare Ethernet Network Adapter Driver"
2949ef7e06SGarrett D'Amoreset name=info.classification \
3049ef7e06SGarrett D'Amore    value=org.opensolaris.category.2008:Drivers/Networking
3106cf6f10SGarrett D'Amore#
3206cf6f10SGarrett D'Amore# The driver should work on SPARC if anyone wants to add the Makefile
3306cf6f10SGarrett D'Amore# support and test it, but you need a PCIe based SPARC.  For now just
3406cf6f10SGarrett D'Amore# don't deliver it until someone shows up to do this.
3506cf6f10SGarrett D'Amore#
3606cf6f10SGarrett D'Amoreset name=variant.arch value=i386
3786d41711SAndy Fiddamandir  path=kernel group=sys
3886d41711SAndy Fiddamandir  path=kernel/drv group=sys
3986d41711SAndy Fiddamandir  path=kernel/drv/$(ARCH64) group=sys
4086d41711SAndy Fiddamanfile path=kernel/drv/$(ARCH64)/sfxge group=sys
4186d41711SAndy Fiddamandir  path=usr/share/man
42*bbf21555SRichard Lowedir  path=usr/share/man/man4d
43*bbf21555SRichard Lowefile path=usr/share/man/man4d/sfxge.4d
4486d41711SAndy Fiddamandriver name=sfxge perms="* 0666 root sys" clone_perms="sfxge 0666 root sys" \
4549ef7e06SGarrett D'Amore    alias=pci1924,803 \
4649ef7e06SGarrett D'Amore    alias=pci1924,810 \
4749ef7e06SGarrett D'Amore    alias=pci1924,813 \
4849ef7e06SGarrett D'Amore    alias=pci1924,901 \
4949ef7e06SGarrett D'Amore    alias=pci1924,903 \
5049ef7e06SGarrett D'Amore    alias=pci1924,923
5149ef7e06SGarrett D'Amorelicense usr/src/uts/common/io/sfxge/THIRDPARTYLICENSE \
5249ef7e06SGarrett D'Amore    license=usr/src/uts/common/io/sfxge/THIRDPARTYLICENSE
53