10Sstevel@tonic-gate# 20Sstevel@tonic-gate# CDDL HEADER START 30Sstevel@tonic-gate# 40Sstevel@tonic-gate# The contents of this file are subject to the terms of the 56777Sjw149990# Common Development and Distribution License (the "License"). 66777Sjw149990# You may not use this file except in compliance with the License. 70Sstevel@tonic-gate# 80Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 90Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 100Sstevel@tonic-gate# See the License for the specific language governing permissions 110Sstevel@tonic-gate# and limitations under the License. 120Sstevel@tonic-gate# 130Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 140Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 150Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 160Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 170Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 180Sstevel@tonic-gate# 190Sstevel@tonic-gate# CDDL HEADER END 200Sstevel@tonic-gate# 216777Sjw149990 220Sstevel@tonic-gate# 23*12660SJerry.Gilliam@Sun.COM# Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved. 246777Sjw149990# 250Sstevel@tonic-gate 260Sstevel@tonic-gatename="sd" class="scsi" target=0 lun=0; 270Sstevel@tonic-gatename="sd" class="scsi" target=1 lun=0; 280Sstevel@tonic-gatename="sd" class="scsi" target=2 lun=0; 290Sstevel@tonic-gatename="sd" class="scsi" target=3 lun=0; 300Sstevel@tonic-gatename="sd" class="scsi" target=4 lun=0; 310Sstevel@tonic-gatename="sd" class="scsi" target=5 lun=0; 320Sstevel@tonic-gatename="sd" class="scsi" target=6 lun=0; 330Sstevel@tonic-gatename="sd" class="scsi" target=7 lun=0; 340Sstevel@tonic-gatename="sd" class="scsi" target=8 lun=0; 350Sstevel@tonic-gatename="sd" class="scsi" target=9 lun=0; 360Sstevel@tonic-gatename="sd" class="scsi" target=10 lun=0; 370Sstevel@tonic-gatename="sd" class="scsi" target=11 lun=0; 380Sstevel@tonic-gatename="sd" class="scsi" target=12 lun=0; 390Sstevel@tonic-gatename="sd" class="scsi" target=13 lun=0; 400Sstevel@tonic-gatename="sd" class="scsi" target=14 lun=0; 410Sstevel@tonic-gatename="sd" class="scsi" target=15 lun=0; 426143Sprasad 436777Sjw149990# 446777Sjw149990# The following stub node is needed for pathological bottom-up 456777Sjw149990# devid resolution on a self-identifying transport. 466777Sjw149990# 476777Sjw149990name="sd" class="scsi-self-identifying"; 48*12660SJerry.Gilliam@Sun.COM 49*12660SJerry.Gilliam@Sun.COM# 50*12660SJerry.Gilliam@Sun.COM# Associate the driver with devid resolution. 51*12660SJerry.Gilliam@Sun.COM# 52*12660SJerry.Gilliam@Sun.COMddi-devid-registrant=1; 53