diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-02-18 09:49:05 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-02-18 09:49:05 +0000 |
commit | e1af13aabdc1ea99f3edb6055f26104ec2c004a5 (patch) | |
tree | 373136d465282478f6dee35c9dffe3508f28e8c1 /sys | |
parent | 5d9b867f530aecce959b735231e205611df099f3 (diff) |
Yet another wonna-be-raid device.
Reported by Dmitry S. Popov <D.S.Popov@inp.nsk.su>.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pciide.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |