Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Add Intel C2000 PCU SMBus
details: https://anonhg.NetBSD.org/src/rev/07f111de7e0e
branches: trunk
changeset: 325544:07f111de7e0e
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sat Dec 28 11:15:43 2013 +0000
description:
Add Intel C2000 PCU SMBus
diffstat:
sys/dev/pci/ichsmb.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r ff5466b68fe6 -r 07f111de7e0e sys/dev/pci/ichsmb.c
--- a/sys/dev/pci/ichsmb.c Sat Dec 28 11:12:09 2013 +0000
+++ b/sys/dev/pci/ichsmb.c Sat Dec 28 11:15:43 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ichsmb.c,v 1.33 2013/11/07 15:55:08 msaitoh Exp $ */
+/* $NetBSD: ichsmb.c,v 1.34 2013/12/28 11:15:43 msaitoh Exp $ */
/* $OpenBSD: ichiic.c,v 1.18 2007/05/03 09:36:26 dlg Exp $ */
/*
@@ -22,7 +22,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ichsmb.c,v 1.33 2013/11/07 15:55:08 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ichsmb.c,v 1.34 2013/12/28 11:15:43 msaitoh Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -115,6 +115,7 @@
case PCI_PRODUCT_INTEL_C600_SMB_0:
case PCI_PRODUCT_INTEL_C600_SMB_1:
case PCI_PRODUCT_INTEL_C600_SMB_2:
+ case PCI_PRODUCT_INTEL_C2000_PCU_SMBUS:
return 1;
}
}
Home |
Main Index |
Thread Index |
Old Index