summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pucdata.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/pucdata.c')
-rw-r--r--sys/dev/pci/pucdata.c11
1 files changed, 10 insertions, 1 deletions
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,