summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authormsaitoh <msaitoh@NetBSD.org>2018-04-13 07:57:04 +0000
committermsaitoh <msaitoh@NetBSD.org>2018-04-13 07:57:04 +0000
commit3ff8b7ed0e5ed219c4cdb73bebe623330b2ac868 (patch)
tree72f50c8868a4811308615f9d811932fe30ae42d6 /sys/dev
parent347497051c378c57f694c2dc1f06ce33196d3014 (diff)
Add 300 series chipset support.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pucdata.c15
1 files changed, 12 insertions, 3 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c
index 026461b70d2..344d1ecb933 100644
--- a/sys/dev/pci/pucdata.c
+++ b/sys/dev/pci/pucdata.c
@@ -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_devices[] = {
{ 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 },