summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2009-12-28 01:36:12 +0000
committerkrw <krw@openbsd.org>2009-12-28 01:36:12 +0000
commit09402ec73aab2473c902a7094c324ba780748930 (patch)
tree2753f8ddbcf806f0ee92f159251d799d33b3d726
parenttweak forward dep "almost ready" code and activate loop checker. (diff)
downloadwireguard-openbsd-09402ec73aab2473c902a7094c324ba780748930.tar.xz
wireguard-openbsd-09402ec73aab2473c902a7094c324ba780748930.zip
Add MCP73_AHCI_5 to list of devices started in that special NVidia
way. Fixes ahci on my Acer Aspire AX1800-E9102. Clue from jsg@, ok deraadt@.
-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 ca999cc681a..59af9fd8999 100644
--- a/sys/dev/pci/ahci.c
+++ b/sys/dev/pci/ahci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ahci.c,v 1.155 2009/12/08 08:41:59 dlg Exp $ */
+/* $OpenBSD: ahci.c,v 1.156 2009/12/28 01:36:12 krw Exp $ */
/*
* Copyright (c) 2006 David Gwynne <dlg@openbsd.org>
@@ -447,6 +447,8 @@ static const struct ahci_device ahci_devices[] = {
NULL, ahci_nvidia_mcp_attach },
{ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_MCP67_AHCI_1,
NULL, ahci_nvidia_mcp_attach },
+ { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_MCP73_AHCI_5,
+ NULL, ahci_nvidia_mcp_attach },
{ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_MCP73_AHCI_9,
NULL, ahci_nvidia_mcp_attach },
{ PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_MCP77_AHCI_5,