xref: /illumos-gate/usr/src/uts/sun/io/scsi/targets/sd.conf (revision 581cede61ac9c14d8d4ea452562a567189eead78)
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 2008 Sun Microsystems, Inc.  All rights reserved.
24# Use is subject to license terms.
25#
26#ident	"%Z%%M%	%I%	%E% SMI"
27#
28
29name="sd" class="scsi" class_prop="atapi"
30	target=0 lun=0;
31
32name="sd" class="scsi" class_prop="atapi"
33	target=1 lun=0;
34
35name="sd" class="scsi" class_prop="atapi"
36	target=2 lun=0;
37
38name="sd" class="scsi" class_prop="atapi"
39	target=3 lun=0;
40
41name="sd" class="scsi"
42	target=4 lun=0;
43
44name="sd" class="scsi"
45	target=5 lun=0;
46
47name="sd" class="scsi"
48	target=6 lun=0;
49
50name="sd" class="scsi"
51	target=8 lun=0;
52
53name="sd" class="scsi"
54	target=9 lun=0;
55
56name="sd" class="scsi"
57	target=10 lun=0;
58
59name="sd" class="scsi"
60	target=11 lun=0;
61
62name="sd" class="scsi"
63	target=12 lun=0;
64
65name="sd" class="scsi"
66	target=13 lun=0;
67
68name="sd" class="scsi"
69	target=14 lun=0;
70
71name="sd" class="scsi"
72	target=15 lun=0;
73
74#
75# Enable Target 7 for the mpt SCSI/SAS/SATA driver.  Target 7 has
76# traditionally been reserved for legacy SCSI HBAs, but SAS controllers
77# supported by the mpt driver do not use target 7 for that purpose.
78# Enabling Target 7 allows the use of 8 disks on those controllers.
79#
80name="sd" parent="mpt"
81	target=7 lun=0;
82#
83# The following stub node is needed for pathological bottom-up
84# devid resolution on a self-identifying transport.
85#
86name="sd" class="scsi-self-identifying";
87