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
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.
13 # Copyright 2016 Garrett D'Amore <garrett@damore.org>
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:
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
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
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.
36 set name=variant.arch value=i386
37 dir path=kernel group=sys
38 dir path=kernel/drv group=sys
39 dir path=kernel/drv/$(ARCH64) group=sys
40 dir path=usr/share/man
41 dir path=usr/share/man/man7d
42 driver name=sfxge clone_perms="sfxge 0666 root sys" perms="* 0666 root sys" \
49 file path=kernel/drv/$(ARCH64)/sfxge group=sys
50 $(i386_ONLY)file path=kernel/drv/sfxge group=sys
51 file path=usr/share/man/man7d/sfxge.7d
52 license usr/src/uts/common/io/sfxge/THIRDPARTYLICENSE \
53 license=usr/src/uts/common/io/sfxge/THIRDPARTYLICENSE