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 #
  77 name="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 #
  83 name="sd" class="scsi-self-identifying";
  84 
  85 #
  86 # Associate the driver with devid resolution.
  87 #
  88 ddi-devid-registrant=1;
  | 
 
 
  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 #
  77 name="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 #
  83 name="sd" class="scsi-self-identifying";
  84 
  85 #
  86 # Associate the driver with devid resolution.
  87 #
  88 ddi-devid-registrant=1;
  89 
  90 #
  91 # Force attach to avoid timing problems with deferred attach 
  92 # and tools like format(1M).
  93 #  
  94 ddi-forceattach=1;
  |