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