Module Name: src
Committed By: msaitoh
Date: Thu Feb 22 05:09:56 UTC 2018
Modified Files:
src/sys/dev/pci: ichsmb.c
Log Message:
Add C620 devices.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/dev/pci/ichsmb.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pci/ichsmb.c
diff -u src/sys/dev/pci/ichsmb.c:1.51 src/sys/dev/pci/ichsmb.c:1.52
--- src/sys/dev/pci/ichsmb.c:1.51 Thu Aug 17 01:24:09 2017
+++ src/sys/dev/pci/ichsmb.c Thu Feb 22 05:09:56 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: ichsmb.c,v 1.51 2017/08/17 01:24:09 msaitoh Exp $ */
+/* $NetBSD: ichsmb.c,v 1.52 2018/02/22 05:09:56 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.51 2017/08/17 01:24:09 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ichsmb.c,v 1.52 2018/02/22 05:09:56 msaitoh Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -126,6 +126,8 @@ ichsmb_match(device_t parent, cfdata_t m
case PCI_PRODUCT_INTEL_C600_SMB_1:
case PCI_PRODUCT_INTEL_C600_SMB_2:
case PCI_PRODUCT_INTEL_C610_SMB:
+ case PCI_PRODUCT_INTEL_C620_SMB:
+ case PCI_PRODUCT_INTEL_C620_SMB_S:
case PCI_PRODUCT_INTEL_EP80579_SMB:
case PCI_PRODUCT_INTEL_DH89XXCC_SMB:
case PCI_PRODUCT_INTEL_DH89XXCL_SMB: