The problem is in 

   460          if (subclass & PCI_MASS_RAID) {
    461                         cmn_err(CE_WARN,
    462                             "attach failed: RAID mode not supported");
    463                         break;
    464                 }
    465 

Code bit - it assumes incorrectly that a device that are SATA RAID able are 
also SATA enabled and hence the problem occurs. Essentially the "break" 
statement is incorrect. It seems like there are a test missing. The controller 
are always RAID capable  even when there no disks assigned to the RAID. Compare 
with FreeBSD as an example.
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to