Add Intel 200 series devices.

This commit is contained in:
msaitoh 2017-01-15 04:45:39 +00:00
parent 2611132dfa
commit 68196282e1
2 changed files with 14 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ichsmb.c,v 1.47 2016/10/13 20:05:06 jdolecek Exp $ */
/* $NetBSD: ichsmb.c,v 1.48 2017/01/15 04:45:39 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.47 2016/10/13 20:05:06 jdolecek Exp $");
__KERNEL_RCSID(0, "$NetBSD: ichsmb.c,v 1.48 2017/01/15 04:45:39 msaitoh Exp $");
#include <sys/param.h>
#include <sys/device.h>
@ -115,6 +115,7 @@ ichsmb_match(device_t parent, cfdata_t match, void *aux)
case PCI_PRODUCT_INTEL_8SERIES_SMB:
case PCI_PRODUCT_INTEL_9SERIES_SMB:
case PCI_PRODUCT_INTEL_100SERIES_SMB:
case PCI_PRODUCT_INTEL_2HS_SMB:
case PCI_PRODUCT_INTEL_CORE4G_M_SMB:
case PCI_PRODUCT_INTEL_CORE5G_M_SMB:
case PCI_PRODUCT_INTEL_BAYTRAIL_PCU_SMB:

View File

@ -1,4 +1,4 @@
/* $NetBSD: pucdata.c,v 1.98 2015/12/01 10:08:03 msaitoh Exp $ */
/* $NetBSD: pucdata.c,v 1.99 2017/01/15 04:45:39 msaitoh Exp $ */
/*
* Copyright (c) 1998, 1999 Christopher G. Demetriou. All rights reserved.
@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.98 2015/12/01 10:08:03 msaitoh Exp $");
__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.99 2017/01/15 04:45:39 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -1919,6 +1919,15 @@ const struct puc_device_description puc_devices[] = {
},
},
/* Intel 200 Series KT */
{ "Intel 200 Series KT",
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_2HS_KT, 0, 0 },
{ 0xffff, 0xffff, 0, 0 },
{
{ PUC_PORT_TYPE_COM, PCI_BAR0, 0x00, COM_FREQ },
},
},
/* Intel C600/X79 Series KT */
{ "Intel C600/X79 Series KT",
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_C600_KT, 0, 0 },