summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2006-03-27 20:33:39 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2006-03-27 20:33:39 +0000
commit3230637a5e9a0a42cbb090d8975d4436b23e190d (patch)
tree006853440d3d19d8ec45b047ad7cffc0dffbe08a /sys
parentcb1411140b67de466aec3f5d5cdd6220504b0647 (diff)
Add IDE_PCI_CLASS_OVERRIDE for ServerWorks K2 SATA.
ok grange@, jsg@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pciide.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c
index a15602d37f9..0aace7faf0f 100644
--- a/sys/dev/pci/pciide.c
+++ b/sys/dev/pci/pciide.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pciide.c,v 1.228 2006/03/27 09:59:26 jsg Exp $ */
+/* $OpenBSD: pciide.c,v 1.229 2006/03/27 20:33:38 kettenis Exp $ */
/* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */
/*
@@ -738,7 +738,7 @@ const struct pciide_product_desc pciide_serverworks_products[] = {
serverworks_chip_map,
},
{ PCI_PRODUCT_RCC_K2_SATA,
- 0,
+ IDE_PCI_CLASS_OVERRIDE,
svwsata_chip_map,
},
{ PCI_PRODUCT_RCC_FRODO4_SATA,