From e1af13aabdc1ea99f3edb6055f26104ec2c004a5 Mon Sep 17 00:00:00 2001 From: Alexander Yurchenko Date: Wed, 18 Feb 2004 09:49:05 +0000 Subject: Yet another wonna-be-raid device. Reported by Dmitry S. Popov . --- sys/dev/pci/pciide.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c index a43ca1e7f69..6aef5da366f 100644 --- a/sys/dev/pci/pciide.c +++ b/sys/dev/pci/pciide.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide.c,v 1.161 2004/02/07 19:27:24 grange Exp $ */ +/* $OpenBSD: pciide.c,v 1.162 2004/02/18 09:49:04 grange Exp $ */ /* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */ /* @@ -380,7 +380,7 @@ const struct pciide_product_desc pciide_intel_products[] = { piix_chip_map }, { PCI_PRODUCT_INTEL_82801ER_SATA, /* Intel 82801ER (ICH5R) SATA */ - 0, + IDE_PCI_CLASS_OVERRIDE, piix_chip_map }, #ifdef notyet -- cgit v1.2.3