On 2010-03-11, a b <[email protected]> wrote:
> Snapshot results.....
thanks, Brad points out that this device id needs adding to the
ahci driver:
..
> "Intel 82801JI RAID" rev 0x00 at pci0
> dev 31 function 2 not configured
..
Index: ahci.c
===================================================================
RCS file: /cvs/src/sys/dev/pci/ahci.c,v
retrieving revision 1.158
diff -u -p -r1.158 ahci.c
--- ahci.c 21 Jan 2010 10:16:44 -0000 1.158
+++ ahci.c 11 Mar 2010 08:35:29 -0000
@@ -442,6 +442,8 @@ static const struct ahci_device ahci_dev
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801H_RAID,
NULL, NULL },
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801JI_RAID,
+ NULL, NULL },
{ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_MCP65_AHCI_2,
NULL, ahci_nvidia_mcp_attach },
I'll get you some install media built to test.