diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-05 11:49:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-05 11:49:27 +0000 |
commit | 62c74e171455ecda2b09f3b6048dd00cf7457ef4 (patch) | |
tree | 4e6e4c6c688e2b1993e51469e09ac6cfa743fdb1 /sys | |
parent | b21d3efb7efc6e22b7a86475ca71f07505f8a485 (diff) |
nvidia MCP73 on acer aspire m1640; proger@uaoug.org.ua
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/ahci.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/ahci.c b/sys/dev/pci/ahci.c index fd4f2459dfd..8bbda5982d1 100644 --- a/sys/dev/pci/ahci.c +++ b/sys/dev/pci/ahci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ahci.c,v 1.148 2009/09/13 13:26:39 matthieu Exp $ */ +/* $OpenBSD: ahci.c,v 1.149 2009/10/05 11:49:26 deraadt Exp $ */ /* * Copyright (c) 2006 David Gwynne <dlg@openbsd.org> @@ -438,6 +438,8 @@ static const struct ahci_device ahci_devices[] = { { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_MCP67_AHCI_1, NULL, ahci_nvidia_mcp_attach }, { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_MCP77_AHCI_5, + NULL, ahci_nvidia_mcp_attach }, + { PCI_VENDOR_NVIDIA, PCI_PRODUCT_NVIDIA_MCP73_AHCI_9, NULL, ahci_nvidia_mcp_attach } }; |