Print this page
NEX-17462 add variant mr_sas to switch between illumos/avago versions
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Dan Fields <dan.fields@nexenta.com>
NEX-4578 Need entries in /etc/driver_aliases to support bnxe and mr_sas drivers
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
re #13556, rb4474 LSI Skinny MegaRAID support for mr_sas(7D)
re #11944 rb3746 need workaround for QEMU bug that induces bad e1000g checksums
re #11242 rb3560 LSI 2208 and 3108 support for mr_sas
| Split |
Close |
| Expand all |
| Collapse all |
--- old/usr/src/pkg/manifests/driver-storage-mr_sas.mf
+++ new/usr/src/pkg/manifests/driver-storage-mr_sas.mf
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 15 # If applicable, add the following below this CDDL HEADER, with the
16 16 # fields enclosed by brackets "[]" replaced with your own identifying
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20 #
21 21
22 22 #
23 23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24 24 # Copyright 2013 Nexenta Systems, Inc. All rights reserved.
25 25 # Copyright 2015 Garrett D'Amore <garrett@damore.org>
26 26 # Copyright 2017 Citrus IT Limited. All rights reserved.
27 27 #
28 28
29 29 #
30 30 # The default for payload-bearing actions in this package is to appear in the
|
↓ open down ↓ |
30 lines elided |
↑ open up ↑ |
31 31 # global zone only. See the include file for greater detail, as well as
32 32 # information about overriding the defaults.
33 33 #
34 34 <include global_zone_only_component>
35 35 set name=pkg.fmri value=pkg:/driver/storage/mr_sas@$(PKGVERS)
36 36 set name=pkg.description value="LSI MegaRAID SAS2.0 Controller HBA Driver"
37 37 set name=pkg.summary value="LSI MegaRAID SAS2.0 HBA Driver"
38 38 set name=info.classification \
39 39 value=org.opensolaris.category.2008:Drivers/Storage
40 40 set name=variant.arch value=$(ARCH)
41 +set name=variant.mr_sas value=illumos
41 42 dir path=kernel group=sys
42 43 dir path=kernel/drv group=sys
43 44 dir path=kernel/drv/$(ARCH64) group=sys
44 45 dir path=usr/share/man
45 46 dir path=usr/share/man/man7d
46 47 $(sparc_ONLY)driver name=mr_sas class=scsi-self-identifying \
47 48 alias=pci1000,78 \
48 49 alias=pci1000,79 \
49 50 alias=pciex1000,52 \
50 51 alias=pciex1000,53 \
51 52 alias=pciex1000,5b \
52 53 alias=pciex1000,5d \
53 54 alias=pciex1000,5f \
54 55 alias=pciex1000,71 \
55 56 alias=pciex1000,73 \
56 57 alias=pciex1000,78 \
57 58 alias=pciex1000,79 \
58 59 alias=pciex1000,ce \
59 60 alias=pciex1000,cf
60 61 $(i386_ONLY)driver name=mr_sas class=scsi-self-identifying \
61 62 alias=pciex1000,52 \
62 63 alias=pciex1000,53 \
63 64 alias=pciex1000,5b \
64 65 alias=pciex1000,5d \
65 66 alias=pciex1000,5f \
66 67 alias=pciex1000,71 \
67 68 alias=pciex1000,73 \
68 69 alias=pciex1000,78 \
69 70 alias=pciex1000,79 \
70 71 alias=pciex1000,ce \
71 72 alias=pciex1000,cf
72 73 file path=kernel/drv/$(ARCH64)/mr_sas group=sys
73 74 file path=kernel/drv/mr_sas.conf group=sys
74 75 file path=usr/share/man/man7d/mr_sas.7d
75 76 legacy pkg=SUNWmrsas desc="LSI MegaRAID SAS2.0 Controller HBA Driver" \
76 77 name="LSI MegaRAID SAS2.0 HBA Driver"
77 78 license cr_Sun license=cr_Sun
78 79 license usr/src/uts/common/io/mr_sas/THIRDPARTYLICENSE \
79 80 license=usr/src/uts/common/io/mr_sas/THIRDPARTYLICENSE
|
↓ open down ↓ |
29 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX