summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-09-13 13:26:40 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-09-13 13:26:40 +0000
commit4eef650080d9b8f29430c67e8bfb02019d822601 (patch)
tree3e0d54cf78dc3e69b21e2bffd7323cc3eeda218a /sys/dev
parent6803a50f4d2450880df0c8b68e0bcdd2c71549f8 (diff)
ATI SB700 can be handled in ahci mode like SB600. suggested by
and ok kettenis@
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/ahci.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/ahci.c b/sys/dev/pci/ahci.c
index 2837be99d12..fd4f2459dfd 100644
--- a/sys/dev/pci/ahci.c
+++ b/sys/dev/pci/ahci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ahci.c,v 1.147 2009/02/16 21:19:07 miod Exp $ */
+/* $OpenBSD: ahci.c,v 1.148 2009/09/13 13:26:39 matthieu Exp $ */
/*
* Copyright (c) 2006 David Gwynne <dlg@openbsd.org>
@@ -431,6 +431,8 @@ static const struct ahci_device ahci_devices[] = {
ahci_no_match, ahci_vt8251_attach },
{ PCI_VENDOR_ATI, PCI_PRODUCT_ATI_SB600_SATA,
NULL, ahci_ati_sb600_attach },
+ { PCI_VENDOR_ATI, PCI_PRODUCT_ATI_SBX00_SATA_1,
+ NULL, ahci_ati_sb600_attach },
{ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_MCP65_AHCI_2,
NULL, ahci_nvidia_mcp_attach },
{ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_MCP67_AHCI_1,