summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc
diff options
context:
space:
mode:
authorrik <rik@FreeBSD.org>2004-05-17 12:57:30 +0000
committerrik <rik@FreeBSD.org>2004-05-17 12:57:30 +0000
commit765bc06371da340a8eb9c9389908bc62349ae046 (patch)
tree213bcd745f3c55144f5ea053c9f086e5a94c0f23 /sys/dev/puc
parentaee8349a0cd7f865941348a59879239207c8a21e (diff)
downloadFreeBSD-src-765bc06371da340a8eb9c9389908bc62349ae046.zip
FreeBSD-src-765bc06371da340a8eb9c9389908bc62349ae046.tar.gz
Add description of Cronyx Omega2-PCI (8x port serial adapter).
Diffstat (limited to 'sys/dev/puc')
-rw-r--r--sys/dev/puc/pucdata.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index bedd0aa..ad82771 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -1188,5 +1188,20 @@ const struct puc_device_description puc_devices[] = {
PUC_ILR_TYPE_DIGI, { 0x07, 0x47 },
},
+ { "Cronyx Omega2-PCI",
+ { 0x13a8, 0x0158, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_PORT_TYPE_UART, 0x010, 0x000, COM_FREQ * 8, PUC_FLAGS_MEMORY },
+ { PUC_PORT_TYPE_UART, 0x010, 0x200, COM_FREQ * 8, PUC_FLAGS_MEMORY },
+ { PUC_PORT_TYPE_UART, 0x010, 0x400, COM_FREQ * 8, PUC_FLAGS_MEMORY },
+ { PUC_PORT_TYPE_UART, 0x010, 0x600, COM_FREQ * 8, PUC_FLAGS_MEMORY },
+ { PUC_PORT_TYPE_UART, 0x010, 0x800, COM_FREQ * 8, PUC_FLAGS_MEMORY },
+ { PUC_PORT_TYPE_UART, 0x010, 0xA00, COM_FREQ * 8, PUC_FLAGS_MEMORY },
+ { PUC_PORT_TYPE_UART, 0x010, 0xC00, COM_FREQ * 8, PUC_FLAGS_MEMORY },
+ { PUC_PORT_TYPE_UART, 0x010, 0xE00, COM_FREQ * 8, PUC_FLAGS_MEMORY },
+ },
+ },
+
{ 0 }
};
OpenPOWER on IntegriCloud