Noel Milton Vega wrote:
> Definitely no RAID devices. I checked the BIOS thoroughly.
>
>
Well it looks like the driver disagrees with you, the relevant lines
form nv_sata.c are:
457 subclass = pci_config_get8(pci_conf_handle, PCI_CONF_SUBCLASS);
458
459 if (subclass & PCI_MASS_RAID) {
460 cmn_err(CE_WARN,
461 "attach failed: RAID mode not supported");
462 break;
463 }
So your PCI device appears to be identifying its self as a RAID controller.
Ian
_______________________________________________
opensolaris-help mailing list
[email protected]