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 2016 Garrett D'Amore <garrett@damore.org> 14# 15# Note: The driver has untested support for the following 16# PCI IDs. Once the tests are complete (and assuming no problems 17# are found), they can be added: 18# 19# pci1924,1903 - SFC9120 Virtual Function 20# pci1924,1923 - SFC9140 Virtual Function 21# pci1924,913 - Medford (PF, Uninitialized) 22# pci1924,a03 - SFC9240 23# pci1924,1a03 - SFC9240 Virtual Function 24 25<include global_zone_only_component> 26set name=pkg.fmri value=pkg:/driver/network/sfxge@$(PKGVERS) 27set name=pkg.summary value="Solarflare Ethernet Driver" 28set name=pkg.description value="Solarflare Ethernet Network Adapter Driver" 29set name=info.classification \ 30 value=org.opensolaris.category.2008:Drivers/Networking 31# 32# The driver should work on SPARC if anyone wants to add the Makefile 33# support and test it, but you need a PCIe based SPARC. For now just 34# don't deliver it until someone shows up to do this. 35# 36set name=variant.arch value=i386 37dir path=kernel group=sys 38dir path=kernel/drv group=sys 39dir path=kernel/drv/$(ARCH64) group=sys 40file path=kernel/drv/$(ARCH64)/sfxge group=sys 41dir path=usr/share/man 42dir path=usr/share/man/man4d 43file path=usr/share/man/man4d/sfxge.4d 44driver name=sfxge perms="* 0666 root sys" clone_perms="sfxge 0666 root sys" \ 45 alias=pci1924,803 \ 46 alias=pci1924,810 \ 47 alias=pci1924,813 \ 48 alias=pci1924,901 \ 49 alias=pci1924,903 \ 50 alias=pci1924,923 51license usr/src/uts/common/io/sfxge/THIRDPARTYLICENSE \ 52 license=usr/src/uts/common/io/sfxge/THIRDPARTYLICENSE 53