Hello,
> I have a system with an asrock a75m-itx motherboard and an amd a6-3500
> processor. I notice there is a 40 second delay after the 'ahci0 at pci0
> dev 17
> ...' line.
I have IBM's ThinkPad Edge E525, AMD A8-3500M based machine.
And I checked this diff fix that problem.
ok or comment?
----
Index: ahci.c
===================================================================
RCS file: /cvs/src/sys/dev/pci/ahci.c,v
retrieving revision 1.186
diff -u -p -r1.186 ahci.c
--- ahci.c 4 Feb 2012 21:44:54 -0000 1.186
+++ ahci.c 12 Apr 2012 13:30:27 -0000
@@ -462,6 +462,8 @@ int ahci_intel_attach(struct ahci_soft
static const struct ahci_device ahci_devices[] = {
{ PCI_VENDOR_AMD, PCI_PRODUCT_AMD_HUDSON2_SATA,
NULL, ahci_amd_hudson2_attach },
+ { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_HUDSON_AHCI_1,
+ NULL, ahci_ati_sb700_attach },
{ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_SB600_SATA,
NULL, ahci_ati_sb600_attach },
----
SASANO Takayoshi <[email protected], [email protected]>