summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/puc')
-rw-r--r--sys/dev/puc/pucdata.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index 1f47a4a..3406954 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -949,6 +949,20 @@ const struct puc_device_description puc_devices[] = {
},
},
+ /* Oxford Semiconductor OX9160/OX16PCI954 PCI UARTS */
+ /* second chip on Exsys EX-41098 8x cards */
+ { "Oxford Semiconductor OX9160/OX16PCI954 UARTs (function 1)",
+ NULL,
+ { 0x1415, 0x9511, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x10, 0x10, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x10, 0x18, COM_FREQ },
+ },
+ },
+
/* NetMos 2S1P PCI 16C650 : 2S, 1P */
{ "NetMos NM9835 Dual UART and 1284 Printer port",
NULL,
OpenPOWER on IntegriCloud