Module Name:    src
Committed By:   mrg
Date:           Sun May  1 04:24:47 UTC 2022

Modified Files:
        src/sys/dev/pci: pucdata.c

Log Message:
attach the other pciid for intel 100 series KT serial.

seen on a thinkpad 460s.


To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 src/sys/dev/pci/pucdata.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/pucdata.c
diff -u src/sys/dev/pci/pucdata.c:1.112 src/sys/dev/pci/pucdata.c:1.113
--- src/sys/dev/pci/pucdata.c:1.112	Tue Oct 12 14:15:34 2021
+++ src/sys/dev/pci/pucdata.c	Sun May  1 04:24:47 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: pucdata.c,v 1.112 2021/10/12 14:15:34 msaitoh Exp $	*/
+/*	$NetBSD: pucdata.c,v 1.113 2022/05/01 04:24:47 mrg 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.112 2021/10/12 14:15:34 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.113 2022/05/01 04:24:47 mrg Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -2009,6 +2009,13 @@ const struct puc_device_description puc_
 		{ PUC_PORT_TYPE_COM, PCI_BAR0, 0x00, COM_FREQ },
 	    },
 	},
+	{   "Intel 100 Series LP KT",
+	    {	PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_100SERIES_LP_KT, 0, 0 },
+	    {	0xffff,	0xffff,	0,	0	},
+	    {
+		{ PUC_PORT_TYPE_COM, PCI_BAR0, 0x00, COM_FREQ },
+	    },
+	},
 
 	/* Intel 200 Series KT */
 	{   "Intel 200 Series KT",

Reply via email to