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> 26 set name=pkg.fmri value=pkg:/driver/network/sfxge@$(PKGVERS) 27 set name=pkg.description value="Solarflare Ethernet Network Adapter Driver" 28 set name=pkg.summary value="Solarflare Ethernet Driver" 29 set name=info.classification \ 30 value=org.opensolaris.category.2008:Drivers/Networking 31 set name=variant.arch value=$(ARCH) 32 dir path=kernel group=sys 33 dir path=kernel/drv group=sys 34 dir path=kernel/drv/$(ARCH64) group=sys 35 dir path=usr/share/man 36 dir path=usr/share/man/man7d 37 driver name=sfxge clone_perms="sfxge 0666 root sys" perms="* 0666 root sys" \ 38 alias=pci1924,803 \ 39 alias=pci1924,810 \ 40 alias=pci1924,813 \ 41 alias=pci1924,901 \ 42 alias=pci1924,903 \ 43 alias=pci1924,923 44 file path=kernel/drv/$(ARCH64)/sfxge group=sys 45 $(i386_ONLY)file path=kernel/drv/sfxge group=sys 46 file path=usr/share/man/man7d/sfxge.7d 47 license usr/src/uts/common/io/sfxge/THIRDPARTYLICENSE \ 48 license=usr/src/uts/common/io/sfxge/THIRDPARTYLICENSE