diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2013-11-09 04:05:59 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2013-11-09 04:05:59 +0000 |
commit | 987d12e40c52184e9409805083e7a3959fc7f97a (patch) | |
tree | 5fc475684c7734abf4ea017bcc7cf733f19cf80f /sys | |
parent | 26fffd9b282cdbd3ac1b51f0a4221de082f691ea (diff) |
add Intel 8 series kt (amt serial over lan)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pucdata.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c index 600d25b8ffc..502b8c9712b 100644 --- a/sys/dev/pci/pucdata.c +++ b/sys/dev/pci/pucdata.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pucdata.c,v 1.89 2013/09/28 08:53:41 mlarkin Exp $ */ +/* $OpenBSD: pucdata.c,v 1.90 2013/11/09 04:05:58 jsg Exp $ */ /* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */ /* @@ -69,6 +69,13 @@ const struct puc_device_description puc_devs[] = { { PUC_COM_POW2(0), 0x10, 0x0000 }, }, }, + { /* Intel 8 Series KT */ + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_8SERIES_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 }, |