summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pucdata.c
diff options
context:
space:
mode:
authorMike Larkin <mlarkin@cvs.openbsd.org>2011-04-20 04:58:30 +0000
committerMike Larkin <mlarkin@cvs.openbsd.org>2011-04-20 04:58:30 +0000
commitc8df9d56f6896838c087b133c044aa73fe5f8adf (patch)
treefff58da7d3830d24f7fa0b555f0cb1c9d1f2271e /sys/dev/pci/pucdata.c
parentbb2311d58c2b326b47f0204362af4a666a43d366 (diff)
Support for Intel GM45 SOL (Serial-over-LAN, part of Intel AMT) as a
generic puc(4) device. ok deraadt@
Diffstat (limited to 'sys/dev/pci/pucdata.c')
-rw-r--r--sys/dev/pci/pucdata.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c
index ef8373ea4ee..7ebf5fa8cb9 100644
--- a/sys/dev/pci/pucdata.c
+++ b/sys/dev/pci/pucdata.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pucdata.c,v 1.73 2011/03/22 03:56:07 mlarkin Exp $ */
+/* $OpenBSD: pucdata.c,v 1.74 2011/04/20 04:58:29 mlarkin Exp $ */
/* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */
/*
@@ -47,6 +47,14 @@
#include <dev/ic/comreg.h>
const struct puc_device_description puc_devs[] = {
+
+ { /* Intel GM45 SOL */
+ { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82GM45_AMT_SOL, 0x0000, 0x0000 },
+ { 0xffff, 0xffff, 0x0000, 0x0000 },
+ {
+ { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
+ },
+ },
/*
* XXX no entry because I have no data:
* XXX Dolphin Peripherals 4006 (single parallel)