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 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
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/iwn@$(PKGVERS)
23set name=pkg.summary \
24    value="Intel(R) WiFi Link 4965 and 100/1000/2000/5000/6000 series driver"
25set name=pkg.description \
26    value="Intel(R) WiFi Link 4965 and 100/1000/2000/5000/6000 series driver"
27set name=info.classification \
28    value=org.opensolaris.category.2008:Drivers/Networking
29set name=variant.arch value=i386
30dir  path=kernel group=sys
31dir  path=kernel/drv group=sys
32dir  path=kernel/drv/$(ARCH64) group=sys
33file path=kernel/drv/$(ARCH64)/iwn group=sys
34dir  path=kernel/firmware group=sys
35dir  path=kernel/firmware/iwn group=sys
36file path=kernel/firmware/iwn/iwlwifi-100-5.ucode
37file path=kernel/firmware/iwn/iwlwifi-1000-3.ucode
38file path=kernel/firmware/iwn/iwlwifi-105-6.ucode
39file path=kernel/firmware/iwn/iwlwifi-135-6.ucode
40file path=kernel/firmware/iwn/iwlwifi-2000-6.ucode
41file path=kernel/firmware/iwn/iwlwifi-2030-6.ucode
42file path=kernel/firmware/iwn/iwlwifi-4965-2.ucode
43file path=kernel/firmware/iwn/iwlwifi-5000-2.ucode
44file path=kernel/firmware/iwn/iwlwifi-5150-2.ucode
45file path=kernel/firmware/iwn/iwlwifi-6000-4.ucode
46file path=kernel/firmware/iwn/iwlwifi-6000g2a-6.ucode
47file path=kernel/firmware/iwn/iwlwifi-6000g2b-6.ucode
48file path=kernel/firmware/iwn/iwlwifi-6050-5.ucode
49dir  path=usr/share/man
50dir  path=usr/share/man/man4d
51file path=usr/share/man/man4d/iwn.4d
52driver name=iwn perms="* 0666 root sys" clone_perms="iwn 0666 root sys" \
53    alias=pciex8086,82 \
54    alias=pciex8086,83 \
55    alias=pciex8086,84 \
56    alias=pciex8086,85 \
57    alias=pciex8086,87 \
58    alias=pciex8086,89 \
59    alias=pciex8086,8a \
60    alias=pciex8086,8b \
61    alias=pciex8086,8d \
62    alias=pciex8086,8e \
63    alias=pciex8086,90 \
64    alias=pciex8086,91 \
65    alias=pciex8086,887 \
66    alias=pciex8086,888 \
67    alias=pciex8086,88e \
68    alias=pciex8086,88f \
69    alias=pciex8086,890 \
70    alias=pciex8086,891 \
71    alias=pciex8086,892 \
72    alias=pciex8086,893 \
73    alias=pciex8086,894 \
74    alias=pciex8086,895 \
75    alias=pciex8086,896 \
76    alias=pciex8086,897 \
77    alias=pciex8086,8ae \
78    alias=pciex8086,8af \
79    alias=pciex8086,422b \
80    alias=pciex8086,422c \
81    alias=pciex8086,4236 \
82    alias=pciex8086,4238 \
83    alias=pciex8086,4239
84license lic_CDDL license=lic_CDDL
85license usr/src/uts/common/io/iwn/THIRDPARTYLICENSE \
86    license=usr/src/uts/common/io/iwn/THIRDPARTYLICENSE
87license usr/src/uts/common/io/iwn/fw-iw/THIRDPARTYLICENSE \
88    license=usr/src/uts/common/io/iwn/fw-iw/THIRDPARTYLICENSE
89