Match the C600's other smbus controller.
This commit is contained in:
parent
052628e406
commit
75f7eeffb6
|
@ -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 $ */
|
/* $OpenBSD: ichiic.c,v 1.18 2007/05/03 09:36:26 dlg Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#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/param.h>
|
||||||
#include <sys/device.h>
|
#include <sys/device.h>
|
||||||
|
@ -109,6 +109,7 @@ ichsmb_match(device_t parent, cfdata_t match, void *aux)
|
||||||
case PCI_PRODUCT_INTEL_3400_SMB:
|
case PCI_PRODUCT_INTEL_3400_SMB:
|
||||||
case PCI_PRODUCT_INTEL_6SERIES_SMB:
|
case PCI_PRODUCT_INTEL_6SERIES_SMB:
|
||||||
case PCI_PRODUCT_INTEL_7SERIES_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_0:
|
||||||
case PCI_PRODUCT_INTEL_C600_SMB_1:
|
case PCI_PRODUCT_INTEL_C600_SMB_1:
|
||||||
case PCI_PRODUCT_INTEL_C600_SMB_2:
|
case PCI_PRODUCT_INTEL_C600_SMB_2:
|
||||||
|
|
Loading…
Reference in New Issue