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 8 Series SMBus.
details: https://anonhg.NetBSD.org/src/rev/c341932967d4
branches: trunk
changeset: 788674:c341932967d4
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Thu Jul 18 03:14:09 2013 +0000
description:
Add Intel 8 Series SMBus.
diffstat:
sys/dev/pci/ichsmb.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r a65dcc586473 -r c341932967d4 sys/dev/pci/ichsmb.c
--- a/sys/dev/pci/ichsmb.c Wed Jul 17 23:27:02 2013 +0000
+++ b/sys/dev/pci/ichsmb.c Thu Jul 18 03:14:09 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ichsmb.c,v 1.30 2013/01/12 20:33:02 riastradh Exp $ */
+/* $NetBSD: ichsmb.c,v 1.31 2013/07/18 03:14:09 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.30 2013/01/12 20:33:02 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ichsmb.c,v 1.31 2013/07/18 03:14:09 msaitoh 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_8SERIES_SMB:
case PCI_PRODUCT_INTEL_C600_SMBUS:
case PCI_PRODUCT_INTEL_C600_SMB_0:
case PCI_PRODUCT_INTEL_C600_SMB_1:
Home |
Main Index |
Thread Index |
Old Index