From 3ba7d7416274ba1a0db036e91103b4d88340ae04 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sat, 24 Jun 2006 10:11:04 +0000 Subject: Somehow managed to miss including the part of Henrik's diff where we actually match the PCI ID of the 40518 controller. Pointed out by Henrik Flodell. --- sys/dev/pci/pciide.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/dev/pci/pciide.c') diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c index 4ed9b1550a3..04a75dc8259 100644 --- a/sys/dev/pci/pciide.c +++ b/sys/dev/pci/pciide.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide.c,v 1.240 2006/06/24 07:51:30 jsg Exp $ */ +/* $OpenBSD: pciide.c,v 1.241 2006/06/24 10:11:03 jsg Exp $ */ /* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */ /* @@ -714,6 +714,10 @@ const struct pciide_product_desc pciide_promise_products[] = { IDE_PCI_CLASS_OVERRIDE, pdcsata_chip_map, }, + { PCI_PRODUCT_PROMISE_PDC40518, + IDE_PCI_CLASS_OVERRIDE, + pdcsata_chip_map, + }, { PCI_PRODUCT_PROMISE_PDC40718, IDE_PCI_CLASS_OVERRIDE, pdcsata_chip_map, -- cgit v1.2.3