summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2019-05-08 15:23:21 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2019-05-08 15:23:21 +0000
commit970f0d5581784875a4a3f09dd796a65bea23e8a0 (patch)
tree9f804b2e947369b0a55e0c36bdbb8b56be773cf3 /sys/dev/pci
parentbd0cae6860dd928c21cc9bb284067410ecc20366 (diff)
match on 200 and 300 series pch kt
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pucdata.c23
1 files changed, 22 insertions, 1 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c
index 8054e8c5e60..41b2464d874 100644
--- a/sys/dev/pci/pucdata.c
+++ b/sys/dev/pci/pucdata.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pucdata.c,v 1.109 2018/05/02 19:11:01 phessler Exp $ */
+/* $OpenBSD: pucdata.c,v 1.110 2019/05/08 15:23:20 jsg Exp $ */
/* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */
/*
@@ -103,6 +103,27 @@ const struct puc_device_description puc_devs[] = {
{ PUC_PORT_COM, 0x10, 0x0000 },
},
},
+ { /* 200 Series KT */
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_200SERIES_KT, 0x0000, 0x0000 },
+ { 0xffff, 0xffff, 0x0000, 0x0000 },
+ {
+ { PUC_PORT_COM, 0x10, 0x0000 },
+ },
+ },
+ { /* 300 Series KT */
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_300SERIES_KT, 0x0000, 0x0000 },
+ { 0xffff, 0xffff, 0x0000, 0x0000 },
+ {
+ { PUC_PORT_COM, 0x10, 0x0000 },
+ },
+ },
+ { /* 300 Series U KT */
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_300SERIES_U_KT, 0x0000, 0x0000 },
+ { 0xffff, 0xffff, 0x0000, 0x0000 },
+ {
+ { PUC_PORT_COM, 0x10, 0x0000 },
+ },
+ },
{ /* 82946GZ KT */
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82946GZ_KT, 0x0000, 0x0000 },
{ 0xffff, 0xffff, 0x0000, 0x0000 },