Add Intel 100 Series chipset's devices.

This commit is contained in:
msaitoh 2015-12-01 10:08:03 +00:00
parent 98758a1b29
commit 95bb303660
2 changed files with 14 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ichsmb.c,v 1.43 2015/11/16 15:01:22 msaitoh Exp $ */
/* $NetBSD: ichsmb.c,v 1.44 2015/12/01 10:08:03 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.43 2015/11/16 15:01:22 msaitoh Exp $");
__KERNEL_RCSID(0, "$NetBSD: ichsmb.c,v 1.44 2015/12/01 10:08:03 msaitoh Exp $");
#include <sys/param.h>
#include <sys/device.h>
@ -114,6 +114,7 @@ ichsmb_match(device_t parent, cfdata_t match, void *aux)
case PCI_PRODUCT_INTEL_7SERIES_SMB:
case PCI_PRODUCT_INTEL_8SERIES_SMB:
case PCI_PRODUCT_INTEL_9SERIES_SMB:
case PCI_PRODUCT_INTEL_100SERIES_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.97 2015/08/23 18:00:30 jakllsch Exp $ */
/* $NetBSD: pucdata.c,v 1.98 2015/12/01 10:08:03 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.97 2015/08/23 18:00:30 jakllsch Exp $");
__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.98 2015/12/01 10:08:03 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -1910,6 +1910,15 @@ const struct puc_device_description puc_devices[] = {
},
},
/* Intel 100 Series KT */
{ "Intel 100 Series KT",
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_100SERIES_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 },