Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Add support for Oxford Semiconductor OXmPCI952 2...



details:   https://anonhg.NetBSD.org/src/rev/4761f0707a98
branches:  trunk
changeset: 747039:4761f0707a98
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Aug 29 13:55:29 2009 +0000

description:
Add support for Oxford Semiconductor OXmPCI952 2 port UARTs.
Also update URL of Oxford UART chips.

diffstat:

 sys/dev/pci/pucdata.c |  16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

diffs (42 lines):

diff -r 2a9e25e90cb1 -r 4761f0707a98 sys/dev/pci/pucdata.c
--- a/sys/dev/pci/pucdata.c     Sat Aug 29 13:46:54 2009 +0000
+++ b/sys/dev/pci/pucdata.c     Sat Aug 29 13:55:29 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pucdata.c,v 1.56 2008/12/08 19:32:39 dyoung Exp $      */
+/*     $NetBSD: pucdata.c,v 1.57 2009/08/29 13:55:29 tsutsui Exp $     */
 
 /*
  * Copyright (c) 1998, 1999 Christopher G. Demetriou.  All rights reserved.
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.56 2008/12/08 19:32:39 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pucdata.c,v 1.57 2009/08/29 13:55:29 tsutsui Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -894,12 +894,22 @@
         * Boards with an Oxford Semiconductor chip.
         *
         * Oxford Semiconductor provides documentation for their chip at:
-        * <URL:http://www.oxsemi.com/products/uarts/index.html>
+        * <URL:http://www.plxtech.com/products/uart>
         *
         * As sold by Kouwell <URL:http://www.kouwell.com/>.
         * I/O Flex PCI I/O Card Model-223 with 4 serial and 1 parallel ports.
         */
 
+       /* Oxford Semiconductor OXmPCI952 PCI UARTs */
+       {   "Oxford Semiconductor OXmPCI952 UARTs",
+           {   0x1415, 0x950a, 0,      0       },
+           {   0xffff, 0xffff, 0,      0       },
+           {
+               { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ * 10 },
+               { PUC_PORT_TYPE_COM, 0x10, 0x08, COM_FREQ * 10 },
+           },
+       },
+
        /* Oxford Semiconductor OX16PCI952 PCI `950 UARTs - 128 byte FIFOs */
        {   "Oxford Semiconductor OX16PCI952 UARTs",
            {   0x1415, 0x9521, 0,      0       },



Home | Main Index | Thread Index | Old Index