From a58deb4616eaae08f8d8340a87e762d46454e96e Mon Sep 17 00:00:00 2001 From: Colin Percival Date: Sat, 17 Apr 2004 11:57:34 +0000 Subject: Add support for Exsys EX-41098 cards. PR: kern/65040 Submitted by: Stefan Grundmann Tested by: buildkernel "Just commit it" by: phk --- sys/dev/puc/pucdata.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'sys/dev/puc') diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index 1f47a4a0cad44..3406954d0e889 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, -- cgit v1.3