From ff1803867a2644f9b3a317aca62a3557ea28773c Mon Sep 17 00:00:00 2001 From: sasano Date: Fri, 13 Apr 2012 11:33:13 +0000 Subject: Fix waiting problem at boot on AMD Hudson's AHCI. Ok by mikeb@ and deraadt@ --- sys/dev/pci/ahci.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/dev/pci/ahci.c b/sys/dev/pci/ahci.c index 774e48aa99b..ef514aab902 100644 --- a/sys/dev/pci/ahci.c +++ b/sys/dev/pci/ahci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ahci.c,v 1.186 2012/02/04 21:44:54 krw Exp $ */ +/* $OpenBSD: ahci.c,v 1.187 2012/04/13 11:33:12 sasano Exp $ */ /* * Copyright (c) 2006 David Gwynne @@ -462,6 +462,8 @@ int ahci_intel_attach(struct ahci_softc *, 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 }, -- cgit v1.2.3