Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/pci Temporary disable C2000 PCU because the beh...
details: https://anonhg.NetBSD.org/src/rev/375cd7005381
branches: trunk
changeset: 325717:375cd7005381
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sat Jan 04 02:09:12 2014 +0000
description:
Temporary disable C2000 PCU because the behavior of the wdog is little strange.
diffstat:
sys/arch/x86/pci/ichlpcib.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (31 lines):
diff -r a848b55852fa -r 375cd7005381 sys/arch/x86/pci/ichlpcib.c
--- a/sys/arch/x86/pci/ichlpcib.c Sat Jan 04 01:33:11 2014 +0000
+++ b/sys/arch/x86/pci/ichlpcib.c Sat Jan 04 02:09:12 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ichlpcib.c,v 1.41 2014/01/03 23:18:48 msaitoh Exp $ */
+/* $NetBSD: ichlpcib.c,v 1.42 2014/01/04 02:09:12 msaitoh Exp $ */
/*-
* Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ichlpcib.c,v 1.41 2014/01/03 23:18:48 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ichlpcib.c,v 1.42 2014/01/04 02:09:12 msaitoh Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -261,10 +261,12 @@
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_C226_LPC, 1, 0 },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_H81_LPC, 1, 0 },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_C600_LPC, 1, 0 },
+#if 0
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_C2000_PCU_1, 1, 0 },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_C2000_PCU_2, 1, 0 },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_C2000_PCU_3, 1, 0 },
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_C2000_PCU_4, 1, 0 },
+#endif
{ 0, 0, 0, 0 },
};
Home |
Main Index |
Thread Index |
Old Index