summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2012-09-03 14:37:04 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2012-09-03 14:37:04 +0000
commitaf21114958d3dcbbca63697eeffba2cbef801b66 (patch)
tree12bb3e7503198c3ecb5093b507650422a15ba205
parent33ff6a67721a4e50b90056e1978aee5f0cd922fa (diff)
add Intel 7 series kt (amt serial over lan)
-rw-r--r--sys/dev/pci/pucdata.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c
index f65c39df3aa..c71569f9a15 100644
--- a/sys/dev/pci/pucdata.c
+++ b/sys/dev/pci/pucdata.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pucdata.c,v 1.83 2012/07/12 08:20:52 deraadt Exp $ */
+/* $OpenBSD: pucdata.c,v 1.84 2012/09/03 14:37:03 jsg Exp $ */
/* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */
/*
@@ -62,6 +62,13 @@ const struct puc_device_description puc_devs[] = {
{ PUC_COM_POW2(0), 0x10, 0x0000 },
},
},
+ { /* Intel 7 Series KT */
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_7SERIES_KT, 0x0000, 0x0000 },
+ { 0xffff, 0xffff, 0x0000, 0x0000 },
+ {
+ { PUC_COM_POW2(0), 0x10, 0x0000 },
+ },
+ },
{ /* Intel EG20T */
{ PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_EG20T_SERIAL_1, 0x0000, 0x0000 },
{ 0xffff, 0xffff, 0x0000, 0x0000 },