summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsasano <sasano@openbsd.org>2012-10-12 21:56:03 +0000
committersasano <sasano@openbsd.org>2012-10-12 21:56:03 +0000
commit814391e0607cc3ba3085cf195e8d5945a8968396 (patch)
treeb8e055316d4e1455bfa20b33064d802dd0482fb9
parentDocument duplicate inference rules. That's posix behavior, and what we do. (diff)
downloadwireguard-openbsd-814391e0607cc3ba3085cf195e8d5945a8968396.tar.xz
wireguard-openbsd-814391e0607cc3ba3085cf195e8d5945a8968396.zip
Added I-O DATA RSA-PCI2 support.
This card is OX16PCI954-based, but uses 14.7456MHz clock to support 921600bps. ok by deraadt@
-rw-r--r--sys/dev/pci/pucdata.c13
1 files changed, 12 insertions, 1 deletions
diff --git a/sys/dev/pci/pucdata.c b/sys/dev/pci/pucdata.c
index c71569f9a15..f38abc97b65 100644
--- a/sys/dev/pci/pucdata.c
+++ b/sys/dev/pci/pucdata.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pucdata.c,v 1.84 2012/09/03 14:37:03 jsg Exp $ */
+/* $OpenBSD: pucdata.c,v 1.85 2012/10/12 21:56:03 sasano Exp $ */
/* $NetBSD: pucdata.c,v 1.6 1999/07/03 05:55:23 cgd Exp $ */
/*
@@ -970,6 +970,17 @@ const struct puc_device_description puc_devs[] = {
},
},
+ /* I-O DATA RSA-PCI2 (uses Oxford 16PCI954 and a 8x clock) */
+ { /* "Oxford Semiconductor OX16PCI954 UARTs", */
+ { PCI_VENDOR_OXFORD2, PCI_PRODUCT_OXFORD2_OX16PCI954,
+ PCI_VENDOR_IODATA, 0xc070 },
+ { 0xffff, 0xffff, 0xffff, 0xffff },
+ {
+ { PUC_COM_POW2(3), 0x10, 0x0000 },
+ { PUC_COM_POW2(3), 0x10, 0x0008 },
+ },
+ },
+
/* Oxford Semiconductor OX16PCI954 PCI UARTs */
{ /* "Oxford Semiconductor OX16PCI954 UARTs", */
{ PCI_VENDOR_OXFORD2, PCI_PRODUCT_OXFORD2_OX16PCI954, 0, 0 },