summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2013-09-21 20:19:31 +0000
committermiod <miod@openbsd.org>2013-09-21 20:19:31 +0000
commitdcf6b16e0d119edeb2cf856927f2942ef506bb50 (patch)
tree092c6f92c6e01567d86d571f4074d51cc28ed4b7
parentSwitch to MI dart(4) driver. (diff)
downloadwireguard-openbsd-dcf6b16e0d119edeb2cf856927f2942ef506bb50.tar.xz
wireguard-openbsd-dcf6b16e0d119edeb2cf856927f2942ef506bb50.zip
Oxford OXPCIE952 parallel port puc(4) board; contributed by Markus Uhlin
(markus.uhlin; bredband dot net), thanks!
-rw-r--r--sys/dev/pci/pcidevs3
-rw-r--r--sys/dev/pci/pucdata.c11
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs
index 0ea86202283..290d514cd7b 100644
--- a/sys/dev/pci/pcidevs
+++ b/sys/dev/pci/pcidevs
@@ -1,4 +1,4 @@
-$OpenBSD: pcidevs,v 1.1687 2013/09/21 15:37:54 jasper Exp $
+$OpenBSD: pcidevs,v 1.1688 2013/09/21 20:19:31 miod Exp $
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
/*
@@ -5235,6 +5235,7 @@ product OXFORD2 EXSYS_EX41098 0x9511 Exsys EX-41098
product OXFORD2 OX16PCI954P 0x9513 OX16PCI954 Parallel
product OXFORD2 OX16PCI952 0x9521 OX16PCI952
product OXFORD2 OX16PCI952P 0x9523 OX16PCI952 Parallel
+product OXFORD2 OXPCIE952 0xc110 OXPCIE952 Parallel
/* Pacific Data products */
product PDC QSTOR_SATA 0x2068 QStor SATA
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c
index beb6da1fce7..4209148fe6c 100644
--- a/sys/dev/pci/pucdata.c
+++ b/sys/dev/pci/pucdata.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pucdata.c,v 1.87 2013/04/21 20:46:28 deraadt Exp $ */
+/* $OpenBSD: pucdata.c,v 1.88 2013/09/21 20:19:32 miod Exp $ */
/* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */
/*
@@ -966,6 +966,15 @@ const struct puc_device_description puc_devs[] = {
},
},
+ /* Oxford Semiconductor OXPCIE952 PCIE Parallel port */
+ { /* "Oxford Semiconductor OXPCIE952 PCIE Parallel port", */
+ { PCI_VENDOR_OXFORD2, PCI_PRODUCT_OXFORD2_OXPCIE952, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_LPT, 0x10, 0x0000 },
+ },
+ },
+
/* SIIG 2050 (uses Oxford 16PCI954 and a 10x clock) */
{ /* "Oxford Semiconductor OX16PCI954 UARTs", */
{ PCI_VENDOR_OXFORD2, PCI_PRODUCT_OXFORD2_OX16PCI954,