Module Name:    src
Committed By:   msaitoh
Date:           Mon Jun  3 16:21:50 UTC 2013

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

Log Message:
Add Intel 8 Series KT.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 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.83 src/sys/dev/pci/pucdata.c:1.84
--- src/sys/dev/pci/pucdata.c:1.83	Wed Dec 19 05:50:06 2012
+++ src/sys/dev/pci/pucdata.c	Mon Jun  3 16:21:50 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: pucdata.c,v 1.83 2012/12/19 05:50:06 msaitoh Exp $	*/
+/*	$NetBSD: pucdata.c,v 1.84 2013/06/03 16:21:50 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.83 2012/12/19 05:50:06 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.84 2013/06/03 16:21:50 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1531,6 +1531,15 @@ const struct puc_device_description puc_
 	    },
 	},
 
+	/* Intel 8 Series KT */
+	{   "Intel 8 Series KT",
+	    {	PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_8SERIES_KT, 0, 0 },
+	    {	0xffff,	0xffff,	0,	0	},
+	    {
+		{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
+	    },
+	},
+
 	/* Intel C600/X79 Series KT */
 	{   "Intel C600/X79 Series KT",
 	    {	PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_C600_KT, 0, 0 },

Reply via email to