summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2006-09-04 18:27:14 +0000
committermarcel <marcel@FreeBSD.org>2006-09-04 18:27:14 +0000
commitb288558c95834b0370c0944faefa0fb199fa93d8 (patch)
tree5abc33b44e3755c8ea3400a460b5d4733c55e101 /sys/dev/puc
parentad3d74f7b74b8656accf40b42b4488ae18560fe0 (diff)
downloadFreeBSD-src-b288558c95834b0370c0944faefa0fb199fa93d8.zip
FreeBSD-src-b288558c95834b0370c0944faefa0fb199fa93d8.tar.gz
Add SIIG 4 port serial card based on the Oxford OX16PCI954.
Diffstat (limited to 'sys/dev/puc')
-rw-r--r--sys/dev/puc/pucdata.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index 9748588..17cdf80 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -590,6 +590,12 @@ const struct puc_cfg puc_pci_devices[] = {
* I/O Flex PCI I/O Card Model-223 with 4 serial and 1 parallel ports.
*/
+ { 0x1415, 0x9501, 0x131f, 0x2051,
+ "SIIG Cyber 4S PCI 16C650 (20x family)",
+ DEFAULT_RCLK * 10,
+ PUC_PORT_4S, 0x10, 0, 8,
+ },
+
{ 0x1415, 0x9501, 0xffff, 0,
"Oxford Semiconductor OX16PCI954 UARTs",
DEFAULT_RCLK,
OpenPOWER on IntegriCloud