Module Name: src
Committed By: msaitoh
Date: Fri Apr 13 07:57:04 UTC 2018
Modified Files:
src/sys/dev/pci: pucdata.c
Log Message:
Add 300 series chipset support.
To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 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.100 src/sys/dev/pci/pucdata.c:1.101
--- src/sys/dev/pci/pucdata.c:1.100 Wed Dec 27 20:27:02 2017
+++ src/sys/dev/pci/pucdata.c Fri Apr 13 07:57:04 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: pucdata.c,v 1.100 2017/12/27 20:27:02 christos Exp $ */
+/* $NetBSD: pucdata.c,v 1.101 2018/04/13 07:57:04 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.100 2017/12/27 20:27:02 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.101 2018/04/13 07:57:04 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1936,7 +1936,16 @@ const struct puc_device_description puc_
{ PUC_PORT_TYPE_COM, PCI_BAR0, 0x00, COM_FREQ },
},
},
-
+
+ /* Intel 300 Series KT */
+ { "Intel 300 Series KT",
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_3HS_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 },