summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2020-10-07 11:20:42 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2020-10-07 11:20:42 +0000
commit889f7703b0fb665a5aab79fc28429041011b6c9f (patch)
tree3da024f58c7ea67be2c3ad5bcf1ed1e69bcdaad9 /sys
parente7e92c2af4805e967518f3b30104978b086acb1b (diff)
match on more pch kt ids
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pucdata.c37
1 files changed, 36 insertions, 1 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c
index 51a41fa0e43..d09ddff3a2e 100644
--- a/sys/dev/pci/pucdata.c
+++ b/sys/dev/pci/pucdata.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pucdata.c,v 1.112 2020/08/14 18:14:11 jcs Exp $ */
+/* $OpenBSD: pucdata.c,v 1.113 2020/10/07 11:20:41 jsg Exp $ */
/* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */
/*
@@ -124,6 +124,41 @@ const struct puc_device_description puc_devs[] = {
{ PUC_PORT_COM, 0x10, 0x0000 },
},
},
+ { /* 400 Series KT */
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_400SERIES_KT, 0x0000, 0x0000 },
+ { 0xffff, 0xffff, 0x0000, 0x0000 },
+ {
+ { PUC_PORT_COM, 0x10, 0x0000 },
+ },
+ },
+ { /* 400 Series LP KT */
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_400SERIES_LP_KT, 0x0000, 0x0000 },
+ { 0xffff, 0xffff, 0x0000, 0x0000 },
+ {
+ { PUC_PORT_COM, 0x10, 0x0000 },
+ },
+ },
+ { /* 400 Series V KT */
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_400SERIES_V_KT, 0x0000, 0x0000 },
+ { 0xffff, 0xffff, 0x0000, 0x0000 },
+ {
+ { PUC_PORT_COM, 0x10, 0x0000 },
+ },
+ },
+ { /* 495 Series LP KT */
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_495SERIES_LP_KT, 0x0000, 0x0000 },
+ { 0xffff, 0xffff, 0x0000, 0x0000 },
+ {
+ { PUC_PORT_COM, 0x10, 0x0000 },
+ },
+ },
+ { /* 500 Series LP KT */
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_500SERIES_LP_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 },