From c3319ccbef2a235ac703b838a45f93ebff9a0e78 Mon Sep 17 00:00:00 2001 From: Jasper Lievisse Adriaanse Date: Sat, 5 Jan 2013 08:27:49 +0000 Subject: - add some intel 7 series sata ids. ok jsg@ --- sys/dev/pci/pciide.c | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c index 45f112c53ea..cba8214238b 100644 --- a/sys/dev/pci/pciide.c +++ b/sys/dev/pci/pciide.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide.c,v 1.340 2012/10/08 21:47:50 deraadt Exp $ */ +/* $OpenBSD: pciide.c,v 1.341 2013/01/05 08:27:48 jasper Exp $ */ /* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */ /* @@ -569,6 +569,18 @@ const struct pciide_product_desc pciide_intel_products[] = { 0, piixsata_chip_map }, + { PCI_PRODUCT_INTEL_7SERIES_SATA_1, /* Intel 7 Series SATA */ + 0, + piixsata_chip_map + }, + { PCI_PRODUCT_INTEL_7SERIES_SATA_2, /* Intel 7 Series SATA */ + 0, + piixsata_chip_map + }, + { PCI_PRODUCT_INTEL_7SERIES_SATA_3, /* Intel 7 Series SATA */ + 0, + piixsata_chip_map + }, { PCI_PRODUCT_INTEL_EP80579_SATA, /* Intel EP80579 SATA */ 0, piixsata_chip_map -- cgit v1.2.3