1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2016 Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
#
#
# The default for payload-bearing actions in this package is to appear in the
# global zone only. See the include file for greater detail, as well as
# information about overriding the defaults.
#
<include global_zone_only_component>
set name=pkg.fmri value=pkg:/driver/network/iwn@$(PKGVERS)
set name=pkg.summary \
value="Intel(R) WiFi Link 4965 and 100/1000/2000/5000/6000 series driver"
set name=pkg.description \
value="Intel(R) WiFi Link 4965 and 100/1000/2000/5000/6000 series driver"
set name=info.classification \
value=org.opensolaris.category.2008:Drivers/Networking
set name=variant.arch value=i386
dir path=kernel group=sys
dir path=kernel/drv group=sys
dir path=kernel/drv/$(ARCH64) group=sys
file path=kernel/drv/$(ARCH64)/iwn group=sys
dir path=kernel/firmware group=sys
dir path=kernel/firmware/iwn group=sys
file path=kernel/firmware/iwn/iwlwifi-100-5.ucode
file path=kernel/firmware/iwn/iwlwifi-1000-3.ucode
file path=kernel/firmware/iwn/iwlwifi-105-6.ucode
file path=kernel/firmware/iwn/iwlwifi-135-6.ucode
file path=kernel/firmware/iwn/iwlwifi-2000-6.ucode
file path=kernel/firmware/iwn/iwlwifi-2030-6.ucode
file path=kernel/firmware/iwn/iwlwifi-4965-2.ucode
file path=kernel/firmware/iwn/iwlwifi-5000-2.ucode
file path=kernel/firmware/iwn/iwlwifi-5150-2.ucode
file path=kernel/firmware/iwn/iwlwifi-6000-4.ucode
file path=kernel/firmware/iwn/iwlwifi-6000g2a-6.ucode
file path=kernel/firmware/iwn/iwlwifi-6000g2b-6.ucode
file path=kernel/firmware/iwn/iwlwifi-6050-5.ucode
dir path=usr/share/man
dir path=usr/share/man/man4d
file path=usr/share/man/man4d/iwn.4d
driver name=iwn perms="* 0666 root sys" clone_perms="iwn 0666 root sys" \
alias=pciex8086,82 \
alias=pciex8086,83 \
alias=pciex8086,84 \
alias=pciex8086,85 \
alias=pciex8086,87 \
alias=pciex8086,89 \
alias=pciex8086,8a \
alias=pciex8086,8b \
alias=pciex8086,8d \
alias=pciex8086,8e \
alias=pciex8086,90 \
alias=pciex8086,91 \
alias=pciex8086,887 \
alias=pciex8086,888 \
alias=pciex8086,88e \
alias=pciex8086,88f \
alias=pciex8086,890 \
alias=pciex8086,891 \
alias=pciex8086,892 \
alias=pciex8086,893 \
alias=pciex8086,894 \
alias=pciex8086,895 \
alias=pciex8086,896 \
alias=pciex8086,897 \
alias=pciex8086,8ae \
alias=pciex8086,8af \
alias=pciex8086,422b \
alias=pciex8086,422c \
alias=pciex8086,4236 \
alias=pciex8086,4238 \
alias=pciex8086,4239
license lic_CDDL license=lic_CDDL
license usr/src/uts/common/io/iwn/THIRDPARTYLICENSE \
license=usr/src/uts/common/io/iwn/THIRDPARTYLICENSE
license usr/src/uts/common/io/iwn/fw-iw/THIRDPARTYLICENSE \
license=usr/src/uts/common/io/iwn/fw-iw/THIRDPARTYLICENSE
|