xref: /illumos-gate/usr/src/uts/sun/io/scsi/targets/sd.conf (revision e82490700e19f1b8a2cef6102f4726144d281988)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
24#
25
26name="sd" class="scsi" class_prop="atapi"
27	target=0 lun=0;
28
29name="sd" class="scsi" class_prop="atapi"
30	target=1 lun=0;
31
32name="sd" class="scsi" class_prop="atapi"
33	target=2 lun=0;
34
35name="sd" class="scsi" class_prop="atapi"
36	target=3 lun=0;
37
38name="sd" class="scsi"
39	target=4 lun=0;
40
41name="sd" class="scsi"
42	target=5 lun=0;
43
44name="sd" class="scsi"
45	target=6 lun=0;
46
47name="sd" class="scsi"
48	target=8 lun=0;
49
50name="sd" class="scsi"
51	target=9 lun=0;
52
53name="sd" class="scsi"
54	target=10 lun=0;
55
56name="sd" class="scsi"
57	target=11 lun=0;
58
59name="sd" class="scsi"
60	target=12 lun=0;
61
62name="sd" class="scsi"
63	target=13 lun=0;
64
65name="sd" class="scsi"
66	target=14 lun=0;
67
68name="sd" class="scsi"
69	target=15 lun=0;
70
71#
72# Enable Target 7 for the mpt SCSI/SAS/SATA driver.  Target 7 has
73# traditionally been reserved for legacy SCSI HBAs, but SAS controllers
74# supported by the mpt driver do not use target 7 for that purpose.
75# Enabling Target 7 allows the use of 8 disks on those controllers.
76#
77name="sd" parent="mpt"
78	target=7 lun=0;
79#
80# The following stub node is needed for pathological bottom-up
81# devid resolution on a self-identifying transport.
82#
83name="sd" class="scsi-self-identifying";
84
85#
86# Associate the driver with devid resolution.
87#
88ddi-devid-registrant=1;
89