summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc
diff options
context:
space:
mode:
authorambrisko <ambrisko@FreeBSD.org>2003-10-24 22:34:56 +0000
committerambrisko <ambrisko@FreeBSD.org>2003-10-24 22:34:56 +0000
commitb7ad6d8ec67a6bad867874d32a7f621629556e97 (patch)
tree8c7a54bcbb847d725851e83ade98e6028008ba9b /sys/dev/puc
parentff0432665a0dc30bec1aa09d92ecfe2ac4d25f4d (diff)
downloadFreeBSD-src-b7ad6d8ec67a6bad867874d32a7f621629556e97.zip
FreeBSD-src-b7ad6d8ec67a6bad867874d32a7f621629556e97.tar.gz
Add support for another multiple serial port card based on OX16PCI954 device
id 0x950a. MFC: after 4.9 release.
Diffstat (limited to 'sys/dev/puc')
-rw-r--r--sys/dev/puc/pucdata.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index b0c50fd..bb70296 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -916,6 +916,19 @@ const struct puc_device_description puc_devices[] = {
},
},
+ /* Oxford Semiconductor OX16PCI954 PCI UARTs */
+ { "Oxford Semiconductor OX16PCI954 UARTs",
+ NULL,
+ { 0x1415, 0x950a, 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 },
+ },
+ },
+
/* Oxford Semiconductor OX16PCI954 PCI Parallel port */
{ "Oxford Semiconductor OX16PCI954 Parallel port",
NULL,
OpenPOWER on IntegriCloud