summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2002-04-04 23:47:39 +0000
committerthorpej <thorpej@NetBSD.org>2002-04-04 23:47:39 +0000
commitd69bb1b3d97144f4d5504e50e4afd4701510b097 (patch)
tree8fd2c06f0899bf506c3917d4e1f674c7b38e5ffa /sys/dev
parentc8513a96b0ca240b4ecd7755644eee6736163e0d (diff)
Hm, Symphony/Winbond support doens't seem to work quite right
yet; disable it for now.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pciide.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c
index 53d17a96eba..51048d4a370 100644
--- a/sys/dev/pci/pciide.c
+++ b/sys/dev/pci/pciide.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pciide.c,v 1.146 2002/04/03 17:02:21 thorpej Exp $ */
+/* $NetBSD: pciide.c,v 1.147 2002/04/04 23:47:39 thorpej Exp $ */
/*
@@ -77,7 +77,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pciide.c,v 1.146 2002/04/03 17:02:21 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pciide.c,v 1.147 2002/04/04 23:47:39 thorpej Exp $");
#ifndef WDCDEBUG
#define WDCDEBUG
@@ -575,8 +575,10 @@ const struct pciide_vendor_desc pciide_vendors[] = {
#ifdef PCIIDE_SERVERWORKS_ENABLE
{ PCI_VENDOR_SERVERWORKS, pciide_serverworks_products },
#endif
+#ifdef PCIIDE_WINBOND_ENABLE
{ PCI_VENDOR_SYMPHONY, pciide_symphony_products },
{ PCI_VENDOR_WINBOND, pciide_winbond_products },
+#endif
{ 0, NULL }
};