summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2013-09-21 20:19:33 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2013-09-21 20:19:33 +0000
commit7da2ea19e75b26dbedce80181feea20aab0b3dae (patch)
tree2cfd85456640c83e52d91e1d9ed6825f0abba044 /sys
parent82c98c44c0392d0f692548baa06b72d6c4675ed9 (diff)
Oxford OXPCIE952 parallel port puc(4) board; contributed by Markus Uhlin
(markus.uhlin; bredband dot net), thanks!
Diffstat (limited to 'sys')
-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,