From 765bc06371da340a8eb9c9389908bc62349ae046 Mon Sep 17 00:00:00 2001 From: rik Date: Mon, 17 May 2004 12:57:30 +0000 Subject: Add description of Cronyx Omega2-PCI (8x port serial adapter). --- sys/dev/puc/pucdata.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'sys/dev/puc') 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 } }; -- cgit v1.1