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 2024 Oxide Computer Company
14#
15
16#
17# The default for payload-bearing actions in this package is to appear in the
18# global zone only.  See the include file for greater detail, as well as
19# information about overriding the defaults.
20#
21<include global_zone_only_component>
22set name=pkg.fmri value=pkg:/driver/network/igc@$(PKGVERS)
23set name=pkg.summary value="Intel I225/226 Ethernet Driver"
24set name=pkg.description value="Intel I225/226 Ethernet Driver"
25set name=info.classification \
26    value=org.opensolaris.category.2008:Drivers/Networking
27dir  path=kernel group=sys
28dir  path=kernel/drv group=sys
29dir  path=kernel/drv/$(ARCH64) group=sys
30file path=kernel/drv/$(ARCH64)/igc group=sys
31dir  path=usr/share/man
32dir  path=usr/share/man/man4d
33file path=usr/share/man/man4d/igc.4d
34driver name=igc \
35    alias=pciex8086,d9f \
36    alias=pciex8086,125b \
37    alias=pciex8086,125c \
38    alias=pciex8086,125d \
39    alias=pciex8086,125e \
40    alias=pciex8086,125f \
41    alias=pciex8086,15f2 \
42    alias=pciex8086,15f3 \
43    alias=pciex8086,15f7 \
44    alias=pciex8086,15f8 \
45    alias=pciex8086,15fd \
46    alias=pciex8086,3100 \
47    alias=pciex8086,3101 \
48    alias=pciex8086,3102 \
49    alias=pciex8086,5502 \
50    alias=pciex8086,5503
51license lic_CDDL license=lic_CDDL
52license usr/src/uts/common/io/igc/core/THIRDPARTYLICENSE \
53    license=usr/src/uts/common/io/igc/core/THIRDPARTYLICENSE
54