Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Match the C600's other smbus controller.
details: https://anonhg.NetBSD.org/src/rev/7364dc230028
branches: trunk
changeset: 783927:7364dc230028
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sat Jan 12 20:33:02 2013 +0000
description:
Match the C600's other smbus controller.
diffstat:
sys/dev/pci/ichsmb.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 709b33332aeb -r 7364dc230028 sys/dev/pci/ichsmb.c
--- a/sys/dev/pci/ichsmb.c Sat Jan 12 20:27:13 2013 +0000
+++ b/sys/dev/pci/ichsmb.c Sat Jan 12 20:33:02 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ichsmb.c,v 1.29 2012/11/29 18:48:26 msaitoh Exp $ */
+/* $NetBSD: ichsmb.c,v 1.30 2013/01/12 20:33:02 riastradh 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.29 2012/11/29 18:48:26 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ichsmb.c,v 1.30 2013/01/12 20:33:02 riastradh Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -109,6 +109,7 @@
case PCI_PRODUCT_INTEL_3400_SMB:
case PCI_PRODUCT_INTEL_6SERIES_SMB:
case PCI_PRODUCT_INTEL_7SERIES_SMB:
+ case PCI_PRODUCT_INTEL_C600_SMBUS:
case PCI_PRODUCT_INTEL_C600_SMB_0:
case PCI_PRODUCT_INTEL_C600_SMB_1:
case PCI_PRODUCT_INTEL_C600_SMB_2:
Home |
Main Index |
Thread Index |
Old Index