Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Attach to SMBus on Intel P55 chipset.
details: https://anonhg.NetBSD.org/src/rev/0ba3a17ff687
branches: trunk
changeset: 751516:0ba3a17ff687
user: tnn <tnn%NetBSD.org@localhost>
date: Sat Feb 06 14:09:25 2010 +0000
description:
Attach to SMBus on Intel P55 chipset.
diffstat:
sys/dev/pci/ichsmb.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 2657b3690d47 -r 0ba3a17ff687 sys/dev/pci/ichsmb.c
--- a/sys/dev/pci/ichsmb.c Sat Feb 06 12:44:32 2010 +0000
+++ b/sys/dev/pci/ichsmb.c Sat Feb 06 14:09:25 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ichsmb.c,v 1.21 2009/05/06 09:25:15 cegger Exp $ */
+/* $NetBSD: ichsmb.c,v 1.22 2010/02/06 14:09:25 tnn 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.21 2009/05/06 09:25:15 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ichsmb.c,v 1.22 2010/02/06 14:09:25 tnn Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -106,6 +106,7 @@
case PCI_PRODUCT_INTEL_82801I_SMB:
case PCI_PRODUCT_INTEL_ICH10_SMB1:
case PCI_PRODUCT_INTEL_ICH10_SMB2:
+ case PCI_PRODUCT_INTEL_3400_SMB:
return 1;
}
}
Home |
Main Index |
Thread Index |
Old Index