Print this page
re #10798 rb3177 Integrate vmxnet3s driver to nza-kernel
| Split |
Close |
| Expand all |
| Collapse all |
--- old/usr/src/pkg/manifests/driver-network-vmxnet3s.mf
+++ new/usr/src/pkg/manifests/driver-network-vmxnet3s.mf
1 1 #
2 2 # This file and its contents are supplied under the terms of the
|
↓ open down ↓ |
2 lines elided |
↑ open up ↑ |
3 3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 4 # You may only use this file in accordance with the terms of version
5 5 # 1.0 of the CDDL.
6 6 #
7 7 # A full copy of the text of the CDDL should have accompanied this
8 8 # source. A copy of the CDDL is also available via the Internet at
9 9 # http://www.illumos.org/license/CDDL.
10 10 #
11 11
12 12 #
13 +# Copyright 2012 Nexenta Systems, Inc. All rights reserved.
13 14 # Copyright (c) 2012 by Delphix. All rights reserved.
14 15 #
15 16
16 17 #
17 18 # The default for payload-bearing actions in this package is to appear in the
18 19 # global zone only. See the include file for greater detail, as well as
19 20 # information about overriding the defaults.
20 21 #
21 22 <include global_zone_only_component>
22 23 set name=pkg.fmri value=pkg:/driver/network/vmxnet3s@$(PKGVERS)
23 24 set name=pkg.description value="VMware paravirtualized NIC driver"
24 25 set name=pkg.summary value="VMware paravirtualized NIC driver"
|
↓ open down ↓ |
2 lines elided |
↑ open up ↑ |
25 26 set name=info.classification \
26 27 value=org.opensolaris.category.2008:Drivers/Networking
27 28 set name=variant.arch value=i386
28 29 dir path=kernel group=sys
29 30 dir path=kernel/drv group=sys
30 31 dir path=kernel/drv/$(ARCH64) group=sys
31 32 driver name=vmxnet3s alias=pci15ad,7b0 clone_perms="vmxnet3s 0666 root sys" \
32 33 perms="* 0666 root sys"
33 34 file path=kernel/drv/$(ARCH64)/vmxnet3s group=sys
34 35 file path=kernel/drv/vmxnet3s.conf group=sys
36 +file path=usr/share/man/man7d/vmxnet3s.7d
35 37 license lic_CDDL license=lic_CDDL
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX