Sat Jul 17 10:45:58 2021 UTC ()
puc(4): Add Intel Core 5G (mobile) KT.


(riastradh)
diff -r1.109 -r1.110 src/sys/dev/pci/pucdata.c

cvs diff -r1.109 -r1.110 src/sys/dev/pci/pucdata.c (expand / switch to context diff)
--- src/sys/dev/pci/pucdata.c 2021/02/02 16:11:43 1.109
+++ src/sys/dev/pci/pucdata.c 2021/07/17 10:45:58 1.110
@@ -1,4 +1,4 @@
-/*	$NetBSD: pucdata.c,v 1.109 2021/02/02 16:11:43 bouyer Exp $	*/
+/*	$NetBSD: pucdata.c,v 1.110 2021/07/17 10:45:58 riastradh 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.109 2021/02/02 16:11:43 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.110 2021/07/17 10:45:58 riastradh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -2040,6 +2040,15 @@
 	/* Intel Core 4G (mobile) KT */
 	{   "Intel Core 4G (mobile) KT",
 	    {	PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE4G_M_KT, 0, 0 },
+	    {	0xffff,	0xffff,	0,	0	},
+	    {
+		{ PUC_PORT_TYPE_COM, PCI_BAR0, 0x00, COM_FREQ },
+	    },
+	},
+
+	/* Intel Core 5G (mobile) KT */
+	{   "Intel Core 5G (mobile) KT",
+	    {	PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE5G_M_KT, 0, 0 },
 	    {	0xffff,	0xffff,	0,	0	},
 	    {
 		{ PUC_PORT_TYPE_COM, PCI_BAR0, 0x00, COM_FREQ },