From 4827a29c5ffa51b65e031bc118ce16306f983d66 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sat, 17 Oct 2009 00:49:06 +0000 Subject: Match on MCP77 SATA. From and tested by minusf@obiit.org --- sys/dev/pci/pciide.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c index 874d4c08ccc..d1f52f205e0 100644 --- a/sys/dev/pci/pciide.c +++ b/sys/dev/pci/pciide.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide.c,v 1.302 2009/10/13 22:05:13 jsg Exp $ */ +/* $OpenBSD: pciide.c,v 1.303 2009/10/17 00:49:05 jsg Exp $ */ /* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */ /* @@ -1082,6 +1082,10 @@ const struct pciide_product_desc pciide_nvidia_products[] = { 0, sata_chip_map }, + { PCI_PRODUCT_NVIDIA_MCP77_SATA_1, + 0, + sata_chip_map + }, { PCI_PRODUCT_NVIDIA_MCP79_SATA_1, 0, sata_chip_map -- cgit v1.2.3